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
2 changes: 1 addition & 1 deletion cmd/carapace-aws/cmd/botocore/aws.chime-sdk-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ commands:
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--integration-type=: The connectors for use with Amazon Connect.
--integration-type=: The connectors for use with Connect Customer.
--name=!: The name of the Voice Connector.
--network-type=: The type of network for the Voice Connector.
--no-require-encryption!: Enables or disables encryption for the Voice Connector.
Expand Down
58 changes: 58 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.emr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ commands:
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-id=: The ID of the cluster that scopes the tag operation.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--resource-id=!: The Amazon EMR resource identifier to which tags will be added.
--tags=!:
Expand Down Expand Up @@ -369,6 +370,22 @@ commands:
- SHS
- TEZ
- YTS
- name: get-session
description: Returns detailed information about a session.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-id=!: The ID of the cluster that the session belongs to.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--session-id=!: The ID of the session.
- name: get-session-endpoint
description: Returns the Spark Connect endpoint URL and a time-limited authentication token for the specified session.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-id=!: The ID of the cluster that the session belongs to.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--session-id=!: The ID of the session.
- name: get-studio-session-mapping
description: Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
flags:
Expand Down Expand Up @@ -488,6 +505,20 @@ commands:
--marker=: The pagination token that indicates the set of results to retrieve.
--max-items=: The total number of items to return in the command's output.
--starting-token=: A token to specify where to start paginating.
- name: list-sessions
description: Lists the sessions on a cluster.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-id=!: The ID of the cluster to list sessions for.
--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 each page of results.
--next-token=: The pagination token returned by a previous `ListSessions` call.
--session-states=:
description: An optional filter that limits the results to sessions in the specified states.
nargs: -1
--starting-token=: A token to specify where to start paginating.
- name: list-steps
description: Provides a list of steps for the cluster in reverse order unless you specify `stepIds` with the request or filter by `StepStates`.
flags:
Expand Down Expand Up @@ -649,6 +680,7 @@ commands:
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-id=: The ID of the cluster that scopes the tag operation.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--resource-id=!: The Amazon EMR resource identifier from which tags will be removed.
--tag-keys=!:
Expand Down Expand Up @@ -718,6 +750,24 @@ commands:
flag:
output-notebook-format:
- HTML
- name: start-session
description: Creates and starts a new Spark Connect session on the specified cluster.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-request-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
--cluster-id=!: The ID of the cluster on which to start the session.
--engine-configurations=:
description: The configuration overrides for the session.
nargs: -1
--execution-role-arn=: The execution role ARN for the session.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--monitoring-configuration=: The monitoring configuration that controls where session logs are published, such as Amazon S3, CloudWatch, or managed logging.
--name=: An optional name for the session.
--session-idle-timeout-in-minutes=: The idle timeout, in minutes.
--tags=:
description: The tags to assign to the session.
nargs: -1
- name: stop-notebook-execution
description: Stops a notebook execution.
flags:
Expand All @@ -731,6 +781,14 @@ commands:
--cluster-ids=:
description: A list of clusters to terminate
nargs: -1
- name: terminate-session
description: Terminates an active session.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-id=!: The ID of the cluster that the session belongs to.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--session-id=!: The ID of the session to terminate.
- name: update-studio
description: Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.
flags:
Expand Down
25 changes: 25 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.glue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,15 @@ commands:
--request-origin=: The origin of the request.
--role=!: The IAM Role ARN
--security-configuration=: The name of the SecurityConfiguration structure to be used with the session
--session-type=: The type of session to create.
--tags=: The map of key value pairs (tags) belonging to the session.
--timeout=: The number of minutes before session times out.
--worker-type=: The type of predefined worker that is allocated when a job runs.
completion:
flag:
session-type:
- LIVY
- SPARK_CONNECT
worker-type:
- Standard
- G.1X
Expand Down Expand Up @@ -1236,6 +1240,20 @@ 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.
--name=!: The name of the custom pattern that you want to retrieve.
- name: get-dashboard-url
description: Retrieves the URL for the Spark monitoring dashboard for a Glue resource.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--request-origin=: The origin of the request.
--resource-id=!: The unique identifier of the resource for which to retrieve the dashboard URL.
--resource-type=!: The type of the resource.
completion:
flag:
resource-type:
- JOB
- SESSION
- name: get-data-catalog-encryption-settings
description: Retrieves the security configuration for a specified catalog.
flags:
Expand Down Expand Up @@ -1640,6 +1658,13 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--id=!: The ID of the session.
--request-origin=: The origin of the request.
- name: get-session-endpoint
description: Returns the Spark Connect endpoint URL and authentication token for an interactive session.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--session-id=!: The unique identifier of the interactive session.
- name: get-statement
description: Retrieves the statement.
flags:
Expand Down
15 changes: 13 additions & 2 deletions cmd/carapace-aws/cmd/botocore/aws.ivs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.
--media-tailor-playback-configurations=!:
description: List of integration configurations with media tailor resources.
description: List of integration configurations with MediaTailor resources.
nargs: -1
--name=: Ad configuration name.
--tags=: Array of 1-50 maps, each of the form `string:string (key:value)`.
Expand Down Expand Up @@ -226,7 +226,7 @@ commands:
--channel-arn=!: ARN of the channel into which the ad break is inserted.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--duration-seconds=!: Maximum duration of the ad break, in seconds.
--duration-seconds=!: Duration of the ad break, in seconds.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
- name: list-ad-configurations
description: Gets summary information about all ad configurations in your account, in the AWS region where the API request is processed.
Expand Down Expand Up @@ -366,6 +366,17 @@ commands:
--tag-keys=!:
description: Array of tag keys (strings) for the tags to be removed.
nargs: -1
- name: update-ad-configuration
description: Updates a specified ad configuration.
flags:
--arn=!: ARN of the ad configuration to be updated.
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--media-tailor-playback-configurations=:
description: List of integration configurations with MediaTailor resources.
nargs: -1
--name=: Ad configuration name.
- name: update-channel
description: Updates a channel's configuration.
flags:
Expand Down
14 changes: 14 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.sagemaker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2576,8 +2576,14 @@ commands:
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--included-data=: Specifies the level of model card data to include in the response.
--model-card-name=!: The name or Amazon Resource Name (ARN) of the model card to describe.
--model-card-version=: The version of the model card to describe.
completion:
flag:
included-data:
- AllData
- MetadataOnly
- name: describe-model-card-export-job
description: Describes an Amazon SageMaker Model Card export job.
flags:
Expand All @@ -2598,7 +2604,13 @@ commands:
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--included-data=: Specifies the level of model package data to include in the response.
--model-package-name=!: The name or Amazon Resource Name (ARN) of the model package to describe.
completion:
flag:
included-data:
- AllData
- MetadataOnly
- name: describe-model-package-group
description: Gets a description for the specified model group.
flags:
Expand Down Expand Up @@ -2887,6 +2899,7 @@ commands:
- HyperParameterTuningJob
- ModelCard
- PipelineVersion
- Job
- name: import-hub-content
description: Import hub content.
flags:
Expand Down Expand Up @@ -5494,6 +5507,7 @@ commands:
- HyperParameterTuningJob
- ModelCard
- PipelineVersion
- Job
sort-order:
- Ascending
- Descending
Expand Down
2 changes: 1 addition & 1 deletion cmd/carapace-aws/cmd/botocore/aws.workdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ commands:
--additional-response-fields=:
description: A list of attributes to include in the response.
nargs: -1
--authentication-token=: Amazon WorkDocs authentication token.
--authentication-token=: WorkDocs authentication token.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--filters=: Filters results based on entity metadata.
Expand Down
12 changes: 6 additions & 6 deletions cmd/carapace-aws/cmd/botocore/aws.workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--target-account-id=!: The identifier of the target account.
- name: create-connect-client-add-in
description: Creates a client-add-in for Amazon Connect within a directory.
description: Creates a client-add-in for Connect Customer within a directory.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--name=!: The name of the client add-in.
--resource-id=!: The directory identifier for which to configure the client add-in.
--url=!: The endpoint URL of the Amazon Connect client add-in.
--url=!: The endpoint URL of the Connect Customer client add-in.
- name: create-connection-alias
description: Creates the specified connection alias for use with cross-Region redirection.
flags:
Expand Down Expand Up @@ -209,7 +209,7 @@ commands:
nargs: -1
--resource-id=!: The directory identifier of the WorkSpace for which you want to delete client branding.
- name: delete-connect-client-add-in
description: Deletes a client-add-in for Amazon Connect that is configured within a directory.
description: Deletes a client-add-in for Connect Customer that is configured within a directory.
flags:
--add-in-id=!: The identifier of the client add-in to delete.
--cli-input-json=: Read arguments from the JSON string provided.
Expand Down Expand Up @@ -348,7 +348,7 @@ commands:
description: The resource identifier, in the form of directory IDs.
nargs: -1
- name: describe-connect-client-add-ins
description: Retrieves a list of Amazon Connect client add-ins that have been created.
description: Retrieves a list of Connect Customer client add-ins that have been created.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
Expand Down Expand Up @@ -934,15 +934,15 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--session-id=!: The identifier of the pool session.
- name: update-connect-client-add-in
description: Updates a Amazon Connect client add-in.
description: Updates a Connect Customer client add-in.
flags:
--add-in-id=!: The identifier of the client add-in to update.
--cli-input-json=: Read arguments from the JSON string provided.
--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.
--name=: The name of the client add-in.
--resource-id=!: The directory identifier for which the client add-in is configured.
--url=: The endpoint URL of the Amazon Connect client add-in.
--url=: The endpoint URL of the Connect Customer client add-in.
- name: update-connection-alias-permission
description: Shares or unshares a connection alias with one account by specifying whether that account has permission to associate the connection alias with a directory.
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.34.61"
"aws": "https://github.com/aws/aws-cli#2.34.62"
}
}