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
16 changes: 14 additions & 2 deletions cmd/carapace-aws/cmd/botocore/aws.chime-sdk-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--name=!: The name of the SIP rule.
--no-disabled: Disables or enables a SIP rule.
--target-applications=:
--target-applications=!:
description: List of SIP media applications, with priority and AWS Region.
nargs: -1
--trigger-type=!: The type of trigger assigned to the SIP rule in `TriggerValue`, currently `RequestUriHostname` or `ToPhoneNumber`.
Expand Down Expand Up @@ -167,13 +167,19 @@ commands:
- name: create-voice-connector-group
description: Creates an Amazon Chime SDK Voice Connector group under the administrator's AWS account.
flags:
--call-distribution-type=: ""
--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.
--name=!: The name of the Voice Connector group.
--voice-connector-items=:
description: Lists the Voice Connectors that inbound calls are routed to.
nargs: -1
completion:
flag:
call-distribution-type:
- PriorityWeightedDistribution
- LoadBalancedDistribution
- name: create-voice-profile
description: Creates a voice profile, which consists of an enrolled user and their latest voice print.
flags:
Expand Down Expand Up @@ -811,7 +817,7 @@ commands:
--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.
--voice-connector=: The Voice Connector settings.
--voice-connector=!: The Voice Connector settings.
- name: update-phone-number
description: Updates phone number details, such as product type, calling name, or phone number name for the specified phone number ID.
flags:
Expand Down Expand Up @@ -892,6 +898,7 @@ commands:
- name: update-voice-connector-group
description: Updates the settings for the specified Amazon Chime SDK Voice Connector group.
flags:
--call-distribution-type=: ""
--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.
Expand All @@ -900,6 +907,11 @@ commands:
--voice-connector-items=!:
description: The `VoiceConnectorItems` to associate with the Voice Connector group.
nargs: -1
completion:
flag:
call-distribution-type:
- PriorityWeightedDistribution
- LoadBalancedDistribution
- name: update-voice-profile
description: Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
flags:
Expand Down
43 changes: 43 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.sustainability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,46 @@ commands:
--page-size=: The size of each page to get in the AWS service call.
--starting-token=: A token to specify where to start paginating.
--time-period=!: The date range for fetching the dimension values.
- name: get-estimated-water-allocation
description: Returns estimated water allocation values based on customer grouping and filtering parameters.
flags:
--allocation-types=:
description: The allocation types to include in the results.
nargs: -1
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--filter-by=: The criteria for filtering estimated water allocation.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--granularity=: The time granularity for the results.
--group-by=:
description: The dimensions available for grouping estimated water allocation.
nargs: -1
--max-items=: The total number of items to return in the command's output.
--max-results=: The maximum number of results to return in a single call.
--next-token=: The pagination token specifying which page of results to return in the response.
--page-size=: The size of each page to get in the AWS service call.
--starting-token=: A token to specify where to start paginating.
--time-period=!: The date range for fetching estimated water allocation.
completion:
flag:
granularity:
- YEARLY_CALENDAR
- YEARLY_FISCAL
- QUARTERLY_CALENDAR
- QUARTERLY_FISCAL
- MONTHLY
- name: get-estimated-water-allocation-dimension-values
description: Returns the possible dimension values available for a customer's account.
flags:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--dimensions=!:
description: The dimensions available for grouping estimated water allocation.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--max-items=: The total number of items to return in the command's output.
--max-results=: The maximum number of results to return in a single call.
--next-token=: The pagination token specifying which page of results to return in the response.
--page-size=: The size of each page to get in the AWS service call.
--starting-token=: A token to specify where to start paginating.
--time-period=!: The date range for fetching the dimension values.
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.35.24"
"aws": "https://github.com/aws/aws-cli#2.36.1"
}
}