Skip to content

Commit 840fd9f

Browse files
authored
Merge pull request #193 from carapace-sh/dependabot/npm_and_yarn/aws-2.32.27
Bump aws from 2.32.26 to 2.32.27
2 parents 8a56ffa + d060488 commit 840fd9f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,13 @@ commands:
7676
--data-encryption-metadata=: The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
7777
--description=!: A description of the collaboration provided by the collaboration owner.
7878
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
79+
--is-metrics-enabled: An indicator as to whether metrics have been enabled or disabled for the collaboration.
7980
--job-log-status=: Specifies whether job logs are enabled for this collaboration.
8081
--members=!:
8182
description: A list of initial members, not including the creator.
8283
nargs: -1
8384
--name=!: The display name for a collaboration.
85+
--no-is-metrics-enabled: An indicator as to whether metrics have been enabled or disabled for the collaboration.
8486
--query-log-status=!: An indicator as to whether query logging has been enabled or disabled for the collaboration.
8587
--tags=: An optional label that you can assign to a resource when you create it.
8688
completion:
@@ -216,7 +218,9 @@ commands:
216218
--default-job-result-configuration=: The default job result configuration that determines how job results are protected and managed within this membership.
217219
--default-result-configuration=: The default protected query result configuration as specified by the member who can receive results.
218220
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
221+
--is-metrics-enabled: An indicator as to whether Amazon CloudWatch metrics have been enabled or disabled for the membership.
219222
--job-log-status=: An indicator as to whether job logging has been enabled or disabled for the collaboration.
223+
--no-is-metrics-enabled: An indicator as to whether Amazon CloudWatch metrics have been enabled or disabled for the membership.
220224
--payment-configuration=: The payment responsibilities accepted by the collaboration member.
221225
--query-log-status=!: An indicator as to whether query logging has been enabled or disabled for the membership.
222226
--tags=: An optional label that you can assign to a resource when you create it.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ commands:
4747
nargs: -1
4848
--preferred-language=: A string containing the preferred language of the user.
4949
--profile-url=: A string containing a URL that might be associated with the user.
50+
--roles=:
51+
description: A list of `Role` objects containing roles associated with the user.
52+
nargs: -1
5053
--timezone=: A string containing the time zone of the user.
5154
--title=: A string containing the title of the user.
5255
--user-name=: A unique string used to identify the user.

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.32.26"
3+
"aws": "https://github.com/aws/aws-cli#2.32.27"
44
}
55
}

0 commit comments

Comments
 (0)