Skip to content

Commit 24ed867

Browse files
authored
feat(secret_manager): improve secret type doc
(#340)
1 parent 221e236 commit 24ed867

File tree

2 files changed

+12
-12
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+12
-12
lines changed

scaleway-async/scaleway_async/function/v1beta1/types.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)