@@ -639,9 +639,6 @@ type SecretHashedValue struct {
639639
640640// TriggerMnqNatsClientConfig: trigger mnq nats client config.
641641type TriggerMnqNatsClientConfig struct {
642- // Deprecated
643- MnqNamespaceID * string `json:"mnq_namespace_id,omitempty"`
644-
645642 // Subject: name of the NATS subject the trigger listens to.
646643 Subject string `json:"subject"`
647644
@@ -651,7 +648,7 @@ type TriggerMnqNatsClientConfig struct {
651648 // MnqProjectID: ID of the Messaging and Queuing project.
652649 MnqProjectID string `json:"mnq_project_id"`
653650
654- // MnqRegion: currently, only the `fr-par` region is available.
651+ // MnqRegion: currently, only the `fr-par` and `nl-ams` regions are available.
655652 MnqRegion string `json:"mnq_region"`
656653
657654 // MnqCredentialID: ID of the Messaging and Queuing credentials used to subscribe to the NATS subject.
@@ -660,16 +657,13 @@ type TriggerMnqNatsClientConfig struct {
660657
661658// TriggerMnqSqsClientConfig: trigger mnq sqs client config.
662659type TriggerMnqSqsClientConfig struct {
663- // Deprecated
664- MnqNamespaceID * string `json:"mnq_namespace_id,omitempty"`
665-
666660 // Queue: name of the SQS queue the trigger listens to.
667661 Queue string `json:"queue"`
668662
669663 // MnqProjectID: ID of the Messaging and Queuing project.
670664 MnqProjectID string `json:"mnq_project_id"`
671665
672- // MnqRegion: currently, only the `fr-par` region is available.
666+ // MnqRegion: currently, only the `fr-par` and `nl-ams` regions are available.
673667 MnqRegion string `json:"mnq_region"`
674668
675669 // MnqCredentialID: ID of the Messaging and Queuing credentials used to read from the SQS queue.
@@ -696,9 +690,6 @@ type Secret struct {
696690
697691// CreateTriggerRequestMnqNatsClientConfig: create trigger request mnq nats client config.
698692type CreateTriggerRequestMnqNatsClientConfig struct {
699- // Deprecated
700- MnqNamespaceID * string `json:"mnq_namespace_id,omitempty"`
701-
702693 // Subject: name of the NATS subject the trigger should listen to.
703694 Subject string `json:"subject"`
704695
@@ -708,22 +699,19 @@ type CreateTriggerRequestMnqNatsClientConfig struct {
708699 // MnqProjectID: ID of the Messaging and Queuing project.
709700 MnqProjectID string `json:"mnq_project_id"`
710701
711- // MnqRegion: currently, only the `fr-par` region is available.
702+ // MnqRegion: currently, only the `fr-par` and `nl-ams` regions are available.
712703 MnqRegion string `json:"mnq_region"`
713704}
714705
715706// CreateTriggerRequestMnqSqsClientConfig: create trigger request mnq sqs client config.
716707type CreateTriggerRequestMnqSqsClientConfig struct {
717- // Deprecated
718- MnqNamespaceID * string `json:"mnq_namespace_id,omitempty"`
719-
720708 // Queue: name of the SQS queue the trigger should listen to.
721709 Queue string `json:"queue"`
722710
723711 // MnqProjectID: you must have activated SQS on this project.
724712 MnqProjectID string `json:"mnq_project_id"`
725713
726- // MnqRegion: currently, only the `fr-par` region is available.
714+ // MnqRegion: currently, only the `fr-par` and `nl-ams` regions are available.
727715 MnqRegion string `json:"mnq_region"`
728716}
729717
0 commit comments