Skip to content

Commit 380fb92

Browse files
authored
Merge pull request #346 from carapace-sh/dependabot/npm_and_yarn/aws-2.36.8
build(deps): bump aws from 2.36.7 to 2.36.8
2 parents f668513 + 099344a commit 380fb92

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,26 @@ commands:
144144
notification-subscription-status:
145145
- SUBSCRIBED
146146
- NOT_SUBSCRIBED
147+
- name: put-compliance-inquiry-feedback
148+
description: Submits feedback on a compliance inquiry response.
149+
flags:
150+
--cli-input-json=: Read arguments from the JSON string provided.
151+
--cli-input-yaml=: Read arguments from the YAML string provided.
152+
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
153+
--comment=: An optional comment for the feedback.
154+
--compliance-inquiry-id=!: The unique identifier for the compliance inquiry.
155+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
156+
--query-identifier=: The sequential identifier of the query to provide feedback on.
157+
--rating=!: The rating for the feedback.
158+
--reason-codes=:
159+
description: The reason codes that describe why you rated the response.
160+
nargs: -1
161+
--response-revision-id=: The response revision ID.
162+
completion:
163+
flag:
164+
rating:
165+
- THUMBS_UP
166+
- THUMBS_DOWN
147167
- name: tag-resource
148168
description: Add tags to a resource.
149169
flags:

cmd/carapace-aws/cmd/botocore/aws.cognito-idp.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ commands:
135135
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
136136
--user-pool-id=!: The ID of the user pool where you want to get information about the user.
137137
--username=!: The name of the user that you want to query or modify.
138+
- name: admin-get-user-auth-factors
139+
description: Lists the authentication options for a user in a user pool.
140+
flags:
141+
--cli-input-json=: Read arguments from the JSON string provided.
142+
--cli-input-yaml=: Read arguments from the YAML string provided.
143+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
144+
--user-pool-id=!: The ID of the user pool where you want to get information about the user's authentication factors.
145+
--username=!: The name of the user that you want to query or modify.
138146
- name: admin-initiate-auth
139147
description: Starts sign-in for applications with a server-side component, for example a traditional web application.
140148
flags:

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

0 commit comments

Comments
 (0)