Skip to content

Commit 7ead6d8

Browse files
authored
Merge pull request #229 from carapace-sh/dependabot/npm_and_yarn/aws-2.33.16
build(deps): bump aws from 2.33.15 to 2.33.16
2 parents d70f6e1 + 4bc6e47 commit 7ead6d8

20 files changed

Lines changed: 459 additions & 34 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ commands:
563563
--cli-input-json=: Read arguments from the JSON string provided.
564564
--cli-input-yaml=: Read arguments from the YAML string provided.
565565
--client-request-token=: A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
566-
--engine-configuration=: ""
566+
--engine-configuration=: The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when running in provisioned capacity.
567567
--execution-parameters=:
568568
description: A list of values for the parameters in a query.
569569
nargs: -1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ commands:
236236
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
237237
--job-id=!: The job ID for the service job to describe.
238238
- name: get-job-queue-snapshot
239-
description: Provides a list of the first 100 `RUNNABLE` jobs associated to a single job queue.
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.
240240
flags:
241241
--cli-input-json=: Read arguments from the JSON string provided.
242242
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -320,7 +320,7 @@ commands:
320320
nargs: -1
321321
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
322322
--job-queue=: The name or ARN of the job queue with which to list service jobs.
323-
--job-status=: The job status with which to filter service jobs.
323+
--job-status=: The job status used to filter service jobs in the specified queue.
324324
--max-items=: The total number of items to return in the command's output.
325325
--max-results=: The maximum number of results returned by `ListServiceJobs` in paginated output.
326326
--next-token=: The `nextToken` value returned from a previous paginated `ListServiceJobs` request where `maxResults` was used and the results exceeded the value of that parameter.

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ commands:
5555
--network-configuration=!: The network configuration for the browser.
5656
--recording=: The recording configuration for the browser.
5757
--tags=: A map of tag keys and values to assign to the browser.
58+
- name: create-browser-profile
59+
description: Creates a browser profile in Amazon Bedrock AgentCore.
60+
flags:
61+
--cli-input-json=: Read arguments from the JSON string provided.
62+
--cli-input-yaml=: Read arguments from the YAML string provided.
63+
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
64+
--description=: A description of the browser profile.
65+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
66+
--name=!: The name of the browser profile.
67+
--tags=: A map of tag keys and values to assign to the browser profile.
5868
- name: create-code-interpreter
5969
description: Creates a custom code interpreter.
6070
flags:
@@ -272,6 +282,14 @@ commands:
272282
--cli-input-yaml=: Read arguments from the YAML string provided.
273283
--client-token=: A unique, case-sensitive identifier to ensure idempotency of the request.
274284
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
285+
- name: delete-browser-profile
286+
description: Deletes a browser profile.
287+
flags:
288+
--cli-input-json=: Read arguments from the JSON string provided.
289+
--cli-input-yaml=: Read arguments from the YAML string provided.
290+
--client-token=: A unique, case-sensitive identifier to ensure idempotency of the request.
291+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
292+
--profile-id=!: The unique identifier of the browser profile to delete.
275293
- name: delete-code-interpreter
276294
description: Deletes a custom code interpreter.
277295
flags:
@@ -383,6 +401,13 @@ commands:
383401
--cli-input-json=: Read arguments from the JSON string provided.
384402
--cli-input-yaml=: Read arguments from the YAML string provided.
385403
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
404+
- name: get-browser-profile
405+
description: Gets information about a browser profile.
406+
flags:
407+
--cli-input-json=: Read arguments from the JSON string provided.
408+
--cli-input-yaml=: Read arguments from the YAML string provided.
409+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
410+
--profile-id=!: The unique identifier of the browser profile to retrieve.
386411
- name: get-code-interpreter
387412
description: Gets information about a custom code interpreter.
388413
flags:
@@ -529,6 +554,17 @@ commands:
529554
--next-token=: Pagination token.
530555
--page-size=: The size of each page to get in the AWS service call.
531556
--starting-token=: A token to specify where to start paginating.
557+
- name: list-browser-profiles
558+
description: Lists all browser profiles in your account.
559+
flags:
560+
--cli-input-json=: Read arguments from the JSON string provided.
561+
--cli-input-yaml=: Read arguments from the YAML string provided.
562+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
563+
--max-items=: The total number of items to return in the command's output.
564+
--max-results=: The maximum number of results to return in the response.
565+
--next-token=: A token to retrieve the next page of results.
566+
--page-size=: The size of each page to get in the AWS service call.
567+
--starting-token=: A token to specify where to start paginating.
532568
- name: list-browsers
533569
description: Lists all custom browsers in your account.
534570
flags:

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

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ commands:
9494
--qualifier=: Optional qualifier to specify an agent alias, such as `prod`code> or `dev`.
9595
--runtime-session-id=: The session ID that the AgentCore Runtime agent is using.
9696
- name: get-browser-session
97-
description: Retrieves detailed information about a specific browser session in Amazon Bedrock.
97+
description: Retrieves detailed information about a specific browser session in Amazon Bedrock AgentCore.
9898
flags:
9999
--browser-identifier=!: The unique identifier of the browser associated with the session.
100100
--cli-input-json=: Read arguments from the JSON string provided.
101101
--cli-input-yaml=: Read arguments from the YAML string provided.
102102
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
103103
--session-id=!: The unique identifier of the browser session to retrieve.
104104
- name: get-code-interpreter-session
105-
description: Retrieves detailed information about a specific code interpreter session in Amazon Bedrock.
105+
description: Retrieves detailed information about a specific code interpreter session in Amazon Bedrock AgentCore.
106106
flags:
107107
--cli-input-json=: Read arguments from the JSON string provided.
108108
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -214,7 +214,7 @@ commands:
214214
--page-size=: The size of each page to get in the AWS service call.
215215
--starting-token=: A token to specify where to start paginating.
216216
- name: list-browser-sessions
217-
description: Retrieves a list of browser sessions in Amazon Bedrock that match the specified criteria.
217+
description: Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria.
218218
flags:
219219
--browser-identifier=!: The unique identifier of the browser to list sessions for.
220220
--cli-input-json=: Read arguments from the JSON string provided.
@@ -229,7 +229,7 @@ commands:
229229
- READY
230230
- TERMINATED
231231
- name: list-code-interpreter-sessions
232-
description: Retrieves a list of code interpreter sessions in Amazon Bedrock that match the specified criteria.
232+
description: Retrieves a list of code interpreter sessions in Amazon Bedrock AgentCore that match the specified criteria.
233233
flags:
234234
--cli-input-json=: Read arguments from the JSON string provided.
235235
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -283,7 +283,7 @@ commands:
283283
--max-results=: The maximum number of results to return in a single call.
284284
--memory-id=!: The identifier of the AgentCore Memory resource for which to list memory records.
285285
--memory-strategy-id=: The memory strategy identifier to filter memory records by.
286-
--namespace=!: The namespace to filter memory records by.
286+
--namespace=!: The namespace prefix to filter memory records by.
287287
--next-token=: The token for the next set of results.
288288
--page-size=: The size of each page to get in the AWS service call.
289289
--starting-token=: A token to specify where to start paginating.
@@ -309,13 +309,25 @@ commands:
309309
--max-items=: The total number of items to return in the command's output.
310310
--max-results=: The maximum number of results to return in a single call.
311311
--memory-id=!: The identifier of the AgentCore Memory resource from which to retrieve memory records.
312-
--namespace=!: The namespace to filter memory records by.
312+
--namespace=!: The namespace prefix to filter memory records by.
313313
--next-token=: The token for the next set of results.
314314
--page-size=: The size of each page to get in the AWS service call.
315315
--search-criteria=!: The search criteria to use for finding relevant memory records.
316316
--starting-token=: A token to specify where to start paginating.
317+
- name: save-browser-session-profile
318+
description: Saves the current state of a browser session as a reusable profile in Amazon Bedrock AgentCore.
319+
flags:
320+
--browser-identifier=!: The unique identifier of the browser associated with the session from which to save the profile.
321+
--cli-input-json=: Read arguments from the JSON string provided.
322+
--cli-input-yaml=: Read arguments from the YAML string provided.
323+
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
324+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
325+
--profile-identifier=!: The unique identifier for the browser profile.
326+
--session-id=!: The unique identifier of the browser session from which to save the profile.
327+
--trace-id=: The trace identifier for request tracking.
328+
--trace-parent=: The parent trace information for distributed tracing.
317329
- name: start-browser-session
318-
description: Creates and initializes a browser session in Amazon Bedrock.
330+
description: Creates and initializes a browser session in Amazon Bedrock AgentCore.
319331
flags:
320332
--browser-identifier=!: The unique identifier of the browser to use for this session.
321333
--cli-input-json=: Read arguments from the JSON string provided.
@@ -326,12 +338,14 @@ commands:
326338
nargs: -1
327339
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
328340
--name=: The name of the browser session.
341+
--profile-configuration=: The browser profile configuration to use for this session.
342+
--proxy-configuration=: Optional proxy configuration for routing browser traffic through customer-specified proxy servers.
329343
--session-timeout-seconds=: The time in seconds after which the session automatically terminates if there is no activity.
330344
--trace-id=: The trace identifier for request tracking.
331345
--trace-parent=: The parent trace information for distributed tracing.
332346
--view-port=: The dimensions of the browser viewport for this session.
333347
- name: start-code-interpreter-session
334-
description: Creates and initializes a code interpreter session in Amazon Bedrock.
348+
description: Creates and initializes a code interpreter session in Amazon Bedrock AgentCore.
335349
flags:
336350
--cli-input-json=: Read arguments from the JSON string provided.
337351
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -352,7 +366,7 @@ commands:
352366
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
353367
--memory-id=!: The unique identifier of the memory for which to start extraction jobs.
354368
- name: stop-browser-session
355-
description: Terminates an active browser session in Amazon Bedrock.
369+
description: Terminates an active browser session in Amazon Bedrock AgentCore.
356370
flags:
357371
--browser-identifier=!: The unique identifier of the browser associated with the session.
358372
--cli-input-json=: Read arguments from the JSON string provided.
@@ -363,7 +377,7 @@ commands:
363377
--trace-id=: The trace identifier for request tracking.
364378
--trace-parent=: The parent trace information for distributed tracing.
365379
- name: stop-code-interpreter-session
366-
description: Terminates an active code interpreter session in Amazon Bedrock.
380+
description: Terminates an active code interpreter session in Amazon Bedrock AgentCore.
367381
flags:
368382
--cli-input-json=: Read arguments from the JSON string provided.
369383
--cli-input-yaml=: Read arguments from the YAML string provided.

