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: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4006,6 +4006,7 @@ commands:
- name: describe-capacity-block-offerings
description: Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using.
flags:
--all-availability-zones: Include all Availability Zones and Local Zones, regardless of your opt-in status.
--capacity-duration-hours=!: The reservation duration for the Capacity Block, in hours.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
Expand All @@ -4017,6 +4018,7 @@ commands:
--max-items=: The total number of items to return in the command's output.
--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-all-availability-zones: Include all Availability Zones and Local Zones, regardless of your opt-in status.
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
--page-size=: The size of each page to get in the AWS service call.
--start-date-range=: The earliest start date for the Capacity Block offering.
Expand Down
4 changes: 4 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.neptune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ commands:
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--database-name=: The name for the new global database (up to 64 alpha-numeric characters.
--deletion-protection: The deletion protection setting for the new global database.
--engine-version=: The Neptune engine version to be used by the global database.
--engine=: The name of the database engine to be used in the global database.
Expand All @@ -291,6 +292,9 @@ commands:
--no-storage-encrypted: The storage encryption setting for the new global database cluster.
--source-db-cluster-identifier=: (*Optional*) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
--storage-encrypted: The storage encryption setting for the new global database cluster.
--tags=:
description: Tags to assign to the global cluster.
nargs: -1
- name: delete-db-cluster
description: The DeleteDBCluster action deletes a previously provisioned DB cluster.
flags:
Expand Down
21 changes: 21 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.wafv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,27 @@ commands:
scope:
- CLOUDFRONT
- REGIONAL
- name: get-top-path-statistics-by-traffic
description: Retrieves aggregated statistics about the top URI paths accessed by bot traffic for a specified web ACL and time window.
flags:
--bot-category=: Filters the results to include only traffic from bots in the specified category.
--bot-name=: Filters the results to include only traffic from the specified bot.
--bot-organization=: Filters the results to include only traffic from bots belonging to the specified organization.
--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.
--limit=!: The maximum number of path statistics to return.
--next-marker=: When you request a list of objects with a `Limit` setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a `NextMarker` value in the response.
--number-of-top-traffic-bots-per-path=!: The maximum number of top bots to include in the statistics for each path.
--scope=!: Specifies whether the web ACL is for an Amazon Web Services CloudFront distribution or for a regional application.
--time-window=!: The time window for which you want to retrieve path statistics.
--uri-path-prefix=: A URI path prefix to filter the results.
--web-acl-arn=!: The Amazon Resource Name (ARN) of the web ACL for which you want to retrieve path statistics.
completion:
flag:
scope:
- CLOUDFRONT
- REGIONAL
- name: get-web-acl
description: Retrieves the specified [WebACL]().
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.33.29"
"aws": "https://github.com/aws/aws-cli#2.33.30"
}
}