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.connect.yaml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2063,6 +2063,15 @@ commands:
2063
2063
--hours-of-operation-id=!: The identifier for the hours of operation.
2064
2064
--instance-id=!: The identifier of the Connect Customer instance.
2065
2065
--to-date=!: The date until when the hours of operation are listed.
2066
+
- name: get-evaluation-form-validation
2067
+
description: Retrieves the status and results of a validation process started by [StartEvaluationFormValidation](https://docs.aws.amazon.com/connect/latest/APIReference/API_StartEvaluationFormValidation.html). Returns the current execution status (`IN_PROGRESS`, `COMPLETED`, or `FAILED`), the validated form version, and when completed, a list of findings that identify structural issues and quality improvements for the evaluation form, and may include suggested fixes.
2068
+
flags:
2069
+
--cli-input-json=: Read arguments from the JSON string provided.
2070
+
--cli-input-yaml=: Read arguments from the YAML string provided.
2071
+
--evaluation-form-id=!: The unique identifier for the evaluation form.
2072
+
--evaluation-form-version=: The version of the evaluation form to retrieve validation results for.
2073
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2074
+
--instance-id=!: The identifier of the Connect Customer instance.
2066
2075
- name: get-federation-token
2067
2076
description: Supports SAML sign-in for Connect Customer.
2068
2077
flags:
@@ -4087,6 +4096,15 @@ commands:
4087
4096
--references=: A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
4088
4097
--related-contact-id=: The contactId that is related to this contact.
4089
4098
--segment-attributes=: A set of system defined key-value pairs stored on individual contact segments using an attribute map.
4099
+
- name: start-evaluation-form-validation
4100
+
description: Starts an asynchronous validation process for an evaluation form version in the specified Connect Customer instance.
4101
+
flags:
4102
+
--cli-input-json=: Read arguments from the JSON string provided.
4103
+
--cli-input-yaml=: Read arguments from the YAML string provided.
4104
+
--evaluation-form-id=!: The unique identifier for the evaluation form.
4105
+
--evaluation-form-version=!: The version of the evaluation form to validate.
4106
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
4107
+
--instance-id=!: The identifier of the Connect Customer instance.
4090
4108
- name: start-outbound-chat-contact
4091
4109
description: Initiates a new outbound SMS or WhatsApp contact to a customer.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.opensearch.yaml
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,17 @@ commands:
66
66
--package-list=!:
67
67
description: A list of packages and their prerequisites to be associated with a domain.
68
68
nargs: -1
69
+
- name: attach-data-source
70
+
description: Attaches a data source to an OpenSearch application.
71
+
flags:
72
+
--cli-input-json=: Read arguments from the JSON string provided.
73
+
--cli-input-yaml=: Read arguments from the YAML string provided.
74
+
--client-token=: A unique, case-sensitive identifier to ensure idempotency of the request.
75
+
--data-source-arn=!: ""
76
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
77
+
--id=!: The unique identifier or name of the OpenSearch application to attach the data source to.
78
+
--workspace-configuration=: Configuration for creating a new workspace during the attachment.
79
+
--workspace-id=: The identifier of an existing workspace to update with the new data source.
69
80
- name: authorize-vpc-endpoint-access
70
81
description: Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
71
82
flags:
@@ -278,6 +289,14 @@ commands:
278
289
--cli-input-json=: Read arguments from the JSON string provided.
279
290
--cli-input-yaml=: Read arguments from the YAML string provided.
280
291
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
292
+
- name: describe-data-source-attachment
293
+
description: Returns the current status and details of a specific data source attachment for an OpenSearch application.
294
+
flags:
295
+
--cli-input-json=: Read arguments from the JSON string provided.
296
+
--cli-input-yaml=: Read arguments from the YAML string provided.
297
+
--data-source-arn=!: ""
298
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
299
+
--id=!: The unique identifier or name of the OpenSearch application.
281
300
- name: describe-domain
282
301
description: Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.
283
302
flags:
@@ -527,6 +546,14 @@ commands:
527
546
--vpc-endpoint-ids=!:
528
547
description: The unique identifiers of the endpoints to get information about.
529
548
nargs: -1
549
+
- name: detach-data-source
550
+
description: Removes a data source from an OpenSearch application.
551
+
flags:
552
+
--cli-input-json=: Read arguments from the JSON string provided.
553
+
--cli-input-yaml=: Read arguments from the YAML string provided.
554
+
--data-source-arn=!: ""
555
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
556
+
--id=!: The unique identifier or name of the OpenSearch application to detach the data source from.
530
557
- name: dissociate-package
531
558
description: Removes a package from the specified Amazon OpenSearch Service domain.
532
559
flags:
@@ -643,6 +670,15 @@ commands:
643
670
--statuses=:
644
671
description: Filters the list of OpenSearch applications by status.
645
672
nargs: -1
673
+
- name: list-data-source-attachments
674
+
description: Returns a paginated list of all data source attachments for an OpenSearch application, including attachments in all states (`PENDING`, `ATTACHED`, and `FAILED`).
675
+
flags:
676
+
--cli-input-json=: Read arguments from the JSON string provided.
677
+
--cli-input-yaml=: Read arguments from the YAML string provided.
678
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
679
+
--id=!: The unique identifier or name of the OpenSearch application to list attachments for.
680
+
--max-results=: The maximum number of results to return per page.
681
+
--next-token=: The pagination token from a previous call to retrieve the next set of results.
646
682
- name: list-data-sources
647
683
description: Lists direct-query data sources for a specific domain.
0 commit comments