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
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,7 @@ commands:
--group-name=: A name for the placement group.
--linked-group-id=: Reserved for future use.
--no-dry-run: Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.
--operator=: Reserved for internal use.
--partition-count=: The number of partitions.
--spread-level=: Determines how placement groups spread instances.
--strategy=: The placement strategy.
Expand Down
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ commands:
--configuration=: The configuration string for the workspace that you create.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--grafana-version=: Specifies the version of Grafana to support in the new workspace.
--kms-key-id=: The ID or ARN of the Key Management Service key to use for encrypting workspace data.
--network-access-control=: Configuration for network access to your workspace.
--organization-role-name=: The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.
--permission-type=!: When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
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.23"
"aws": "https://github.com/aws/aws-cli#2.33.24"
}
}