File tree Expand file tree Collapse file tree 8 files changed +20
-0
lines changed
scaleway-async/scaleway_async Expand file tree Collapse file tree 8 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -571,6 +571,9 @@ def marshal_CreateTriggerRequestMnqNatsClientConfig(
571
571
if request .mnq_namespace_id is not None :
572
572
output ["mnq_namespace_id" ] = request .mnq_namespace_id
573
573
574
+ if request .mnq_nats_account_id is not None :
575
+ output ["mnq_nats_account_id" ] = request .mnq_nats_account_id
576
+
574
577
if request .mnq_project_id is not None :
575
578
output ["mnq_project_id" ] = request .mnq_project_id
576
579
Original file line number Diff line number Diff line change @@ -331,6 +331,8 @@ class CreateTriggerRequestMnqNatsClientConfig:
331
331
332
332
mnq_region : str
333
333
334
+ mnq_nats_account_id : str
335
+
334
336
335
337
@dataclass
336
338
class CreateTriggerRequestMnqSqsClientConfig :
Original file line number Diff line number Diff line change @@ -669,6 +669,9 @@ def marshal_CreateTriggerRequestMnqNatsClientConfig(
669
669
if request .mnq_namespace_id is not None :
670
670
output ["mnq_namespace_id" ] = request .mnq_namespace_id
671
671
672
+ if request .mnq_nats_account_id is not None :
673
+ output ["mnq_nats_account_id" ] = request .mnq_nats_account_id
674
+
672
675
if request .mnq_project_id is not None :
673
676
output ["mnq_project_id" ] = request .mnq_project_id
674
677
Original file line number Diff line number Diff line change @@ -250,6 +250,8 @@ class CreateTriggerRequestMnqNatsClientConfig:
250
250
251
251
mnq_region : str
252
252
253
+ mnq_nats_account_id : str
254
+
253
255
254
256
@dataclass
255
257
class CreateTriggerRequestMnqSqsClientConfig :
Original file line number Diff line number Diff line change @@ -571,6 +571,9 @@ def marshal_CreateTriggerRequestMnqNatsClientConfig(
571
571
if request .mnq_namespace_id is not None :
572
572
output ["mnq_namespace_id" ] = request .mnq_namespace_id
573
573
574
+ if request .mnq_nats_account_id is not None :
575
+ output ["mnq_nats_account_id" ] = request .mnq_nats_account_id
576
+
574
577
if request .mnq_project_id is not None :
575
578
output ["mnq_project_id" ] = request .mnq_project_id
576
579
Original file line number Diff line number Diff line change @@ -331,6 +331,8 @@ class CreateTriggerRequestMnqNatsClientConfig:
331
331
332
332
mnq_region : str
333
333
334
+ mnq_nats_account_id : str
335
+
334
336
335
337
@dataclass
336
338
class CreateTriggerRequestMnqSqsClientConfig :
Original file line number Diff line number Diff line change @@ -669,6 +669,9 @@ def marshal_CreateTriggerRequestMnqNatsClientConfig(
669
669
if request .mnq_namespace_id is not None :
670
670
output ["mnq_namespace_id" ] = request .mnq_namespace_id
671
671
672
+ if request .mnq_nats_account_id is not None :
673
+ output ["mnq_nats_account_id" ] = request .mnq_nats_account_id
674
+
672
675
if request .mnq_project_id is not None :
673
676
output ["mnq_project_id" ] = request .mnq_project_id
674
677
Original file line number Diff line number Diff line change @@ -250,6 +250,8 @@ class CreateTriggerRequestMnqNatsClientConfig:
250
250
251
251
mnq_region : str
252
252
253
+ mnq_nats_account_id : str
254
+
253
255
254
256
@dataclass
255
257
class CreateTriggerRequestMnqSqsClientConfig :
You can’t perform that action at this time.
0 commit comments