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.appstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ commands:
--access-endpoints=:
description: The list of interface VPC endpoint (interface endpoint) objects.
nargs: -1
--agent-access-config=: The configuration for agent access on the stack.
--application-settings=: The persistent application settings for users of a stack.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
Expand Down Expand Up @@ -1111,6 +1112,7 @@ commands:
--access-endpoints=:
description: The list of interface VPC endpoint (interface endpoint) objects.
nargs: -1
--agent-access-config=: The configuration for agent access on the stack.
--application-settings=: The persistent application settings for users of a stack.
--attributes-to-delete=:
description: The stack attributes to delete.
Expand Down
7 changes: 5 additions & 2 deletions cmd/carapace-aws/cmd/botocore/aws.cloudwatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ commands:
--dashboard-body=!: The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
--dashboard-name=!: The name of the dashboard.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--tags=:
description: A list of key-value pairs to associate with the dashboard.
nargs: -1
- name: put-insight-rule
description: Creates a Contributor Insights rule.
flags:
Expand Down Expand Up @@ -686,7 +689,7 @@ commands:
description: The array of the names of metric streams to start streaming.
nargs: -1
- name: start-o-tel-enrichment
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.
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.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
Expand All @@ -701,7 +704,7 @@ commands:
description: The array of the names of metric streams to stop streaming.
nargs: -1
- name: stop-o-tel-enrichment
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.
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.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
Expand Down
3 changes: 3 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,9 @@ commands:
--limit=: The maximum number of log groups to return.
--log-group-class=: Use this parameter to limit the results to only those log groups in the specified log group class.
--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.
--log-group-tags=:
description: An array of tag filters to return only log groups that have specific tags.
nargs: -1
--next-token=: ""
--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`.
completion:
Expand Down
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.quicksight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,7 @@ commands:
--aws-account-id=!: The ID for the Amazon Web Services account that the user whose identity context you want to retrieve is in.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--context-region=: The region in which the context is to be used.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--namespace=: The namespace of the user that you want to get identity context for.
--session-expires-at=: The timestamp at which the session will expire.
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.34.40"
"aws": "https://github.com/aws/aws-cli#2.34.41"
}
}