Skip to content

Commit fbe6d66

Browse files
authored
Merge pull request #262 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.41
build(deps): bump aws from 2.34.40 to 2.34.41
2 parents 1a9064e + 7b958a9 commit fbe6d66

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

cmd/carapace-aws/cmd/botocore/aws.appstream.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ commands:
309309
--access-endpoints=:
310310
description: The list of interface VPC endpoint (interface endpoint) objects.
311311
nargs: -1
312+
--agent-access-config=: The configuration for agent access on the stack.
312313
--application-settings=: The persistent application settings for users of a stack.
313314
--cli-input-json=: Read arguments from the JSON string provided.
314315
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -1111,6 +1112,7 @@ commands:
11111112
--access-endpoints=:
11121113
description: The list of interface VPC endpoint (interface endpoint) objects.
11131114
nargs: -1
1115+
--agent-access-config=: The configuration for agent access on the stack.
11141116
--application-settings=: The persistent application settings for users of a stack.
11151117
--attributes-to-delete=:
11161118
description: The stack attributes to delete.

cmd/carapace-aws/cmd/botocore/aws.cloudwatch.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,9 @@ commands:
498498
--dashboard-body=!: The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
499499
--dashboard-name=!: The name of the dashboard.
500500
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
501+
--tags=:
502+
description: A list of key-value pairs to associate with the dashboard.
503+
nargs: -1
501504
- name: put-insight-rule
502505
description: Creates a Contributor Insights rule.
503506
flags:
@@ -686,7 +689,7 @@ commands:
686689
description: The array of the names of metric streams to start streaming.
687690
nargs: -1
688691
- name: start-o-tel-enrichment
689-
description: Enables enrichment and PromQL access for CloudWatch vended metrics for [supported AWS resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
692+
description: Enables enrichment and PromQL access for CloudWatch vended metrics for [supported Amazon Web Services resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
690693
flags:
691694
--cli-input-json=: Read arguments from the JSON string provided.
692695
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -701,7 +704,7 @@ commands:
701704
description: The array of the names of metric streams to stop streaming.
702705
nargs: -1
703706
- name: stop-o-tel-enrichment
704-
description: Disables enrichment and PromQL access for CloudWatch vended metrics for [supported AWS resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
707+
description: Disables enrichment and PromQL access for CloudWatch vended metrics for [supported Amazon Web Services resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
705708
flags:
706709
--cli-input-json=: Read arguments from the JSON string provided.
707710
--cli-input-yaml=: Read arguments from the YAML string provided.

cmd/carapace-aws/cmd/botocore/aws.logs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,9 @@ commands:
899899
--limit=: The maximum number of log groups to return.
900900
--log-group-class=: Use this parameter to limit the results to only those log groups in the specified log group class.
901901
--log-group-name-pattern=: Use this parameter to limit the returned log groups to only those with names that match the pattern that you specify.
902+
--log-group-tags=:
903+
description: An array of tag filters to return only log groups that have specific tags.
904+
nargs: -1
902905
--next-token=: ""
903906
--no-include-linked-accounts: If you are using a monitoring account, set this to `true` to have the operation return log groups in the accounts listed in `accountIdentifiers`.
904907
completion:

cmd/carapace-aws/cmd/botocore/aws.quicksight.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,6 +1477,7 @@ commands:
14771477
--aws-account-id=!: The ID for the Amazon Web Services account that the user whose identity context you want to retrieve is in.
14781478
--cli-input-json=: Read arguments from the JSON string provided.
14791479
--cli-input-yaml=: Read arguments from the YAML string provided.
1480+
--context-region=: The region in which the context is to be used.
14801481
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
14811482
--namespace=: The namespace of the user that you want to get identity context for.
14821483
--session-expires-at=: The timestamp at which the session will expire.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws": "https://github.com/aws/aws-cli#2.34.40"
3+
"aws": "https://github.com/aws/aws-cli#2.34.41"
44
}
55
}

0 commit comments

Comments
 (0)