Skip to content

Commit 1a9064e

Browse files
authored
Merge pull request #261 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.40
build(deps): bump aws from 2.34.39 to 2.34.40
2 parents c0aea5b + daa2093 commit 1a9064e

8 files changed

Lines changed: 151 additions & 2 deletions

cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore-control.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ commands:
228228
--encryption-key-arn=: The Amazon Resource Name (ARN) of the KMS key used to encrypt the memory data.
229229
--event-expiry-duration=!: The duration after which memory events expire.
230230
--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
231234
--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.
232235
--memory-strategies=:
233236
description: The memory strategies to use for this memory.
@@ -1281,6 +1284,9 @@ commands:
12811284
- name: update-memory
12821285
description: Update an Amazon Bedrock AgentCore Memory resource memory.
12831286
flags:
1287+
--add-indexed-keys=:
1288+
description: Additional metadata keys to index.
1289+
nargs: -1
12841290
--cli-input-json=: Read arguments from the JSON string provided.
12851291
--cli-input-yaml=: Read arguments from the YAML string provided.
12861292
--client-token=: A client token is used for keeping track of idempotent requests.

cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ commands:
201201
- name: get-resource-oauth2-token
202202
description: Returns the OAuth 2.0 token of the provided resource.
203203
flags:
204+
--audiences=:
205+
description: The audiences to include in the token request.
206+
nargs: -1
204207
--cli-input-json=: Read arguments from the JSON string provided.
205208
--cli-input-yaml=: Read arguments from the YAML string provided.
206209
--custom-parameters=: A map of custom parameters to include in the authorization request to the resource credential provider.
@@ -211,6 +214,9 @@ commands:
211214
--oauth2-flow=!: The type of flow to be performed.
212215
--resource-credential-provider-name=!: The name of the resource's credential provider.
213216
--resource-oauth2-return-url=: The callback URL to redirect to after the OAuth 2.0 token retrieval is complete.
217+
--resources=:
218+
description: The resources to include in the token request.
219+
nargs: -1
214220
--scopes=!:
215221
description: The OAuth scopes being requested.
216222
nargs: -1
@@ -221,6 +227,7 @@ commands:
221227
oauth2-flow:
222228
- USER_FEDERATION
223229
- M2M
230+
- ON_BEHALF_OF_TOKEN_EXCHANGE
224231
- name: get-workload-access-token
225232
description: Obtains a workload access token for agentic workloads not acting on behalf of a user.
226233
flags:
@@ -405,6 +412,9 @@ commands:
405412
--max-results=: The maximum number of results to return in a single call.
406413
--memory-id=!: The identifier of the AgentCore Memory resource for which to list memory records.
407414
--memory-strategy-id=: The memory strategy identifier to filter memory records by.
415+
--metadata-filters=:
416+
description: A list of metadata filter expressions to scope the returned memory records.
417+
nargs: -1
408418
--namespace-path=: Use namespacePath for hierarchical retrievals.
409419
--namespace=: The namespace prefix to filter memory records by.
410420
--next-token=: The token for the next set of results.

cmd/carapace-aws/cmd/botocore/aws.datazone.yaml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,14 @@ commands:
11661166
- BUSINESS_DESCRIPTIONS
11671167
- BUSINESS_NAMES
11681168
- 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.
11691177
- name: get-project
11701178
description: Gets a project in Amazon DataZone.
11711179
flags:
@@ -1716,6 +1724,36 @@ commands:
17161724
- BUSINESS_DESCRIPTIONS
17171725
- BUSINESS_NAMES
17181726
- 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
17191757
- name: list-notifications
17201758
description: Lists all Amazon DataZone notifications.
17211759
flags:
@@ -2332,6 +2370,32 @@ commands:
23322370
- BUSINESS_DESCRIPTIONS
23332371
- BUSINESS_NAMES
23342372
- 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.
23352399
- name: tag-resource
23362400
description: Tags a resource in Amazon DataZone.
23372401
flags:

