diff --git a/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml b/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml index 800b8bbec..fa1e9c25f 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.ec2.yaml @@ -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. diff --git a/cmd/carapace-aws/cmd/botocore/aws.grafana.yaml b/cmd/carapace-aws/cmd/botocore/aws.grafana.yaml index 661bade64..90da7b250 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.grafana.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.grafana.yaml @@ -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. diff --git a/package.json b/package.json index 3944e5018..5573f488b 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file