You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.gameliftstreams.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,7 @@ commands:
261
261
nargs: -1
262
262
--performance-stats-configuration=: Configuration settings for sharing the stream session's performance stats with the client
263
263
--protocol=!: The data transport protocol to use for the stream session.
264
+
--role-arn=: The ARN of an AWS Identity and Access Management (IAM) role that Amazon GameLift Streams assumes on your behalf during the stream session.
264
265
--session-length-seconds=: The maximum duration of a session.
265
266
--signal-request=!: A WebRTC ICE offer string to use when initializing a WebRTC connection.
266
267
--user-id=: An opaque, unique identifier for an end-user, defined by the developer.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.odb.yaml
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ commands:
25
25
- name: create-autonomous-database
26
26
description: Creates a new Autonomous Database.
27
27
flags:
28
+
--admin-password-source-configuration=: The configuration of the admin password source for the Autonomous Database.
29
+
--admin-password-source=: The source of the admin password for the Autonomous Database.
28
30
--admin-password=: The password for the `ADMIN` user of the Autonomous Database.
29
31
--allowlisted-ips=:
30
32
description: The list of IP addresses that are allowed to access the Autonomous Database.
@@ -84,6 +86,9 @@ commands:
84
86
--transportable-tablespace=: The transportable tablespace configuration to use when creating the Autonomous Database.
85
87
completion:
86
88
flag:
89
+
admin-password-source:
90
+
- CUSTOMER_MANAGED_AWS_SECRET
91
+
- API_REQUEST_PARAMETER
87
92
autonomous-maintenance-schedule-type:
88
93
- EARLY
89
94
- REGULAR
@@ -132,10 +137,15 @@ commands:
132
137
--cli-input-yaml=: Read arguments from the YAML string provided.
133
138
--client-token=: A client-provided token to ensure the idempotency of the request.
134
139
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
135
-
--password=!: The password to encrypt the keys inside the wallet.
140
+
--password-source-configuration=: The configuration of the password source for the Autonomous Database wallet.
141
+
--password-source=: The source of the password for encrypting the wallet.
142
+
--password=: The password to encrypt the keys inside the wallet.
136
143
--wallet-type=: The type of wallet to create, either a regional wallet or an instance wallet.
137
144
completion:
138
145
flag:
146
+
password-source:
147
+
- CUSTOMER_MANAGED_AWS_SECRET
148
+
- API_REQUEST_PARAMETER
139
149
wallet-type:
140
150
- REGIONAL
141
151
- INSTANCE
@@ -447,11 +457,17 @@ commands:
447
457
- name: initialize-service
448
458
description: Initializes the ODB service for the first time in an account.
449
459
flags:
460
+
--autonomous-database-oci-aws-secrets-manager-integration=: Specifies whether to enable or disable the OCI service-account role for Amazon Web Services Secrets Manager integration with Autonomous Database.
450
461
--cli-input-json=: Read arguments from the JSON string provided.
451
462
--cli-input-yaml=: Read arguments from the YAML string provided.
452
463
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
453
464
--no-oci-identity-domain: The Oracle Cloud Infrastructure (OCI) identity domain configuration for service initialization.
454
465
--oci-identity-domain: The Oracle Cloud Infrastructure (OCI) identity domain configuration for service initialization.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.rds.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,9 @@ commands:
205
205
description: Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.
206
206
flags:
207
207
--allocated-storage=: The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
208
+
--associated-roles=:
209
+
description: A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster.
210
+
nargs: -1
208
211
--auto-minor-version-upgrade: Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.
209
212
--availability-zones=:
210
213
description: A list of Availability Zones (AZs) where you specifically want to create DB instances in the DB cluster.
@@ -2354,6 +2357,9 @@ commands:
2354
2357
- name: restore-db-cluster-from-s3
2355
2358
description: Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
2356
2359
flags:
2360
+
--associated-roles=:
2361
+
description: A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from Amazon S3.
2362
+
nargs: -1
2357
2363
--availability-zones=:
2358
2364
description: A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.
2359
2365
nargs: -1
@@ -2412,6 +2418,9 @@ commands:
2412
2418
- name: restore-db-cluster-from-snapshot
2413
2419
description: Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
2414
2420
flags:
2421
+
--associated-roles=:
2422
+
description: A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from a snapshot.
2423
+
nargs: -1
2415
2424
--availability-zones=:
2416
2425
description: Provides the list of Availability Zones (AZs) where instances in the restored DB cluster can be created.
2417
2426
nargs: -1
@@ -2475,6 +2484,9 @@ commands:
2475
2484
- name: restore-db-cluster-to-point-in-time
2476
2485
description: Restores a DB cluster to an arbitrary point in time.
2477
2486
flags:
2487
+
--associated-roles=:
2488
+
description: A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored to a point in time.
2489
+
nargs: -1
2478
2490
--backtrack-window=: The target backtrack window, in seconds.
2479
2491
--backup-retention-period=: The number of days for which automated backups are retained.
2480
2492
--cli-input-json=: Read arguments from the JSON string provided.
0 commit comments