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
8 changes: 7 additions & 1 deletion cmd/carapace-aws/cmd/botocore/aws.ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11031,7 +11031,7 @@ commands:
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--default-visibility=: The default visibility setting for managed resources.
--default-visibility=!: The default visibility setting for managed resources.
--dry-run: Checks whether you have the required permissions for the operation, 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 operation, without actually making the request, and provides an error response.
Expand Down Expand Up @@ -11741,7 +11741,13 @@ commands:
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--remote-ipv4-network-cidr=: The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
--remote-ipv6-network-cidr=: The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
--tunnel-bandwidth=: The desired bandwidth specification for the VPN connection.
--vpn-connection-id=!: The ID of the Site-to-Site VPN connection.
completion:
flag:
tunnel-bandwidth:
- standard
- large
- name: modify-vpn-tunnel-certificate
description: Modifies the VPN tunnel endpoint certificate.
flags:
Expand Down
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ commands:
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--delivery-source-configuration=: A map of key-value pairs to configure the delivery source.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--log-type=!: Defines the type of log that the source is sending.
--name=!: A name for this delivery source.
Expand Down
Loading