Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ commands:
description: A list of enterprise policy files for the browser.
nargs: -1
--execution-role-arn=: The Amazon Resource Name (ARN) of the IAM role that provides permissions for the browser to access Amazon Web Services services.
--filesystem-configurations=:
description: The file system configurations to mount into the browser.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=!: The name of the browser.
--network-configuration=!: The network configuration for the browser.
Expand All @@ -101,6 +104,9 @@ commands:
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
--description=: The description of the code interpreter.
--execution-role-arn=: The Amazon Resource Name (ARN) of the IAM role that provides permissions for the code interpreter to access Amazon Web Services services.
--filesystem-configurations=:
description: The file system configurations to mount into the code interpreter.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=!: The name of the code interpreter.
--network-configuration=!: The network configuration for the code interpreter.
Expand Down
6 changes: 6 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,9 @@ commands:
--extensions=:
description: A list of browser extensions to load into the browser session.
nargs: -1
--filesystem-configurations=:
description: The file system configurations to mount into the browser session.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=: The name of the browser session.
--profile-configuration=: The browser profile configuration to use for this session.
Expand All @@ -674,6 +677,9 @@ commands:
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
--code-interpreter-identifier=!: The unique identifier of the code interpreter to use for this session.
--filesystem-configurations=:
description: The file system configurations to mount into the code interpreter session.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=: The name of the code interpreter session.
--session-timeout-seconds=: The duration in seconds (time-to-live) after which the session automatically terminates, regardless of ongoing activity.
Expand Down
18 changes: 18 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.datazone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,8 @@ commands:
status:
- ACTIVE
- ARCHIVED
- SYNC_IN_PROGRESS
- SYNC_FAILED
- name: list-notifications
description: Lists all Amazon DataZone notifications.
flags:
Expand Down Expand Up @@ -2493,6 +2495,20 @@ commands:
--schedule-identifier=: The identifier of the schedule associated with the notebook run.
--timeout-configuration=: The timeout configuration for the notebook run.
--trigger-source=: The source that triggered the notebook run.
- name: start-notebook-sync
description: Starts a notebook sync in Amazon SageMaker Unified Studio.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique, case-sensitive identifier to ensure idempotency of the request.
--description=: The description of the notebook.
--domain-identifier=!: The identifier of the Amazon SageMaker Unified Studio domain in which to sync the notebook.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--git-metadata=: The Git metadata for the notebook sync, including repository, branch, and commit information.
--name=: The name of the notebook.
--notebook-id=: The identifier of an existing notebook to sync.
--owning-project-identifier=!: The identifier of the project that will own the synced notebook.
--source-location=!: The source location of the notebook to sync.
- name: stop-notebook-run
description: Stops a running [notebook run](https://docs.aws.amazon.com/sagemaker-unified-studio/latest/userguide/notebooks.html) in Amazon SageMaker Unified Studio.
flags:
Expand Down Expand Up @@ -2742,6 +2758,8 @@ commands:
status:
- ACTIVE
- ARCHIVED
- SYNC_IN_PROGRESS
- SYNC_FAILED
- name: update-project
description: Updates the specified project in Amazon DataZone.
flags:
Expand Down
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.gameliftstreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ commands:
--client-token=: A unique identifier that represents a client request.
--connection-timeout-seconds=: Length of time (in seconds) that Amazon GameLift Streams should wait for a client to connect or reconnect to the stream session.
--description=: A human-readable label for the stream session.
--display-configuration=: The configuration for the stream session's virtual monitor, including the resolution settings.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--identifier=!: The stream group to run this stream session with.
--locations=:
Expand Down
4 changes: 4 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.mediapackagev2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ commands:
--input-switch-configuration=: The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
--input-type=: The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.
--output-header-configuration=: The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
--output-locking-mode=: The output locking mode for the channel.
--tags=: A comma-separated list of tag key:value pairs that you define.
completion:
flag:
input-type:
- HLS
- CMAF
output-locking-mode:
- EPOCH_LOCKED
- NON_EPOCH_LOCKED
- name: create-channel-group
description: Create a channel group to group your channels and origin endpoints.
flags:
Expand Down
33 changes: 33 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.redshift-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ commands:
--cluster-identifier=: The cluster identifier.
--database=: The name of the database.
--db-user=: The database user name.
--execution-mode=: Determines how the SQL statements in the batch are run.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--no-with-event: A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statements run.
--parameters=:
Expand All @@ -24,10 +25,14 @@ commands:
description: One or more SQL statements to run.
nargs: -1
--statement-name=: The name of the SQL statements.
--wait-time-seconds=: The number of seconds to wait for all SQL statements in the batch to complete execution before returning the response.
--with-event: A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statements run.
--workgroup-name=: The serverless workgroup name or Amazon Resource Name (ARN).
completion:
flag:
execution-mode:
- TRANSACTION
- AUTO_COMMIT
result-format:
- JSON
- CSV
Expand All @@ -45,6 +50,7 @@ commands:
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--id=!: The identifier of the SQL statement to describe.
--wait-time-seconds=: The number of seconds to wait for the SQL statement to complete execution before returning the description.
- name: describe-table
description: Describes the detailed information about a table from metadata in the cluster.
flags:
Expand Down Expand Up @@ -84,6 +90,7 @@ commands:
--session-keep-alive-seconds=: The number of seconds to keep the session alive after the query finishes.
--sql=!: The SQL statement text to run.
--statement-name=: The name of the SQL statement.
--wait-time-seconds=: The number of seconds to wait for the SQL statement to complete execution before returning the response.
--with-event: A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs.
--workgroup-name=: The serverless workgroup name or Amazon Resource Name (ARN).
completion:
Expand All @@ -101,6 +108,7 @@ commands:
--max-items=: The total number of items to return in the command's output.
--next-token=: A value that indicates the starting point for the next set of response records in a subsequent request.
--starting-token=: A token to specify where to start paginating.
--wait-time-seconds=: The number of seconds to wait for the SQL statement to complete execution before returning the result.
- name: get-statement-result-v2
description: Fetches the temporarily cached result of an SQL statement in CSV format.
flags:
Expand All @@ -111,6 +119,7 @@ commands:
--max-items=: The total number of items to return in the command's output.
--next-token=: A value that indicates the starting point for the next set of response records in a subsequent request.
--starting-token=: A token to specify where to start paginating.
--wait-time-seconds=: The number of seconds to wait for the SQL statement to complete execution before returning the result.
- name: list-databases
description: List the databases in a cluster.
flags:
Expand Down Expand Up @@ -145,6 +154,30 @@ commands:
--secret-arn=: The name or ARN of the secret that enables access to the database.
--starting-token=: A token to specify where to start paginating.
--workgroup-name=: The serverless workgroup name or Amazon Resource Name (ARN).
- name: list-sessions
description: Lists the sessions that the caller created in the last 24 hours.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-identifier=: The cluster identifier.
--database=: The name of the database.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--max-items=: The total number of items to return in the command's output.
--max-results=: The maximum number of sessions to return in the response.
--next-token=: A value that indicates the starting point for the next set of response records in a subsequent request.
--no-role-level: Specifies whether to return all sessions created by the caller's IAM role, including sessions from previous IAM sessions.
--page-size=: The size of each page to get in the AWS service call.
--role-level: Specifies whether to return all sessions created by the caller's IAM role, including sessions from previous IAM sessions.
--session-id=: The identifier of a specific session to return metadata for.
--starting-token=: A token to specify where to start paginating.
--status=: The status of the sessions to list.
--workgroup-name=: The serverless workgroup name or Amazon Resource Name (ARN).
completion:
flag:
status:
- AVAILABLE
- BUSY
- CLOSED
- name: list-statements
description: List of SQL statements.
flags:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"aws": "https://github.com/aws/aws-cli#2.36.6"
"aws": "https://github.com/aws/aws-cli#2.36.7"
}
}