cdk-docker-image-deployment 0.0.169 → 0.0.171
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +5 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +9 -9
- package/node_modules/aws-sdk/clients/connect.d.ts +158 -158
- 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 +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -468,11 +468,11 @@ declare class Connect extends Service {
|
|
|
468
468
|
*/
|
|
469
469
|
describeTrafficDistributionGroup(callback?: (err: AWSError, data: Connect.Types.DescribeTrafficDistributionGroupResponse) => void): Request<Connect.Types.DescribeTrafficDistributionGroupResponse, AWSError>;
|
|
470
470
|
/**
|
|
471
|
-
* Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
|
|
471
|
+
* Describes the specified user account. You can find the instance ID in the Amazon Connect console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
|
|
472
472
|
*/
|
|
473
473
|
describeUser(params: Connect.Types.DescribeUserRequest, callback?: (err: AWSError, data: Connect.Types.DescribeUserResponse) => void): Request<Connect.Types.DescribeUserResponse, AWSError>;
|
|
474
474
|
/**
|
|
475
|
-
* Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
|
|
475
|
+
* Describes the specified user account. You can find the instance ID in the Amazon Connect console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
|
|
476
476
|
*/
|
|
477
477
|
describeUser(callback?: (err: AWSError, data: Connect.Types.DescribeUserResponse) => void): Request<Connect.Types.DescribeUserResponse, AWSError>;
|
|
478
478
|
/**
|
|
@@ -1510,7 +1510,7 @@ declare namespace Connect {
|
|
|
1510
1510
|
}
|
|
1511
1511
|
export interface AssociateApprovedOriginRequest {
|
|
1512
1512
|
/**
|
|
1513
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1513
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1514
1514
|
*/
|
|
1515
1515
|
InstanceId: InstanceId;
|
|
1516
1516
|
/**
|
|
@@ -1520,7 +1520,7 @@ declare namespace Connect {
|
|
|
1520
1520
|
}
|
|
1521
1521
|
export interface AssociateBotRequest {
|
|
1522
1522
|
/**
|
|
1523
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1523
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1524
1524
|
*/
|
|
1525
1525
|
InstanceId: InstanceId;
|
|
1526
1526
|
LexBot?: LexBot;
|
|
@@ -1531,7 +1531,7 @@ declare namespace Connect {
|
|
|
1531
1531
|
}
|
|
1532
1532
|
export interface AssociateDefaultVocabularyRequest {
|
|
1533
1533
|
/**
|
|
1534
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1534
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1535
1535
|
*/
|
|
1536
1536
|
InstanceId: InstanceId;
|
|
1537
1537
|
/**
|
|
@@ -1547,7 +1547,7 @@ declare namespace Connect {
|
|
|
1547
1547
|
}
|
|
1548
1548
|
export interface AssociateInstanceStorageConfigRequest {
|
|
1549
1549
|
/**
|
|
1550
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1550
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1551
1551
|
*/
|
|
1552
1552
|
InstanceId: InstanceId;
|
|
1553
1553
|
/**
|
|
@@ -1567,7 +1567,7 @@ declare namespace Connect {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
export interface AssociateLambdaFunctionRequest {
|
|
1569
1569
|
/**
|
|
1570
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1570
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1571
1571
|
*/
|
|
1572
1572
|
InstanceId: InstanceId;
|
|
1573
1573
|
/**
|
|
@@ -1577,7 +1577,7 @@ declare namespace Connect {
|
|
|
1577
1577
|
}
|
|
1578
1578
|
export interface AssociateLexBotRequest {
|
|
1579
1579
|
/**
|
|
1580
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1580
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1581
1581
|
*/
|
|
1582
1582
|
InstanceId: InstanceId;
|
|
1583
1583
|
/**
|
|
@@ -1591,7 +1591,7 @@ declare namespace Connect {
|
|
|
1591
1591
|
*/
|
|
1592
1592
|
PhoneNumberId: PhoneNumberId;
|
|
1593
1593
|
/**
|
|
1594
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1594
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1595
1595
|
*/
|
|
1596
1596
|
InstanceId: InstanceId;
|
|
1597
1597
|
/**
|
|
@@ -1601,7 +1601,7 @@ declare namespace Connect {
|
|
|
1601
1601
|
}
|
|
1602
1602
|
export interface AssociateQueueQuickConnectsRequest {
|
|
1603
1603
|
/**
|
|
1604
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1604
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1605
1605
|
*/
|
|
1606
1606
|
InstanceId: InstanceId;
|
|
1607
1607
|
/**
|
|
@@ -1615,7 +1615,7 @@ declare namespace Connect {
|
|
|
1615
1615
|
}
|
|
1616
1616
|
export interface AssociateRoutingProfileQueuesRequest {
|
|
1617
1617
|
/**
|
|
1618
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1618
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1619
1619
|
*/
|
|
1620
1620
|
InstanceId: InstanceId;
|
|
1621
1621
|
/**
|
|
@@ -1629,7 +1629,7 @@ declare namespace Connect {
|
|
|
1629
1629
|
}
|
|
1630
1630
|
export interface AssociateSecurityKeyRequest {
|
|
1631
1631
|
/**
|
|
1632
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
1632
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
1633
1633
|
*/
|
|
1634
1634
|
InstanceId: InstanceId;
|
|
1635
1635
|
/**
|
|
@@ -2013,7 +2013,7 @@ declare namespace Connect {
|
|
|
2013
2013
|
}
|
|
2014
2014
|
export interface CreateAgentStatusRequest {
|
|
2015
2015
|
/**
|
|
2016
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2016
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2017
2017
|
*/
|
|
2018
2018
|
InstanceId: InstanceId;
|
|
2019
2019
|
/**
|
|
@@ -2049,7 +2049,7 @@ declare namespace Connect {
|
|
|
2049
2049
|
}
|
|
2050
2050
|
export interface CreateContactFlowModuleRequest {
|
|
2051
2051
|
/**
|
|
2052
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2052
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2053
2053
|
*/
|
|
2054
2054
|
InstanceId: InstanceId;
|
|
2055
2055
|
/**
|
|
@@ -2121,7 +2121,7 @@ declare namespace Connect {
|
|
|
2121
2121
|
}
|
|
2122
2122
|
export interface CreateHoursOfOperationRequest {
|
|
2123
2123
|
/**
|
|
2124
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2124
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2125
2125
|
*/
|
|
2126
2126
|
InstanceId: InstanceId;
|
|
2127
2127
|
/**
|
|
@@ -2193,7 +2193,7 @@ declare namespace Connect {
|
|
|
2193
2193
|
}
|
|
2194
2194
|
export interface CreateIntegrationAssociationRequest {
|
|
2195
2195
|
/**
|
|
2196
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2196
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2197
2197
|
*/
|
|
2198
2198
|
InstanceId: InstanceId;
|
|
2199
2199
|
/**
|
|
@@ -2233,7 +2233,7 @@ declare namespace Connect {
|
|
|
2233
2233
|
}
|
|
2234
2234
|
export interface CreateQueueRequest {
|
|
2235
2235
|
/**
|
|
2236
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2236
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2237
2237
|
*/
|
|
2238
2238
|
InstanceId: InstanceId;
|
|
2239
2239
|
/**
|
|
@@ -2277,7 +2277,7 @@ declare namespace Connect {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
export interface CreateQuickConnectRequest {
|
|
2279
2279
|
/**
|
|
2280
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2280
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2281
2281
|
*/
|
|
2282
2282
|
InstanceId: InstanceId;
|
|
2283
2283
|
/**
|
|
@@ -2309,7 +2309,7 @@ declare namespace Connect {
|
|
|
2309
2309
|
}
|
|
2310
2310
|
export interface CreateRoutingProfileRequest {
|
|
2311
2311
|
/**
|
|
2312
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2312
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2313
2313
|
*/
|
|
2314
2314
|
InstanceId: InstanceId;
|
|
2315
2315
|
/**
|
|
@@ -2349,7 +2349,7 @@ declare namespace Connect {
|
|
|
2349
2349
|
}
|
|
2350
2350
|
export interface CreateRuleRequest {
|
|
2351
2351
|
/**
|
|
2352
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2352
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2353
2353
|
*/
|
|
2354
2354
|
InstanceId: InstanceId;
|
|
2355
2355
|
/**
|
|
@@ -2402,7 +2402,7 @@ declare namespace Connect {
|
|
|
2402
2402
|
*/
|
|
2403
2403
|
Permissions?: PermissionsList;
|
|
2404
2404
|
/**
|
|
2405
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2405
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2406
2406
|
*/
|
|
2407
2407
|
InstanceId: InstanceId;
|
|
2408
2408
|
/**
|
|
@@ -2430,7 +2430,7 @@ declare namespace Connect {
|
|
|
2430
2430
|
}
|
|
2431
2431
|
export interface CreateTaskTemplateRequest {
|
|
2432
2432
|
/**
|
|
2433
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2433
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2434
2434
|
*/
|
|
2435
2435
|
InstanceId: InstanceId;
|
|
2436
2436
|
/**
|
|
@@ -2510,7 +2510,7 @@ declare namespace Connect {
|
|
|
2510
2510
|
}
|
|
2511
2511
|
export interface CreateUseCaseRequest {
|
|
2512
2512
|
/**
|
|
2513
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2513
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2514
2514
|
*/
|
|
2515
2515
|
InstanceId: InstanceId;
|
|
2516
2516
|
/**
|
|
@@ -2546,7 +2546,7 @@ declare namespace Connect {
|
|
|
2546
2546
|
*/
|
|
2547
2547
|
ParentGroupId?: HierarchyGroupId;
|
|
2548
2548
|
/**
|
|
2549
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2549
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2550
2550
|
*/
|
|
2551
2551
|
InstanceId: InstanceId;
|
|
2552
2552
|
/**
|
|
@@ -2598,7 +2598,7 @@ declare namespace Connect {
|
|
|
2598
2598
|
*/
|
|
2599
2599
|
HierarchyGroupId?: HierarchyGroupId;
|
|
2600
2600
|
/**
|
|
2601
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2601
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2602
2602
|
*/
|
|
2603
2603
|
InstanceId: InstanceId;
|
|
2604
2604
|
/**
|
|
@@ -2622,7 +2622,7 @@ declare namespace Connect {
|
|
|
2622
2622
|
*/
|
|
2623
2623
|
ClientToken?: ClientToken;
|
|
2624
2624
|
/**
|
|
2625
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2625
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2626
2626
|
*/
|
|
2627
2627
|
InstanceId: InstanceId;
|
|
2628
2628
|
/**
|
|
@@ -2728,7 +2728,7 @@ declare namespace Connect {
|
|
|
2728
2728
|
}
|
|
2729
2729
|
export interface DefaultVocabulary {
|
|
2730
2730
|
/**
|
|
2731
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2731
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2732
2732
|
*/
|
|
2733
2733
|
InstanceId: InstanceId;
|
|
2734
2734
|
/**
|
|
@@ -2748,7 +2748,7 @@ declare namespace Connect {
|
|
|
2748
2748
|
export type Delay = number;
|
|
2749
2749
|
export interface DeleteContactFlowModuleRequest {
|
|
2750
2750
|
/**
|
|
2751
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2751
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2752
2752
|
*/
|
|
2753
2753
|
InstanceId: InstanceId;
|
|
2754
2754
|
/**
|
|
@@ -2760,7 +2760,7 @@ declare namespace Connect {
|
|
|
2760
2760
|
}
|
|
2761
2761
|
export interface DeleteContactFlowRequest {
|
|
2762
2762
|
/**
|
|
2763
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2763
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2764
2764
|
*/
|
|
2765
2765
|
InstanceId: InstanceId;
|
|
2766
2766
|
/**
|
|
@@ -2772,7 +2772,7 @@ declare namespace Connect {
|
|
|
2772
2772
|
}
|
|
2773
2773
|
export interface DeleteHoursOfOperationRequest {
|
|
2774
2774
|
/**
|
|
2775
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2775
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2776
2776
|
*/
|
|
2777
2777
|
InstanceId: InstanceId;
|
|
2778
2778
|
/**
|
|
@@ -2782,13 +2782,13 @@ declare namespace Connect {
|
|
|
2782
2782
|
}
|
|
2783
2783
|
export interface DeleteInstanceRequest {
|
|
2784
2784
|
/**
|
|
2785
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2785
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2786
2786
|
*/
|
|
2787
2787
|
InstanceId: InstanceId;
|
|
2788
2788
|
}
|
|
2789
2789
|
export interface DeleteIntegrationAssociationRequest {
|
|
2790
2790
|
/**
|
|
2791
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2791
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2792
2792
|
*/
|
|
2793
2793
|
InstanceId: InstanceId;
|
|
2794
2794
|
/**
|
|
@@ -2798,7 +2798,7 @@ declare namespace Connect {
|
|
|
2798
2798
|
}
|
|
2799
2799
|
export interface DeleteQuickConnectRequest {
|
|
2800
2800
|
/**
|
|
2801
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2801
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2802
2802
|
*/
|
|
2803
2803
|
InstanceId: InstanceId;
|
|
2804
2804
|
/**
|
|
@@ -2808,7 +2808,7 @@ declare namespace Connect {
|
|
|
2808
2808
|
}
|
|
2809
2809
|
export interface DeleteRuleRequest {
|
|
2810
2810
|
/**
|
|
2811
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2811
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2812
2812
|
*/
|
|
2813
2813
|
InstanceId: InstanceId;
|
|
2814
2814
|
/**
|
|
@@ -2818,7 +2818,7 @@ declare namespace Connect {
|
|
|
2818
2818
|
}
|
|
2819
2819
|
export interface DeleteSecurityProfileRequest {
|
|
2820
2820
|
/**
|
|
2821
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2821
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2822
2822
|
*/
|
|
2823
2823
|
InstanceId: InstanceId;
|
|
2824
2824
|
/**
|
|
@@ -2828,7 +2828,7 @@ declare namespace Connect {
|
|
|
2828
2828
|
}
|
|
2829
2829
|
export interface DeleteTaskTemplateRequest {
|
|
2830
2830
|
/**
|
|
2831
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2831
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2832
2832
|
*/
|
|
2833
2833
|
InstanceId: InstanceId;
|
|
2834
2834
|
/**
|
|
@@ -2848,7 +2848,7 @@ declare namespace Connect {
|
|
|
2848
2848
|
}
|
|
2849
2849
|
export interface DeleteUseCaseRequest {
|
|
2850
2850
|
/**
|
|
2851
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2851
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2852
2852
|
*/
|
|
2853
2853
|
InstanceId: InstanceId;
|
|
2854
2854
|
/**
|
|
@@ -2866,13 +2866,13 @@ declare namespace Connect {
|
|
|
2866
2866
|
*/
|
|
2867
2867
|
HierarchyGroupId: HierarchyGroupId;
|
|
2868
2868
|
/**
|
|
2869
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2869
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2870
2870
|
*/
|
|
2871
2871
|
InstanceId: InstanceId;
|
|
2872
2872
|
}
|
|
2873
2873
|
export interface DeleteUserRequest {
|
|
2874
2874
|
/**
|
|
2875
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2875
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2876
2876
|
*/
|
|
2877
2877
|
InstanceId: InstanceId;
|
|
2878
2878
|
/**
|
|
@@ -2882,7 +2882,7 @@ declare namespace Connect {
|
|
|
2882
2882
|
}
|
|
2883
2883
|
export interface DeleteVocabularyRequest {
|
|
2884
2884
|
/**
|
|
2885
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2885
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2886
2886
|
*/
|
|
2887
2887
|
InstanceId: InstanceId;
|
|
2888
2888
|
/**
|
|
@@ -2906,7 +2906,7 @@ declare namespace Connect {
|
|
|
2906
2906
|
}
|
|
2907
2907
|
export interface DescribeAgentStatusRequest {
|
|
2908
2908
|
/**
|
|
2909
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2909
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2910
2910
|
*/
|
|
2911
2911
|
InstanceId: InstanceId;
|
|
2912
2912
|
/**
|
|
@@ -2922,7 +2922,7 @@ declare namespace Connect {
|
|
|
2922
2922
|
}
|
|
2923
2923
|
export interface DescribeContactFlowModuleRequest {
|
|
2924
2924
|
/**
|
|
2925
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2925
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2926
2926
|
*/
|
|
2927
2927
|
InstanceId: InstanceId;
|
|
2928
2928
|
/**
|
|
@@ -2954,7 +2954,7 @@ declare namespace Connect {
|
|
|
2954
2954
|
}
|
|
2955
2955
|
export interface DescribeContactRequest {
|
|
2956
2956
|
/**
|
|
2957
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2957
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2958
2958
|
*/
|
|
2959
2959
|
InstanceId: InstanceId;
|
|
2960
2960
|
/**
|
|
@@ -2970,7 +2970,7 @@ declare namespace Connect {
|
|
|
2970
2970
|
}
|
|
2971
2971
|
export interface DescribeHoursOfOperationRequest {
|
|
2972
2972
|
/**
|
|
2973
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2973
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2974
2974
|
*/
|
|
2975
2975
|
InstanceId: InstanceId;
|
|
2976
2976
|
/**
|
|
@@ -2986,7 +2986,7 @@ declare namespace Connect {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
export interface DescribeInstanceAttributeRequest {
|
|
2988
2988
|
/**
|
|
2989
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
2989
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
2990
2990
|
*/
|
|
2991
2991
|
InstanceId: InstanceId;
|
|
2992
2992
|
/**
|
|
@@ -3002,7 +3002,7 @@ declare namespace Connect {
|
|
|
3002
3002
|
}
|
|
3003
3003
|
export interface DescribeInstanceRequest {
|
|
3004
3004
|
/**
|
|
3005
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3005
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3006
3006
|
*/
|
|
3007
3007
|
InstanceId: InstanceId;
|
|
3008
3008
|
}
|
|
@@ -3014,7 +3014,7 @@ declare namespace Connect {
|
|
|
3014
3014
|
}
|
|
3015
3015
|
export interface DescribeInstanceStorageConfigRequest {
|
|
3016
3016
|
/**
|
|
3017
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3017
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3018
3018
|
*/
|
|
3019
3019
|
InstanceId: InstanceId;
|
|
3020
3020
|
/**
|
|
@@ -3046,7 +3046,7 @@ declare namespace Connect {
|
|
|
3046
3046
|
}
|
|
3047
3047
|
export interface DescribeQueueRequest {
|
|
3048
3048
|
/**
|
|
3049
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3049
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3050
3050
|
*/
|
|
3051
3051
|
InstanceId: InstanceId;
|
|
3052
3052
|
/**
|
|
@@ -3062,7 +3062,7 @@ declare namespace Connect {
|
|
|
3062
3062
|
}
|
|
3063
3063
|
export interface DescribeQuickConnectRequest {
|
|
3064
3064
|
/**
|
|
3065
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3065
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3066
3066
|
*/
|
|
3067
3067
|
InstanceId: InstanceId;
|
|
3068
3068
|
/**
|
|
@@ -3078,7 +3078,7 @@ declare namespace Connect {
|
|
|
3078
3078
|
}
|
|
3079
3079
|
export interface DescribeRoutingProfileRequest {
|
|
3080
3080
|
/**
|
|
3081
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3081
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3082
3082
|
*/
|
|
3083
3083
|
InstanceId: InstanceId;
|
|
3084
3084
|
/**
|
|
@@ -3094,7 +3094,7 @@ declare namespace Connect {
|
|
|
3094
3094
|
}
|
|
3095
3095
|
export interface DescribeRuleRequest {
|
|
3096
3096
|
/**
|
|
3097
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3097
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3098
3098
|
*/
|
|
3099
3099
|
InstanceId: InstanceId;
|
|
3100
3100
|
/**
|
|
@@ -3114,7 +3114,7 @@ declare namespace Connect {
|
|
|
3114
3114
|
*/
|
|
3115
3115
|
SecurityProfileId: SecurityProfileId;
|
|
3116
3116
|
/**
|
|
3117
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3117
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3118
3118
|
*/
|
|
3119
3119
|
InstanceId: InstanceId;
|
|
3120
3120
|
}
|
|
@@ -3142,7 +3142,7 @@ declare namespace Connect {
|
|
|
3142
3142
|
*/
|
|
3143
3143
|
HierarchyGroupId: HierarchyGroupId;
|
|
3144
3144
|
/**
|
|
3145
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3145
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3146
3146
|
*/
|
|
3147
3147
|
InstanceId: InstanceId;
|
|
3148
3148
|
}
|
|
@@ -3154,7 +3154,7 @@ declare namespace Connect {
|
|
|
3154
3154
|
}
|
|
3155
3155
|
export interface DescribeUserHierarchyStructureRequest {
|
|
3156
3156
|
/**
|
|
3157
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3157
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3158
3158
|
*/
|
|
3159
3159
|
InstanceId: InstanceId;
|
|
3160
3160
|
}
|
|
@@ -3170,7 +3170,7 @@ declare namespace Connect {
|
|
|
3170
3170
|
*/
|
|
3171
3171
|
UserId: UserId;
|
|
3172
3172
|
/**
|
|
3173
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3173
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3174
3174
|
*/
|
|
3175
3175
|
InstanceId: InstanceId;
|
|
3176
3176
|
}
|
|
@@ -3182,7 +3182,7 @@ declare namespace Connect {
|
|
|
3182
3182
|
}
|
|
3183
3183
|
export interface DescribeVocabularyRequest {
|
|
3184
3184
|
/**
|
|
3185
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3185
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3186
3186
|
*/
|
|
3187
3187
|
InstanceId: InstanceId;
|
|
3188
3188
|
/**
|
|
@@ -3215,7 +3215,7 @@ declare namespace Connect {
|
|
|
3215
3215
|
export type DirectoryUserId = string;
|
|
3216
3216
|
export interface DisassociateApprovedOriginRequest {
|
|
3217
3217
|
/**
|
|
3218
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3218
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3219
3219
|
*/
|
|
3220
3220
|
InstanceId: InstanceId;
|
|
3221
3221
|
/**
|
|
@@ -3225,7 +3225,7 @@ declare namespace Connect {
|
|
|
3225
3225
|
}
|
|
3226
3226
|
export interface DisassociateBotRequest {
|
|
3227
3227
|
/**
|
|
3228
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3228
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3229
3229
|
*/
|
|
3230
3230
|
InstanceId: InstanceId;
|
|
3231
3231
|
LexBot?: LexBot;
|
|
@@ -3236,7 +3236,7 @@ declare namespace Connect {
|
|
|
3236
3236
|
}
|
|
3237
3237
|
export interface DisassociateInstanceStorageConfigRequest {
|
|
3238
3238
|
/**
|
|
3239
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3239
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3240
3240
|
*/
|
|
3241
3241
|
InstanceId: InstanceId;
|
|
3242
3242
|
/**
|
|
@@ -3250,7 +3250,7 @@ declare namespace Connect {
|
|
|
3250
3250
|
}
|
|
3251
3251
|
export interface DisassociateLambdaFunctionRequest {
|
|
3252
3252
|
/**
|
|
3253
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3253
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance..
|
|
3254
3254
|
*/
|
|
3255
3255
|
InstanceId: InstanceId;
|
|
3256
3256
|
/**
|
|
@@ -3260,7 +3260,7 @@ declare namespace Connect {
|
|
|
3260
3260
|
}
|
|
3261
3261
|
export interface DisassociateLexBotRequest {
|
|
3262
3262
|
/**
|
|
3263
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3263
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3264
3264
|
*/
|
|
3265
3265
|
InstanceId: InstanceId;
|
|
3266
3266
|
/**
|
|
@@ -3278,13 +3278,13 @@ declare namespace Connect {
|
|
|
3278
3278
|
*/
|
|
3279
3279
|
PhoneNumberId: PhoneNumberId;
|
|
3280
3280
|
/**
|
|
3281
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3281
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3282
3282
|
*/
|
|
3283
3283
|
InstanceId: InstanceId;
|
|
3284
3284
|
}
|
|
3285
3285
|
export interface DisassociateQueueQuickConnectsRequest {
|
|
3286
3286
|
/**
|
|
3287
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3287
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3288
3288
|
*/
|
|
3289
3289
|
InstanceId: InstanceId;
|
|
3290
3290
|
/**
|
|
@@ -3298,7 +3298,7 @@ declare namespace Connect {
|
|
|
3298
3298
|
}
|
|
3299
3299
|
export interface DisassociateRoutingProfileQueuesRequest {
|
|
3300
3300
|
/**
|
|
3301
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3301
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3302
3302
|
*/
|
|
3303
3303
|
InstanceId: InstanceId;
|
|
3304
3304
|
/**
|
|
@@ -3312,7 +3312,7 @@ declare namespace Connect {
|
|
|
3312
3312
|
}
|
|
3313
3313
|
export interface DisassociateSecurityKeyRequest {
|
|
3314
3314
|
/**
|
|
3315
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3315
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3316
3316
|
*/
|
|
3317
3317
|
InstanceId: InstanceId;
|
|
3318
3318
|
/**
|
|
@@ -3365,7 +3365,7 @@ declare namespace Connect {
|
|
|
3365
3365
|
*/
|
|
3366
3366
|
EncryptionType: EncryptionType;
|
|
3367
3367
|
/**
|
|
3368
|
-
* The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
|
|
3368
|
+
* The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID. Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .
|
|
3369
3369
|
*/
|
|
3370
3370
|
KeyId: KeyId;
|
|
3371
3371
|
}
|
|
@@ -3412,7 +3412,7 @@ declare namespace Connect {
|
|
|
3412
3412
|
}
|
|
3413
3413
|
export interface GetCurrentMetricDataRequest {
|
|
3414
3414
|
/**
|
|
3415
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3415
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3416
3416
|
*/
|
|
3417
3417
|
InstanceId: InstanceId;
|
|
3418
3418
|
/**
|
|
@@ -3460,7 +3460,7 @@ declare namespace Connect {
|
|
|
3460
3460
|
}
|
|
3461
3461
|
export interface GetCurrentUserDataRequest {
|
|
3462
3462
|
/**
|
|
3463
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3463
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3464
3464
|
*/
|
|
3465
3465
|
InstanceId: InstanceId;
|
|
3466
3466
|
/**
|
|
@@ -3492,7 +3492,7 @@ declare namespace Connect {
|
|
|
3492
3492
|
}
|
|
3493
3493
|
export interface GetFederationTokenRequest {
|
|
3494
3494
|
/**
|
|
3495
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3495
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3496
3496
|
*/
|
|
3497
3497
|
InstanceId: InstanceId;
|
|
3498
3498
|
}
|
|
@@ -3516,7 +3516,7 @@ declare namespace Connect {
|
|
|
3516
3516
|
}
|
|
3517
3517
|
export interface GetMetricDataRequest {
|
|
3518
3518
|
/**
|
|
3519
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3519
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3520
3520
|
*/
|
|
3521
3521
|
InstanceId: InstanceId;
|
|
3522
3522
|
/**
|
|
@@ -3560,7 +3560,7 @@ declare namespace Connect {
|
|
|
3560
3560
|
}
|
|
3561
3561
|
export interface GetTaskTemplateRequest {
|
|
3562
3562
|
/**
|
|
3563
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3563
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3564
3564
|
*/
|
|
3565
3565
|
InstanceId: InstanceId;
|
|
3566
3566
|
/**
|
|
@@ -3574,7 +3574,7 @@ declare namespace Connect {
|
|
|
3574
3574
|
}
|
|
3575
3575
|
export interface GetTaskTemplateResponse {
|
|
3576
3576
|
/**
|
|
3577
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3577
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3578
3578
|
*/
|
|
3579
3579
|
InstanceId?: InstanceId;
|
|
3580
3580
|
/**
|
|
@@ -3943,7 +3943,7 @@ declare namespace Connect {
|
|
|
3943
3943
|
export type InboundCallsEnabled = boolean;
|
|
3944
3944
|
export interface Instance {
|
|
3945
3945
|
/**
|
|
3946
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
3946
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
3947
3947
|
*/
|
|
3948
3948
|
Id?: InstanceId;
|
|
3949
3949
|
/**
|
|
@@ -4022,7 +4022,7 @@ declare namespace Connect {
|
|
|
4022
4022
|
KinesisFirehoseConfig?: KinesisFirehoseConfig;
|
|
4023
4023
|
}
|
|
4024
4024
|
export type InstanceStorageConfigs = InstanceStorageConfig[];
|
|
4025
|
-
export type InstanceStorageResourceType = "CHAT_TRANSCRIPTS"|"CALL_RECORDINGS"|"SCHEDULED_REPORTS"|"MEDIA_STREAMS"|"CONTACT_TRACE_RECORDS"|"AGENT_EVENTS"|"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"|string;
|
|
4025
|
+
export type InstanceStorageResourceType = "CHAT_TRANSCRIPTS"|"CALL_RECORDINGS"|"SCHEDULED_REPORTS"|"MEDIA_STREAMS"|"CONTACT_TRACE_RECORDS"|"AGENT_EVENTS"|"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"|"ATTACHMENTS"|"CONTACT_EVALUATIONS"|string;
|
|
4026
4026
|
export interface InstanceSummary {
|
|
4027
4027
|
/**
|
|
4028
4028
|
* The identifier of the instance.
|
|
@@ -4074,7 +4074,7 @@ declare namespace Connect {
|
|
|
4074
4074
|
*/
|
|
4075
4075
|
IntegrationAssociationArn?: ARN;
|
|
4076
4076
|
/**
|
|
4077
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4077
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4078
4078
|
*/
|
|
4079
4079
|
InstanceId?: InstanceId;
|
|
4080
4080
|
/**
|
|
@@ -4139,11 +4139,11 @@ declare namespace Connect {
|
|
|
4139
4139
|
/**
|
|
4140
4140
|
* The name of the Amazon Lex bot.
|
|
4141
4141
|
*/
|
|
4142
|
-
Name
|
|
4142
|
+
Name: BotName;
|
|
4143
4143
|
/**
|
|
4144
4144
|
* The Amazon Web Services Region where the Amazon Lex bot was created.
|
|
4145
4145
|
*/
|
|
4146
|
-
LexRegion
|
|
4146
|
+
LexRegion: LexRegion;
|
|
4147
4147
|
}
|
|
4148
4148
|
export interface LexBotConfig {
|
|
4149
4149
|
LexBot?: LexBot;
|
|
@@ -4164,7 +4164,7 @@ declare namespace Connect {
|
|
|
4164
4164
|
export type LexVersion = "V1"|"V2"|string;
|
|
4165
4165
|
export interface ListAgentStatusRequest {
|
|
4166
4166
|
/**
|
|
4167
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4167
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4168
4168
|
*/
|
|
4169
4169
|
InstanceId: InstanceId;
|
|
4170
4170
|
/**
|
|
@@ -4192,7 +4192,7 @@ declare namespace Connect {
|
|
|
4192
4192
|
}
|
|
4193
4193
|
export interface ListApprovedOriginsRequest {
|
|
4194
4194
|
/**
|
|
4195
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4195
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4196
4196
|
*/
|
|
4197
4197
|
InstanceId: InstanceId;
|
|
4198
4198
|
/**
|
|
@@ -4216,7 +4216,7 @@ declare namespace Connect {
|
|
|
4216
4216
|
}
|
|
4217
4217
|
export interface ListBotsRequest {
|
|
4218
4218
|
/**
|
|
4219
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4219
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4220
4220
|
*/
|
|
4221
4221
|
InstanceId: InstanceId;
|
|
4222
4222
|
/**
|
|
@@ -4244,7 +4244,7 @@ declare namespace Connect {
|
|
|
4244
4244
|
}
|
|
4245
4245
|
export interface ListContactFlowModulesRequest {
|
|
4246
4246
|
/**
|
|
4247
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4247
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4248
4248
|
*/
|
|
4249
4249
|
InstanceId: InstanceId;
|
|
4250
4250
|
/**
|
|
@@ -4272,7 +4272,7 @@ declare namespace Connect {
|
|
|
4272
4272
|
}
|
|
4273
4273
|
export interface ListContactFlowsRequest {
|
|
4274
4274
|
/**
|
|
4275
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4275
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4276
4276
|
*/
|
|
4277
4277
|
InstanceId: InstanceId;
|
|
4278
4278
|
/**
|
|
@@ -4300,7 +4300,7 @@ declare namespace Connect {
|
|
|
4300
4300
|
}
|
|
4301
4301
|
export interface ListContactReferencesRequest {
|
|
4302
4302
|
/**
|
|
4303
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4303
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4304
4304
|
*/
|
|
4305
4305
|
InstanceId: InstanceId;
|
|
4306
4306
|
/**
|
|
@@ -4328,7 +4328,7 @@ declare namespace Connect {
|
|
|
4328
4328
|
}
|
|
4329
4329
|
export interface ListDefaultVocabulariesRequest {
|
|
4330
4330
|
/**
|
|
4331
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4331
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4332
4332
|
*/
|
|
4333
4333
|
InstanceId: InstanceId;
|
|
4334
4334
|
/**
|
|
@@ -4356,7 +4356,7 @@ declare namespace Connect {
|
|
|
4356
4356
|
}
|
|
4357
4357
|
export interface ListHoursOfOperationsRequest {
|
|
4358
4358
|
/**
|
|
4359
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4359
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4360
4360
|
*/
|
|
4361
4361
|
InstanceId: InstanceId;
|
|
4362
4362
|
/**
|
|
@@ -4380,7 +4380,7 @@ declare namespace Connect {
|
|
|
4380
4380
|
}
|
|
4381
4381
|
export interface ListInstanceAttributesRequest {
|
|
4382
4382
|
/**
|
|
4383
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4383
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4384
4384
|
*/
|
|
4385
4385
|
InstanceId: InstanceId;
|
|
4386
4386
|
/**
|
|
@@ -4404,7 +4404,7 @@ declare namespace Connect {
|
|
|
4404
4404
|
}
|
|
4405
4405
|
export interface ListInstanceStorageConfigsRequest {
|
|
4406
4406
|
/**
|
|
4407
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4407
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4408
4408
|
*/
|
|
4409
4409
|
InstanceId: InstanceId;
|
|
4410
4410
|
/**
|
|
@@ -4452,7 +4452,7 @@ declare namespace Connect {
|
|
|
4452
4452
|
}
|
|
4453
4453
|
export interface ListIntegrationAssociationsRequest {
|
|
4454
4454
|
/**
|
|
4455
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4455
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4456
4456
|
*/
|
|
4457
4457
|
InstanceId: InstanceId;
|
|
4458
4458
|
/**
|
|
@@ -4480,7 +4480,7 @@ declare namespace Connect {
|
|
|
4480
4480
|
}
|
|
4481
4481
|
export interface ListLambdaFunctionsRequest {
|
|
4482
4482
|
/**
|
|
4483
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4483
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4484
4484
|
*/
|
|
4485
4485
|
InstanceId: InstanceId;
|
|
4486
4486
|
/**
|
|
@@ -4504,7 +4504,7 @@ declare namespace Connect {
|
|
|
4504
4504
|
}
|
|
4505
4505
|
export interface ListLexBotsRequest {
|
|
4506
4506
|
/**
|
|
4507
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4507
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4508
4508
|
*/
|
|
4509
4509
|
InstanceId: InstanceId;
|
|
4510
4510
|
/**
|
|
@@ -4528,7 +4528,7 @@ declare namespace Connect {
|
|
|
4528
4528
|
}
|
|
4529
4529
|
export interface ListPhoneNumbersRequest {
|
|
4530
4530
|
/**
|
|
4531
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4531
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4532
4532
|
*/
|
|
4533
4533
|
InstanceId: InstanceId;
|
|
4534
4534
|
/**
|
|
@@ -4647,7 +4647,7 @@ declare namespace Connect {
|
|
|
4647
4647
|
}
|
|
4648
4648
|
export interface ListQueueQuickConnectsRequest {
|
|
4649
4649
|
/**
|
|
4650
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4650
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4651
4651
|
*/
|
|
4652
4652
|
InstanceId: InstanceId;
|
|
4653
4653
|
/**
|
|
@@ -4675,7 +4675,7 @@ declare namespace Connect {
|
|
|
4675
4675
|
}
|
|
4676
4676
|
export interface ListQueuesRequest {
|
|
4677
4677
|
/**
|
|
4678
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4678
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4679
4679
|
*/
|
|
4680
4680
|
InstanceId: InstanceId;
|
|
4681
4681
|
/**
|
|
@@ -4703,7 +4703,7 @@ declare namespace Connect {
|
|
|
4703
4703
|
}
|
|
4704
4704
|
export interface ListQuickConnectsRequest {
|
|
4705
4705
|
/**
|
|
4706
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4706
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4707
4707
|
*/
|
|
4708
4708
|
InstanceId: InstanceId;
|
|
4709
4709
|
/**
|
|
@@ -4731,7 +4731,7 @@ declare namespace Connect {
|
|
|
4731
4731
|
}
|
|
4732
4732
|
export interface ListRoutingProfileQueuesRequest {
|
|
4733
4733
|
/**
|
|
4734
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4734
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4735
4735
|
*/
|
|
4736
4736
|
InstanceId: InstanceId;
|
|
4737
4737
|
/**
|
|
@@ -4759,7 +4759,7 @@ declare namespace Connect {
|
|
|
4759
4759
|
}
|
|
4760
4760
|
export interface ListRoutingProfilesRequest {
|
|
4761
4761
|
/**
|
|
4762
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4762
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4763
4763
|
*/
|
|
4764
4764
|
InstanceId: InstanceId;
|
|
4765
4765
|
/**
|
|
@@ -4783,7 +4783,7 @@ declare namespace Connect {
|
|
|
4783
4783
|
}
|
|
4784
4784
|
export interface ListRulesRequest {
|
|
4785
4785
|
/**
|
|
4786
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4786
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4787
4787
|
*/
|
|
4788
4788
|
InstanceId: InstanceId;
|
|
4789
4789
|
/**
|
|
@@ -4815,7 +4815,7 @@ declare namespace Connect {
|
|
|
4815
4815
|
}
|
|
4816
4816
|
export interface ListSecurityKeysRequest {
|
|
4817
4817
|
/**
|
|
4818
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4818
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4819
4819
|
*/
|
|
4820
4820
|
InstanceId: InstanceId;
|
|
4821
4821
|
/**
|
|
@@ -4843,7 +4843,7 @@ declare namespace Connect {
|
|
|
4843
4843
|
*/
|
|
4844
4844
|
SecurityProfileId: SecurityProfileId;
|
|
4845
4845
|
/**
|
|
4846
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4846
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4847
4847
|
*/
|
|
4848
4848
|
InstanceId: InstanceId;
|
|
4849
4849
|
/**
|
|
@@ -4867,7 +4867,7 @@ declare namespace Connect {
|
|
|
4867
4867
|
}
|
|
4868
4868
|
export interface ListSecurityProfilesRequest {
|
|
4869
4869
|
/**
|
|
4870
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4870
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4871
4871
|
*/
|
|
4872
4872
|
InstanceId: InstanceId;
|
|
4873
4873
|
/**
|
|
@@ -4891,7 +4891,7 @@ declare namespace Connect {
|
|
|
4891
4891
|
}
|
|
4892
4892
|
export interface ListTagsForResourceRequest {
|
|
4893
4893
|
/**
|
|
4894
|
-
* The Amazon Resource Name (ARN) of the resource.
|
|
4894
|
+
* The Amazon Resource Name (ARN) of the resource. All Amazon Connect resources (instances, queues, flows, routing profiles, etc) have an ARN. To locate the ARN for an instance, for example, see Find your Amazon Connect instance ID/ARN.
|
|
4895
4895
|
*/
|
|
4896
4896
|
resourceArn: ARN;
|
|
4897
4897
|
}
|
|
@@ -4903,7 +4903,7 @@ declare namespace Connect {
|
|
|
4903
4903
|
}
|
|
4904
4904
|
export interface ListTaskTemplatesRequest {
|
|
4905
4905
|
/**
|
|
4906
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4906
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4907
4907
|
*/
|
|
4908
4908
|
InstanceId: InstanceId;
|
|
4909
4909
|
/**
|
|
@@ -4943,7 +4943,7 @@ declare namespace Connect {
|
|
|
4943
4943
|
*/
|
|
4944
4944
|
NextToken?: NextToken;
|
|
4945
4945
|
/**
|
|
4946
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4946
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4947
4947
|
*/
|
|
4948
4948
|
InstanceId?: InstanceIdOrArn;
|
|
4949
4949
|
}
|
|
@@ -4959,7 +4959,7 @@ declare namespace Connect {
|
|
|
4959
4959
|
}
|
|
4960
4960
|
export interface ListUseCasesRequest {
|
|
4961
4961
|
/**
|
|
4962
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4962
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4963
4963
|
*/
|
|
4964
4964
|
InstanceId: InstanceId;
|
|
4965
4965
|
/**
|
|
@@ -4987,7 +4987,7 @@ declare namespace Connect {
|
|
|
4987
4987
|
}
|
|
4988
4988
|
export interface ListUserHierarchyGroupsRequest {
|
|
4989
4989
|
/**
|
|
4990
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
4990
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
4991
4991
|
*/
|
|
4992
4992
|
InstanceId: InstanceId;
|
|
4993
4993
|
/**
|
|
@@ -5011,7 +5011,7 @@ declare namespace Connect {
|
|
|
5011
5011
|
}
|
|
5012
5012
|
export interface ListUsersRequest {
|
|
5013
5013
|
/**
|
|
5014
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5014
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5015
5015
|
*/
|
|
5016
5016
|
InstanceId: InstanceId;
|
|
5017
5017
|
/**
|
|
@@ -5255,7 +5255,7 @@ declare namespace Connect {
|
|
|
5255
5255
|
*/
|
|
5256
5256
|
UserId: UserId;
|
|
5257
5257
|
/**
|
|
5258
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5258
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5259
5259
|
*/
|
|
5260
5260
|
InstanceId: InstanceId;
|
|
5261
5261
|
/**
|
|
@@ -5511,7 +5511,7 @@ declare namespace Connect {
|
|
|
5511
5511
|
}
|
|
5512
5512
|
export interface ReplicateInstanceRequest {
|
|
5513
5513
|
/**
|
|
5514
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5514
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId, or the entire ARN.
|
|
5515
5515
|
*/
|
|
5516
5516
|
InstanceId: InstanceIdOrArn;
|
|
5517
5517
|
/**
|
|
@@ -5546,7 +5546,7 @@ declare namespace Connect {
|
|
|
5546
5546
|
export type RequiredTaskTemplateFields = RequiredFieldInfo[];
|
|
5547
5547
|
export interface ResumeContactRecordingRequest {
|
|
5548
5548
|
/**
|
|
5549
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5549
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5550
5550
|
*/
|
|
5551
5551
|
InstanceId: InstanceId;
|
|
5552
5552
|
/**
|
|
@@ -5562,7 +5562,7 @@ declare namespace Connect {
|
|
|
5562
5562
|
}
|
|
5563
5563
|
export interface RoutingProfile {
|
|
5564
5564
|
/**
|
|
5565
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5565
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5566
5566
|
*/
|
|
5567
5567
|
InstanceId?: InstanceId;
|
|
5568
5568
|
/**
|
|
@@ -5870,7 +5870,7 @@ declare namespace Connect {
|
|
|
5870
5870
|
}
|
|
5871
5871
|
export interface SearchQueuesRequest {
|
|
5872
5872
|
/**
|
|
5873
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5873
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5874
5874
|
*/
|
|
5875
5875
|
InstanceId: InstanceId;
|
|
5876
5876
|
/**
|
|
@@ -5906,7 +5906,7 @@ declare namespace Connect {
|
|
|
5906
5906
|
}
|
|
5907
5907
|
export interface SearchRoutingProfilesRequest {
|
|
5908
5908
|
/**
|
|
5909
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5909
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5910
5910
|
*/
|
|
5911
5911
|
InstanceId: InstanceId;
|
|
5912
5912
|
/**
|
|
@@ -5942,7 +5942,7 @@ declare namespace Connect {
|
|
|
5942
5942
|
}
|
|
5943
5943
|
export interface SearchSecurityProfilesRequest {
|
|
5944
5944
|
/**
|
|
5945
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5945
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5946
5946
|
*/
|
|
5947
5947
|
InstanceId: InstanceId;
|
|
5948
5948
|
/**
|
|
@@ -5978,7 +5978,7 @@ declare namespace Connect {
|
|
|
5978
5978
|
}
|
|
5979
5979
|
export interface SearchUsersRequest {
|
|
5980
5980
|
/**
|
|
5981
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
5981
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
5982
5982
|
*/
|
|
5983
5983
|
InstanceId?: InstanceId;
|
|
5984
5984
|
/**
|
|
@@ -6011,7 +6011,7 @@ declare namespace Connect {
|
|
|
6011
6011
|
}
|
|
6012
6012
|
export interface SearchVocabulariesRequest {
|
|
6013
6013
|
/**
|
|
6014
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6014
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6015
6015
|
*/
|
|
6016
6016
|
InstanceId: InstanceId;
|
|
6017
6017
|
/**
|
|
@@ -6189,7 +6189,7 @@ declare namespace Connect {
|
|
|
6189
6189
|
export type SourceType = "SALESFORCE"|"ZENDESK"|string;
|
|
6190
6190
|
export interface StartChatContactRequest {
|
|
6191
6191
|
/**
|
|
6192
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6192
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6193
6193
|
*/
|
|
6194
6194
|
InstanceId: InstanceId;
|
|
6195
6195
|
/**
|
|
@@ -6245,7 +6245,7 @@ declare namespace Connect {
|
|
|
6245
6245
|
}
|
|
6246
6246
|
export interface StartContactRecordingRequest {
|
|
6247
6247
|
/**
|
|
6248
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6248
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6249
6249
|
*/
|
|
6250
6250
|
InstanceId: InstanceId;
|
|
6251
6251
|
/**
|
|
@@ -6265,7 +6265,7 @@ declare namespace Connect {
|
|
|
6265
6265
|
}
|
|
6266
6266
|
export interface StartContactStreamingRequest {
|
|
6267
6267
|
/**
|
|
6268
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6268
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6269
6269
|
*/
|
|
6270
6270
|
InstanceId: InstanceId;
|
|
6271
6271
|
/**
|
|
@@ -6297,7 +6297,7 @@ declare namespace Connect {
|
|
|
6297
6297
|
*/
|
|
6298
6298
|
ContactFlowId: ContactFlowId;
|
|
6299
6299
|
/**
|
|
6300
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6300
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6301
6301
|
*/
|
|
6302
6302
|
InstanceId: InstanceId;
|
|
6303
6303
|
/**
|
|
@@ -6337,7 +6337,7 @@ declare namespace Connect {
|
|
|
6337
6337
|
}
|
|
6338
6338
|
export interface StartTaskContactRequest {
|
|
6339
6339
|
/**
|
|
6340
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6340
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6341
6341
|
*/
|
|
6342
6342
|
InstanceId: InstanceId;
|
|
6343
6343
|
/**
|
|
@@ -6390,7 +6390,7 @@ declare namespace Connect {
|
|
|
6390
6390
|
export type Statistic = "SUM"|"MAX"|"AVG"|string;
|
|
6391
6391
|
export interface StopContactRecordingRequest {
|
|
6392
6392
|
/**
|
|
6393
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6393
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6394
6394
|
*/
|
|
6395
6395
|
InstanceId: InstanceId;
|
|
6396
6396
|
/**
|
|
@@ -6410,7 +6410,7 @@ declare namespace Connect {
|
|
|
6410
6410
|
*/
|
|
6411
6411
|
ContactId: ContactId;
|
|
6412
6412
|
/**
|
|
6413
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6413
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6414
6414
|
*/
|
|
6415
6415
|
InstanceId: InstanceId;
|
|
6416
6416
|
}
|
|
@@ -6418,7 +6418,7 @@ declare namespace Connect {
|
|
|
6418
6418
|
}
|
|
6419
6419
|
export interface StopContactStreamingRequest {
|
|
6420
6420
|
/**
|
|
6421
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6421
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6422
6422
|
*/
|
|
6423
6423
|
InstanceId: InstanceId;
|
|
6424
6424
|
/**
|
|
@@ -6465,7 +6465,7 @@ declare namespace Connect {
|
|
|
6465
6465
|
export type SupportedMessagingContentTypes = SupportedMessagingContentType[];
|
|
6466
6466
|
export interface SuspendContactRecordingRequest {
|
|
6467
6467
|
/**
|
|
6468
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6468
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6469
6469
|
*/
|
|
6470
6470
|
InstanceId: InstanceId;
|
|
6471
6471
|
/**
|
|
@@ -6704,7 +6704,7 @@ declare namespace Connect {
|
|
|
6704
6704
|
export type TrafficType = "GENERAL"|"CAMPAIGN"|string;
|
|
6705
6705
|
export interface TransferContactRequest {
|
|
6706
6706
|
/**
|
|
6707
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6707
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6708
6708
|
*/
|
|
6709
6709
|
InstanceId: InstanceId;
|
|
6710
6710
|
/**
|
|
@@ -6753,7 +6753,7 @@ declare namespace Connect {
|
|
|
6753
6753
|
export type UpdateAgentStatusDescription = string;
|
|
6754
6754
|
export interface UpdateAgentStatusRequest {
|
|
6755
6755
|
/**
|
|
6756
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6756
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6757
6757
|
*/
|
|
6758
6758
|
InstanceId: InstanceId;
|
|
6759
6759
|
/**
|
|
@@ -6787,7 +6787,7 @@ declare namespace Connect {
|
|
|
6787
6787
|
*/
|
|
6788
6788
|
InitialContactId: ContactId;
|
|
6789
6789
|
/**
|
|
6790
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6790
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6791
6791
|
*/
|
|
6792
6792
|
InstanceId: InstanceId;
|
|
6793
6793
|
/**
|
|
@@ -6815,7 +6815,7 @@ declare namespace Connect {
|
|
|
6815
6815
|
}
|
|
6816
6816
|
export interface UpdateContactFlowMetadataRequest {
|
|
6817
6817
|
/**
|
|
6818
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6818
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6819
6819
|
*/
|
|
6820
6820
|
InstanceId: InstanceId;
|
|
6821
6821
|
/**
|
|
@@ -6839,7 +6839,7 @@ declare namespace Connect {
|
|
|
6839
6839
|
}
|
|
6840
6840
|
export interface UpdateContactFlowModuleContentRequest {
|
|
6841
6841
|
/**
|
|
6842
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6842
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6843
6843
|
*/
|
|
6844
6844
|
InstanceId: InstanceId;
|
|
6845
6845
|
/**
|
|
@@ -6855,7 +6855,7 @@ declare namespace Connect {
|
|
|
6855
6855
|
}
|
|
6856
6856
|
export interface UpdateContactFlowModuleMetadataRequest {
|
|
6857
6857
|
/**
|
|
6858
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6858
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6859
6859
|
*/
|
|
6860
6860
|
InstanceId: InstanceId;
|
|
6861
6861
|
/**
|
|
@@ -6899,7 +6899,7 @@ declare namespace Connect {
|
|
|
6899
6899
|
}
|
|
6900
6900
|
export interface UpdateContactRequest {
|
|
6901
6901
|
/**
|
|
6902
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6902
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6903
6903
|
*/
|
|
6904
6904
|
InstanceId: InstanceId;
|
|
6905
6905
|
/**
|
|
@@ -6923,7 +6923,7 @@ declare namespace Connect {
|
|
|
6923
6923
|
}
|
|
6924
6924
|
export interface UpdateContactScheduleRequest {
|
|
6925
6925
|
/**
|
|
6926
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6926
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6927
6927
|
*/
|
|
6928
6928
|
InstanceId: InstanceId;
|
|
6929
6929
|
/**
|
|
@@ -6940,7 +6940,7 @@ declare namespace Connect {
|
|
|
6940
6940
|
export type UpdateHoursOfOperationDescription = string;
|
|
6941
6941
|
export interface UpdateHoursOfOperationRequest {
|
|
6942
6942
|
/**
|
|
6943
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6943
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6944
6944
|
*/
|
|
6945
6945
|
InstanceId: InstanceId;
|
|
6946
6946
|
/**
|
|
@@ -6966,7 +6966,7 @@ declare namespace Connect {
|
|
|
6966
6966
|
}
|
|
6967
6967
|
export interface UpdateInstanceAttributeRequest {
|
|
6968
6968
|
/**
|
|
6969
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6969
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6970
6970
|
*/
|
|
6971
6971
|
InstanceId: InstanceId;
|
|
6972
6972
|
/**
|
|
@@ -6980,7 +6980,7 @@ declare namespace Connect {
|
|
|
6980
6980
|
}
|
|
6981
6981
|
export interface UpdateInstanceStorageConfigRequest {
|
|
6982
6982
|
/**
|
|
6983
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
6983
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
6984
6984
|
*/
|
|
6985
6985
|
InstanceId: InstanceId;
|
|
6986
6986
|
/**
|
|
@@ -7001,7 +7001,7 @@ declare namespace Connect {
|
|
|
7001
7001
|
}
|
|
7002
7002
|
export interface UpdateParticipantRoleConfigRequest {
|
|
7003
7003
|
/**
|
|
7004
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7004
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7005
7005
|
*/
|
|
7006
7006
|
InstanceId: InstanceId;
|
|
7007
7007
|
/**
|
|
@@ -7041,7 +7041,7 @@ declare namespace Connect {
|
|
|
7041
7041
|
}
|
|
7042
7042
|
export interface UpdateQueueHoursOfOperationRequest {
|
|
7043
7043
|
/**
|
|
7044
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7044
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7045
7045
|
*/
|
|
7046
7046
|
InstanceId: InstanceId;
|
|
7047
7047
|
/**
|
|
@@ -7055,7 +7055,7 @@ declare namespace Connect {
|
|
|
7055
7055
|
}
|
|
7056
7056
|
export interface UpdateQueueMaxContactsRequest {
|
|
7057
7057
|
/**
|
|
7058
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7058
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7059
7059
|
*/
|
|
7060
7060
|
InstanceId: InstanceId;
|
|
7061
7061
|
/**
|
|
@@ -7069,7 +7069,7 @@ declare namespace Connect {
|
|
|
7069
7069
|
}
|
|
7070
7070
|
export interface UpdateQueueNameRequest {
|
|
7071
7071
|
/**
|
|
7072
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7072
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7073
7073
|
*/
|
|
7074
7074
|
InstanceId: InstanceId;
|
|
7075
7075
|
/**
|
|
@@ -7087,7 +7087,7 @@ declare namespace Connect {
|
|
|
7087
7087
|
}
|
|
7088
7088
|
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
7089
7089
|
/**
|
|
7090
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7090
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7091
7091
|
*/
|
|
7092
7092
|
InstanceId: InstanceId;
|
|
7093
7093
|
/**
|
|
@@ -7101,7 +7101,7 @@ declare namespace Connect {
|
|
|
7101
7101
|
}
|
|
7102
7102
|
export interface UpdateQueueStatusRequest {
|
|
7103
7103
|
/**
|
|
7104
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7104
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7105
7105
|
*/
|
|
7106
7106
|
InstanceId: InstanceId;
|
|
7107
7107
|
/**
|
|
@@ -7115,7 +7115,7 @@ declare namespace Connect {
|
|
|
7115
7115
|
}
|
|
7116
7116
|
export interface UpdateQuickConnectConfigRequest {
|
|
7117
7117
|
/**
|
|
7118
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7118
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7119
7119
|
*/
|
|
7120
7120
|
InstanceId: InstanceId;
|
|
7121
7121
|
/**
|
|
@@ -7130,7 +7130,7 @@ declare namespace Connect {
|
|
|
7130
7130
|
export type UpdateQuickConnectDescription = string;
|
|
7131
7131
|
export interface UpdateQuickConnectNameRequest {
|
|
7132
7132
|
/**
|
|
7133
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7133
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7134
7134
|
*/
|
|
7135
7135
|
InstanceId: InstanceId;
|
|
7136
7136
|
/**
|
|
@@ -7148,7 +7148,7 @@ declare namespace Connect {
|
|
|
7148
7148
|
}
|
|
7149
7149
|
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
7150
7150
|
/**
|
|
7151
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7151
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7152
7152
|
*/
|
|
7153
7153
|
InstanceId: InstanceId;
|
|
7154
7154
|
/**
|
|
@@ -7162,7 +7162,7 @@ declare namespace Connect {
|
|
|
7162
7162
|
}
|
|
7163
7163
|
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
7164
7164
|
/**
|
|
7165
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7165
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7166
7166
|
*/
|
|
7167
7167
|
InstanceId: InstanceId;
|
|
7168
7168
|
/**
|
|
@@ -7176,7 +7176,7 @@ declare namespace Connect {
|
|
|
7176
7176
|
}
|
|
7177
7177
|
export interface UpdateRoutingProfileNameRequest {
|
|
7178
7178
|
/**
|
|
7179
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7179
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7180
7180
|
*/
|
|
7181
7181
|
InstanceId: InstanceId;
|
|
7182
7182
|
/**
|
|
@@ -7194,7 +7194,7 @@ declare namespace Connect {
|
|
|
7194
7194
|
}
|
|
7195
7195
|
export interface UpdateRoutingProfileQueuesRequest {
|
|
7196
7196
|
/**
|
|
7197
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7197
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7198
7198
|
*/
|
|
7199
7199
|
InstanceId: InstanceId;
|
|
7200
7200
|
/**
|
|
@@ -7212,7 +7212,7 @@ declare namespace Connect {
|
|
|
7212
7212
|
*/
|
|
7213
7213
|
RuleId: RuleId;
|
|
7214
7214
|
/**
|
|
7215
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7215
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7216
7216
|
*/
|
|
7217
7217
|
InstanceId: InstanceId;
|
|
7218
7218
|
/**
|
|
@@ -7246,7 +7246,7 @@ declare namespace Connect {
|
|
|
7246
7246
|
*/
|
|
7247
7247
|
SecurityProfileId: SecurityProfileId;
|
|
7248
7248
|
/**
|
|
7249
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7249
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7250
7250
|
*/
|
|
7251
7251
|
InstanceId: InstanceId;
|
|
7252
7252
|
/**
|
|
@@ -7264,7 +7264,7 @@ declare namespace Connect {
|
|
|
7264
7264
|
*/
|
|
7265
7265
|
TaskTemplateId: TaskTemplateId;
|
|
7266
7266
|
/**
|
|
7267
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7267
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7268
7268
|
*/
|
|
7269
7269
|
InstanceId: InstanceId;
|
|
7270
7270
|
/**
|
|
@@ -7298,7 +7298,7 @@ declare namespace Connect {
|
|
|
7298
7298
|
}
|
|
7299
7299
|
export interface UpdateTaskTemplateResponse {
|
|
7300
7300
|
/**
|
|
7301
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7301
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7302
7302
|
*/
|
|
7303
7303
|
InstanceId?: InstanceId;
|
|
7304
7304
|
/**
|
|
@@ -7368,7 +7368,7 @@ declare namespace Connect {
|
|
|
7368
7368
|
*/
|
|
7369
7369
|
HierarchyGroupId: HierarchyGroupId;
|
|
7370
7370
|
/**
|
|
7371
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7371
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7372
7372
|
*/
|
|
7373
7373
|
InstanceId: InstanceId;
|
|
7374
7374
|
}
|
|
@@ -7382,7 +7382,7 @@ declare namespace Connect {
|
|
|
7382
7382
|
*/
|
|
7383
7383
|
UserId: UserId;
|
|
7384
7384
|
/**
|
|
7385
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7385
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7386
7386
|
*/
|
|
7387
7387
|
InstanceId: InstanceId;
|
|
7388
7388
|
}
|
|
@@ -7392,7 +7392,7 @@ declare namespace Connect {
|
|
|
7392
7392
|
*/
|
|
7393
7393
|
HierarchyStructure: HierarchyStructureUpdate;
|
|
7394
7394
|
/**
|
|
7395
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7395
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7396
7396
|
*/
|
|
7397
7397
|
InstanceId: InstanceId;
|
|
7398
7398
|
}
|
|
@@ -7406,7 +7406,7 @@ declare namespace Connect {
|
|
|
7406
7406
|
*/
|
|
7407
7407
|
UserId: UserId;
|
|
7408
7408
|
/**
|
|
7409
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7409
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7410
7410
|
*/
|
|
7411
7411
|
InstanceId: InstanceId;
|
|
7412
7412
|
}
|
|
@@ -7420,7 +7420,7 @@ declare namespace Connect {
|
|
|
7420
7420
|
*/
|
|
7421
7421
|
UserId: UserId;
|
|
7422
7422
|
/**
|
|
7423
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7423
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7424
7424
|
*/
|
|
7425
7425
|
InstanceId: InstanceId;
|
|
7426
7426
|
}
|
|
@@ -7434,7 +7434,7 @@ declare namespace Connect {
|
|
|
7434
7434
|
*/
|
|
7435
7435
|
UserId: UserId;
|
|
7436
7436
|
/**
|
|
7437
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7437
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7438
7438
|
*/
|
|
7439
7439
|
InstanceId: InstanceId;
|
|
7440
7440
|
}
|
|
@@ -7448,7 +7448,7 @@ declare namespace Connect {
|
|
|
7448
7448
|
*/
|
|
7449
7449
|
UserId: UserId;
|
|
7450
7450
|
/**
|
|
7451
|
-
* The identifier of the Amazon Connect instance. You can find the
|
|
7451
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
|
7452
7452
|
*/
|
|
7453
7453
|
InstanceId: InstanceId;
|
|
7454
7454
|
}
|