cdk-lambda-subminute 2.0.332 → 2.0.333
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +12 -8
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +36 -0
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +120 -29
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -10
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +113 -78
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1053 -416
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +104 -72
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +168 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +51 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +354 -322
- package/node_modules/aws-sdk/clients/amp.d.ts +17 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +77 -0
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -1
- package/node_modules/aws-sdk/clients/codecommit.d.ts +65 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +656 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +36 -4
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +65 -0
- package/node_modules/aws-sdk/clients/neptunegraph.js +1 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +51 -3
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +43 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +1241 -489
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +105 -105
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -123,6 +123,14 @@ declare class Connect extends Service {
|
|
123
123
|
* Associates an agent with a traffic distribution group.
|
124
124
|
*/
|
125
125
|
associateTrafficDistributionGroupUser(callback?: (err: AWSError, data: Connect.Types.AssociateTrafficDistributionGroupUserResponse) => void): Request<Connect.Types.AssociateTrafficDistributionGroupUserResponse, AWSError>;
|
126
|
+
/**
|
127
|
+
* >Associates a set of proficiencies with a user.
|
128
|
+
*/
|
129
|
+
associateUserProficiencies(params: Connect.Types.AssociateUserProficienciesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
130
|
+
/**
|
131
|
+
* >Associates a set of proficiencies with a user.
|
132
|
+
*/
|
133
|
+
associateUserProficiencies(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
126
134
|
/**
|
127
135
|
* This API is in preview release for Amazon Connect and is subject to change. Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.
|
128
136
|
*/
|
@@ -235,6 +243,14 @@ declare class Connect extends Service {
|
|
235
243
|
* Enables rehydration of chats for the lifespan of a contact. For more information about chat rehydration, see Enable persistent chat in the Amazon Connect Administrator Guide.
|
236
244
|
*/
|
237
245
|
createPersistentContactAssociation(callback?: (err: AWSError, data: Connect.Types.CreatePersistentContactAssociationResponse) => void): Request<Connect.Types.CreatePersistentContactAssociationResponse, AWSError>;
|
246
|
+
/**
|
247
|
+
* Creates a new predefined attribute for the specified Amazon Connect instance.
|
248
|
+
*/
|
249
|
+
createPredefinedAttribute(params: Connect.Types.CreatePredefinedAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
250
|
+
/**
|
251
|
+
* Creates a new predefined attribute for the specified Amazon Connect instance.
|
252
|
+
*/
|
253
|
+
createPredefinedAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
238
254
|
/**
|
239
255
|
* Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator's Guide.
|
240
256
|
*/
|
@@ -411,6 +427,14 @@ declare class Connect extends Service {
|
|
411
427
|
* Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
412
428
|
*/
|
413
429
|
deleteIntegrationAssociation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
430
|
+
/**
|
431
|
+
* Deletes a predefined attribute from the specified Amazon Connect instance.
|
432
|
+
*/
|
433
|
+
deletePredefinedAttribute(params: Connect.Types.DeletePredefinedAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
434
|
+
/**
|
435
|
+
* Deletes a predefined attribute from the specified Amazon Connect instance.
|
436
|
+
*/
|
437
|
+
deletePredefinedAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
414
438
|
/**
|
415
439
|
* Deletes a prompt.
|
416
440
|
*/
|
@@ -611,6 +635,14 @@ declare class Connect extends Service {
|
|
611
635
|
* Gets details and status of a phone number that’s claimed to your Amazon Connect instance or traffic distribution group. If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
|
612
636
|
*/
|
613
637
|
describePhoneNumber(callback?: (err: AWSError, data: Connect.Types.DescribePhoneNumberResponse) => void): Request<Connect.Types.DescribePhoneNumberResponse, AWSError>;
|
638
|
+
/**
|
639
|
+
* Describes a predefined attribute for the specified Amazon Connect instance.
|
640
|
+
*/
|
641
|
+
describePredefinedAttribute(params: Connect.Types.DescribePredefinedAttributeRequest, callback?: (err: AWSError, data: Connect.Types.DescribePredefinedAttributeResponse) => void): Request<Connect.Types.DescribePredefinedAttributeResponse, AWSError>;
|
642
|
+
/**
|
643
|
+
* Describes a predefined attribute for the specified Amazon Connect instance.
|
644
|
+
*/
|
645
|
+
describePredefinedAttribute(callback?: (err: AWSError, data: Connect.Types.DescribePredefinedAttributeResponse) => void): Request<Connect.Types.DescribePredefinedAttributeResponse, AWSError>;
|
614
646
|
/**
|
615
647
|
* Describes the prompt.
|
616
648
|
*/
|
@@ -803,6 +835,14 @@ declare class Connect extends Service {
|
|
803
835
|
* Disassociates an agent from a traffic distribution group.
|
804
836
|
*/
|
805
837
|
disassociateTrafficDistributionGroupUser(callback?: (err: AWSError, data: Connect.Types.DisassociateTrafficDistributionGroupUserResponse) => void): Request<Connect.Types.DisassociateTrafficDistributionGroupUserResponse, AWSError>;
|
838
|
+
/**
|
839
|
+
* Disassociates a set of proficiencies from a user.
|
840
|
+
*/
|
841
|
+
disassociateUserProficiencies(params: Connect.Types.DisassociateUserProficienciesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
842
|
+
/**
|
843
|
+
* Disassociates a set of proficiencies from a user.
|
844
|
+
*/
|
845
|
+
disassociateUserProficiencies(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
806
846
|
/**
|
807
847
|
* Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact. Contacts can only be dismissed if they are in a MISSED, ERROR, ENDED, or REJECTED state in the Agent Event Stream.
|
808
848
|
*/
|
@@ -1067,6 +1107,14 @@ declare class Connect extends Service {
|
|
1067
1107
|
* Lists phone numbers claimed to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with traffic distribution group. For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide. When given an instance ARN, ListPhoneNumbersV2 returns only the phone numbers claimed to the instance. When given a traffic distribution group ARN ListPhoneNumbersV2 returns only the phone numbers claimed to the traffic distribution group.
|
1068
1108
|
*/
|
1069
1109
|
listPhoneNumbersV2(callback?: (err: AWSError, data: Connect.Types.ListPhoneNumbersV2Response) => void): Request<Connect.Types.ListPhoneNumbersV2Response, AWSError>;
|
1110
|
+
/**
|
1111
|
+
* Lists predefined attributes for the specified Amazon Connect instance.
|
1112
|
+
*/
|
1113
|
+
listPredefinedAttributes(params: Connect.Types.ListPredefinedAttributesRequest, callback?: (err: AWSError, data: Connect.Types.ListPredefinedAttributesResponse) => void): Request<Connect.Types.ListPredefinedAttributesResponse, AWSError>;
|
1114
|
+
/**
|
1115
|
+
* Lists predefined attributes for the specified Amazon Connect instance.
|
1116
|
+
*/
|
1117
|
+
listPredefinedAttributes(callback?: (err: AWSError, data: Connect.Types.ListPredefinedAttributesResponse) => void): Request<Connect.Types.ListPredefinedAttributesResponse, AWSError>;
|
1070
1118
|
/**
|
1071
1119
|
* Provides information about the prompts for the specified Amazon Connect instance.
|
1072
1120
|
*/
|
@@ -1211,6 +1259,14 @@ declare class Connect extends Service {
|
|
1211
1259
|
* Provides summary information about the hierarchy groups for the specified Amazon Connect instance. For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.
|
1212
1260
|
*/
|
1213
1261
|
listUserHierarchyGroups(callback?: (err: AWSError, data: Connect.Types.ListUserHierarchyGroupsResponse) => void): Request<Connect.Types.ListUserHierarchyGroupsResponse, AWSError>;
|
1262
|
+
/**
|
1263
|
+
* Lists proficiencies associated with a user.
|
1264
|
+
*/
|
1265
|
+
listUserProficiencies(params: Connect.Types.ListUserProficienciesRequest, callback?: (err: AWSError, data: Connect.Types.ListUserProficienciesResponse) => void): Request<Connect.Types.ListUserProficienciesResponse, AWSError>;
|
1266
|
+
/**
|
1267
|
+
* Lists proficiencies associated with a user.
|
1268
|
+
*/
|
1269
|
+
listUserProficiencies(callback?: (err: AWSError, data: Connect.Types.ListUserProficienciesResponse) => void): Request<Connect.Types.ListUserProficienciesResponse, AWSError>;
|
1214
1270
|
/**
|
1215
1271
|
* Provides summary information about the users for the specified Amazon Connect instance.
|
1216
1272
|
*/
|
@@ -1299,6 +1355,14 @@ declare class Connect extends Service {
|
|
1299
1355
|
* Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.
|
1300
1356
|
*/
|
1301
1357
|
searchAvailablePhoneNumbers(callback?: (err: AWSError, data: Connect.Types.SearchAvailablePhoneNumbersResponse) => void): Request<Connect.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
|
1358
|
+
/**
|
1359
|
+
* Searches contacts in an Amazon Connect instance.
|
1360
|
+
*/
|
1361
|
+
searchContacts(params: Connect.Types.SearchContactsRequest, callback?: (err: AWSError, data: Connect.Types.SearchContactsResponse) => void): Request<Connect.Types.SearchContactsResponse, AWSError>;
|
1362
|
+
/**
|
1363
|
+
* Searches contacts in an Amazon Connect instance.
|
1364
|
+
*/
|
1365
|
+
searchContacts(callback?: (err: AWSError, data: Connect.Types.SearchContactsResponse) => void): Request<Connect.Types.SearchContactsResponse, AWSError>;
|
1302
1366
|
/**
|
1303
1367
|
* Searches the hours of operation in an Amazon Connect instance, with optional filtering.
|
1304
1368
|
*/
|
@@ -1307,6 +1371,14 @@ declare class Connect extends Service {
|
|
1307
1371
|
* Searches the hours of operation in an Amazon Connect instance, with optional filtering.
|
1308
1372
|
*/
|
1309
1373
|
searchHoursOfOperations(callback?: (err: AWSError, data: Connect.Types.SearchHoursOfOperationsResponse) => void): Request<Connect.Types.SearchHoursOfOperationsResponse, AWSError>;
|
1374
|
+
/**
|
1375
|
+
* Predefined attributes that meet certain criteria.
|
1376
|
+
*/
|
1377
|
+
searchPredefinedAttributes(params: Connect.Types.SearchPredefinedAttributesRequest, callback?: (err: AWSError, data: Connect.Types.SearchPredefinedAttributesResponse) => void): Request<Connect.Types.SearchPredefinedAttributesResponse, AWSError>;
|
1378
|
+
/**
|
1379
|
+
* Predefined attributes that meet certain criteria.
|
1380
|
+
*/
|
1381
|
+
searchPredefinedAttributes(callback?: (err: AWSError, data: Connect.Types.SearchPredefinedAttributesResponse) => void): Request<Connect.Types.SearchPredefinedAttributesResponse, AWSError>;
|
1310
1382
|
/**
|
1311
1383
|
* Searches prompts in an Amazon Connect instance, with optional filtering.
|
1312
1384
|
*/
|
@@ -1587,6 +1659,14 @@ declare class Connect extends Service {
|
|
1587
1659
|
* The name of the flow. You can also create and update flows using the Amazon Connect Flow language.
|
1588
1660
|
*/
|
1589
1661
|
updateContactFlowName(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowNameResponse) => void): Request<Connect.Types.UpdateContactFlowNameResponse, AWSError>;
|
1662
|
+
/**
|
1663
|
+
* This API is in preview release for Amazon Connect and is subject to change. Updates routing priority and age on the contact (QueuePriority and QueueTimeAdjustmentInSeconds). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using the Set routing priority / age flow block.
|
1664
|
+
*/
|
1665
|
+
updateContactRoutingData(params: Connect.Types.UpdateContactRoutingDataRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactRoutingDataResponse) => void): Request<Connect.Types.UpdateContactRoutingDataResponse, AWSError>;
|
1666
|
+
/**
|
1667
|
+
* This API is in preview release for Amazon Connect and is subject to change. Updates routing priority and age on the contact (QueuePriority and QueueTimeAdjustmentInSeconds). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using the Set routing priority / age flow block.
|
1668
|
+
*/
|
1669
|
+
updateContactRoutingData(callback?: (err: AWSError, data: Connect.Types.UpdateContactRoutingDataResponse) => void): Request<Connect.Types.UpdateContactRoutingDataResponse, AWSError>;
|
1590
1670
|
/**
|
1591
1671
|
* Updates the scheduled time of a task contact that is already scheduled.
|
1592
1672
|
*/
|
@@ -1651,6 +1731,14 @@ declare class Connect extends Service {
|
|
1651
1731
|
* Updates a phone number’s metadata. To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.
|
1652
1732
|
*/
|
1653
1733
|
updatePhoneNumberMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1734
|
+
/**
|
1735
|
+
* Updates a predefined attribute for the specified Amazon Connect instance.
|
1736
|
+
*/
|
1737
|
+
updatePredefinedAttribute(params: Connect.Types.UpdatePredefinedAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1738
|
+
/**
|
1739
|
+
* Updates a predefined attribute for the specified Amazon Connect instance.
|
1740
|
+
*/
|
1741
|
+
updatePredefinedAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1654
1742
|
/**
|
1655
1743
|
* Updates a prompt.
|
1656
1744
|
*/
|
@@ -1827,6 +1915,14 @@ declare class Connect extends Service {
|
|
1827
1915
|
* Updates the phone configuration settings for the specified user.
|
1828
1916
|
*/
|
1829
1917
|
updateUserPhoneConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1918
|
+
/**
|
1919
|
+
* Updates the properties associated with the proficiencies of a user.
|
1920
|
+
*/
|
1921
|
+
updateUserProficiencies(params: Connect.Types.UpdateUserProficienciesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1922
|
+
/**
|
1923
|
+
* Updates the properties associated with the proficiencies of a user.
|
1924
|
+
*/
|
1925
|
+
updateUserProficiencies(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1830
1926
|
/**
|
1831
1927
|
* Assigns the specified routing profile to the specified user.
|
1832
1928
|
*/
|
@@ -1936,6 +2032,28 @@ declare namespace Connect {
|
|
1936
2032
|
}
|
1937
2033
|
export type AgentContactReferenceList = AgentContactReference[];
|
1938
2034
|
export type AgentFirstName = string;
|
2035
|
+
export interface AgentHierarchyGroups {
|
2036
|
+
/**
|
2037
|
+
* The identifiers for level 1 hierarchy groups.
|
2038
|
+
*/
|
2039
|
+
L1Ids?: HierarchyGroupIdList;
|
2040
|
+
/**
|
2041
|
+
* The identifiers for level 2 hierarchy groups.
|
2042
|
+
*/
|
2043
|
+
L2Ids?: HierarchyGroupIdList;
|
2044
|
+
/**
|
2045
|
+
* The identifiers for level 3 hierarchy groups.
|
2046
|
+
*/
|
2047
|
+
L3Ids?: HierarchyGroupIdList;
|
2048
|
+
/**
|
2049
|
+
* The identifiers for level 4 hierarchy groups.
|
2050
|
+
*/
|
2051
|
+
L4Ids?: HierarchyGroupIdList;
|
2052
|
+
/**
|
2053
|
+
* The identifiers for level 5 hierarchy groups.
|
2054
|
+
*/
|
2055
|
+
L5Ids?: HierarchyGroupIdList;
|
2056
|
+
}
|
1939
2057
|
export interface AgentInfo {
|
1940
2058
|
/**
|
1941
2059
|
* The identifier of the agent who accepted the contact.
|
@@ -1953,6 +2071,7 @@ declare namespace Connect {
|
|
1953
2071
|
export type AgentLastName = string;
|
1954
2072
|
export type AgentPauseDurationInSeconds = number;
|
1955
2073
|
export type AgentResourceId = string;
|
2074
|
+
export type AgentResourceIdList = AgentResourceId[];
|
1956
2075
|
export interface AgentStatus {
|
1957
2076
|
/**
|
1958
2077
|
* The Amazon Resource Name (ARN) of the agent status.
|
@@ -2307,6 +2426,20 @@ declare namespace Connect {
|
|
2307
2426
|
}
|
2308
2427
|
export interface AssociateTrafficDistributionGroupUserResponse {
|
2309
2428
|
}
|
2429
|
+
export interface AssociateUserProficienciesRequest {
|
2430
|
+
/**
|
2431
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance).
|
2432
|
+
*/
|
2433
|
+
InstanceId: InstanceId;
|
2434
|
+
/**
|
2435
|
+
* The identifier of the user account.
|
2436
|
+
*/
|
2437
|
+
UserId: UserId;
|
2438
|
+
/**
|
2439
|
+
* The proficiencies to associate with the user.
|
2440
|
+
*/
|
2441
|
+
UserProficiencies: UserProficiencyList;
|
2442
|
+
}
|
2310
2443
|
export type AssociationId = string;
|
2311
2444
|
export type AttachmentName = string;
|
2312
2445
|
export interface AttachmentReference {
|
@@ -2476,6 +2609,7 @@ declare namespace Connect {
|
|
2476
2609
|
}
|
2477
2610
|
export type CampaignId = string;
|
2478
2611
|
export type Channel = "VOICE"|"CHAT"|"TASK"|string;
|
2612
|
+
export type ChannelList = Channel[];
|
2479
2613
|
export type ChannelToCountMap = {[key: string]: IntegerCount};
|
2480
2614
|
export type Channels = Channel[];
|
2481
2615
|
export type ChatContent = string;
|
@@ -2696,11 +2830,25 @@ declare namespace Connect {
|
|
2696
2830
|
* Information about Amazon Connect Wisdom.
|
2697
2831
|
*/
|
2698
2832
|
WisdomInfo?: WisdomInfo;
|
2833
|
+
/**
|
2834
|
+
* An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger queue time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined and a valid integer value.
|
2835
|
+
*/
|
2836
|
+
QueueTimeAdjustmentSeconds?: QueueTimeAdjustmentSeconds;
|
2837
|
+
/**
|
2838
|
+
* An integer that represents the queue priority to be applied to the contact (lower priorities are routed preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must be larger than zero, and a valid integer value. Default Value is 5.
|
2839
|
+
*/
|
2840
|
+
QueuePriority?: QueuePriority;
|
2699
2841
|
/**
|
2700
2842
|
* Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.
|
2701
2843
|
*/
|
2702
2844
|
Tags?: ContactTagMap;
|
2703
2845
|
}
|
2846
|
+
export interface ContactAnalysis {
|
2847
|
+
/**
|
2848
|
+
* A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript.
|
2849
|
+
*/
|
2850
|
+
Transcript?: Transcript;
|
2851
|
+
}
|
2704
2852
|
export interface ContactDataRequest {
|
2705
2853
|
/**
|
2706
2854
|
* Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.
|
@@ -2860,12 +3008,79 @@ declare namespace Connect {
|
|
2860
3008
|
export type ContactId = string;
|
2861
3009
|
export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|"DISCONNECT"|"MONITOR"|"EXTERNAL_OUTBOUND"|string;
|
2862
3010
|
export type ContactReferences = {[key: string]: Reference};
|
3011
|
+
export interface ContactSearchSummary {
|
3012
|
+
/**
|
3013
|
+
* The Amazon Resource Name (ARN) of the contact
|
3014
|
+
*/
|
3015
|
+
Arn?: ARN;
|
3016
|
+
/**
|
3017
|
+
* The identifier of the contact summary.
|
3018
|
+
*/
|
3019
|
+
Id?: ContactId;
|
3020
|
+
/**
|
3021
|
+
* If this contact is related to other contacts, this is the ID of the initial contact.
|
3022
|
+
*/
|
3023
|
+
InitialContactId?: ContactId;
|
3024
|
+
/**
|
3025
|
+
* If this contact is not the first contact, this is the ID of the previous contact.
|
3026
|
+
*/
|
3027
|
+
PreviousContactId?: ContactId;
|
3028
|
+
/**
|
3029
|
+
* Indicates how the contact was initiated.
|
3030
|
+
*/
|
3031
|
+
InitiationMethod?: ContactInitiationMethod;
|
3032
|
+
/**
|
3033
|
+
* How the contact reached your contact center.
|
3034
|
+
*/
|
3035
|
+
Channel?: Channel;
|
3036
|
+
/**
|
3037
|
+
* If this contact was queued, this contains information about the queue.
|
3038
|
+
*/
|
3039
|
+
QueueInfo?: ContactSearchSummaryQueueInfo;
|
3040
|
+
/**
|
3041
|
+
* Information about the agent who accepted the contact.
|
3042
|
+
*/
|
3043
|
+
AgentInfo?: ContactSearchSummaryAgentInfo;
|
3044
|
+
/**
|
3045
|
+
* The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.
|
3046
|
+
*/
|
3047
|
+
InitiationTimestamp?: timestamp;
|
3048
|
+
/**
|
3049
|
+
* The timestamp when the customer endpoint disconnected from Amazon Connect.
|
3050
|
+
*/
|
3051
|
+
DisconnectTimestamp?: timestamp;
|
3052
|
+
/**
|
3053
|
+
* The timestamp, in Unix epoch time format, at which to start running the inbound flow.
|
3054
|
+
*/
|
3055
|
+
ScheduledTimestamp?: timestamp;
|
3056
|
+
}
|
3057
|
+
export interface ContactSearchSummaryAgentInfo {
|
3058
|
+
/**
|
3059
|
+
* The identifier of the agent who accepted the contact.
|
3060
|
+
*/
|
3061
|
+
Id?: AgentResourceId;
|
3062
|
+
/**
|
3063
|
+
* The timestamp when the contact was connected to the agent.
|
3064
|
+
*/
|
3065
|
+
ConnectedToAgentTimestamp?: timestamp;
|
3066
|
+
}
|
3067
|
+
export interface ContactSearchSummaryQueueInfo {
|
3068
|
+
/**
|
3069
|
+
* The unique identifier for the queue.
|
3070
|
+
*/
|
3071
|
+
Id?: QueueId;
|
3072
|
+
/**
|
3073
|
+
* The timestamp when the contact was added to the queue.
|
3074
|
+
*/
|
3075
|
+
EnqueueTimestamp?: timestamp;
|
3076
|
+
}
|
2863
3077
|
export type ContactState = "INCOMING"|"PENDING"|"CONNECTING"|"CONNECTED"|"CONNECTED_ONHOLD"|"MISSED"|"ERROR"|"ENDED"|"REJECTED"|string;
|
2864
3078
|
export type ContactStates = ContactState[];
|
2865
3079
|
export type ContactTagKey = string;
|
2866
3080
|
export type ContactTagKeys = ContactTagKey[];
|
2867
3081
|
export type ContactTagMap = {[key: string]: ContactTagValue};
|
2868
3082
|
export type ContactTagValue = string;
|
3083
|
+
export type Contacts = ContactSearchSummary[];
|
2869
3084
|
export type Content = string;
|
2870
3085
|
export type ContentType = string;
|
2871
3086
|
export interface ControlPlaneTagFilter {
|
@@ -3208,6 +3423,20 @@ declare namespace Connect {
|
|
3208
3423
|
*/
|
3209
3424
|
ContinuedFromContactId?: ContactId;
|
3210
3425
|
}
|
3426
|
+
export interface CreatePredefinedAttributeRequest {
|
3427
|
+
/**
|
3428
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
3429
|
+
*/
|
3430
|
+
InstanceId: InstanceId;
|
3431
|
+
/**
|
3432
|
+
* The name of the predefined attribute.
|
3433
|
+
*/
|
3434
|
+
Name: PredefinedAttributeName;
|
3435
|
+
/**
|
3436
|
+
* The values of the predefined attribute.
|
3437
|
+
*/
|
3438
|
+
Values: PredefinedAttributeValues;
|
3439
|
+
}
|
3211
3440
|
export interface CreatePromptRequest {
|
3212
3441
|
/**
|
3213
3442
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -3933,6 +4162,16 @@ declare namespace Connect {
|
|
3933
4162
|
*/
|
3934
4163
|
IntegrationAssociationId: IntegrationAssociationId;
|
3935
4164
|
}
|
4165
|
+
export interface DeletePredefinedAttributeRequest {
|
4166
|
+
/**
|
4167
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
4168
|
+
*/
|
4169
|
+
InstanceId: InstanceId;
|
4170
|
+
/**
|
4171
|
+
* The name of the predefined attribute.
|
4172
|
+
*/
|
4173
|
+
Name: PredefinedAttributeName;
|
4174
|
+
}
|
3936
4175
|
export interface DeletePromptRequest {
|
3937
4176
|
/**
|
3938
4177
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -4279,6 +4518,22 @@ declare namespace Connect {
|
|
4279
4518
|
*/
|
4280
4519
|
ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
|
4281
4520
|
}
|
4521
|
+
export interface DescribePredefinedAttributeRequest {
|
4522
|
+
/**
|
4523
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
4524
|
+
*/
|
4525
|
+
InstanceId: InstanceId;
|
4526
|
+
/**
|
4527
|
+
* The name of the predefined attribute.
|
4528
|
+
*/
|
4529
|
+
Name: PredefinedAttributeName;
|
4530
|
+
}
|
4531
|
+
export interface DescribePredefinedAttributeResponse {
|
4532
|
+
/**
|
4533
|
+
* Information about the predefined attribute.
|
4534
|
+
*/
|
4535
|
+
PredefinedAttribute?: PredefinedAttribute;
|
4536
|
+
}
|
4282
4537
|
export interface DescribePromptRequest {
|
4283
4538
|
/**
|
4284
4539
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -4476,6 +4731,10 @@ declare namespace Connect {
|
|
4476
4731
|
*/
|
4477
4732
|
Channel?: Channel;
|
4478
4733
|
RoutingProfile?: RoutingProfileReference;
|
4734
|
+
/**
|
4735
|
+
* The expression of a step in a routing criteria.
|
4736
|
+
*/
|
4737
|
+
RoutingStepExpression?: RoutingExpression;
|
4479
4738
|
}
|
4480
4739
|
export type DimensionsV2Key = string;
|
4481
4740
|
export type DimensionsV2Map = {[key: string]: DimensionsV2Value};
|
@@ -4637,6 +4896,20 @@ declare namespace Connect {
|
|
4637
4896
|
}
|
4638
4897
|
export interface DisassociateTrafficDistributionGroupUserResponse {
|
4639
4898
|
}
|
4899
|
+
export interface DisassociateUserProficienciesRequest {
|
4900
|
+
/**
|
4901
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
4902
|
+
*/
|
4903
|
+
InstanceId: InstanceId;
|
4904
|
+
/**
|
4905
|
+
* The identifier of the user account.
|
4906
|
+
*/
|
4907
|
+
UserId: UserId;
|
4908
|
+
/**
|
4909
|
+
* The proficiencies to disassociate from the user.
|
4910
|
+
*/
|
4911
|
+
UserProficiencies: UserProficiencyDisassociateList;
|
4912
|
+
}
|
4640
4913
|
export interface DisconnectReason {
|
4641
4914
|
/**
|
4642
4915
|
* A code that indicates how the contact was terminated.
|
@@ -5323,6 +5596,10 @@ declare namespace Connect {
|
|
5323
5596
|
* A list of up to 100 routing profile IDs or ARNs.
|
5324
5597
|
*/
|
5325
5598
|
RoutingProfiles?: RoutingProfiles;
|
5599
|
+
/**
|
5600
|
+
* A list of expressions as a filter, in which an expression is an object of a step in a routing criteria.
|
5601
|
+
*/
|
5602
|
+
RoutingStepExpressions?: RoutingExpressions;
|
5326
5603
|
}
|
5327
5604
|
export type FiltersV2List = FilterV2[];
|
5328
5605
|
export type FlowAssociationResourceType = "SMS_PHONE_NUMBER"|string;
|
@@ -5703,7 +5980,7 @@ declare namespace Connect {
|
|
5703
5980
|
*/
|
5704
5981
|
AgentConfig?: AgentConfig;
|
5705
5982
|
}
|
5706
|
-
export type Grouping = "QUEUE"|"CHANNEL"|"ROUTING_PROFILE"|string;
|
5983
|
+
export type Grouping = "QUEUE"|"CHANNEL"|"ROUTING_PROFILE"|"ROUTING_STEP_EXPRESSION"|string;
|
5707
5984
|
export type GroupingV2 = string;
|
5708
5985
|
export type Groupings = Grouping[];
|
5709
5986
|
export type GroupingsV2 = GroupingV2[];
|
@@ -5752,6 +6029,7 @@ declare namespace Connect {
|
|
5752
6029
|
HierarchyGroupMatchType?: HierarchyGroupMatchType;
|
5753
6030
|
}
|
5754
6031
|
export type HierarchyGroupId = string;
|
6032
|
+
export type HierarchyGroupIdList = HierarchyGroupId[];
|
5755
6033
|
export type HierarchyGroupMatchType = "EXACT"|"WITH_CHILD_GROUPS"|string;
|
5756
6034
|
export type HierarchyGroupName = string;
|
5757
6035
|
export interface HierarchyGroupSummary {
|
@@ -6092,6 +6370,7 @@ declare namespace Connect {
|
|
6092
6370
|
PhoneNumberArn?: ARN;
|
6093
6371
|
}
|
6094
6372
|
export type InboundCallsEnabled = boolean;
|
6373
|
+
export type InitiationMethodList = ContactInitiationMethod[];
|
6095
6374
|
export interface Instance {
|
6096
6375
|
/**
|
6097
6376
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -6950,6 +7229,30 @@ declare namespace Connect {
|
|
6950
7229
|
*/
|
6951
7230
|
ListPhoneNumbersSummaryList?: ListPhoneNumbersSummaryList;
|
6952
7231
|
}
|
7232
|
+
export interface ListPredefinedAttributesRequest {
|
7233
|
+
/**
|
7234
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
7235
|
+
*/
|
7236
|
+
InstanceId: InstanceId;
|
7237
|
+
/**
|
7238
|
+
* 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.
|
7239
|
+
*/
|
7240
|
+
NextToken?: NextToken;
|
7241
|
+
/**
|
7242
|
+
* The maximum number of results to return per page.
|
7243
|
+
*/
|
7244
|
+
MaxResults?: MaxResult100;
|
7245
|
+
}
|
7246
|
+
export interface ListPredefinedAttributesResponse {
|
7247
|
+
/**
|
7248
|
+
* If there are additional results, this is the token for the next set of results.
|
7249
|
+
*/
|
7250
|
+
NextToken?: NextToken;
|
7251
|
+
/**
|
7252
|
+
* Summary of the predefined attributes.
|
7253
|
+
*/
|
7254
|
+
PredefinedAttributeSummaryList?: PredefinedAttributeSummaryList;
|
7255
|
+
}
|
6953
7256
|
export interface ListPromptsRequest {
|
6954
7257
|
/**
|
6955
7258
|
* The identifier of the Amazon Connect instance.
|
@@ -7466,6 +7769,42 @@ declare namespace Connect {
|
|
7466
7769
|
*/
|
7467
7770
|
NextToken?: NextToken;
|
7468
7771
|
}
|
7772
|
+
export interface ListUserProficienciesRequest {
|
7773
|
+
/**
|
7774
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
7775
|
+
*/
|
7776
|
+
InstanceId: InstanceId;
|
7777
|
+
/**
|
7778
|
+
* The identifier of the user account.
|
7779
|
+
*/
|
7780
|
+
UserId: UserId;
|
7781
|
+
/**
|
7782
|
+
* 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.
|
7783
|
+
*/
|
7784
|
+
NextToken?: NextToken;
|
7785
|
+
/**
|
7786
|
+
* The maximum number of results to return per page.
|
7787
|
+
*/
|
7788
|
+
MaxResults?: MaxResult100;
|
7789
|
+
}
|
7790
|
+
export interface ListUserProficienciesResponse {
|
7791
|
+
/**
|
7792
|
+
* If there are additional results, this is the token for the next set of results.
|
7793
|
+
*/
|
7794
|
+
NextToken?: NextToken;
|
7795
|
+
/**
|
7796
|
+
* Information about the user proficiencies.
|
7797
|
+
*/
|
7798
|
+
UserProficiencyList?: UserProficiencyList;
|
7799
|
+
/**
|
7800
|
+
* The last time that the user's proficiencies are were modified.
|
7801
|
+
*/
|
7802
|
+
LastModifiedTime?: Timestamp;
|
7803
|
+
/**
|
7804
|
+
* The region in which a user's proficiencies were last modified.
|
7805
|
+
*/
|
7806
|
+
LastModifiedRegion?: RegionName;
|
7807
|
+
}
|
7469
7808
|
export interface ListUsersRequest {
|
7470
7809
|
/**
|
7471
7810
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -7934,8 +8273,64 @@ declare namespace Connect {
|
|
7934
8273
|
export type PhoneNumberWorkflowMessage = string;
|
7935
8274
|
export type PhoneNumberWorkflowStatus = "CLAIMED"|"IN_PROGRESS"|"FAILED"|string;
|
7936
8275
|
export type PhoneType = "SOFT_PHONE"|"DESK_PHONE"|string;
|
8276
|
+
export interface PredefinedAttribute {
|
8277
|
+
/**
|
8278
|
+
* The name of the predefined attribute.
|
8279
|
+
*/
|
8280
|
+
Name?: PredefinedAttributeName;
|
8281
|
+
/**
|
8282
|
+
* The values of the predefined attribute.
|
8283
|
+
*/
|
8284
|
+
Values?: PredefinedAttributeValues;
|
8285
|
+
/**
|
8286
|
+
* Last modified time.
|
8287
|
+
*/
|
8288
|
+
LastModifiedTime?: Timestamp;
|
8289
|
+
/**
|
8290
|
+
* Last modified region.
|
8291
|
+
*/
|
8292
|
+
LastModifiedRegion?: RegionName;
|
8293
|
+
}
|
8294
|
+
export type PredefinedAttributeName = string;
|
8295
|
+
export type PredefinedAttributeSearchConditionList = PredefinedAttributeSearchCriteria[];
|
8296
|
+
export interface PredefinedAttributeSearchCriteria {
|
8297
|
+
/**
|
8298
|
+
* A list of conditions which would be applied together with an OR condition.
|
8299
|
+
*/
|
8300
|
+
OrConditions?: PredefinedAttributeSearchConditionList;
|
8301
|
+
/**
|
8302
|
+
* A list of conditions which would be applied together with an AND condition.
|
8303
|
+
*/
|
8304
|
+
AndConditions?: PredefinedAttributeSearchConditionList;
|
8305
|
+
StringCondition?: StringCondition;
|
8306
|
+
}
|
8307
|
+
export type PredefinedAttributeSearchSummaryList = PredefinedAttribute[];
|
8308
|
+
export type PredefinedAttributeStringValue = string;
|
8309
|
+
export type PredefinedAttributeStringValuesList = PredefinedAttributeStringValue[];
|
8310
|
+
export interface PredefinedAttributeSummary {
|
8311
|
+
/**
|
8312
|
+
* The name of the predefined attribute.
|
8313
|
+
*/
|
8314
|
+
Name?: PredefinedAttributeName;
|
8315
|
+
/**
|
8316
|
+
* Last modified time.
|
8317
|
+
*/
|
8318
|
+
LastModifiedTime?: Timestamp;
|
8319
|
+
/**
|
8320
|
+
* Last modified region.
|
8321
|
+
*/
|
8322
|
+
LastModifiedRegion?: RegionName;
|
8323
|
+
}
|
8324
|
+
export type PredefinedAttributeSummaryList = PredefinedAttributeSummary[];
|
8325
|
+
export interface PredefinedAttributeValues {
|
8326
|
+
/**
|
8327
|
+
* Predefined attribute values of type string list.
|
8328
|
+
*/
|
8329
|
+
StringList?: PredefinedAttributeStringValuesList;
|
8330
|
+
}
|
7937
8331
|
export type Prefix = string;
|
7938
8332
|
export type Priority = number;
|
8333
|
+
export type ProficiencyLevel = number;
|
7939
8334
|
export interface Prompt {
|
7940
8335
|
/**
|
7941
8336
|
* The Amazon Resource Name (ARN) of the prompt.
|
@@ -8076,6 +8471,7 @@ declare namespace Connect {
|
|
8076
8471
|
}
|
8077
8472
|
export type QueueDescription = string;
|
8078
8473
|
export type QueueId = string;
|
8474
|
+
export type QueueIdList = QueueId[];
|
8079
8475
|
export interface QueueInfo {
|
8080
8476
|
/**
|
8081
8477
|
* The unique identifier for the queue.
|
@@ -8088,6 +8484,7 @@ declare namespace Connect {
|
|
8088
8484
|
}
|
8089
8485
|
export type QueueMaxContacts = number;
|
8090
8486
|
export type QueueName = string;
|
8487
|
+
export type QueuePriority = number;
|
8091
8488
|
export interface QueueQuickConnectConfig {
|
8092
8489
|
/**
|
8093
8490
|
* The identifier for the queue.
|
@@ -8159,6 +8556,7 @@ declare namespace Connect {
|
|
8159
8556
|
LastModifiedRegion?: RegionName;
|
8160
8557
|
}
|
8161
8558
|
export type QueueSummaryList = QueueSummary[];
|
8559
|
+
export type QueueTimeAdjustmentSeconds = number;
|
8162
8560
|
export type QueueType = "STANDARD"|"AGENT"|string;
|
8163
8561
|
export type QueueTypes = QueueType[];
|
8164
8562
|
export type Queues = QueueId[];
|
@@ -8617,6 +9015,8 @@ declare namespace Connect {
|
|
8617
9015
|
}
|
8618
9016
|
export interface ResumeContactResponse {
|
8619
9017
|
}
|
9018
|
+
export type RoutingExpression = string;
|
9019
|
+
export type RoutingExpressions = RoutingExpression[];
|
8620
9020
|
export interface RoutingProfile {
|
8621
9021
|
/**
|
8622
9022
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -8969,6 +9369,92 @@ declare namespace Connect {
|
|
8969
9369
|
*/
|
8970
9370
|
AvailableNumbersList?: AvailableNumbersList;
|
8971
9371
|
}
|
9372
|
+
export type SearchContactsMatchType = "MATCH_ALL"|"MATCH_ANY"|string;
|
9373
|
+
export interface SearchContactsRequest {
|
9374
|
+
/**
|
9375
|
+
* The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance
|
9376
|
+
*/
|
9377
|
+
InstanceId: InstanceId;
|
9378
|
+
/**
|
9379
|
+
* Time range that you want to search results
|
9380
|
+
*/
|
9381
|
+
TimeRange: SearchContactsTimeRange;
|
9382
|
+
/**
|
9383
|
+
* The search criteria to be used to return contacts.
|
9384
|
+
*/
|
9385
|
+
SearchCriteria?: SearchCriteria;
|
9386
|
+
/**
|
9387
|
+
* The maximum number of results to return per page.
|
9388
|
+
*/
|
9389
|
+
MaxResults?: MaxResult100;
|
9390
|
+
/**
|
9391
|
+
* 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.
|
9392
|
+
*/
|
9393
|
+
NextToken?: LargeNextToken;
|
9394
|
+
/**
|
9395
|
+
* Specifies a field to sort by and a sort order
|
9396
|
+
*/
|
9397
|
+
Sort?: Sort;
|
9398
|
+
}
|
9399
|
+
export interface SearchContactsResponse {
|
9400
|
+
/**
|
9401
|
+
* Information about the contacts.
|
9402
|
+
*/
|
9403
|
+
Contacts: Contacts;
|
9404
|
+
/**
|
9405
|
+
* If there are additional results, this is the token for the next set of results.
|
9406
|
+
*/
|
9407
|
+
NextToken?: LargeNextToken;
|
9408
|
+
/**
|
9409
|
+
* The total number of contacts which matched your search query.
|
9410
|
+
*/
|
9411
|
+
TotalCount?: TotalCount;
|
9412
|
+
}
|
9413
|
+
export interface SearchContactsTimeRange {
|
9414
|
+
/**
|
9415
|
+
* The type of timestamp to search
|
9416
|
+
*/
|
9417
|
+
Type: SearchContactsTimeRangeType;
|
9418
|
+
/**
|
9419
|
+
* The start time of the time range.
|
9420
|
+
*/
|
9421
|
+
StartTime: Timestamp;
|
9422
|
+
/**
|
9423
|
+
* The end time of the time range.
|
9424
|
+
*/
|
9425
|
+
EndTime: Timestamp;
|
9426
|
+
}
|
9427
|
+
export type SearchContactsTimeRangeType = "INITIATION_TIMESTAMP"|"SCHEDULED_TIMESTAMP"|"CONNECTED_TO_AGENT_TIMESTAMP"|"DISCONNECT_TIMESTAMP"|string;
|
9428
|
+
export interface SearchCriteria {
|
9429
|
+
/**
|
9430
|
+
* The array of agent ids
|
9431
|
+
*/
|
9432
|
+
AgentIds?: AgentResourceIdList;
|
9433
|
+
/**
|
9434
|
+
* The agent hierarchy groups
|
9435
|
+
*/
|
9436
|
+
AgentHierarchyGroups?: AgentHierarchyGroups;
|
9437
|
+
/**
|
9438
|
+
* The array of channels
|
9439
|
+
*/
|
9440
|
+
Channels?: ChannelList;
|
9441
|
+
/**
|
9442
|
+
* The ContactAnalysis object used in search criteria
|
9443
|
+
*/
|
9444
|
+
ContactAnalysis?: ContactAnalysis;
|
9445
|
+
/**
|
9446
|
+
* The array of initiaton methods
|
9447
|
+
*/
|
9448
|
+
InitiationMethods?: InitiationMethodList;
|
9449
|
+
/**
|
9450
|
+
* The array of queue ids.
|
9451
|
+
*/
|
9452
|
+
QueueIds?: QueueIdList;
|
9453
|
+
/**
|
9454
|
+
* The SearchableContactAttributes object used in search criteria
|
9455
|
+
*/
|
9456
|
+
SearchableContactAttributes?: SearchableContactAttributes;
|
9457
|
+
}
|
8972
9458
|
export interface SearchHoursOfOperationsRequest {
|
8973
9459
|
/**
|
8974
9460
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -9005,6 +9491,38 @@ declare namespace Connect {
|
|
9005
9491
|
*/
|
9006
9492
|
ApproximateTotalCount?: ApproximateTotalCount;
|
9007
9493
|
}
|
9494
|
+
export interface SearchPredefinedAttributesRequest {
|
9495
|
+
/**
|
9496
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
9497
|
+
*/
|
9498
|
+
InstanceId: InstanceId;
|
9499
|
+
/**
|
9500
|
+
* 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.
|
9501
|
+
*/
|
9502
|
+
NextToken?: NextToken2500;
|
9503
|
+
/**
|
9504
|
+
* The maximum number of results to return per page.
|
9505
|
+
*/
|
9506
|
+
MaxResults?: MaxResult100;
|
9507
|
+
/**
|
9508
|
+
* The search criteria to be used to return predefined attributes.
|
9509
|
+
*/
|
9510
|
+
SearchCriteria?: PredefinedAttributeSearchCriteria;
|
9511
|
+
}
|
9512
|
+
export interface SearchPredefinedAttributesResponse {
|
9513
|
+
/**
|
9514
|
+
* Predefined attributes matched by the search criteria.
|
9515
|
+
*/
|
9516
|
+
PredefinedAttributes?: PredefinedAttributeSearchSummaryList;
|
9517
|
+
/**
|
9518
|
+
* 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.
|
9519
|
+
*/
|
9520
|
+
NextToken?: NextToken2500;
|
9521
|
+
/**
|
9522
|
+
* The approximate number of predefined attributes which matched your search query.
|
9523
|
+
*/
|
9524
|
+
ApproximateTotalCount?: ApproximateTotalCount;
|
9525
|
+
}
|
9008
9526
|
export interface SearchPromptsRequest {
|
9009
9527
|
/**
|
9010
9528
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -9217,6 +9735,8 @@ declare namespace Connect {
|
|
9217
9735
|
*/
|
9218
9736
|
ApproximateTotalCount?: ApproximateTotalCount;
|
9219
9737
|
}
|
9738
|
+
export type SearchText = string;
|
9739
|
+
export type SearchTextList = SearchText[];
|
9220
9740
|
export interface SearchUsersRequest {
|
9221
9741
|
/**
|
9222
9742
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. InstanceID is a required field. The "Required: No" below is incorrect.
|
@@ -9286,6 +9806,30 @@ declare namespace Connect {
|
|
9286
9806
|
*/
|
9287
9807
|
NextToken?: VocabularyNextToken;
|
9288
9808
|
}
|
9809
|
+
export type SearchableContactAttributeKey = string;
|
9810
|
+
export type SearchableContactAttributeValue = string;
|
9811
|
+
export type SearchableContactAttributeValueList = SearchableContactAttributeValue[];
|
9812
|
+
export interface SearchableContactAttributes {
|
9813
|
+
/**
|
9814
|
+
* The array of searhale contact attribute criteria
|
9815
|
+
*/
|
9816
|
+
Criteria: SearchableContactAttributesCriteriaList;
|
9817
|
+
/**
|
9818
|
+
* The match type of multiple searchable contact attributes criteria.
|
9819
|
+
*/
|
9820
|
+
MatchType?: SearchContactsMatchType;
|
9821
|
+
}
|
9822
|
+
export interface SearchableContactAttributesCriteria {
|
9823
|
+
/**
|
9824
|
+
* The searchable contact attribute key
|
9825
|
+
*/
|
9826
|
+
Key: SearchableContactAttributeKey;
|
9827
|
+
/**
|
9828
|
+
* The array of contact attribute values used to filter search results.
|
9829
|
+
*/
|
9830
|
+
Values: SearchableContactAttributeValueList;
|
9831
|
+
}
|
9832
|
+
export type SearchableContactAttributesCriteriaList = SearchableContactAttributesCriteria[];
|
9289
9833
|
export type SearchableQueueType = "STANDARD"|string;
|
9290
9834
|
export interface SecurityKey {
|
9291
9835
|
/**
|
@@ -9515,7 +10059,18 @@ declare namespace Connect {
|
|
9515
10059
|
export type SingleSelectQuestionRuleCategoryAutomationCondition = "PRESENT"|"NOT_PRESENT"|string;
|
9516
10060
|
export type SingleSelectQuestionRuleCategoryAutomationLabel = string;
|
9517
10061
|
export type SnapshotVersion = string;
|
10062
|
+
export interface Sort {
|
10063
|
+
/**
|
10064
|
+
* The name of the field on which to sort.
|
10065
|
+
*/
|
10066
|
+
FieldName: SortableFieldName;
|
10067
|
+
/**
|
10068
|
+
* An ascending or descending sort.
|
10069
|
+
*/
|
10070
|
+
Order: SortOrder;
|
10071
|
+
}
|
9518
10072
|
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
10073
|
+
export type SortableFieldName = "INITIATION_TIMESTAMP"|"SCHEDULED_TIMESTAMP"|"CONNECTED_TO_AGENT_TIMESTAMP"|"DISCONNECT_TIMESTAMP"|"INITIATION_METHOD"|"CHANNEL"|string;
|
9519
10074
|
export type SourceApplicationName = string;
|
9520
10075
|
export type SourceId = string;
|
9521
10076
|
export type SourceType = "SALESFORCE"|"ZENDESK"|"CASES"|string;
|
@@ -10188,6 +10743,7 @@ declare namespace Connect {
|
|
10188
10743
|
export type TimeZone = string;
|
10189
10744
|
export type TimerEligibleParticipantRoles = "CUSTOMER"|"AGENT"|string;
|
10190
10745
|
export type Timestamp = Date;
|
10746
|
+
export type TotalCount = number;
|
10191
10747
|
export type TotalPauseCount = number;
|
10192
10748
|
export type TotalPauseDurationInSeconds = number;
|
10193
10749
|
export interface TrafficDistributionGroup {
|
@@ -10263,6 +10819,31 @@ declare namespace Connect {
|
|
10263
10819
|
}
|
10264
10820
|
export type TrafficDistributionGroupUserSummaryList = TrafficDistributionGroupUserSummary[];
|
10265
10821
|
export type TrafficType = "GENERAL"|"CAMPAIGN"|string;
|
10822
|
+
export interface Transcript {
|
10823
|
+
/**
|
10824
|
+
* The array of transcript search criteria
|
10825
|
+
*/
|
10826
|
+
Criteria: TranscriptCriteriaList;
|
10827
|
+
/**
|
10828
|
+
* The match type of multiple transcript criteira
|
10829
|
+
*/
|
10830
|
+
MatchType?: SearchContactsMatchType;
|
10831
|
+
}
|
10832
|
+
export interface TranscriptCriteria {
|
10833
|
+
/**
|
10834
|
+
* The participant role in a transcript
|
10835
|
+
*/
|
10836
|
+
ParticipantRole: ParticipantRole;
|
10837
|
+
/**
|
10838
|
+
* The words or phrases used to search within a transcript.
|
10839
|
+
*/
|
10840
|
+
SearchText: SearchTextList;
|
10841
|
+
/**
|
10842
|
+
* The match type of search texts in a transcript criteria.
|
10843
|
+
*/
|
10844
|
+
MatchType: SearchContactsMatchType;
|
10845
|
+
}
|
10846
|
+
export type TranscriptCriteriaList = TranscriptCriteria[];
|
10266
10847
|
export interface TransferContactRequest {
|
10267
10848
|
/**
|
10268
10849
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -10532,6 +11113,26 @@ declare namespace Connect {
|
|
10532
11113
|
}
|
10533
11114
|
export interface UpdateContactResponse {
|
10534
11115
|
}
|
11116
|
+
export interface UpdateContactRoutingDataRequest {
|
11117
|
+
/**
|
11118
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
11119
|
+
*/
|
11120
|
+
InstanceId: InstanceId;
|
11121
|
+
/**
|
11122
|
+
* The identifier of the contact in this instance of Amazon Connect.
|
11123
|
+
*/
|
11124
|
+
ContactId: ContactId;
|
11125
|
+
/**
|
11126
|
+
* The number of seconds to add or subtract from the contact's routing age. Contacts are routed to agents on a first-come, first-serve basis. This means that changing their amount of time in queue compared to others also changes their position in queue.
|
11127
|
+
*/
|
11128
|
+
QueueTimeAdjustmentSeconds?: QueueTimeAdjustmentSeconds;
|
11129
|
+
/**
|
11130
|
+
* Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.
|
11131
|
+
*/
|
11132
|
+
QueuePriority?: QueuePriority;
|
11133
|
+
}
|
11134
|
+
export interface UpdateContactRoutingDataResponse {
|
11135
|
+
}
|
10535
11136
|
export interface UpdateContactScheduleRequest {
|
10536
11137
|
/**
|
10537
11138
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -10720,6 +11321,20 @@ declare namespace Connect {
|
|
10720
11321
|
*/
|
10721
11322
|
PhoneNumberArn?: ARN;
|
10722
11323
|
}
|
11324
|
+
export interface UpdatePredefinedAttributeRequest {
|
11325
|
+
/**
|
11326
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
11327
|
+
*/
|
11328
|
+
InstanceId: InstanceId;
|
11329
|
+
/**
|
11330
|
+
* The name of the predefined attribute.
|
11331
|
+
*/
|
11332
|
+
Name: PredefinedAttributeName;
|
11333
|
+
/**
|
11334
|
+
* The values of the predefined attribute.
|
11335
|
+
*/
|
11336
|
+
Values?: PredefinedAttributeValues;
|
11337
|
+
}
|
10723
11338
|
export interface UpdatePromptRequest {
|
10724
11339
|
/**
|
10725
11340
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -11163,6 +11778,20 @@ declare namespace Connect {
|
|
11163
11778
|
*/
|
11164
11779
|
InstanceId: InstanceId;
|
11165
11780
|
}
|
11781
|
+
export interface UpdateUserProficienciesRequest {
|
11782
|
+
/**
|
11783
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
11784
|
+
*/
|
11785
|
+
InstanceId: InstanceId;
|
11786
|
+
/**
|
11787
|
+
* The identifier of the user account.
|
11788
|
+
*/
|
11789
|
+
UserId: UserId;
|
11790
|
+
/**
|
11791
|
+
* The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.
|
11792
|
+
*/
|
11793
|
+
UserProficiencies: UserProficiencyList;
|
11794
|
+
}
|
11166
11795
|
export interface UpdateUserRoutingProfileRequest {
|
11167
11796
|
/**
|
11168
11797
|
* The identifier of the routing profile for the user.
|
@@ -11427,6 +12056,32 @@ declare namespace Connect {
|
|
11427
12056
|
*/
|
11428
12057
|
DeskPhoneNumber?: PhoneNumber;
|
11429
12058
|
}
|
12059
|
+
export interface UserProficiency {
|
12060
|
+
/**
|
12061
|
+
* The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
|
12062
|
+
*/
|
12063
|
+
AttributeName: PredefinedAttributeName;
|
12064
|
+
/**
|
12065
|
+
* The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
|
12066
|
+
*/
|
12067
|
+
AttributeValue: PredefinedAttributeStringValue;
|
12068
|
+
/**
|
12069
|
+
* The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
|
12070
|
+
*/
|
12071
|
+
Level: ProficiencyLevel;
|
12072
|
+
}
|
12073
|
+
export interface UserProficiencyDisassociate {
|
12074
|
+
/**
|
12075
|
+
* The name of user's proficiency.
|
12076
|
+
*/
|
12077
|
+
AttributeName: PredefinedAttributeName;
|
12078
|
+
/**
|
12079
|
+
* The value of user's proficiency.
|
12080
|
+
*/
|
12081
|
+
AttributeValue: PredefinedAttributeStringValue;
|
12082
|
+
}
|
12083
|
+
export type UserProficiencyDisassociateList = UserProficiencyDisassociate[];
|
12084
|
+
export type UserProficiencyList = UserProficiency[];
|
11430
12085
|
export interface UserQuickConnectConfig {
|
11431
12086
|
/**
|
11432
12087
|
* The identifier of the user.
|