From fc02c7dfe8eae087dbd13a7a0fff94a8854b2f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:45:37 +0000 Subject: [PATCH 1/2] build(deps): bump aws from 2.33.29 to 2.33.30 Bumps [aws](https://github.com/aws/aws-cli) from 2.33.29 to 2.33.30. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/2.33.29...30e716451f5df570138a0619521335040580f7b6) --- updated-dependencies: - dependency-name: aws dependency-version: 30e716451f5df570138a0619521335040580f7b6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e91b4414..c82a08360 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file From bf1a1f5444966dbccce2aea60dc02ffa31dfe699 Mon Sep 17 00:00:00 2001 From: rsteube-bot Date: Wed, 25 Feb 2026 21:47:08 +0000 Subject: [PATCH 2/2] updated botocore --- cmd/carapace-aws/cmd/botocore/aws.ec2.yaml | 2 ++ .../cmd/botocore/aws.neptune.yaml | 4 ++++ cmd/carapace-aws/cmd/botocore/aws.wafv2.yaml | 21 +++++++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml b/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml index f63fb36d0..c456230e7 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml @@ -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. @@ -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. diff --git a/cmd/carapace-aws/cmd/botocore/aws.neptune.yaml b/cmd/carapace-aws/cmd/botocore/aws.neptune.yaml index 83d23f066..565b134b5 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.neptune.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.neptune.yaml @@ -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. @@ -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: diff --git a/cmd/carapace-aws/cmd/botocore/aws.wafv2.yaml b/cmd/carapace-aws/cmd/botocore/aws.wafv2.yaml index 039f1f9b6..ad90b3db2 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.wafv2.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.wafv2.yaml @@ -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: