Skip to content

Commit 5465f7b

Browse files
authored
Merge pull request #249 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.15
build(deps): bump aws from 2.34.3 to 2.34.15
2 parents 31462ba + 2e5e487 commit 5465f7b

28 files changed

Lines changed: 1038 additions & 45 deletions

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ commands:
140140
- SecurityPolicy_TLS13_1_3_FIPS_2025_09
141141
- SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09
142142
- SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09
143+
- SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09
143144
- SecurityPolicy_TLS13_1_2_PQ_2025_09
144145
- SecurityPolicy_TLS13_1_2_2021_06
145146
- SecurityPolicy_TLS13_2025_EDGE
@@ -228,6 +229,7 @@ commands:
228229
- SecurityPolicy_TLS13_1_3_FIPS_2025_09
229230
- SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09
230231
- SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09
232+
- SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09
231233
- SecurityPolicy_TLS13_1_2_PQ_2025_09
232234
- SecurityPolicy_TLS13_1_2_2021_06
233235
- SecurityPolicy_TLS13_2025_EDGE

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ commands:
251251
--framework-name=!: The unique name of a framework.
252252
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
253253
- name: describe-global-settings
254-
description: Describes whether the Amazon Web Services account is opted in to cross-account backup.
254+
description: Describes whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator.
255255
flags:
256256
--cli-input-json=: Read arguments from the JSON string provided.
257257
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -1161,7 +1161,7 @@ commands:
11611161
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
11621162
--idempotency-token=: A customer-chosen string that you can use to distinguish between otherwise identical calls to `UpdateFrameworkInput`.
11631163
- name: update-global-settings
1164-
description: Updates whether the Amazon Web Services account is opted in to cross-account backup.
1164+
description: Updates whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator.
11651165
flags:
11661166
--cli-input-json=: Read arguments from the JSON string provided.
11671167
--cli-input-yaml=: Read arguments from the YAML string provided.

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

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,26 @@ commands:
7474
state:
7575
- ENABLED
7676
- DISABLED
77+
- name: create-quota-share
78+
description: Creates an Batch quota share.
79+
flags:
80+
--capacity-limits=!:
81+
description: A list that specifies the quantity and type of compute capacity allocated to the quota share.
82+
nargs: -1
83+
--cli-input-json=: Read arguments from the JSON string provided.
84+
--cli-input-yaml=: Read arguments from the YAML string provided.
85+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
86+
--job-queue=!: The Batch job queue associated with the quota share.
87+
--preemption-configuration=!: Specifies the preemption behavior for jobs in a quota share.
88+
--quota-share-name=!: The name of the quota share.
89+
--resource-sharing-configuration=!: Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
90+
--state=: The state of the quota share.
91+
--tags=: The tags that you apply to the quota share to help you categorize and organize your resources.
92+
completion:
93+
flag:
94+
state:
95+
- ENABLED
96+
- DISABLED
7797
- name: create-scheduling-policy
7898
description: Creates an Batch scheduling policy.
7999
flags:
@@ -82,6 +102,7 @@ commands:
82102
--fairshare-policy=: The fair-share scheduling policy details.
83103
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
84104
--name=!: The name of the fair-share scheduling policy.
105+
--quota-share-policy=: The quota share scheduling policy details.
85106
--tags=: The tags that you apply to the scheduling policy to help you categorize and organize your resources.
86107
- name: create-service-environment
87108
description: Creates a service environment for running service jobs.
@@ -124,6 +145,13 @@ commands:
124145
--cli-input-yaml=: Read arguments from the YAML string provided.
125146
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
126147
--job-queue=!: The short name or full Amazon Resource Name (ARN) of the queue to delete.
148+
- name: delete-quota-share
149+
description: Deletes the specified quota share.
150+
flags:
151+
--cli-input-json=: Read arguments from the JSON string provided.
152+
--cli-input-yaml=: Read arguments from the YAML string provided.
153+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
154+
--quota-share-arn=!: The Amazon Resource Name (ARN) of the quota share.
127155
- name: delete-scheduling-policy
128156
description: Deletes the specified scheduling policy.
129157
flags:
@@ -205,6 +233,13 @@ commands:
205233
--jobs=!:
206234
description: A list of up to 100 job IDs.
207235
nargs: -1
236+
- name: describe-quota-share
237+
description: Returns a description of the specified quota share.
238+
flags:
239+
--cli-input-json=: Read arguments from the JSON string provided.
240+
--cli-input-yaml=: Read arguments from the YAML string provided.
241+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
242+
--quota-share-arn=!: The Amazon Resource Name (ARN) of the quota share.
208243
- name: describe-scheduling-policies
209244
description: Describes one or more of your scheduling policies.
210245
flags:
@@ -236,7 +271,7 @@ commands:
236271
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
237272
--job-id=!: The job ID for the service job to describe.
238273
- name: get-job-queue-snapshot
239-
description: Provides a list of the first 100 `RUNNABLE` jobs associated to a single job queue and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.
274+
description: Provides a snapshot of job queue state, including ordering of `RUNNABLE` jobs, as well as capacity utilization for already dispatched jobs.
240275
flags:
241276
--cli-input-json=: Read arguments from the JSON string provided.
242277
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -299,6 +334,18 @@ commands:
299334
--next-token=: The `nextToken` value returned from a previous paginated `ListJobsByConsumableResource` request where `maxResults` was used and the results exceeded the value of that parameter.
300335
--page-size=: The size of each page to get in the AWS service call.
301336
--starting-token=: A token to specify where to start paginating.
337+
- name: list-quota-shares
338+
description: Returns a list of Batch quota shares associated with a job queue.
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+
--job-queue=!: The name or full Amazon Resource Name (ARN) of the job queue used to list quota shares.
344+
--max-items=: The total number of items to return in the command's output.
345+
--max-results=: The maximum number of results returned by `ListQuotaShares` in paginated output.
346+
--next-token=: The `nextToken` value that's returned from a previous paginated `ListQuotaShares` request where `maxResults` was used and the results exceeded the value of that parameter.
347+
--page-size=: The size of each page to get in the AWS service call.
348+
--starting-token=: A token to specify where to start paginating.
302349
- name: list-scheduling-policies
303350
description: Returns a list of Batch scheduling policies.
304351
flags:
@@ -407,6 +454,8 @@ commands:
407454
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
408455
--job-name=!: The name of the service job.
409456
--job-queue=!: The job queue into which the service job is submitted.
457+
--preemption-configuration=: Specifies the service job behavior when preempted.
458+
--quota-share-name=: The quota share for the service job.
410459
--retry-strategy=: The retry strategy to use for failed service jobs that are submitted with this service job request.
411460
--scheduling-priority=: The scheduling priority of the service job.
412461
--service-job-type=!: The type of service job.
@@ -504,6 +553,24 @@ commands:
504553
state:
505554
- ENABLED
506555
- DISABLED
556+
- name: update-quota-share
557+
description: Updates a quota share.
558+
flags:
559+
--capacity-limits=:
560+
description: A list that specifies the quantity and type of compute capacity allocated to the quota share.
561+
nargs: -1
562+
--cli-input-json=: Read arguments from the JSON string provided.
563+
--cli-input-yaml=: Read arguments from the YAML string provided.
564+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
565+
--preemption-configuration=: Specifies the preemption behavior for jobs in a quota share.
566+
--quota-share-arn=!: The Amazon Resource Name (ARN) of the quota share to update.
567+
--resource-sharing-configuration=: Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
568+
--state=: The state of the quota share.
569+
completion:
570+
flag:
571+
state:
572+
- ENABLED
573+
- DISABLED
507574
- name: update-scheduling-policy
508575
description: Updates a scheduling policy.
509576
flags:
@@ -512,6 +579,7 @@ commands:
512579
--cli-input-yaml=: Read arguments from the YAML string provided.
513580
--fairshare-policy=: The fair-share policy scheduling details.
514581
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
582+
--quota-share-policy=: The quota share scheduling policy details.
515583
- name: update-service-environment
516584
description: Updates a service environment.
517585
flags:
@@ -528,3 +596,11 @@ commands:
528596
state:
529597
- ENABLED
530598
- DISABLED
599+
- name: update-service-job
600+
description: Updates the priority of a specified service job in an Batch job queue.
601+
flags:
602+
--cli-input-json=: Read arguments from the JSON string provided.
603+
--cli-input-yaml=: Read arguments from the YAML string provided.
604+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
605+
--job-id=!: The Batch job ID of the job to update.
606+
--scheduling-priority=!: The scheduling priority for the job.

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ commands:
4545
description: Creates a custom browser.
4646
flags:
4747
--browser-signing=: The browser signing configuration that enables cryptographic agent identification using HTTP message signatures for web bot authentication.
48+
--certificates=:
49+
description: A list of certificates to install in the browser.
50+
nargs: -1
4851
--cli-input-json=: Read arguments from the JSON string provided.
4952
--cli-input-yaml=: Read arguments from the YAML string provided.
5053
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
5154
--description=: The description of the browser.
55+
--enterprise-policies=:
56+
description: A list of enterprise policy files for the browser.
57+
nargs: -1
5258
--execution-role-arn=: The Amazon Resource Name (ARN) of the IAM role that provides permissions for the browser to access Amazon Web Services services.
5359
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
5460
--name=!: The name of the browser.
@@ -68,6 +74,9 @@ commands:
6874
- name: create-code-interpreter
6975
description: Creates a custom code interpreter.
7076
flags:
77+
--certificates=:
78+
description: A list of certificates to install in the code interpreter.
79+
nargs: -1
7180
--cli-input-json=: Read arguments from the JSON string provided.
7281
--cli-input-yaml=: Read arguments from the YAML string provided.
7382
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
@@ -156,6 +165,7 @@ commands:
156165
description: The memory strategies to use for this memory.
157166
nargs: -1
158167
--name=!: The name of the memory.
168+
--stream-delivery-resources=: Configuration for streaming memory record data to external resources.
159169
--tags=: A map of tag keys and values to assign to an AgentCore Memory.
160170
- name: create-oauth2-credential-provider
161171
description: Creates a new OAuth2 credential provider.
@@ -901,6 +911,7 @@ commands:
901911
--memory-execution-role-arn=: The ARN of the IAM role that provides permissions for the AgentCore Memory resource.
902912
--memory-id=!: The unique identifier of the memory to update.
903913
--memory-strategies=: The memory strategies to add, modify, or delete.
914+
--stream-delivery-resources=: Configuration for streaming memory record data to external resources.
904915
- name: update-oauth2-credential-provider
905916
description: Updates an existing OAuth2 credential provider.
906917
flags:

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

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ commands:
186186
flags:
187187
--accept=: The desired MIME type for the response from the agent runtime.
188188
--account-id=: The identifier of the Amazon Web Services account for the agent runtime resource.
189-
--agent-runtime-arn=!: The Amazon Web Services Resource Name (ARN) of the agent runtime to invoke.
189+
--agent-runtime-arn=!: The identifier of the agent runtime to invoke.
190190
--baggage=: Additional context information for distributed tracing.
191191
--content-type=: The MIME type of the input data in the payload.
192192
--mcp-protocol-version=: The version of the MCP protocol being used.
@@ -201,6 +201,23 @@ commands:
201201
completion:
202202
positional:
203203
- - $files
204+
- name: invoke-agent-runtime-command
205+
description: Executes a command in a runtime session container.
206+
flags:
207+
--accept=: The desired MIME type for the response from the agent runtime command.
208+
--account-id=: Account ID (12 digits)
209+
--agent-runtime-arn=!: ARN of the agent runtime
210+
--baggage=: Additional context information for distributed tracing.
211+
--body=!: Request body containing command and timeout
212+
--cli-input-json=: Read arguments from the JSON string provided.
213+
--cli-input-yaml=: Read arguments from the YAML string provided.
214+
--content-type=: The MIME type of the input data in the request payload.
215+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
216+
--qualifier=: Version or alias qualifier
217+
--runtime-session-id=: Runtime session identifier
218+
--trace-id=: The trace identifier for request tracking.
219+
--trace-parent=: The parent trace information for distributed tracing.
220+
--trace-state=: The trace state information for distributed tracing.
204221
- name: list-actors
205222
description: Lists all actors in an AgentCore Memory resource.
206223
flags:
@@ -330,30 +347,39 @@ commands:
330347
description: Creates and initializes a browser session in Amazon Bedrock AgentCore.
331348
flags:
332349
--browser-identifier=!: The unique identifier of the browser to use for this session.
350+
--certificates=:
351+
description: A list of certificates to install in the browser session.
352+
nargs: -1
333353
--cli-input-json=: Read arguments from the JSON string provided.
334354
--cli-input-yaml=: Read arguments from the YAML string provided.
335355
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
356+
--enterprise-policies=:
357+
description: A list of files containing enterprise policies for the browser.
358+
nargs: -1
336359
--extensions=:
337360
description: A list of browser extensions to load into the browser session.
338361
nargs: -1
339362
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
340363
--name=: The name of the browser session.
341364
--profile-configuration=: The browser profile configuration to use for this session.
342365
--proxy-configuration=: Optional proxy configuration for routing browser traffic through customer-specified proxy servers.
343-
--session-timeout-seconds=: The time in seconds after which the session automatically terminates if there is no activity.
366+
--session-timeout-seconds=: The duration in seconds (time-to-live) after which the session automatically terminates, regardless of ongoing activity.
344367
--trace-id=: The trace identifier for request tracking.
345368
--trace-parent=: The parent trace information for distributed tracing.
346369
--view-port=: The dimensions of the browser viewport for this session.
347370
- name: start-code-interpreter-session
348371
description: Creates and initializes a code interpreter session in Amazon Bedrock AgentCore.
349372
flags:
373+
--certificates=:
374+
description: A list of certificates to install in the code interpreter session.
375+
nargs: -1
350376
--cli-input-json=: Read arguments from the JSON string provided.
351377
--cli-input-yaml=: Read arguments from the YAML string provided.
352378
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
353379
--code-interpreter-identifier=!: The unique identifier of the code interpreter to use for this session.
354380
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
355381
--name=: The name of the code interpreter session.
356-
--session-timeout-seconds=: The time in seconds after which the session automatically terminates if there is no activity.
382+
--session-timeout-seconds=: The duration in seconds (time-to-live) after which the session automatically terminates, regardless of ongoing activity.
357383
--trace-id=: The trace identifier for request tracking.
358384
--trace-parent=: The parent trace information for distributed tracing.
359385
- name: start-memory-extraction-job

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ commands:
10911091
- REFINE_POLICY
10921092
- IMPORT_POLICY
10931093
- GENERATE_FIDELITY_REPORT
1094+
- GENERATE_POLICY_SCENARIOS
10941095
- name: start-automated-reasoning-policy-test-workflow
10951096
description: Initiates a test workflow to validate Automated Reasoning policy tests.
10961097
flags:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,10 @@ commands:
312312
--filters=: A `ConformancePackComplianceFilters` object.
313313
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
314314
--limit=: The maximum number of Config rules within a conformance pack are returned on each page.
315+
--max-items=: The total number of items to return in the command's output.
315316
--next-token=: The `nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
317+
--page-size=: The size of each page to get in the AWS service call.
318+
--starting-token=: A token to specify where to start paginating.
316319
- name: describe-conformance-pack-status
317320
description: Provides one or more conformance packs deployment status.
318321
flags:

0 commit comments

Comments
 (0)