cmd/carapace-aws/cmd/botocore/aws.kafka.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,10 @@ commands:
531531
--cli-input-json=: Read arguments from the JSON string provided.
532532
--cli-input-yaml=: Read arguments from the YAML string provided.
533533
--cluster-arn=!: The Amazon Resource Name (ARN) of the configuration.
534-
--connectivity-info=!: Information about the broker access configuration.
534+
--connectivity-info=: Information about the broker access configuration.
535535
--current-version=!: The version of the MSK cluster to update.
536536
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
537+
--zookeeper-access=: Access control settings for zookeeper
537538
- name: update-monitoring
538539
description: Updates the monitoring settings for the cluster.
539540
flags:

cmd/carapace-aws/cmd/botocore/aws.payment-cryptography.yaml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ commands:
1212
--replication-regions=!:
1313
description: The list of Amazon Web Services Regions to add to the key's replication configuration.
1414
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
1528
- name: create-alias
1629
description: Creates an *alias*, or a friendly name, for an Amazon Web Services Payment Cryptography key.
1730
flags:
@@ -80,6 +93,13 @@ commands:
8093
--delete-key-in-days=: The waiting period for key deletion.
8194
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
8295
--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.
83103
- name: disable-default-key-replication-regions
84104
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.
85105
flags:
@@ -89,6 +109,18 @@ commands:
89109
--replication-regions=!:
90110
description: The list of Amazon Web Services Regions to remove from the account's default replication regions.
91111
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
92124
- name: enable-default-key-replication-regions
93125
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.
94126
flags:
@@ -143,6 +175,17 @@ commands:
143175
--cli-input-yaml=: Read arguments from the YAML string provided.
144176
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
145177
--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
146189
- name: get-parameters-for-export
147190
description: Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services Payment Cryptography.
148191
flags:
@@ -218,6 +261,13 @@ commands:
218261
--cli-input-yaml=: Read arguments from the YAML string provided.
219262
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
220263
--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.
221271
- name: import-key
222272
description: Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services Payment Cryptography.
223273
flags:
@@ -230,6 +280,7 @@ commands:
230280
--no-enabled: Specifies whether import key is enabled.
231281
--replication-regions=:
232282
nargs: -1
283+
--requester-comment=: The comment from the requester explaining the reason for the import.
233284
--tags=:
234285
description: Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
235286
nargs: -1
@@ -283,6 +334,14 @@ commands:
283334
--page-size=: The size of each page to get in the AWS service call.
284335
--resource-arn=!: The `KeyARN` of the key whose tags you are getting.
285336
--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.
286345
- name: remove-key-replication-regions
287346
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.
288347
flags:

cmd/carapace-aws/cmd/botocore/aws.route53globalresolver.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ commands:
541541
--ip-address-type=: The IP address type for the Global Resolver.
542542
--name=: The name of the Global Resolver.
543543
--observability-region=: The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.
544+
--regions=:
545+
description: The list of Amazon Web Services Regions where the Global Resolver will operate.
546+
nargs: -1
544547
completion:
545548
flag:
546549
ip-address-type:

cmd/carapace-aws/cmd/botocore/aws.sagemaker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,9 @@ commands:
735735
--inference-component-name=!: A unique name to assign to the inference component.
736736
--runtime-config=: Runtime settings for a model that is deployed with an inference component.
737737
--specification=: Details about the resources to deploy with this inference component, including the model, container, and compute resources.
738+
--specifications=:
739+
description: A list of specification objects for the inference component, one per instance type.
740+
nargs: -1
738741
--tags=:
739742
description: A list of key-value pairs associated with the model.
740743
nargs: -1
@@ -5991,6 +5994,9 @@ commands:
59915994
--inference-component-name=!: The name of the inference component.
59925995
--runtime-config=: Runtime settings for a model that is deployed with an inference component.
59935996
--specification=: Details about the resources to deploy with this inference component, including the model, container, and compute resources.
5997+
--specifications=:
5998+
description: A list of specification objects for the inference component, one per instance type.
5999+
nargs: -1
59946000
- name: update-inference-component-runtime-config
59956001
description: Runtime settings for a model that is deployed with an inference component.
59966002
flags:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws": "https://github.com/aws/aws-cli#2.34.39"
3+
"aws": "https://github.com/aws/aws-cli#2.34.40"
44
}
55
}

0 commit comments

Comments
 (0)