Skip to content
Closed
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
4 changes: 2 additions & 2 deletions cmd/carapace-aws/cmd/botocore/aws.signin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: signin
description: AWS Sign-In Service
commands:
- name: create-oauth2-token
- name: create-o-auth2-token
description: CreateOAuth2Token API
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.
--token-input=!: Flattened token operation inputs The specific operation is determined by grant\_type in the request body
- name: create-oauth2-token-with-iam
- name: create-o-auth2-token-with-iam
description: Grants permission to exchange client credentials for an OAuth 2.0 access token scoped to a resource that can be used to access AWS services from applications
flags:
--cli-input-json=: Read arguments from the JSON string provided.
Expand Down
2 changes: 0 additions & 2 deletions cmd/carapace-spec-botocore/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ func CamelCaseToDash(s string) string {
"create-cachedi-scsi-volume": "create-cached-iscsi-volume",
"create-environment-e-c2": "create-environment-ec2",
"create-storedi-scsi-volume": "create-stored-iscsi-volume",
"create-o-auth2-token": "create-oauth2-token",
"create-o-auth2-token-with-iam": "create-oauth2-token-with-iam",
"create-whats-app-flow": "create-whatsapp-flow",
"create-whats-app-message-template": "create-whatsapp-message-template",
"create-whats-app-message-template-from-library": "create-whatsapp-message-template-from-library",
Expand Down