File tree Expand file tree Collapse file tree 5 files changed +22
-16
lines changed
scaleway-async/scaleway_async Expand file tree Collapse file tree 5 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -929,14 +929,14 @@ class TriggerMnqSqsClientConfig:
929
929
Trigger. mnq sqs client config.
930
930
"""
931
931
932
- queue : str
932
+ mnq_namespace_id : Optional [ str ]
933
933
"""
934
- Name of the SQS queue the trigger listens to.
934
+ :deprecated
935
935
"""
936
936
937
- mnq_namespace_id : Optional [ str ]
937
+ queue : str
938
938
"""
939
- :deprecated
939
+ Name of the SQS queue the trigger listens to.
940
940
"""
941
941
942
942
mnq_project_id : str
Original file line number Diff line number Diff line change @@ -1310,13 +1310,16 @@ class ServerIp:
1310
1310
Tags associated with the IP.
1311
1311
"""
1312
1312
1313
- state : ServerIpState
1314
-
1315
1313
ipam_id : str
1316
1314
"""
1317
1315
The ip_id of an IPAM ip if the ip is created from IPAM, null if not.
1318
1316
"""
1319
1317
1318
+ state : ServerIpState
1319
+ """
1320
+ IP address state.
1321
+ """
1322
+
1320
1323
1321
1324
@dataclass
1322
1325
class ServerIpv6 :
Original file line number Diff line number Diff line change @@ -360,14 +360,14 @@ class CreateTriggerRequestMnqSqsClientConfig:
360
360
Create trigger request. mnq sqs client config.
361
361
"""
362
362
363
- queue : str
363
+ mnq_namespace_id : Optional [ str ]
364
364
"""
365
- Name of the SQS queue the trigger should listen to.
365
+ :deprecated
366
366
"""
367
367
368
- mnq_namespace_id : Optional [ str ]
368
+ queue : str
369
369
"""
370
- :deprecated
370
+ Name of the SQS queue the trigger should listen to.
371
371
"""
372
372
373
373
mnq_project_id : str
Original file line number Diff line number Diff line change @@ -891,14 +891,14 @@ class TriggerMnqNatsClientConfig:
891
891
Trigger. mnq nats client config.
892
892
"""
893
893
894
- subject : str
894
+ mnq_namespace_id : Optional [ str ]
895
895
"""
896
- Name of the NATS subject the trigger listens to.
896
+ :deprecated
897
897
"""
898
898
899
- mnq_namespace_id : Optional [ str ]
899
+ subject : str
900
900
"""
901
- :deprecated
901
+ Name of the NATS subject the trigger listens to.
902
902
"""
903
903
904
904
mnq_nats_account_id : str
Original file line number Diff line number Diff line change @@ -1310,13 +1310,16 @@ class ServerIp:
1310
1310
Tags associated with the IP.
1311
1311
"""
1312
1312
1313
- state : ServerIpState
1314
-
1315
1313
ipam_id : str
1316
1314
"""
1317
1315
The ip_id of an IPAM ip if the ip is created from IPAM, null if not.
1318
1316
"""
1319
1317
1318
+ state : ServerIpState
1319
+ """
1320
+ IP address state.
1321
+ """
1322
+
1320
1323
1321
1324
@dataclass
1322
1325
class ServerIpv6 :
You can’t perform that action at this time.
0 commit comments