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
14 changes: 14 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3846,6 +3846,20 @@ commands:
--search-criteria=: The search criteria to be used to return routing profiles.
--search-filter=: Filters to be applied to search results.
--starting-token=: A token to specify where to start paginating.
- name: search-rules
description: Searches rules in an Connect Customer instance, with optional filtering.
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.
--instance-id=!: The identifier of the Connect Customer instance.
--max-items=: The total number of items to return in the command's output.
--max-results=: The maximum number of results to return per page.
--next-token=: The token for the next set of results.
--page-size=: The size of each page to get in the AWS service call.
--search-criteria=: The search criteria to be used to return rules.
--search-filter=: Filters to be applied to search results, such as tag-based filters.
--starting-token=: A token to specify where to start paginating.
- name: search-security-profiles
description: Searches security profiles in an Connect Customer instance, with optional filtering.
flags:
Expand Down
12 changes: 12 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.drs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ commands:
--no-launch-into-source-instance: DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
--no-post-launch-enabled: Whether we want to activate post-launch actions.
--post-launch-enabled: Whether we want to activate post-launch actions.
--recovery-mode=: Recovery mode.
--tags=: Request to associate tags during creation of a Launch Configuration Template.
--target-instance-type-right-sizing-method=: Target instance type right-sizing method.
completion:
flag:
launch-disposition:
- STOPPED
- STARTED
recovery-mode:
- FAST
- OPTIMAL
target-instance-type-right-sizing-method:
- NONE
- BASIC
Expand Down Expand Up @@ -521,13 +525,17 @@ commands:
--no-copy-tags: Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
--no-post-launch-enabled: Whether we want to enable post-launch actions for the Source Server.
--post-launch-enabled: Whether we want to enable post-launch actions for the Source Server.
--recovery-mode=: Recovery mode.
--source-server-id=!: The ID of the Source Server that we want to retrieve a Launch Configuration for.
--target-instance-type-right-sizing-method=: Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.
completion:
flag:
launch-disposition:
- STOPPED
- STARTED
recovery-mode:
- FAST
- OPTIMAL
target-instance-type-right-sizing-method:
- NONE
- BASIC
Expand All @@ -550,12 +558,16 @@ commands:
--no-launch-into-source-instance: DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
--no-post-launch-enabled: Whether we want to activate post-launch actions.
--post-launch-enabled: Whether we want to activate post-launch actions.
--recovery-mode=: Recovery mode.
--target-instance-type-right-sizing-method=: Target instance type right-sizing method.
completion:
flag:
launch-disposition:
- STOPPED
- STARTED
recovery-mode:
- FAST
- OPTIMAL
target-instance-type-right-sizing-method:
- NONE
- BASIC
Expand Down
3 changes: 3 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.emr-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=!: The name of the managed endpoint.
--release-label=!: The Amazon EMR release version.
--session-idle-timeout-in-minutes=: The idle timeout in minutes for the managed endpoint session.
--tags=: The tags of the managed endpoint.
--type=!: The type of the managed endpoint.
--virtual-cluster-id=!: The ID of the virtual cluster for which a managed endpoint is created.
Expand Down Expand Up @@ -73,7 +74,9 @@ commands:
--container-provider=!: The container provider of the virtual cluster.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=!: The specified name of the virtual cluster.
--no-session-enabled: Indicates whether the virtual cluster has session support enabled.
--security-configuration-id=: The ID of the security configuration.
--session-enabled: Indicates whether the virtual cluster has session support enabled.
--tags=: The tags assigned to the virtual cluster.
- name: delete-job-template
description: Deletes a job template.
Expand Down
2 changes: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.mq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ commands:
--security-groups=:
description: The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
nargs: -1
--storage-size=: The broker's storage size in GB.
--storage-type=: The broker's storage type.
--subnet-ids=:
description: The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.
Expand Down Expand Up @@ -281,6 +282,7 @@ commands:
--security-groups=:
description: The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
nargs: -1
--storage-size=: The broker's storage size in GB.
completion:
flag:
authentication-strategy:
Expand Down
2 changes: 1 addition & 1 deletion cmd/carapace-aws/cmd/botocore/aws.securityhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ commands:
--name=!: The name of the configuration policy.
--tags=: User-defined tags associated with a configuration policy.
- name: create-connector
description: Creates a cloud service provider management (CSPM) connector in Security Hub CSPM.
description: Creates a connector to a third-party cloud provider in Security Hub CSPM.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
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.35.22"
"aws": "https://github.com/aws/aws-cli#2.35.23"
}
}