@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -27,6 +27,14 @@ declare class Connect extends Service {
|
|
|
27
27
|
* This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.
|
|
28
28
|
*/
|
|
29
29
|
associateBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.
|
|
32
|
+
*/
|
|
33
|
+
associateDefaultVocabulary(params: Connect.Types.AssociateDefaultVocabularyRequest, callback?: (err: AWSError, data: Connect.Types.AssociateDefaultVocabularyResponse) => void): Request<Connect.Types.AssociateDefaultVocabularyResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.
|
|
36
|
+
*/
|
|
37
|
+
associateDefaultVocabulary(callback?: (err: AWSError, data: Connect.Types.AssociateDefaultVocabularyResponse) => void): Request<Connect.Types.AssociateDefaultVocabularyResponse, AWSError>;
|
|
30
38
|
/**
|
|
31
39
|
* This API is in preview release for Amazon Connect and is subject to change. Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts. This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.
|
|
32
40
|
*/
|
|
@@ -116,11 +124,11 @@ declare class Connect extends Service {
|
|
|
116
124
|
*/
|
|
117
125
|
createInstance(callback?: (err: AWSError, data: Connect.Types.CreateInstanceResponse) => void): Request<Connect.Types.CreateInstanceResponse, AWSError>;
|
|
118
126
|
/**
|
|
119
|
-
* Creates an
|
|
127
|
+
* Creates an Amazon Web Services resource association with an Amazon Connect instance.
|
|
120
128
|
*/
|
|
121
129
|
createIntegrationAssociation(params: Connect.Types.CreateIntegrationAssociationRequest, callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
|
|
122
130
|
/**
|
|
123
|
-
* Creates an
|
|
131
|
+
* Creates an Amazon Web Services resource association with an Amazon Connect instance.
|
|
124
132
|
*/
|
|
125
133
|
createIntegrationAssociation(callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
|
|
126
134
|
/**
|
|
@@ -179,6 +187,14 @@ declare class Connect extends Service {
|
|
|
179
187
|
* Creates a new user hierarchy group.
|
|
180
188
|
*/
|
|
181
189
|
createUserHierarchyGroup(callback?: (err: AWSError, data: Connect.Types.CreateUserHierarchyGroupResponse) => void): Request<Connect.Types.CreateUserHierarchyGroupResponse, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.
|
|
192
|
+
*/
|
|
193
|
+
createVocabulary(params: Connect.Types.CreateVocabularyRequest, callback?: (err: AWSError, data: Connect.Types.CreateVocabularyResponse) => void): Request<Connect.Types.CreateVocabularyResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.
|
|
196
|
+
*/
|
|
197
|
+
createVocabulary(callback?: (err: AWSError, data: Connect.Types.CreateVocabularyResponse) => void): Request<Connect.Types.CreateVocabularyResponse, AWSError>;
|
|
182
198
|
/**
|
|
183
199
|
* Deletes a contact flow for the specified Amazon Connect instance.
|
|
184
200
|
*/
|
|
@@ -212,11 +228,11 @@ declare class Connect extends Service {
|
|
|
212
228
|
*/
|
|
213
229
|
deleteInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
214
230
|
/**
|
|
215
|
-
* Deletes an
|
|
231
|
+
* Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
|
216
232
|
*/
|
|
217
233
|
deleteIntegrationAssociation(params: Connect.Types.DeleteIntegrationAssociationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
218
234
|
/**
|
|
219
|
-
* Deletes an
|
|
235
|
+
* Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
|
220
236
|
*/
|
|
221
237
|
deleteIntegrationAssociation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
222
238
|
/**
|
|
@@ -259,6 +275,14 @@ declare class Connect extends Service {
|
|
|
259
275
|
* Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
|
|
260
276
|
*/
|
|
261
277
|
deleteUserHierarchyGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
* Deletes the vocabulary that has the given identifier.
|
|
280
|
+
*/
|
|
281
|
+
deleteVocabulary(params: Connect.Types.DeleteVocabularyRequest, callback?: (err: AWSError, data: Connect.Types.DeleteVocabularyResponse) => void): Request<Connect.Types.DeleteVocabularyResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* Deletes the vocabulary that has the given identifier.
|
|
284
|
+
*/
|
|
285
|
+
deleteVocabulary(callback?: (err: AWSError, data: Connect.Types.DeleteVocabularyResponse) => void): Request<Connect.Types.DeleteVocabularyResponse, AWSError>;
|
|
262
286
|
/**
|
|
263
287
|
* This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
|
|
264
288
|
*/
|
|
@@ -379,6 +403,14 @@ declare class Connect extends Service {
|
|
|
379
403
|
* Describes the hierarchy structure of the specified Amazon Connect instance.
|
|
380
404
|
*/
|
|
381
405
|
describeUserHierarchyStructure(callback?: (err: AWSError, data: Connect.Types.DescribeUserHierarchyStructureResponse) => void): Request<Connect.Types.DescribeUserHierarchyStructureResponse, AWSError>;
|
|
406
|
+
/**
|
|
407
|
+
* Describes the specified vocabulary.
|
|
408
|
+
*/
|
|
409
|
+
describeVocabulary(params: Connect.Types.DescribeVocabularyRequest, callback?: (err: AWSError, data: Connect.Types.DescribeVocabularyResponse) => void): Request<Connect.Types.DescribeVocabularyResponse, AWSError>;
|
|
410
|
+
/**
|
|
411
|
+
* Describes the specified vocabulary.
|
|
412
|
+
*/
|
|
413
|
+
describeVocabulary(callback?: (err: AWSError, data: Connect.Types.DescribeVocabularyResponse) => void): Request<Connect.Types.DescribeVocabularyResponse, AWSError>;
|
|
382
414
|
/**
|
|
383
415
|
* This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect.
|
|
384
416
|
*/
|
|
@@ -523,6 +555,14 @@ declare class Connect extends Service {
|
|
|
523
555
|
* This API is in preview release for Amazon Connect and is subject to change. For the specified referenceTypes, returns a list of references associated with the contact.
|
|
524
556
|
*/
|
|
525
557
|
listContactReferences(callback?: (err: AWSError, data: Connect.Types.ListContactReferencesResponse) => void): Request<Connect.Types.ListContactReferencesResponse, AWSError>;
|
|
558
|
+
/**
|
|
559
|
+
* Lists the default vocabularies for the specified Amazon Connect instance.
|
|
560
|
+
*/
|
|
561
|
+
listDefaultVocabularies(params: Connect.Types.ListDefaultVocabulariesRequest, callback?: (err: AWSError, data: Connect.Types.ListDefaultVocabulariesResponse) => void): Request<Connect.Types.ListDefaultVocabulariesResponse, AWSError>;
|
|
562
|
+
/**
|
|
563
|
+
* Lists the default vocabularies for the specified Amazon Connect instance.
|
|
564
|
+
*/
|
|
565
|
+
listDefaultVocabularies(callback?: (err: AWSError, data: Connect.Types.ListDefaultVocabulariesResponse) => void): Request<Connect.Types.ListDefaultVocabulariesResponse, AWSError>;
|
|
526
566
|
/**
|
|
527
567
|
* Provides information about the hours of operation for the specified Amazon Connect instance. For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.
|
|
528
568
|
*/
|
|
@@ -556,11 +596,11 @@ declare class Connect extends Service {
|
|
|
556
596
|
*/
|
|
557
597
|
listInstances(callback?: (err: AWSError, data: Connect.Types.ListInstancesResponse) => void): Request<Connect.Types.ListInstancesResponse, AWSError>;
|
|
558
598
|
/**
|
|
559
|
-
* Provides summary information about the
|
|
599
|
+
* Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
|
|
560
600
|
*/
|
|
561
601
|
listIntegrationAssociations(params: Connect.Types.ListIntegrationAssociationsRequest, callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
|
562
602
|
/**
|
|
563
|
-
* Provides summary information about the
|
|
603
|
+
* Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.
|
|
564
604
|
*/
|
|
565
605
|
listIntegrationAssociations(callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
|
566
606
|
/**
|
|
@@ -700,11 +740,19 @@ declare class Connect extends Service {
|
|
|
700
740
|
*/
|
|
701
741
|
resumeContactRecording(callback?: (err: AWSError, data: Connect.Types.ResumeContactRecordingResponse) => void): Request<Connect.Types.ResumeContactRecordingResponse, AWSError>;
|
|
702
742
|
/**
|
|
703
|
-
*
|
|
743
|
+
* Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
|
|
744
|
+
*/
|
|
745
|
+
searchVocabularies(params: Connect.Types.SearchVocabulariesRequest, callback?: (err: AWSError, data: Connect.Types.SearchVocabulariesResponse) => void): Request<Connect.Types.SearchVocabulariesResponse, AWSError>;
|
|
746
|
+
/**
|
|
747
|
+
* Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
|
|
748
|
+
*/
|
|
749
|
+
searchVocabularies(callback?: (err: AWSError, data: Connect.Types.SearchVocabulariesResponse) => void): Request<Connect.Types.SearchVocabulariesResponse, AWSError>;
|
|
750
|
+
/**
|
|
751
|
+
* Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service. When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS. A 429 error occurs in the following situations: API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception. The quota for concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException. If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. For more information about chat, see Chat in the Amazon Connect Administrator Guide.
|
|
704
752
|
*/
|
|
705
753
|
startChatContact(params: Connect.Types.StartChatContactRequest, callback?: (err: AWSError, data: Connect.Types.StartChatContactResponse) => void): Request<Connect.Types.StartChatContactResponse, AWSError>;
|
|
706
754
|
/**
|
|
707
|
-
* Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service. When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS. A 429 error occurs in
|
|
755
|
+
* Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service. When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS. A 429 error occurs in the following situations: API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception. The quota for concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException. If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. For more information about chat, see Chat in the Amazon Connect Administrator Guide.
|
|
708
756
|
*/
|
|
709
757
|
startChatContact(callback?: (err: AWSError, data: Connect.Types.StartChatContactResponse) => void): Request<Connect.Types.StartChatContactResponse, AWSError>;
|
|
710
758
|
/**
|
|
@@ -1145,6 +1193,22 @@ declare namespace Connect {
|
|
|
1145
1193
|
*/
|
|
1146
1194
|
LexV2Bot?: LexV2Bot;
|
|
1147
1195
|
}
|
|
1196
|
+
export interface AssociateDefaultVocabularyRequest {
|
|
1197
|
+
/**
|
|
1198
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
1199
|
+
*/
|
|
1200
|
+
InstanceId: InstanceId;
|
|
1201
|
+
/**
|
|
1202
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
1203
|
+
*/
|
|
1204
|
+
LanguageCode: VocabularyLanguageCode;
|
|
1205
|
+
/**
|
|
1206
|
+
* The identifier of the custom vocabulary. If this is empty, the default is set to none.
|
|
1207
|
+
*/
|
|
1208
|
+
VocabularyId?: VocabularyId;
|
|
1209
|
+
}
|
|
1210
|
+
export interface AssociateDefaultVocabularyResponse {
|
|
1211
|
+
}
|
|
1148
1212
|
export interface AssociateInstanceStorageConfigRequest {
|
|
1149
1213
|
/**
|
|
1150
1214
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -1267,6 +1331,7 @@ declare namespace Connect {
|
|
|
1267
1331
|
export type Channels = Channel[];
|
|
1268
1332
|
export type ChatContent = string;
|
|
1269
1333
|
export type ChatContentType = string;
|
|
1334
|
+
export type ChatDurationInMinutes = number;
|
|
1270
1335
|
export interface ChatMessage {
|
|
1271
1336
|
/**
|
|
1272
1337
|
* The type of the content. Supported types are text and plain.
|
|
@@ -1881,6 +1946,10 @@ declare namespace Connect {
|
|
|
1881
1946
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
1882
1947
|
*/
|
|
1883
1948
|
InstanceId: InstanceId;
|
|
1949
|
+
/**
|
|
1950
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1951
|
+
*/
|
|
1952
|
+
Tags?: TagMap;
|
|
1884
1953
|
}
|
|
1885
1954
|
export interface CreateUserHierarchyGroupResponse {
|
|
1886
1955
|
/**
|
|
@@ -1944,6 +2013,46 @@ declare namespace Connect {
|
|
|
1944
2013
|
*/
|
|
1945
2014
|
UserArn?: ARN;
|
|
1946
2015
|
}
|
|
2016
|
+
export interface CreateVocabularyRequest {
|
|
2017
|
+
/**
|
|
2018
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If a create request is received more than once with same client token, subsequent requests return the previous response without creating a vocabulary again.
|
|
2019
|
+
*/
|
|
2020
|
+
ClientToken?: ClientToken;
|
|
2021
|
+
/**
|
|
2022
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2023
|
+
*/
|
|
2024
|
+
InstanceId: InstanceId;
|
|
2025
|
+
/**
|
|
2026
|
+
* A unique name of the custom vocabulary.
|
|
2027
|
+
*/
|
|
2028
|
+
VocabularyName: VocabularyName;
|
|
2029
|
+
/**
|
|
2030
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
2031
|
+
*/
|
|
2032
|
+
LanguageCode: VocabularyLanguageCode;
|
|
2033
|
+
/**
|
|
2034
|
+
* The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. The size limit is 50KB. For more information, see Create a custom vocabulary using a table.
|
|
2035
|
+
*/
|
|
2036
|
+
Content: VocabularyContent;
|
|
2037
|
+
/**
|
|
2038
|
+
* The tags used to organize, track, or control access for this resource.
|
|
2039
|
+
*/
|
|
2040
|
+
Tags?: TagMap;
|
|
2041
|
+
}
|
|
2042
|
+
export interface CreateVocabularyResponse {
|
|
2043
|
+
/**
|
|
2044
|
+
* The Amazon Resource Name (ARN) of the custom vocabulary.
|
|
2045
|
+
*/
|
|
2046
|
+
VocabularyArn: ARN;
|
|
2047
|
+
/**
|
|
2048
|
+
* The identifier of the custom vocabulary.
|
|
2049
|
+
*/
|
|
2050
|
+
VocabularyId: VocabularyId;
|
|
2051
|
+
/**
|
|
2052
|
+
* The current state of the custom vocabulary.
|
|
2053
|
+
*/
|
|
2054
|
+
State: VocabularyState;
|
|
2055
|
+
}
|
|
1947
2056
|
export interface Credentials {
|
|
1948
2057
|
/**
|
|
1949
2058
|
* An access token generated for a federated user to access Amazon Connect.
|
|
@@ -1996,6 +2105,25 @@ declare namespace Connect {
|
|
|
1996
2105
|
}
|
|
1997
2106
|
export type CurrentMetricResults = CurrentMetricResult[];
|
|
1998
2107
|
export type CurrentMetrics = CurrentMetric[];
|
|
2108
|
+
export interface DefaultVocabulary {
|
|
2109
|
+
/**
|
|
2110
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2111
|
+
*/
|
|
2112
|
+
InstanceId: InstanceId;
|
|
2113
|
+
/**
|
|
2114
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
2115
|
+
*/
|
|
2116
|
+
LanguageCode: VocabularyLanguageCode;
|
|
2117
|
+
/**
|
|
2118
|
+
* The identifier of the custom vocabulary.
|
|
2119
|
+
*/
|
|
2120
|
+
VocabularyId: VocabularyId;
|
|
2121
|
+
/**
|
|
2122
|
+
* A unique name of the custom vocabulary.
|
|
2123
|
+
*/
|
|
2124
|
+
VocabularyName: VocabularyName;
|
|
2125
|
+
}
|
|
2126
|
+
export type DefaultVocabularyList = DefaultVocabulary[];
|
|
1999
2127
|
export type Delay = number;
|
|
2000
2128
|
export interface DeleteContactFlowModuleRequest {
|
|
2001
2129
|
/**
|
|
@@ -2099,6 +2227,30 @@ declare namespace Connect {
|
|
|
2099
2227
|
*/
|
|
2100
2228
|
UserId: UserId;
|
|
2101
2229
|
}
|
|
2230
|
+
export interface DeleteVocabularyRequest {
|
|
2231
|
+
/**
|
|
2232
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2233
|
+
*/
|
|
2234
|
+
InstanceId: InstanceId;
|
|
2235
|
+
/**
|
|
2236
|
+
* The identifier of the custom vocabulary.
|
|
2237
|
+
*/
|
|
2238
|
+
VocabularyId: VocabularyId;
|
|
2239
|
+
}
|
|
2240
|
+
export interface DeleteVocabularyResponse {
|
|
2241
|
+
/**
|
|
2242
|
+
* The Amazon Resource Name (ARN) of the custom vocabulary.
|
|
2243
|
+
*/
|
|
2244
|
+
VocabularyArn: ARN;
|
|
2245
|
+
/**
|
|
2246
|
+
* The identifier of the custom vocabulary.
|
|
2247
|
+
*/
|
|
2248
|
+
VocabularyId: VocabularyId;
|
|
2249
|
+
/**
|
|
2250
|
+
* The current state of the custom vocabulary.
|
|
2251
|
+
*/
|
|
2252
|
+
State: VocabularyState;
|
|
2253
|
+
}
|
|
2102
2254
|
export interface DescribeAgentStatusRequest {
|
|
2103
2255
|
/**
|
|
2104
2256
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -2335,6 +2487,22 @@ declare namespace Connect {
|
|
|
2335
2487
|
*/
|
|
2336
2488
|
User?: User;
|
|
2337
2489
|
}
|
|
2490
|
+
export interface DescribeVocabularyRequest {
|
|
2491
|
+
/**
|
|
2492
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2493
|
+
*/
|
|
2494
|
+
InstanceId: InstanceId;
|
|
2495
|
+
/**
|
|
2496
|
+
* The identifier of the custom vocabulary.
|
|
2497
|
+
*/
|
|
2498
|
+
VocabularyId: VocabularyId;
|
|
2499
|
+
}
|
|
2500
|
+
export interface DescribeVocabularyResponse {
|
|
2501
|
+
/**
|
|
2502
|
+
* A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.
|
|
2503
|
+
*/
|
|
2504
|
+
Vocabulary: Vocabulary;
|
|
2505
|
+
}
|
|
2338
2506
|
export type Description = string;
|
|
2339
2507
|
export interface Dimensions {
|
|
2340
2508
|
/**
|
|
@@ -2462,7 +2630,7 @@ declare namespace Connect {
|
|
|
2462
2630
|
export type EncryptionType = "KMS"|string;
|
|
2463
2631
|
export interface Filters {
|
|
2464
2632
|
/**
|
|
2465
|
-
* The queues to use to filter the metrics. You can specify up to 100 queues per request.
|
|
2633
|
+
* The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100 queues per request. The GetCurrentMetricsData API in particular requires a queue when you include a Filter in your request.
|
|
2466
2634
|
*/
|
|
2467
2635
|
Queues?: Queues;
|
|
2468
2636
|
/**
|
|
@@ -2607,6 +2775,10 @@ declare namespace Connect {
|
|
|
2607
2775
|
* Information about the levels in the hierarchy group.
|
|
2608
2776
|
*/
|
|
2609
2777
|
HierarchyPath?: HierarchyPath;
|
|
2778
|
+
/**
|
|
2779
|
+
* The tags used to organize, track, or control access for this resource.
|
|
2780
|
+
*/
|
|
2781
|
+
Tags?: TagMap;
|
|
2610
2782
|
}
|
|
2611
2783
|
export type HierarchyGroupId = string;
|
|
2612
2784
|
export type HierarchyGroupName = string;
|
|
@@ -3206,6 +3378,34 @@ declare namespace Connect {
|
|
|
3206
3378
|
*/
|
|
3207
3379
|
NextToken?: NextToken;
|
|
3208
3380
|
}
|
|
3381
|
+
export interface ListDefaultVocabulariesRequest {
|
|
3382
|
+
/**
|
|
3383
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
3384
|
+
*/
|
|
3385
|
+
InstanceId: InstanceId;
|
|
3386
|
+
/**
|
|
3387
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
3388
|
+
*/
|
|
3389
|
+
LanguageCode?: VocabularyLanguageCode;
|
|
3390
|
+
/**
|
|
3391
|
+
* The maximum number of results to return per page.
|
|
3392
|
+
*/
|
|
3393
|
+
MaxResults?: MaxResult100;
|
|
3394
|
+
/**
|
|
3395
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3396
|
+
*/
|
|
3397
|
+
NextToken?: VocabularyNextToken;
|
|
3398
|
+
}
|
|
3399
|
+
export interface ListDefaultVocabulariesResponse {
|
|
3400
|
+
/**
|
|
3401
|
+
* A list of default vocabularies.
|
|
3402
|
+
*/
|
|
3403
|
+
DefaultVocabularyList: DefaultVocabularyList;
|
|
3404
|
+
/**
|
|
3405
|
+
* If there are additional results, this is the token for the next set of results.
|
|
3406
|
+
*/
|
|
3407
|
+
NextToken?: VocabularyNextToken;
|
|
3408
|
+
}
|
|
3209
3409
|
export interface ListHoursOfOperationsRequest {
|
|
3210
3410
|
/**
|
|
3211
3411
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -4163,6 +4363,42 @@ declare namespace Connect {
|
|
|
4163
4363
|
*/
|
|
4164
4364
|
EncryptionConfig?: EncryptionConfig;
|
|
4165
4365
|
}
|
|
4366
|
+
export interface SearchVocabulariesRequest {
|
|
4367
|
+
/**
|
|
4368
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4369
|
+
*/
|
|
4370
|
+
InstanceId: InstanceId;
|
|
4371
|
+
/**
|
|
4372
|
+
* The maximum number of results to return per page.
|
|
4373
|
+
*/
|
|
4374
|
+
MaxResults?: MaxResult100;
|
|
4375
|
+
/**
|
|
4376
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
4377
|
+
*/
|
|
4378
|
+
NextToken?: VocabularyNextToken;
|
|
4379
|
+
/**
|
|
4380
|
+
* The current state of the custom vocabulary.
|
|
4381
|
+
*/
|
|
4382
|
+
State?: VocabularyState;
|
|
4383
|
+
/**
|
|
4384
|
+
* The starting pattern of the name of the vocabulary.
|
|
4385
|
+
*/
|
|
4386
|
+
NameStartsWith?: VocabularyName;
|
|
4387
|
+
/**
|
|
4388
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
4389
|
+
*/
|
|
4390
|
+
LanguageCode?: VocabularyLanguageCode;
|
|
4391
|
+
}
|
|
4392
|
+
export interface SearchVocabulariesResponse {
|
|
4393
|
+
/**
|
|
4394
|
+
* The list of the available custom vocabularies.
|
|
4395
|
+
*/
|
|
4396
|
+
VocabularySummaryList?: VocabularySummaryList;
|
|
4397
|
+
/**
|
|
4398
|
+
* If there are additional results, this is the token for the next set of results.
|
|
4399
|
+
*/
|
|
4400
|
+
NextToken?: VocabularyNextToken;
|
|
4401
|
+
}
|
|
4166
4402
|
export interface SecurityKey {
|
|
4167
4403
|
/**
|
|
4168
4404
|
* The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
|
|
@@ -4252,6 +4488,10 @@ declare namespace Connect {
|
|
|
4252
4488
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
4253
4489
|
*/
|
|
4254
4490
|
ClientToken?: ClientToken;
|
|
4491
|
+
/**
|
|
4492
|
+
* The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
|
|
4493
|
+
*/
|
|
4494
|
+
ChatDurationInMinutes?: ChatDurationInMinutes;
|
|
4255
4495
|
}
|
|
4256
4496
|
export interface StartChatContactResponse {
|
|
4257
4497
|
/**
|
|
@@ -4721,7 +4961,7 @@ declare namespace Connect {
|
|
|
4721
4961
|
*/
|
|
4722
4962
|
InstanceId: InstanceId;
|
|
4723
4963
|
/**
|
|
4724
|
-
* The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact
|
|
4964
|
+
* The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
|
|
4725
4965
|
*/
|
|
4726
4966
|
AttributeType: InstanceAttributeType;
|
|
4727
4967
|
/**
|
|
@@ -5151,6 +5391,83 @@ declare namespace Connect {
|
|
|
5151
5391
|
}
|
|
5152
5392
|
export type UserSummaryList = UserSummary[];
|
|
5153
5393
|
export type Value = number;
|
|
5394
|
+
export interface Vocabulary {
|
|
5395
|
+
/**
|
|
5396
|
+
* A unique name of the custom vocabulary.
|
|
5397
|
+
*/
|
|
5398
|
+
Name: VocabularyName;
|
|
5399
|
+
/**
|
|
5400
|
+
* The identifier of the custom vocabulary.
|
|
5401
|
+
*/
|
|
5402
|
+
Id: VocabularyId;
|
|
5403
|
+
/**
|
|
5404
|
+
* The Amazon Resource Name (ARN) of the custom vocabulary.
|
|
5405
|
+
*/
|
|
5406
|
+
Arn: ARN;
|
|
5407
|
+
/**
|
|
5408
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
5409
|
+
*/
|
|
5410
|
+
LanguageCode: VocabularyLanguageCode;
|
|
5411
|
+
/**
|
|
5412
|
+
* The current state of the custom vocabulary.
|
|
5413
|
+
*/
|
|
5414
|
+
State: VocabularyState;
|
|
5415
|
+
/**
|
|
5416
|
+
* The timestamp when the custom vocabulary was last modified.
|
|
5417
|
+
*/
|
|
5418
|
+
LastModifiedTime: VocabularyLastModifiedTime;
|
|
5419
|
+
/**
|
|
5420
|
+
* The reason why the custom vocabulary was not created.
|
|
5421
|
+
*/
|
|
5422
|
+
FailureReason?: VocabularyFailureReason;
|
|
5423
|
+
/**
|
|
5424
|
+
* The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see Create a custom vocabulary using a table.
|
|
5425
|
+
*/
|
|
5426
|
+
Content?: VocabularyContent;
|
|
5427
|
+
/**
|
|
5428
|
+
* The tags used to organize, track, or control access for this resource.
|
|
5429
|
+
*/
|
|
5430
|
+
Tags?: TagMap;
|
|
5431
|
+
}
|
|
5432
|
+
export type VocabularyContent = string;
|
|
5433
|
+
export type VocabularyFailureReason = string;
|
|
5434
|
+
export type VocabularyId = string;
|
|
5435
|
+
export type VocabularyLanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|string;
|
|
5436
|
+
export type VocabularyLastModifiedTime = Date;
|
|
5437
|
+
export type VocabularyName = string;
|
|
5438
|
+
export type VocabularyNextToken = string;
|
|
5439
|
+
export type VocabularyState = "CREATION_IN_PROGRESS"|"ACTIVE"|"CREATION_FAILED"|"DELETE_IN_PROGRESS"|string;
|
|
5440
|
+
export interface VocabularySummary {
|
|
5441
|
+
/**
|
|
5442
|
+
* A unique name of the custom vocabulary.
|
|
5443
|
+
*/
|
|
5444
|
+
Name: VocabularyName;
|
|
5445
|
+
/**
|
|
5446
|
+
* The identifier of the custom vocabulary.
|
|
5447
|
+
*/
|
|
5448
|
+
Id: VocabularyId;
|
|
5449
|
+
/**
|
|
5450
|
+
* The Amazon Resource Name (ARN) of the custom vocabulary.
|
|
5451
|
+
*/
|
|
5452
|
+
Arn: ARN;
|
|
5453
|
+
/**
|
|
5454
|
+
* The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
|
|
5455
|
+
*/
|
|
5456
|
+
LanguageCode: VocabularyLanguageCode;
|
|
5457
|
+
/**
|
|
5458
|
+
* The current state of the custom vocabulary.
|
|
5459
|
+
*/
|
|
5460
|
+
State: VocabularyState;
|
|
5461
|
+
/**
|
|
5462
|
+
* The timestamp when the custom vocabulary was last modified.
|
|
5463
|
+
*/
|
|
5464
|
+
LastModifiedTime: VocabularyLastModifiedTime;
|
|
5465
|
+
/**
|
|
5466
|
+
* The reason why the custom vocabulary was not created.
|
|
5467
|
+
*/
|
|
5468
|
+
FailureReason?: VocabularyFailureReason;
|
|
5469
|
+
}
|
|
5470
|
+
export type VocabularySummaryList = VocabularySummary[];
|
|
5154
5471
|
export interface VoiceRecordingConfiguration {
|
|
5155
5472
|
/**
|
|
5156
5473
|
* Identifies which track is being recorded.
|