@@ -327,29 +327,30 @@ class CreateTriggerRequestMnqNatsClientConfig:
327327 Create trigger request. mnq nats client config.
328328 """
329329
330- mnq_namespace_id : Optional [ str ]
330+ subject : str
331331 """
332- :deprecated
332+ Name of the NATS subject the trigger should listen to.
333333 """
334334
335- subject : str
335+ mnq_namespace_id : Optional [ str ]
336336 """
337- Name of the NATS subject the trigger should listen to.
337+ :deprecated
338338 """
339339
340340 mnq_nats_account_id : str
341341 """
342- ID of the M&Q NATS account.
342+ ID of the Messaging and Queuing NATS account.
343343 """
344344
345345 mnq_project_id : str
346346 """
347- ID of the M&Q project.
347+ ID of the Messaging and Queuing project.
348348 """
349349
350350 mnq_region : str
351351 """
352- Region of the M&Q project.
352+ Region in which the Messaging and Queuing project is activated.
353+ Currently, only the `fr-par` region is available.
353354 """
354355
355356
@@ -359,25 +360,26 @@ class CreateTriggerRequestMnqSqsClientConfig:
359360 Create trigger request. mnq sqs client config.
360361 """
361362
362- queue : str
363+ mnq_namespace_id : Optional [ str ]
363364 """
364- Name of the SQS queue the trigger should listen to.
365+ :deprecated
365366 """
366367
367- mnq_namespace_id : Optional [ str ]
368+ queue : str
368369 """
369- :deprecated
370+ Name of the SQS queue the trigger should listen to.
370371 """
371372
372373 mnq_project_id : str
373374 """
374- ID of the M&Q project.
375+ ID of the Messaging and Queuing project.
375376 You must have activated SQS on this project.
376377 """
377378
378379 mnq_region : str
379380 """
380- Region in which the M&Q project is activated.
381+ Region in which the Messaging and Queuing project is activated.
382+ Currently, only the `fr-par` region is available.
381383 """
382384
383385
@@ -773,14 +775,14 @@ class Trigger:
773775
774776 scw_sqs_config : Optional [TriggerMnqSqsClientConfig ]
775777 """
776- Configuration for a Scaleway M&Q SQS queue.
778+ Configuration for a Scaleway Messaging and Queuing SQS queue.
777779
778780 One-of ('config'): at most one of 'scw_sqs_config', 'scw_nats_config', 'sqs_config' could be set.
779781 """
780782
781783 scw_nats_config : Optional [TriggerMnqNatsClientConfig ]
782784 """
783- Configuration for a Scaleway M&Q NATS subject.
785+ Configuration for a Scaleway Messaging and Queuing NATS subject.
784786
785787 One-of ('config'): at most one of 'scw_sqs_config', 'scw_nats_config', 'sqs_config' could be set.
786788 """
@@ -799,34 +801,35 @@ class TriggerMnqNatsClientConfig:
799801 Trigger. mnq nats client config.
800802 """
801803
802- subject : str
804+ mnq_namespace_id : Optional [ str ]
803805 """
804- Name of the NATS subject the trigger listens to.
806+ :deprecated
805807 """
806808
807- mnq_namespace_id : Optional [ str ]
809+ subject : str
808810 """
809- :deprecated
811+ Name of the NATS subject the trigger listens to.
810812 """
811813
812814 mnq_nats_account_id : str
813815 """
814- ID of the M&Q NATS account.
816+ ID of the Messaging and Queuing NATS account.
815817 """
816818
817819 mnq_project_id : str
818820 """
819- ID of the M&Q project.
821+ ID of the Messaging and Queuing project.
820822 """
821823
822824 mnq_region : str
823825 """
824- Region of the M&Q project.
826+ Region in which the Messaging and Queuing project is activated.
827+ Currently, only the `fr-par` region is available.
825828 """
826829
827830 mnq_credential_id : Optional [str ]
828831 """
829- ID of the M&Q credentials used to subscribe to the NATS subject.
832+ ID of the Messaging and Queuing credentials used to subscribe to the NATS subject.
830833 """
831834
832835
@@ -848,17 +851,18 @@ class TriggerMnqSqsClientConfig:
848851
849852 mnq_project_id : str
850853 """
851- ID of the M&Q project.
854+ ID of the Messaging and Queuing project.
852855 """
853856
854857 mnq_region : str
855858 """
856- Region in which the M&Q project is activated.
859+ Region in which the Messaging and Queuing project is activated.
860+ Currently, only the `fr-par` region is available.
857861 """
858862
859863 mnq_credential_id : Optional [str ]
860864 """
861- ID of the M&Q credentials used to read from the SQS queue.
865+ ID of the Messaging and Queuing credentials used to read from the SQS queue.
862866 """
863867
864868
@@ -1610,14 +1614,14 @@ class CreateTriggerRequest:
16101614
16111615 scw_sqs_config : Optional [CreateTriggerRequestMnqSqsClientConfig ]
16121616 """
1613- Configuration for a Scaleway M&Q SQS queue.
1617+ Configuration for a Scaleway Messaging and Queuing SQS queue.
16141618
16151619 One-of ('config'): at most one of 'scw_sqs_config', 'scw_nats_config', 'sqs_config' could be set.
16161620 """
16171621
16181622 scw_nats_config : Optional [CreateTriggerRequestMnqNatsClientConfig ]
16191623 """
1620- Configuration for a Scaleway M&Q NATS subject.
1624+ Configuration for a Scaleway Messaging and Queuing NATS subject.
16211625
16221626 One-of ('config'): at most one of 'scw_sqs_config', 'scw_nats_config', 'sqs_config' could be set.
16231627 """
0 commit comments