File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
scaleway-async/scaleway_async/function/v1beta1
scaleway/scaleway/function/v1beta1 Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -246,14 +246,14 @@ class CreateTriggerRequestMnqNatsClientConfig:
246246 Create trigger request. mnq nats client config.
247247 """
248248
249- mnq_namespace_id : Optional [ str ]
249+ subject : str
250250 """
251- :deprecated
251+ Name of the NATS subject the trigger should listen to.
252252 """
253253
254- subject : str
254+ mnq_namespace_id : Optional [ str ]
255255 """
256- Name of the NATS subject the trigger should listen to.
256+ :deprecated
257257 """
258258
259259 mnq_nats_account_id : str
@@ -889,14 +889,14 @@ class TriggerMnqNatsClientConfig:
889889 Trigger. mnq nats client config.
890890 """
891891
892- subject : str
892+ mnq_namespace_id : Optional [ str ]
893893 """
894- Name of the NATS subject the trigger listens to.
894+ :deprecated
895895 """
896896
897- mnq_namespace_id : Optional [ str ]
897+ subject : str
898898 """
899- :deprecated
899+ Name of the NATS subject the trigger listens to.
900900 """
901901
902902 mnq_nats_account_id : str
Original file line number Diff line number Diff line change @@ -926,14 +926,14 @@ class TriggerMnqSqsClientConfig:
926926 Trigger. mnq sqs client config.
927927 """
928928
929- mnq_namespace_id : Optional [ str ]
929+ queue : str
930930 """
931- :deprecated
931+ Name of the SQS queue the trigger listens to.
932932 """
933933
934- queue : str
934+ mnq_namespace_id : Optional [ str ]
935935 """
936- Name of the SQS queue the trigger listens to.
936+ :deprecated
937937 """
938938
939939 mnq_project_id : str
You can’t perform that action at this time.
0 commit comments