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
45 changes: 45 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.cognito-idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ commands:
--email-verification-message=: This parameter is no longer used.
--email-verification-subject=: This parameter is no longer used.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--issuer-configuration=: The issuer configuration for the user pool.
--key-configuration=: The key configuration for the user pool.
--lambda-config=: A collection of user pool Lambda triggers.
--mfa-configuration=: Sets multi-factor authentication (MFA) to be on, off, or optional.
--policies=: The password policy and sign-in policy in the user pool.
Expand Down Expand Up @@ -607,7 +609,17 @@ commands:
--domain=!: The domain string.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--managed-login-version=: The version of managed login branding that you want to apply to your domain.
--routing=: The configuration of routing for requests to the domain for replicas of a replicated user pool.
--user-pool-id=!: The ID of the user pool where you want to add a domain.
- name: create-user-pool-replica
description: Creates a replica of an existing user pool in a specified Amazon Web Services Region.
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.
--region-name=!: The Amazon Web Services Region where you want to create the replica user pool.
--user-pool-id=!: The ID of the user pool to replicate.
--user-pool-tags=: A map of tags to assign to the replica user pool.
- name: delete-group
description: Deletes a group from the specified user pool.
flags:
Expand Down Expand Up @@ -697,6 +709,14 @@ commands:
--domain=!: The domain that you want to delete.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--user-pool-id=!: The ID of the user pool where you want to delete the domain.
- name: delete-user-pool-replica
description: Deletes a secondary replica user pool.
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.
--region-name=!: The Amazon Web Services Region of the replica to delete.
--user-pool-id=!: The ID of the user pool that contains the replica to delete.
- name: delete-web-authn-credential
description: Deletes a registered passkey, or WebAuthn, authenticator for the currently signed-in user.
flags:
Expand Down Expand Up @@ -1023,6 +1043,14 @@ commands:
--page-size=: The size of each page to get in the AWS service call.
--starting-token=: A token to specify where to start paginating.
--user-pool-id=!: The ID of the user pool where you want to list user pool clients.
- name: list-user-pool-replicas
description: Lists all replicas for a user pool, including both primary and secondary replicas.
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.
--next-token=: A pagination token for retrieving the next page of results.
--user-pool-id=!: The ID of the user pool for which to list replicas.
- name: list-user-pools
description: Lists user pools and their details in the current Amazon Web Services account.
flags:
Expand Down Expand Up @@ -1380,6 +1408,8 @@ commands:
--email-verification-message=: This parameter is no longer used.
--email-verification-subject=: This parameter is no longer used.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--issuer-configuration=: The issuer configuration for the user pool.
--key-configuration=: The key configuration for the user pool.
--lambda-config=: A collection of user pool Lambda triggers.
--mfa-configuration=: Sets multi-factor authentication (MFA) to be on, off, or optional.
--policies=: The password policy and sign-in policy in the user pool.
Expand Down Expand Up @@ -1468,7 +1498,22 @@ commands:
--domain=!: The name of the domain that you want to update.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--managed-login-version=: A version number that indicates the state of managed login for your domain.
--routing=: The routing configuration for the user pool domain.
--user-pool-id=!: The ID of the user pool that is associated with the domain you're updating.
- name: update-user-pool-replica
description: Updates replica-specific settings for a user pool replica.
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.
--region-name=!: The Amazon Web Services Region of the replica to update.
--status=!: The status to set for the replica.
--user-pool-id=!: The ID of the user pool that contains the replica to update.
completion:
flag:
status:
- ACTIVE
- INACTIVE
- name: verify-software-token
description: Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.
flags:
Expand Down
35 changes: 35 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,12 +633,18 @@ commands:
- name: cancel-capacity-reservation
description: Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to `cancelled`.
flags:
--apply-cancellation-charges=: Specifies the cancellation charge type to apply when cancelling a future-dated Capacity Reservation during its commitment duration.
--capacity-reservation-id=!: The ID of the Capacity Reservation to be cancelled.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--quote-id=: The ID of the cancellation quote to use for the cancellation.
completion:
flag:
apply-cancellation-charges:
- commitment-wind-down
- name: cancel-capacity-reservation-fleets
description: Cancels one or more Capacity Reservation Fleets.
flags:
Expand Down Expand Up @@ -925,6 +931,19 @@ commands:
--tag-specifications=:
description: The tags to apply to the new Capacity Reservation.
nargs: -1
- name: create-capacity-reservation-cancellation-quote
description: Generates a cancellation quote for a future-dated Capacity Reservation that is within its commitment duration.
flags:
--capacity-reservation-id=!: The ID of the Capacity Reservation.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
--dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--tag-specifications=:
description: The tags to apply to the cancellation quote.
nargs: -1
- name: create-capacity-reservation-fleet
description: Creates a Capacity Reservation Fleet.
flags:
Expand Down Expand Up @@ -4134,6 +4153,22 @@ commands:
role:
- odcr-owner
- unused-reservation-billing-owner
- name: describe-capacity-reservation-cancellation-quotes
description: Describes one or more Capacity Reservation cancellation quotes.
flags:
--capacity-reservation-cancellation-quote-ids=:
description: The IDs of the cancellation quotes to describe.
nargs: -1
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--filters=:
description: One or more filters.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--max-results=: The maximum number of items to return for this request.
--next-token=: The token to use to retrieve the next page of results.
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
- name: describe-capacity-reservation-fleets
description: Describes one or more Capacity Reservation Fleets.
flags:
Expand Down
16 changes: 14 additions & 2 deletions cmd/carapace-aws/cmd/botocore/aws.elasticache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ commands:
- name: create-replication-group
description: Creates a Valkey or Redis OSS (cluster mode disabled) or a Valkey or Redis OSS (cluster mode enabled) replication group.
flags:
--at-rest-encryption-enabled: A flag that enables encryption at rest when set to `true`.
--at-rest-encryption-enabled: A flag that enables encryption at-rest on the replication group when set to `true`.
--auth-token=: '**Reserved parameter.** The password used to access a password protected server.'
--auto-minor-version-upgrade: If you are running Valkey 7.2 and above or Redis OSS engine version 6.0 and above, set this parameter to yes to opt-in to the next auto minor version upgrade campaign.
--automatic-failover-enabled: Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.
Expand All @@ -211,6 +211,7 @@ commands:
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-mode=: Enabled or Disabled.
--data-tiering-enabled: Enables data tiering.
--durability=: Specifies the durability setting for the replication group.
--engine-version=: The version number of the cache engine to be used for the clusters in this replication group.
--engine=: The name of the cache engine to be used for the clusters in this replication group.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
Expand All @@ -222,7 +223,7 @@ commands:
nargs: -1
--multi-az-enabled: A flag indicating if you have Multi-AZ enabled to enhance fault tolerance.
--network-type=: Must be either `ipv4` | `ipv6` | `dual_stack`.
--no-at-rest-encryption-enabled: A flag that enables encryption at rest when set to `true`.
--no-at-rest-encryption-enabled: A flag that enables encryption at-rest on the replication group when set to `true`.
--no-auto-minor-version-upgrade: If you are running Valkey 7.2 and above or Redis OSS engine version 6.0 and above, set this parameter to yes to opt-in to the next auto minor version upgrade campaign.
--no-automatic-failover-enabled: Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.
--no-data-tiering-enabled: Enables data tiering.
Expand Down Expand Up @@ -270,6 +271,11 @@ commands:
- enabled
- disabled
- compatible
durability:
- default
- async
- sync
- disabled
ip-discovery:
- ipv4
- ipv6
Expand Down Expand Up @@ -955,6 +961,7 @@ commands:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--cluster-mode=: Enabled or Disabled.
--durability=: Specifies the durability setting for the replication group.
--engine-version=: The upgraded version of the cache engine to be run on the clusters in the replication group.
--engine=: Modifies the engine listed in a replication group message.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
Expand Down Expand Up @@ -1001,6 +1008,11 @@ commands:
- enabled
- disabled
- compatible
durability:
- default
- async
- sync
- disabled
ip-discovery:
- ipv4
- ipv6
Expand Down
8 changes: 5 additions & 3 deletions cmd/carapace-aws/cmd/botocore/aws.geo-routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ commands:
--depart-now: Uses the current time as the time of departure.
--departure-time=: Time of departure from the origin.
--destinations=!:
description: List of destinations for the route.
description: 'List of destinations for the route in World Geodetic System (WGS 84) format: \[longitude, latitude].'
nargs: -1
--exclude=: Features to be strictly excluded while calculating the route.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--key=: 'Optional: The API key to be used for authorization.'
--no-depart-now: Uses the current time as the time of departure.
--optimize-routing-for=: Controls the trade-off between finding the shortest travel time (`FastestRoute`) and the shortest distance (`ShortestRoute`) when calculating reachable areas.
--origins=!:
description: 'The position for the origin in World Geodetic System (WGS 84) format: \[longitude, latitude].'
description: 'List of origins for the route in World Geodetic System (WGS 84) format: \[longitude, latitude].'
nargs: -1
--routing-boundary=: Boundary within which the matrix is to be calculated.
--traffic=: Traffic related options.
Expand Down Expand Up @@ -142,6 +142,8 @@ commands:
- Pedestrian
- Scooter
- Truck
- Intermodal
- Transit
travel-step-type:
- Default
- TurnByTurn
Expand Down Expand Up @@ -170,7 +172,7 @@ commands:
--travel-mode-options=: Travel mode related options for the provided travel mode.
--travel-mode=: Specifies the mode of transport when calculating a route.
--waypoints=:
description: List of waypoints between the `Origin` and `Destination`.
description: 'List of waypoints between the `Origin` and `Destination`, in World Geodetic System (WGS 84) format: \[longitude, latitude].'
nargs: -1
completion:
flag:
Expand Down
2 changes: 1 addition & 1 deletion cmd/carapace-aws/cmd/botocore/aws.iot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,7 @@ commands:
--rule-name=!: The name of the rule.
--topic-rule-payload=!: The rule payload.
- name: search-index
description: The query search index.
description: Searches the specified index.
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: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ commands:
--instance-requirements=: The instance requirements that specify the compute instance characteristics, including architectures and allowed or excluded instance types.
--kms-key-arn=: The ARN of the KMS key used to encrypt data associated with the capacity provider.
--permissions-config=!: The permissions configuration that specifies the IAM role ARN used by the capacity provider to manage compute resources.
--propagate-tags=: The tag propagation configuration for the capacity provider.
--tags=: A list of tags to associate with the capacity provider.
--vpc-config=!: The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.
- name: create-code-signing-config
Expand Down Expand Up @@ -1025,6 +1026,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.
--propagate-tags=: ""
- name: update-code-signing-config
description: Update the code signing configuration.
flags:
Expand Down
Loading