File tree Expand file tree Collapse file tree
cmd/carapace-aws/cmd/botocore Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments