You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.athena.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -563,7 +563,7 @@ commands:
563
563
--cli-input-json=: Read arguments from the JSON string provided.
564
564
--cli-input-yaml=: Read arguments from the YAML string provided.
565
565
--client-request-token=: A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
566
-
--engine-configuration=: ""
566
+
--engine-configuration=: The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when running in provisioned capacity.
567
567
--execution-parameters=:
568
568
description: A list of values for the parameters in a query.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.batch.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ commands:
236
236
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
237
237
--job-id=!: The job ID for the service job to describe.
238
238
- name: get-job-queue-snapshot
239
-
description: Provides a list of the first 100 `RUNNABLE` jobs associated to a single job queue.
239
+
description: Provides a list of the first 100 `RUNNABLE` jobs associated to a single job queue and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.
240
240
flags:
241
241
--cli-input-json=: Read arguments from the JSON string provided.
242
242
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -320,7 +320,7 @@ commands:
320
320
nargs: -1
321
321
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
322
322
--job-queue=: The name or ARN of the job queue with which to list service jobs.
323
-
--job-status=: The job status with which to filter service jobs.
323
+
--job-status=: The job status used to filter service jobs in the specified queue.
324
324
--max-items=: The total number of items to return in the command's output.
325
325
--max-results=: The maximum number of results returned by `ListServiceJobs` in paginated output.
326
326
--next-token=: The `nextToken` value returned from a previous paginated `ListServiceJobs` request where `maxResults` was used and the results exceeded the value of that parameter.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.connect.yaml
+39-1Lines changed: 39 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -950,6 +950,12 @@ commands:
950
950
- name: create-user
951
951
description: Creates a user account for the specified Amazon Connect instance.
952
952
flags:
953
+
--after-contact-work-configs=:
954
+
description: The list of after contact work (ACW) timeout configuration settings for each channel.
955
+
nargs: -1
956
+
--auto-accept-configs=:
957
+
description: The list of auto-accept configuration settings for each channel.
958
+
nargs: -1
953
959
--cli-input-json=: Read arguments from the JSON string provided.
954
960
--cli-input-yaml=: Read arguments from the YAML string provided.
955
961
--directory-user-id=: The identifier of the user account in the directory used for identity management.
@@ -958,13 +964,22 @@ commands:
958
964
--identity-info=: The information about the identity of the user.
959
965
--instance-id=!: The identifier of the Amazon Connect instance.
960
966
--password=: The password for the user account.
961
-
--phone-config=!: The phone settings for the user.
967
+
--persistent-connection-configs=:
968
+
description: The list of persistent connection configuration settings for each channel.
969
+
nargs: -1
970
+
--phone-config=: The phone settings for the user.
971
+
--phone-number-configs=:
972
+
description: The list of phone number configuration settings for each channel.
973
+
nargs: -1
962
974
--routing-profile-id=!: The identifier of the routing profile for the user.
963
975
--security-profile-ids=!:
964
976
description: The identifier of the security profile for the user.
965
977
nargs: -1
966
978
--tags=: The tags used to organize, track, or control access for this resource.
967
979
--username=!: The user name for the account.
980
+
--voice-enhancement-configs=:
981
+
description: The list of voice enhancement configuration settings for each channel.
982
+
nargs: -1
968
983
- name: create-user-hierarchy-group
969
984
description: Creates a new user hierarchy group.
970
985
flags:
@@ -4826,6 +4841,29 @@ commands:
4826
4841
--id=!: The identifier of the traffic distribution group.
4827
4842
--sign-in-config=: The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
4828
4843
--telephony-config=: The distribution of traffic between the instance and its replica(s).
4844
+
- name: update-user-config
4845
+
description: Updates the configuration settings for the specified user, including per-channel auto-accept and after contact work (ACW) timeout settings.
4846
+
flags:
4847
+
--after-contact-work-configs=:
4848
+
description: The list of after contact work (ACW) timeout configuration settings for each channel.
4849
+
nargs: -1
4850
+
--auto-accept-configs=:
4851
+
description: The list of auto-accept configuration settings for each channel.
4852
+
nargs: -1
4853
+
--cli-input-json=: Read arguments from the JSON string provided.
4854
+
--cli-input-yaml=: Read arguments from the YAML string provided.
4855
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
4856
+
--instance-id=!: The identifier of the Amazon Connect instance.
4857
+
--persistent-connection-configs=:
4858
+
description: The list of persistent connection configuration settings for each channel.
4859
+
nargs: -1
4860
+
--phone-number-configs=:
4861
+
description: The list of phone number configuration settings for each channel.
4862
+
nargs: -1
4863
+
--user-id=!: The identifier of the user account.
4864
+
--voice-enhancement-configs=:
4865
+
description: The list of voice enhancement configuration settings for each channel.
4866
+
nargs: -1
4829
4867
- name: update-user-hierarchy
4830
4868
description: Assigns the specified hierarchy group to the specified user.
0 commit comments