cmd/carapace-aws/cmd/botocore/aws.bedrock-data-automation-runtime.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ commands:
2222
--encryption-configuration=: Encryption configuration.
2323
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2424
--input-configuration=!: Input configuration.
25+
--output-configuration=: Output configuration.
2526
- name: invoke-data-automation-async
2627
description: 'Async API: Invoke data automation.'
2728
flags:

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

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,12 @@ commands:
950950
- name: create-user
951951
description: Creates a user account for the specified Amazon Connect instance.
952952
flags:
953+
--after-contact-work-configs=:
954+
description: The list of after contact work (ACW) timeout configuration settings for each channel.
955+
nargs: -1
956+
--auto-accept-configs=:
957+
description: The list of auto-accept configuration settings for each channel.
958+
nargs: -1
953959
--cli-input-json=: Read arguments from the JSON string provided.
954960
--cli-input-yaml=: Read arguments from the YAML string provided.
955961
--directory-user-id=: The identifier of the user account in the directory used for identity management.
@@ -958,13 +964,22 @@ commands:
958964
--identity-info=: The information about the identity of the user.
959965
--instance-id=!: The identifier of the Amazon Connect instance.
960966
--password=: The password for the user account.
961-
--phone-config=!: The phone settings for the user.
967+
--persistent-connection-configs=:
968+
description: The list of persistent connection configuration settings for each channel.
969+
nargs: -1
970+
--phone-config=: The phone settings for the user.
971+
--phone-number-configs=:
972+
description: The list of phone number configuration settings for each channel.
973+
nargs: -1
962974
--routing-profile-id=!: The identifier of the routing profile for the user.
963975
--security-profile-ids=!:
964976
description: The identifier of the security profile for the user.
965977
nargs: -1
966978
--tags=: The tags used to organize, track, or control access for this resource.
967979
--username=!: The user name for the account.
980+
--voice-enhancement-configs=:
981+
description: The list of voice enhancement configuration settings for each channel.
982+
nargs: -1
968983
- name: create-user-hierarchy-group
969984
description: Creates a new user hierarchy group.
970985
flags:
@@ -4826,6 +4841,29 @@ commands:
48264841
--id=!: The identifier of the traffic distribution group.
48274842
--sign-in-config=: The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
48284843
--telephony-config=: The distribution of traffic between the instance and its replica(s).
4844+
- name: update-user-config
4845+
description: Updates the configuration settings for the specified user, including per-channel auto-accept and after contact work (ACW) timeout settings.
4846+
flags:
4847+
--after-contact-work-configs=:
4848+
description: The list of after contact work (ACW) timeout configuration settings for each channel.
4849+
nargs: -1
4850+
--auto-accept-configs=:
4851+
description: The list of auto-accept configuration settings for each channel.
4852+
nargs: -1
4853+
--cli-input-json=: Read arguments from the JSON string provided.
4854+
--cli-input-yaml=: Read arguments from the YAML string provided.
4855+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
4856+
--instance-id=!: The identifier of the Amazon Connect instance.
4857+
--persistent-connection-configs=:
4858+
description: The list of persistent connection configuration settings for each channel.
4859+
nargs: -1
4860+
--phone-number-configs=:
4861+
description: The list of phone number configuration settings for each channel.
4862+
nargs: -1
4863+
--user-id=!: The identifier of the user account.
4864+
--voice-enhancement-configs=:
4865+
description: The list of voice enhancement configuration settings for each channel.
4866+
nargs: -1
48294867
- name: update-user-hierarchy
48304868
description: Assigns the specified hierarchy group to the specified user.
48314869
flags:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ commands:
218218
--queue-id=!: The ID of the queue that the job is submitted to.
219219
--source-job-id=: The job ID for the source job.
220220
--storage-profile-id=: The storage profile ID for the storage profile to connect to the job.
221+
--tags=: The tags to add to your job.
221222
--target-task-run-status=: The initial job status when it is created.
222223
--template-type=: The file type for the job template.
223224
--template=: The job template to use for this job.

0 commit comments

Comments
 (0)