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.bedrock-agentcore-control.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,9 @@ commands:
228
228
--encryption-key-arn=: The Amazon Resource Name (ARN) of the KMS key used to encrypt the memory data.
229
229
--event-expiry-duration=!: The duration after which memory events expire.
230
230
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
231
+
--indexed-keys=:
232
+
description: Metadata keys to index for filtering.
233
+
nargs: -1
231
234
--memory-execution-role-arn=: The Amazon Resource Name (ARN) of the IAM role that provides permissions for the memory to access Amazon Web Services services.
232
235
--memory-strategies=:
233
236
description: The memory strategies to use for this memory.
@@ -1281,6 +1284,9 @@ commands:
1281
1284
- name: update-memory
1282
1285
description: Update an Amazon Bedrock AgentCore Memory resource memory.
1283
1286
flags:
1287
+
--add-indexed-keys=:
1288
+
description: Additional metadata keys to index.
1289
+
nargs: -1
1284
1290
--cli-input-json=: Read arguments from the JSON string provided.
1285
1291
--cli-input-yaml=: Read arguments from the YAML string provided.
1286
1292
--client-token=: A client token is used for keeping track of idempotent requests.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.datazone.yaml
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1166,6 +1166,14 @@ commands:
1166
1166
- BUSINESS_DESCRIPTIONS
1167
1167
- BUSINESS_NAMES
1168
1168
- BUSINESS_GLOSSARY_ASSOCIATIONS
1169
+
- name: get-notebook-run
1170
+
description: Gets the details of a notebook run in an Amazon DataZone domain.
1171
+
flags:
1172
+
--cli-input-json=: Read arguments from the JSON string provided.
1173
+
--cli-input-yaml=: Read arguments from the YAML string provided.
1174
+
--domain-identifier=!: The identifier of the Amazon DataZone domain in which the notebook run exists.
1175
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1176
+
--identifier=!: The identifier of the notebook run.
1169
1177
- name: get-project
1170
1178
description: Gets a project in Amazon DataZone.
1171
1179
flags:
@@ -1716,6 +1724,36 @@ commands:
1716
1724
- BUSINESS_DESCRIPTIONS
1717
1725
- BUSINESS_NAMES
1718
1726
- BUSINESS_GLOSSARY_ASSOCIATIONS
1727
+
- name: list-notebook-runs
1728
+
description: Lists notebook runs in an Amazon DataZone domain.
1729
+
flags:
1730
+
--cli-input-json=: Read arguments from the JSON string provided.
1731
+
--cli-input-yaml=: Read arguments from the YAML string provided.
1732
+
--domain-identifier=!: The identifier of the Amazon DataZone domain in which to list notebook runs.
1733
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1734
+
--max-items=: The total number of items to return in the command's output.
1735
+
--max-results=: The maximum number of notebook runs to return in a single call.
1736
+
--next-token=: When the number of notebook runs is greater than the default value for the `MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of notebook runs, the response includes a pagination token named `NextToken`.
1737
+
--notebook-identifier=: The identifier of the notebook to filter runs by.
1738
+
--owning-project-identifier=!: The identifier of the project that owns the notebook runs.
1739
+
--page-size=: The size of each page to get in the AWS service call.
1740
+
--schedule-identifier=: The identifier of the schedule to filter notebook runs by.
1741
+
--sort-order=: The sort order for the results.
1742
+
--starting-token=: A token to specify where to start paginating.
1743
+
--status=: The status to filter notebook runs by.
1744
+
completion:
1745
+
flag:
1746
+
sort-order:
1747
+
- ASCENDING
1748
+
- DESCENDING
1749
+
status:
1750
+
- QUEUED
1751
+
- STARTING
1752
+
- RUNNING
1753
+
- STOPPING
1754
+
- STOPPED
1755
+
- SUCCEEDED
1756
+
- FAILED
1719
1757
- name: list-notifications
1720
1758
description: Lists all Amazon DataZone notifications.
1721
1759
flags:
@@ -2332,6 +2370,32 @@ commands:
2332
2370
- BUSINESS_DESCRIPTIONS
2333
2371
- BUSINESS_NAMES
2334
2372
- BUSINESS_GLOSSARY_ASSOCIATIONS
2373
+
- name: start-notebook-run
2374
+
description: Starts a notebook run in an Amazon DataZone domain.
2375
+
flags:
2376
+
--cli-input-json=: Read arguments from the JSON string provided.
2377
+
--cli-input-yaml=: Read arguments from the YAML string provided.
2378
+
--client-token=: A unique, case-sensitive identifier to ensure idempotency of the request.
2379
+
--compute-configuration=: The compute configuration for the notebook run, including instance type and environment version.
2380
+
--domain-identifier=!: The identifier of the Amazon DataZone domain in which the notebook run is started.
2381
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2382
+
--metadata=: The metadata for the notebook run, specified as key-value pairs.
2383
+
--network-configuration=: The network configuration for the notebook run, including network access type and optional VPC settings.
2384
+
--notebook-identifier=!: The identifier of the notebook to run.
2385
+
--owning-project-identifier=!: The identifier of the project that owns the notebook run.
2386
+
--parameters=: The sensitive parameters for the notebook run, specified as key-value pairs.
2387
+
--schedule-identifier=: The identifier of the schedule associated with the notebook run.
2388
+
--timeout-configuration=: The timeout configuration for the notebook run.
2389
+
--trigger-source=: The source that triggered the notebook run.
2390
+
- name: stop-notebook-run
2391
+
description: Stops a running notebook run in an Amazon DataZone domain.
2392
+
flags:
2393
+
--cli-input-json=: Read arguments from the JSON string provided.
2394
+
--cli-input-yaml=: Read arguments from the YAML string provided.
2395
+
--client-token=: A unique, case-sensitive identifier to ensure idempotency of the request.
2396
+
--domain-identifier=!: The identifier of the Amazon DataZone domain in which the notebook run is stopped.
2397
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2398
+
--identifier=!: The identifier of the notebook run to stop.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.payment-cryptography.yaml
+59Lines changed: 59 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,19 @@ commands:
12
12
--replication-regions=!:
13
13
description: The list of Amazon Web Services Regions to add to the key's replication configuration.
14
14
nargs: -1
15
+
- name: associate-mpa-team
16
+
description: Associates a Multi-Party Approval (MPA) team with a protected operation.
17
+
flags:
18
+
--action=!: The protected operation to associate with the MPA team.
19
+
--cli-input-json=: Read arguments from the JSON string provided.
20
+
--cli-input-yaml=: Read arguments from the YAML string provided.
21
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
22
+
--mpa-team-arn=!: The ARN of the MPA team to associate with the protected operation.
23
+
--requester-comment=: The comment from the requester explaining the reason for the association.
24
+
completion:
25
+
flag:
26
+
action:
27
+
- IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE
15
28
- name: create-alias
16
29
description: Creates an *alias*, or a friendly name, for an Amazon Web Services Payment Cryptography key.
17
30
flags:
@@ -80,6 +93,13 @@ commands:
80
93
--delete-key-in-days=: The waiting period for key deletion.
81
94
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
82
95
--key-identifier=!: The `KeyARN` of the key that is scheduled for deletion.
96
+
- name: delete-resource-policy
97
+
description: Removes the resource-based policy attached to an Amazon Web Services Payment Cryptography key.
98
+
flags:
99
+
--cli-input-json=: Read arguments from the JSON string provided.
100
+
--cli-input-yaml=: Read arguments from the YAML string provided.
101
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
102
+
--resource-arn=!: The `KeyARN` of the key whose resource-based policy you want to delete.
83
103
- name: disable-default-key-replication-regions
84
104
description: Disables [Multi-Region key replication](https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html) settings for the specified Amazon Web Services Regions in your Amazon Web Services account, preventing new keys from being automatically replicated to those regions.
85
105
flags:
@@ -89,6 +109,18 @@ commands:
89
109
--replication-regions=!:
90
110
description: The list of Amazon Web Services Regions to remove from the account's default replication regions.
91
111
nargs: -1
112
+
- name: disassociate-mpa-team
113
+
description: Removes the association between a Multi-Party Approval (MPA) team and a protected operation.
114
+
flags:
115
+
--action=!: The protected operation to disassociate from the MPA team.
116
+
--cli-input-json=: Read arguments from the JSON string provided.
117
+
--cli-input-yaml=: Read arguments from the YAML string provided.
118
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
119
+
--requester-comment=: The comment from the requester explaining the reason for the disassociation.
120
+
completion:
121
+
flag:
122
+
action:
123
+
- IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE
92
124
- name: enable-default-key-replication-regions
93
125
description: Enables [Multi-Region key replication](https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-multi-region-replication.html) settings for your Amazon Web Services account, causing new keys to be automatically replicated to the specified Amazon Web Services Regions when created.
94
126
flags:
@@ -143,6 +175,17 @@ commands:
143
175
--cli-input-yaml=: Read arguments from the YAML string provided.
144
176
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
145
177
--key-identifier=!: The `KeyARN` of the Amazon Web Services Payment Cryptography key.
178
+
- name: get-mpa-team-association
179
+
description: Returns the Multi-Party Approval (MPA) team association for a protected operation.
180
+
flags:
181
+
--action=!: The protected operation whose MPA team association you want to retrieve.
182
+
--cli-input-json=: Read arguments from the JSON string provided.
183
+
--cli-input-yaml=: Read arguments from the YAML string provided.
184
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
185
+
completion:
186
+
flag:
187
+
action:
188
+
- IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE
146
189
- name: get-parameters-for-export
147
190
description: Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.
148
191
flags:
@@ -218,6 +261,13 @@ commands:
218
261
--cli-input-yaml=: Read arguments from the YAML string provided.
219
262
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
220
263
--key-identifier=!: The `KeyARN` of the asymmetric key pair.
264
+
- name: get-resource-policy
265
+
description: Returns the resource-based policy attached to an Amazon Web Services Payment Cryptography key.
266
+
flags:
267
+
--cli-input-json=: Read arguments from the JSON string provided.
268
+
--cli-input-yaml=: Read arguments from the YAML string provided.
269
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
270
+
--resource-arn=!: The `KeyARN` of the key whose resource-based policy you want to retrieve.
221
271
- name: import-key
222
272
description: Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.
223
273
flags:
@@ -230,6 +280,7 @@ commands:
230
280
--no-enabled: Specifies whether import key is enabled.
231
281
--replication-regions=:
232
282
nargs: -1
283
+
--requester-comment=: The comment from the requester explaining the reason for the import.
233
284
--tags=:
234
285
description: Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
235
286
nargs: -1
@@ -283,6 +334,14 @@ commands:
283
334
--page-size=: The size of each page to get in the AWS service call.
284
335
--resource-arn=!: The `KeyARN` of the key whose tags you are getting.
285
336
--starting-token=: A token to specify where to start paginating.
337
+
- name: put-resource-policy
338
+
description: Attaches or replaces a resource-based policy on an Amazon Web Services Payment Cryptography key.
339
+
flags:
340
+
--cli-input-json=: Read arguments from the JSON string provided.
341
+
--cli-input-yaml=: Read arguments from the YAML string provided.
342
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
343
+
--policy=!: The resource-based policy to attach to the key, in JSON format.
344
+
--resource-arn=!: The `KeyARN` of the key to attach the resource-based policy to.
286
345
- name: remove-key-replication-regions
287
346
description: Removes Replication Regions from an existing Amazon Web Services Payment Cryptography key, disabling the key's availability for cryptographic operations in the specified Amazon Web Services Regions.
0 commit comments