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
20 changes: 20 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,26 @@ commands:
notification-subscription-status:
- SUBSCRIBED
- NOT_SUBSCRIBED
- name: put-compliance-inquiry-feedback
description: Submits feedback on a compliance inquiry response.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
--comment=: An optional comment for the feedback.
--compliance-inquiry-id=!: The unique identifier for the compliance inquiry.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--query-identifier=: The sequential identifier of the query to provide feedback on.
--rating=!: The rating for the feedback.
--reason-codes=:
description: The reason codes that describe why you rated the response.
nargs: -1
--response-revision-id=: The response revision ID.
completion:
flag:
rating:
- THUMBS_UP
- THUMBS_DOWN
- name: tag-resource
description: Add tags to a resource.
flags:
Expand Down
8 changes: 8 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.cognito-idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--user-pool-id=!: The ID of the user pool where you want to get information about the user.
--username=!: The name of the user that you want to query or modify.
- name: admin-get-user-auth-factors
description: Lists the authentication options for a user in a user pool.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--user-pool-id=!: The ID of the user pool where you want to get information about the user's authentication factors.
--username=!: The name of the user that you want to query or modify.
- name: admin-initiate-auth
description: Starts sign-in for applications with a server-side component, for example a traditional web application.
flags:
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.36.7"
"aws": "https://github.com/aws/aws-cli#2.36.8"
}
}