aws-sdk 2.927.0 → 2.931.0

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +48 -4
  4. package/apis/connect-2017-08-08.min.json +229 -124
  5. package/apis/connect-2017-08-08.paginators.json +6 -0
  6. package/apis/ec2-2016-11-15.min.json +1034 -898
  7. package/apis/greengrassv2-2020-11-30.min.json +166 -28
  8. package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
  9. package/apis/iotanalytics-2017-11-27.min.json +68 -27
  10. package/apis/kendra-2019-02-03.min.json +128 -35
  11. package/apis/kms-2014-11-01.examples.json +8 -3
  12. package/apis/kms-2014-11-01.min.json +101 -20
  13. package/apis/mediatailor-2018-04-23.min.json +67 -59
  14. package/apis/metadata.json +2 -1
  15. package/apis/models.lex.v2-2020-08-07.min.json +60 -37
  16. package/apis/rds-2014-10-31.min.json +41 -20
  17. package/apis/redshift-data-2019-12-20.min.json +26 -3
  18. package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
  19. package/clients/browser_default.d.ts +1 -0
  20. package/clients/browser_default.js +1 -0
  21. package/clients/chime.d.ts +32 -6
  22. package/clients/connect.d.ts +184 -94
  23. package/clients/ec2.d.ts +192 -41
  24. package/clients/greengrassv2.d.ts +138 -2
  25. package/clients/iotanalytics.d.ts +51 -4
  26. package/clients/kendra.d.ts +114 -3
  27. package/clients/kms.d.ts +260 -136
  28. package/clients/lexmodelsv2.d.ts +30 -4
  29. package/clients/lexruntimev2.d.ts +46 -36
  30. package/clients/lookoutmetrics.d.ts +4 -4
  31. package/clients/mediatailor.d.ts +19 -1
  32. package/clients/rds.d.ts +248 -207
  33. package/clients/redshiftdata.d.ts +25 -0
  34. package/clients/sagemaker.d.ts +6 -6
  35. package/dist/aws-sdk-core-react-native.js +26 -2
  36. package/dist/aws-sdk-react-native.js +59 -39
  37. package/dist/aws-sdk.js +4438 -1559
  38. package/dist/aws-sdk.min.js +69 -68
  39. package/lib/core.js +1 -1
  40. package/lib/event_listeners.js +23 -0
  41. package/lib/model/operation.js +1 -0
  42. package/lib/services/s3.js +18 -22
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +7 -7
@@ -19,6 +19,14 @@ declare class Connect extends Service {
19
19
  * This API is in preview release for Amazon Connect and is subject to change. Associates an approved origin to an Amazon Connect instance.
20
20
  */
21
21
  associateApprovedOrigin(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
22
+ /**
23
+ * This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.
24
+ */
25
+ associateBot(params: Connect.Types.AssociateBotRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
26
+ /**
27
+ * This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.
28
+ */
29
+ associateBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
22
30
  /**
23
31
  * This API is in preview release for Amazon Connect and is subject to change. Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts. This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.
24
32
  */
@@ -283,6 +291,14 @@ declare class Connect extends Service {
283
291
  * This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect.
284
292
  */
285
293
  disassociateApprovedOrigin(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
294
+ /**
295
+ * This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.
296
+ */
297
+ disassociateBot(params: Connect.Types.DisassociateBotRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
298
+ /**
299
+ * This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.
300
+ */
301
+ disassociateBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
286
302
  /**
287
303
  * This API is in preview release for Amazon Connect and is subject to change. Removes the storage type configurations for the specified resource type and association ID.
288
304
  */
@@ -371,6 +387,14 @@ declare class Connect extends Service {
371
387
  * This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all approved origins associated with the instance.
372
388
  */
373
389
  listApprovedOrigins(callback?: (err: AWSError, data: Connect.Types.ListApprovedOriginsResponse) => void): Request<Connect.Types.ListApprovedOriginsResponse, AWSError>;
390
+ /**
391
+ * This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.
392
+ */
393
+ listBots(params: Connect.Types.ListBotsRequest, callback?: (err: AWSError, data: Connect.Types.ListBotsResponse) => void): Request<Connect.Types.ListBotsResponse, AWSError>;
394
+ /**
395
+ * This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.
396
+ */
397
+ listBots(callback?: (err: AWSError, data: Connect.Types.ListBotsResponse) => void): Request<Connect.Types.ListBotsResponse, AWSError>;
374
398
  /**
375
399
  * Provides information about the contact flows for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language. For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.
376
400
  */
@@ -810,9 +834,10 @@ declare namespace Connect {
810
834
  export type AgentFirstName = string;
811
835
  export type AgentLastName = string;
812
836
  export type AgentUsername = string;
837
+ export type AliasArn = string;
813
838
  export interface AssociateApprovedOriginRequest {
814
839
  /**
815
- * The identifier of the Amazon Connect instance.
840
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
816
841
  */
817
842
  InstanceId: InstanceId;
818
843
  /**
@@ -820,9 +845,20 @@ declare namespace Connect {
820
845
  */
821
846
  Origin: Origin;
822
847
  }
848
+ export interface AssociateBotRequest {
849
+ /**
850
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
851
+ */
852
+ InstanceId: InstanceId;
853
+ LexBot?: LexBot;
854
+ /**
855
+ * The Amazon Lex V2 bot to associate with the instance.
856
+ */
857
+ LexV2Bot?: LexV2Bot;
858
+ }
823
859
  export interface AssociateInstanceStorageConfigRequest {
824
860
  /**
825
- * The identifier of the Amazon Connect instance.
861
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
826
862
  */
827
863
  InstanceId: InstanceId;
828
864
  /**
@@ -842,7 +878,7 @@ declare namespace Connect {
842
878
  }
843
879
  export interface AssociateLambdaFunctionRequest {
844
880
  /**
845
- * The identifier of the Amazon Connect instance.
881
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
846
882
  */
847
883
  InstanceId: InstanceId;
848
884
  /**
@@ -852,17 +888,17 @@ declare namespace Connect {
852
888
  }
853
889
  export interface AssociateLexBotRequest {
854
890
  /**
855
- * The identifier of the Amazon Connect instance.
891
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
856
892
  */
857
893
  InstanceId: InstanceId;
858
894
  /**
859
- * The Amazon Lex box to associate with the instance.
895
+ * The Amazon Lex bot to associate with the instance.
860
896
  */
861
897
  LexBot: LexBot;
862
898
  }
863
899
  export interface AssociateQueueQuickConnectsRequest {
864
900
  /**
865
- * The identifier of the Amazon Connect instance.
901
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
866
902
  */
867
903
  InstanceId: InstanceId;
868
904
  /**
@@ -876,7 +912,7 @@ declare namespace Connect {
876
912
  }
877
913
  export interface AssociateRoutingProfileQueuesRequest {
878
914
  /**
879
- * The identifier of the Amazon Connect instance.
915
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
880
916
  */
881
917
  InstanceId: InstanceId;
882
918
  /**
@@ -890,7 +926,7 @@ declare namespace Connect {
890
926
  }
891
927
  export interface AssociateSecurityKeyRequest {
892
928
  /**
893
- * The identifier of the Amazon Connect instance.
929
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
894
930
  */
895
931
  InstanceId: InstanceId;
896
932
  /**
@@ -1072,7 +1108,7 @@ declare namespace Connect {
1072
1108
  }
1073
1109
  export interface CreateIntegrationAssociationRequest {
1074
1110
  /**
1075
- * The identifier of the Amazon Connect instance.
1111
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1076
1112
  */
1077
1113
  InstanceId: InstanceId;
1078
1114
  /**
@@ -1112,7 +1148,7 @@ declare namespace Connect {
1112
1148
  }
1113
1149
  export interface CreateQueueRequest {
1114
1150
  /**
1115
- * The identifier of the Amazon Connect instance.
1151
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1116
1152
  */
1117
1153
  InstanceId: InstanceId;
1118
1154
  /**
@@ -1156,7 +1192,7 @@ declare namespace Connect {
1156
1192
  }
1157
1193
  export interface CreateQuickConnectRequest {
1158
1194
  /**
1159
- * The identifier of the Amazon Connect instance.
1195
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1160
1196
  */
1161
1197
  InstanceId: InstanceId;
1162
1198
  /**
@@ -1188,7 +1224,7 @@ declare namespace Connect {
1188
1224
  }
1189
1225
  export interface CreateRoutingProfileRequest {
1190
1226
  /**
1191
- * The identifier of the Amazon Connect instance.
1227
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1192
1228
  */
1193
1229
  InstanceId: InstanceId;
1194
1230
  /**
@@ -1228,7 +1264,7 @@ declare namespace Connect {
1228
1264
  }
1229
1265
  export interface CreateUseCaseRequest {
1230
1266
  /**
1231
- * The identifier of the Amazon Connect instance.
1267
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1232
1268
  */
1233
1269
  InstanceId: InstanceId;
1234
1270
  /**
@@ -1264,7 +1300,7 @@ declare namespace Connect {
1264
1300
  */
1265
1301
  ParentGroupId?: HierarchyGroupId;
1266
1302
  /**
1267
- * The identifier of the Amazon Connect instance.
1303
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1268
1304
  */
1269
1305
  InstanceId: InstanceId;
1270
1306
  }
@@ -1312,7 +1348,7 @@ declare namespace Connect {
1312
1348
  */
1313
1349
  HierarchyGroupId?: HierarchyGroupId;
1314
1350
  /**
1315
- * The identifier of the Amazon Connect instance.
1351
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1316
1352
  */
1317
1353
  InstanceId: InstanceId;
1318
1354
  /**
@@ -1385,13 +1421,13 @@ declare namespace Connect {
1385
1421
  export type Delay = number;
1386
1422
  export interface DeleteInstanceRequest {
1387
1423
  /**
1388
- * The identifier of the Amazon Connect instance.
1424
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1389
1425
  */
1390
1426
  InstanceId: InstanceId;
1391
1427
  }
1392
1428
  export interface DeleteIntegrationAssociationRequest {
1393
1429
  /**
1394
- * The identifier of the Amazon Connect instance.
1430
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1395
1431
  */
1396
1432
  InstanceId: InstanceId;
1397
1433
  /**
@@ -1401,7 +1437,7 @@ declare namespace Connect {
1401
1437
  }
1402
1438
  export interface DeleteQuickConnectRequest {
1403
1439
  /**
1404
- * The identifier of the Amazon Connect instance.
1440
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1405
1441
  */
1406
1442
  InstanceId: InstanceId;
1407
1443
  /**
@@ -1411,7 +1447,7 @@ declare namespace Connect {
1411
1447
  }
1412
1448
  export interface DeleteUseCaseRequest {
1413
1449
  /**
1414
- * The identifier of the Amazon Connect instance.
1450
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1415
1451
  */
1416
1452
  InstanceId: InstanceId;
1417
1453
  /**
@@ -1429,13 +1465,13 @@ declare namespace Connect {
1429
1465
  */
1430
1466
  HierarchyGroupId: HierarchyGroupId;
1431
1467
  /**
1432
- * The identifier of the Amazon Connect instance.
1468
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1433
1469
  */
1434
1470
  InstanceId: InstanceId;
1435
1471
  }
1436
1472
  export interface DeleteUserRequest {
1437
1473
  /**
1438
- * The identifier of the Amazon Connect instance.
1474
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1439
1475
  */
1440
1476
  InstanceId: InstanceId;
1441
1477
  /**
@@ -1461,7 +1497,7 @@ declare namespace Connect {
1461
1497
  }
1462
1498
  export interface DescribeHoursOfOperationRequest {
1463
1499
  /**
1464
- * The identifier of the Amazon Connect instance.
1500
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1465
1501
  */
1466
1502
  InstanceId: InstanceId;
1467
1503
  /**
@@ -1477,7 +1513,7 @@ declare namespace Connect {
1477
1513
  }
1478
1514
  export interface DescribeInstanceAttributeRequest {
1479
1515
  /**
1480
- * The identifier of the Amazon Connect instance.
1516
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1481
1517
  */
1482
1518
  InstanceId: InstanceId;
1483
1519
  /**
@@ -1493,7 +1529,7 @@ declare namespace Connect {
1493
1529
  }
1494
1530
  export interface DescribeInstanceRequest {
1495
1531
  /**
1496
- * The identifier of the Amazon Connect instance.
1532
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1497
1533
  */
1498
1534
  InstanceId: InstanceId;
1499
1535
  }
@@ -1505,7 +1541,7 @@ declare namespace Connect {
1505
1541
  }
1506
1542
  export interface DescribeInstanceStorageConfigRequest {
1507
1543
  /**
1508
- * The identifier of the Amazon Connect instance.
1544
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1509
1545
  */
1510
1546
  InstanceId: InstanceId;
1511
1547
  /**
@@ -1525,7 +1561,7 @@ declare namespace Connect {
1525
1561
  }
1526
1562
  export interface DescribeQueueRequest {
1527
1563
  /**
1528
- * The identifier of the Amazon Connect instance.
1564
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1529
1565
  */
1530
1566
  InstanceId: InstanceId;
1531
1567
  /**
@@ -1541,7 +1577,7 @@ declare namespace Connect {
1541
1577
  }
1542
1578
  export interface DescribeQuickConnectRequest {
1543
1579
  /**
1544
- * The identifier of the Amazon Connect instance.
1580
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1545
1581
  */
1546
1582
  InstanceId: InstanceId;
1547
1583
  /**
@@ -1557,7 +1593,7 @@ declare namespace Connect {
1557
1593
  }
1558
1594
  export interface DescribeRoutingProfileRequest {
1559
1595
  /**
1560
- * The identifier of the Amazon Connect instance.
1596
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1561
1597
  */
1562
1598
  InstanceId: InstanceId;
1563
1599
  /**
@@ -1577,7 +1613,7 @@ declare namespace Connect {
1577
1613
  */
1578
1614
  HierarchyGroupId: HierarchyGroupId;
1579
1615
  /**
1580
- * The identifier of the Amazon Connect instance.
1616
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1581
1617
  */
1582
1618
  InstanceId: InstanceId;
1583
1619
  }
@@ -1589,7 +1625,7 @@ declare namespace Connect {
1589
1625
  }
1590
1626
  export interface DescribeUserHierarchyStructureRequest {
1591
1627
  /**
1592
- * The identifier of the Amazon Connect instance.
1628
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1593
1629
  */
1594
1630
  InstanceId: InstanceId;
1595
1631
  }
@@ -1605,7 +1641,7 @@ declare namespace Connect {
1605
1641
  */
1606
1642
  UserId: UserId;
1607
1643
  /**
1608
- * The identifier of the Amazon Connect instance.
1644
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1609
1645
  */
1610
1646
  InstanceId: InstanceId;
1611
1647
  }
@@ -1632,7 +1668,7 @@ declare namespace Connect {
1632
1668
  export type DirectoryUserId = string;
1633
1669
  export interface DisassociateApprovedOriginRequest {
1634
1670
  /**
1635
- * The identifier of the Amazon Connect instance.
1671
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1636
1672
  */
1637
1673
  InstanceId: InstanceId;
1638
1674
  /**
@@ -1640,9 +1676,20 @@ declare namespace Connect {
1640
1676
  */
1641
1677
  Origin: Origin;
1642
1678
  }
1679
+ export interface DisassociateBotRequest {
1680
+ /**
1681
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1682
+ */
1683
+ InstanceId: InstanceId;
1684
+ LexBot?: LexBot;
1685
+ /**
1686
+ * The Amazon Lex V2 bot to disassociate from the instance.
1687
+ */
1688
+ LexV2Bot?: LexV2Bot;
1689
+ }
1643
1690
  export interface DisassociateInstanceStorageConfigRequest {
1644
1691
  /**
1645
- * The identifier of the Amazon Connect instance.
1692
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1646
1693
  */
1647
1694
  InstanceId: InstanceId;
1648
1695
  /**
@@ -1656,7 +1703,7 @@ declare namespace Connect {
1656
1703
  }
1657
1704
  export interface DisassociateLambdaFunctionRequest {
1658
1705
  /**
1659
- * The identifier of the Amazon Connect instance..
1706
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance..
1660
1707
  */
1661
1708
  InstanceId: InstanceId;
1662
1709
  /**
@@ -1666,7 +1713,7 @@ declare namespace Connect {
1666
1713
  }
1667
1714
  export interface DisassociateLexBotRequest {
1668
1715
  /**
1669
- * The identifier of the Amazon Connect instance.
1716
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1670
1717
  */
1671
1718
  InstanceId: InstanceId;
1672
1719
  /**
@@ -1680,7 +1727,7 @@ declare namespace Connect {
1680
1727
  }
1681
1728
  export interface DisassociateQueueQuickConnectsRequest {
1682
1729
  /**
1683
- * The identifier of the Amazon Connect instance.
1730
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1684
1731
  */
1685
1732
  InstanceId: InstanceId;
1686
1733
  /**
@@ -1694,7 +1741,7 @@ declare namespace Connect {
1694
1741
  }
1695
1742
  export interface DisassociateRoutingProfileQueuesRequest {
1696
1743
  /**
1697
- * The identifier of the Amazon Connect instance.
1744
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1698
1745
  */
1699
1746
  InstanceId: InstanceId;
1700
1747
  /**
@@ -1708,7 +1755,7 @@ declare namespace Connect {
1708
1755
  }
1709
1756
  export interface DisassociateSecurityKeyRequest {
1710
1757
  /**
1711
- * The identifier of the Amazon Connect instance.
1758
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1712
1759
  */
1713
1760
  InstanceId: InstanceId;
1714
1761
  /**
@@ -1759,7 +1806,7 @@ declare namespace Connect {
1759
1806
  }
1760
1807
  export interface GetCurrentMetricDataRequest {
1761
1808
  /**
1762
- * The identifier of the Amazon Connect instance.
1809
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1763
1810
  */
1764
1811
  InstanceId: InstanceId;
1765
1812
  /**
@@ -1799,7 +1846,7 @@ declare namespace Connect {
1799
1846
  }
1800
1847
  export interface GetFederationTokenRequest {
1801
1848
  /**
1802
- * The identifier of the Amazon Connect instance.
1849
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1803
1850
  */
1804
1851
  InstanceId: InstanceId;
1805
1852
  }
@@ -1811,7 +1858,7 @@ declare namespace Connect {
1811
1858
  }
1812
1859
  export interface GetMetricDataRequest {
1813
1860
  /**
1814
- * The identifier of the Amazon Connect instance.
1861
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1815
1862
  */
1816
1863
  InstanceId: InstanceId;
1817
1864
  /**
@@ -1831,7 +1878,7 @@ declare namespace Connect {
1831
1878
  */
1832
1879
  Groupings?: Groupings;
1833
1880
  /**
1834
- * The metrics to retrieve. Specify the name, unit, and statistic for each metric. The following historical metrics are available. For a description of each metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide. ABANDON_TIME Unit: SECONDS Statistic: AVG AFTER_CONTACT_WORK_TIME Unit: SECONDS Statistic: AVG API_CONTACTS_HANDLED Unit: COUNT Statistic: SUM CALLBACK_CONTACTS_HANDLED Unit: COUNT Statistic: SUM CONTACTS_ABANDONED Unit: COUNT Statistic: SUM CONTACTS_AGENT_HUNG_UP_FIRST Unit: COUNT Statistic: SUM CONTACTS_CONSULTED Unit: COUNT Statistic: SUM CONTACTS_HANDLED Unit: COUNT Statistic: SUM CONTACTS_HANDLED_INCOMING Unit: COUNT Statistic: SUM CONTACTS_HANDLED_OUTBOUND Unit: COUNT Statistic: SUM CONTACTS_HOLD_ABANDONS Unit: COUNT Statistic: SUM CONTACTS_MISSED Unit: COUNT Statistic: SUM CONTACTS_QUEUED Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_IN Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_IN_FROM_QUEUE Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_OUT Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: COUNT Statistic: SUM HANDLE_TIME Unit: SECONDS Statistic: AVG HOLD_TIME Unit: SECONDS Statistic: AVG INTERACTION_AND_HOLD_TIME Unit: SECONDS Statistic: AVG INTERACTION_TIME Unit: SECONDS Statistic: AVG OCCUPANCY Unit: PERCENT Statistic: AVG QUEUE_ANSWER_TIME Unit: SECONDS Statistic: AVG QUEUED_TIME Unit: SECONDS Statistic: MAX SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: PERCENT Statistic: AVG Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than").
1881
+ * The metrics to retrieve. Specify the name, unit, and statistic for each metric. The following historical metrics are available. For a description of each metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide. This API does not support a contacts incoming metric (there's no CONTACTS_INCOMING metric missing from the documented list). ABANDON_TIME Unit: SECONDS Statistic: AVG AFTER_CONTACT_WORK_TIME Unit: SECONDS Statistic: AVG API_CONTACTS_HANDLED Unit: COUNT Statistic: SUM CALLBACK_CONTACTS_HANDLED Unit: COUNT Statistic: SUM CONTACTS_ABANDONED Unit: COUNT Statistic: SUM CONTACTS_AGENT_HUNG_UP_FIRST Unit: COUNT Statistic: SUM CONTACTS_CONSULTED Unit: COUNT Statistic: SUM CONTACTS_HANDLED Unit: COUNT Statistic: SUM CONTACTS_HANDLED_INCOMING Unit: COUNT Statistic: SUM CONTACTS_HANDLED_OUTBOUND Unit: COUNT Statistic: SUM CONTACTS_HOLD_ABANDONS Unit: COUNT Statistic: SUM CONTACTS_MISSED Unit: COUNT Statistic: SUM CONTACTS_QUEUED Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_IN Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_IN_FROM_QUEUE Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_OUT Unit: COUNT Statistic: SUM CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: COUNT Statistic: SUM HANDLE_TIME Unit: SECONDS Statistic: AVG HOLD_TIME Unit: SECONDS Statistic: AVG INTERACTION_AND_HOLD_TIME Unit: SECONDS Statistic: AVG INTERACTION_TIME Unit: SECONDS Statistic: AVG OCCUPANCY Unit: PERCENT Statistic: AVG QUEUE_ANSWER_TIME Unit: SECONDS Statistic: AVG QUEUED_TIME Unit: SECONDS Statistic: MAX SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: PERCENT Statistic: AVG Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than").
1835
1882
  */
1836
1883
  HistoricalMetrics: HistoricalMetrics;
1837
1884
  /**
@@ -2102,7 +2149,7 @@ declare namespace Connect {
2102
2149
  export type InboundCallsEnabled = boolean;
2103
2150
  export interface Instance {
2104
2151
  /**
2105
- * The identifier of the Amazon Connect instance.
2152
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2106
2153
  */
2107
2154
  Id?: InstanceId;
2108
2155
  /**
@@ -2230,7 +2277,7 @@ declare namespace Connect {
2230
2277
  */
2231
2278
  IntegrationAssociationArn?: ARN;
2232
2279
  /**
2233
- * The identifier of the Amazon Connect instance.
2280
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2234
2281
  */
2235
2282
  InstanceId?: InstanceId;
2236
2283
  /**
@@ -2293,11 +2340,26 @@ declare namespace Connect {
2293
2340
  */
2294
2341
  LexRegion?: LexRegion;
2295
2342
  }
2343
+ export interface LexBotConfig {
2344
+ LexBot?: LexBot;
2345
+ /**
2346
+ * Configuration information of an Amazon Lex V2 bot.
2347
+ */
2348
+ LexV2Bot?: LexV2Bot;
2349
+ }
2350
+ export type LexBotConfigList = LexBotConfig[];
2296
2351
  export type LexBotsList = LexBot[];
2297
2352
  export type LexRegion = string;
2353
+ export interface LexV2Bot {
2354
+ /**
2355
+ * The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
2356
+ */
2357
+ AliasArn?: AliasArn;
2358
+ }
2359
+ export type LexVersion = "V1"|"V2"|string;
2298
2360
  export interface ListApprovedOriginsRequest {
2299
2361
  /**
2300
- * The identifier of the Amazon Connect instance.
2362
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2301
2363
  */
2302
2364
  InstanceId: InstanceId;
2303
2365
  /**
@@ -2319,9 +2381,37 @@ declare namespace Connect {
2319
2381
  */
2320
2382
  NextToken?: NextToken;
2321
2383
  }
2384
+ export interface ListBotsRequest {
2385
+ /**
2386
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2387
+ */
2388
+ InstanceId: InstanceId;
2389
+ /**
2390
+ * 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.
2391
+ */
2392
+ NextToken?: NextToken;
2393
+ /**
2394
+ * The maximum number of results to return per page.
2395
+ */
2396
+ MaxResults?: MaxResult25;
2397
+ /**
2398
+ * The version of Amazon Lex or Amazon Lex V2.
2399
+ */
2400
+ LexVersion: LexVersion;
2401
+ }
2402
+ export interface ListBotsResponse {
2403
+ /**
2404
+ * The names and Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
2405
+ */
2406
+ LexBots?: LexBotConfigList;
2407
+ /**
2408
+ * If there are additional results, this is the token for the next set of results.
2409
+ */
2410
+ NextToken?: NextToken;
2411
+ }
2322
2412
  export interface ListContactFlowsRequest {
2323
2413
  /**
2324
- * The identifier of the Amazon Connect instance.
2414
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2325
2415
  */
2326
2416
  InstanceId: InstanceId;
2327
2417
  /**
@@ -2349,7 +2439,7 @@ declare namespace Connect {
2349
2439
  }
2350
2440
  export interface ListHoursOfOperationsRequest {
2351
2441
  /**
2352
- * The identifier of the Amazon Connect instance.
2442
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2353
2443
  */
2354
2444
  InstanceId: InstanceId;
2355
2445
  /**
@@ -2373,7 +2463,7 @@ declare namespace Connect {
2373
2463
  }
2374
2464
  export interface ListInstanceAttributesRequest {
2375
2465
  /**
2376
- * The identifier of the Amazon Connect instance.
2466
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2377
2467
  */
2378
2468
  InstanceId: InstanceId;
2379
2469
  /**
@@ -2397,7 +2487,7 @@ declare namespace Connect {
2397
2487
  }
2398
2488
  export interface ListInstanceStorageConfigsRequest {
2399
2489
  /**
2400
- * The identifier of the Amazon Connect instance.
2490
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2401
2491
  */
2402
2492
  InstanceId: InstanceId;
2403
2493
  /**
@@ -2445,7 +2535,7 @@ declare namespace Connect {
2445
2535
  }
2446
2536
  export interface ListIntegrationAssociationsRequest {
2447
2537
  /**
2448
- * The identifier of the Amazon Connect instance.
2538
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2449
2539
  */
2450
2540
  InstanceId: InstanceId;
2451
2541
  /**
@@ -2469,7 +2559,7 @@ declare namespace Connect {
2469
2559
  }
2470
2560
  export interface ListLambdaFunctionsRequest {
2471
2561
  /**
2472
- * The identifier of the Amazon Connect instance.
2562
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2473
2563
  */
2474
2564
  InstanceId: InstanceId;
2475
2565
  /**
@@ -2493,7 +2583,7 @@ declare namespace Connect {
2493
2583
  }
2494
2584
  export interface ListLexBotsRequest {
2495
2585
  /**
2496
- * The identifier of the Amazon Connect instance.
2586
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2497
2587
  */
2498
2588
  InstanceId: InstanceId;
2499
2589
  /**
@@ -2517,7 +2607,7 @@ declare namespace Connect {
2517
2607
  }
2518
2608
  export interface ListPhoneNumbersRequest {
2519
2609
  /**
2520
- * The identifier of the Amazon Connect instance.
2610
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2521
2611
  */
2522
2612
  InstanceId: InstanceId;
2523
2613
  /**
@@ -2573,7 +2663,7 @@ declare namespace Connect {
2573
2663
  }
2574
2664
  export interface ListQueueQuickConnectsRequest {
2575
2665
  /**
2576
- * The identifier of the Amazon Connect instance.
2666
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2577
2667
  */
2578
2668
  InstanceId: InstanceId;
2579
2669
  /**
@@ -2601,7 +2691,7 @@ declare namespace Connect {
2601
2691
  }
2602
2692
  export interface ListQueuesRequest {
2603
2693
  /**
2604
- * The identifier of the Amazon Connect instance.
2694
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2605
2695
  */
2606
2696
  InstanceId: InstanceId;
2607
2697
  /**
@@ -2629,7 +2719,7 @@ declare namespace Connect {
2629
2719
  }
2630
2720
  export interface ListQuickConnectsRequest {
2631
2721
  /**
2632
- * The identifier of the Amazon Connect instance.
2722
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2633
2723
  */
2634
2724
  InstanceId: InstanceId;
2635
2725
  /**
@@ -2657,7 +2747,7 @@ declare namespace Connect {
2657
2747
  }
2658
2748
  export interface ListRoutingProfileQueuesRequest {
2659
2749
  /**
2660
- * The identifier of the Amazon Connect instance.
2750
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2661
2751
  */
2662
2752
  InstanceId: InstanceId;
2663
2753
  /**
@@ -2685,7 +2775,7 @@ declare namespace Connect {
2685
2775
  }
2686
2776
  export interface ListRoutingProfilesRequest {
2687
2777
  /**
2688
- * The identifier of the Amazon Connect instance.
2778
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2689
2779
  */
2690
2780
  InstanceId: InstanceId;
2691
2781
  /**
@@ -2709,7 +2799,7 @@ declare namespace Connect {
2709
2799
  }
2710
2800
  export interface ListSecurityKeysRequest {
2711
2801
  /**
2712
- * The identifier of the Amazon Connect instance.
2802
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2713
2803
  */
2714
2804
  InstanceId: InstanceId;
2715
2805
  /**
@@ -2733,7 +2823,7 @@ declare namespace Connect {
2733
2823
  }
2734
2824
  export interface ListSecurityProfilesRequest {
2735
2825
  /**
2736
- * The identifier of the Amazon Connect instance.
2826
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2737
2827
  */
2738
2828
  InstanceId: InstanceId;
2739
2829
  /**
@@ -2769,7 +2859,7 @@ declare namespace Connect {
2769
2859
  }
2770
2860
  export interface ListUseCasesRequest {
2771
2861
  /**
2772
- * The identifier of the Amazon Connect instance.
2862
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2773
2863
  */
2774
2864
  InstanceId: InstanceId;
2775
2865
  /**
@@ -2797,7 +2887,7 @@ declare namespace Connect {
2797
2887
  }
2798
2888
  export interface ListUserHierarchyGroupsRequest {
2799
2889
  /**
2800
- * The identifier of the Amazon Connect instance.
2890
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2801
2891
  */
2802
2892
  InstanceId: InstanceId;
2803
2893
  /**
@@ -2821,7 +2911,7 @@ declare namespace Connect {
2821
2911
  }
2822
2912
  export interface ListUsersRequest {
2823
2913
  /**
2824
- * The identifier of the Amazon Connect instance.
2914
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
2825
2915
  */
2826
2916
  InstanceId: InstanceId;
2827
2917
  /**
@@ -3115,7 +3205,7 @@ declare namespace Connect {
3115
3205
  export type ReferenceValue = string;
3116
3206
  export interface ResumeContactRecordingRequest {
3117
3207
  /**
3118
- * The identifier of the Amazon Connect instance.
3208
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3119
3209
  */
3120
3210
  InstanceId: InstanceId;
3121
3211
  /**
@@ -3131,7 +3221,7 @@ declare namespace Connect {
3131
3221
  }
3132
3222
  export interface RoutingProfile {
3133
3223
  /**
3134
- * The identifier of the Amazon Connect instance.
3224
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3135
3225
  */
3136
3226
  InstanceId?: InstanceId;
3137
3227
  /**
@@ -3286,7 +3376,7 @@ declare namespace Connect {
3286
3376
  export type SourceType = "SALESFORCE"|"ZENDESK"|string;
3287
3377
  export interface StartChatContactRequest {
3288
3378
  /**
3289
- * The identifier of the Amazon Connect instance.
3379
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3290
3380
  */
3291
3381
  InstanceId: InstanceId;
3292
3382
  /**
@@ -3326,7 +3416,7 @@ declare namespace Connect {
3326
3416
  }
3327
3417
  export interface StartContactRecordingRequest {
3328
3418
  /**
3329
- * The identifier of the Amazon Connect instance.
3419
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3330
3420
  */
3331
3421
  InstanceId: InstanceId;
3332
3422
  /**
@@ -3354,11 +3444,11 @@ declare namespace Connect {
3354
3444
  */
3355
3445
  ContactFlowId: ContactFlowId;
3356
3446
  /**
3357
- * The identifier of the Amazon Connect instance.
3447
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3358
3448
  */
3359
3449
  InstanceId: InstanceId;
3360
3450
  /**
3361
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned. If the contact is disconnected, a new contact is started.
3451
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
3362
3452
  */
3363
3453
  ClientToken?: ClientToken;
3364
3454
  /**
@@ -3382,7 +3472,7 @@ declare namespace Connect {
3382
3472
  }
3383
3473
  export interface StartTaskContactRequest {
3384
3474
  /**
3385
- * The identifier of the Amazon Connect instance.
3475
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3386
3476
  */
3387
3477
  InstanceId: InstanceId;
3388
3478
  /**
@@ -3423,7 +3513,7 @@ declare namespace Connect {
3423
3513
  export type Statistic = "SUM"|"MAX"|"AVG"|string;
3424
3514
  export interface StopContactRecordingRequest {
3425
3515
  /**
3426
- * The identifier of the Amazon Connect instance.
3516
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3427
3517
  */
3428
3518
  InstanceId: InstanceId;
3429
3519
  /**
@@ -3443,7 +3533,7 @@ declare namespace Connect {
3443
3533
  */
3444
3534
  ContactId: ContactId;
3445
3535
  /**
3446
- * The identifier of the Amazon Connect instance.
3536
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3447
3537
  */
3448
3538
  InstanceId: InstanceId;
3449
3539
  }
@@ -3453,7 +3543,7 @@ declare namespace Connect {
3453
3543
  export type String = string;
3454
3544
  export interface SuspendContactRecordingRequest {
3455
3545
  /**
3456
- * The identifier of the Amazon Connect instance.
3546
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3457
3547
  */
3458
3548
  InstanceId: InstanceId;
3459
3549
  /**
@@ -3512,7 +3602,7 @@ declare namespace Connect {
3512
3602
  */
3513
3603
  InitialContactId: ContactId;
3514
3604
  /**
3515
- * The identifier of the Amazon Connect instance.
3605
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3516
3606
  */
3517
3607
  InstanceId: InstanceId;
3518
3608
  /**
@@ -3556,7 +3646,7 @@ declare namespace Connect {
3556
3646
  }
3557
3647
  export interface UpdateInstanceAttributeRequest {
3558
3648
  /**
3559
- * The identifier of the Amazon Connect instance.
3649
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3560
3650
  */
3561
3651
  InstanceId: InstanceId;
3562
3652
  /**
@@ -3570,7 +3660,7 @@ declare namespace Connect {
3570
3660
  }
3571
3661
  export interface UpdateInstanceStorageConfigRequest {
3572
3662
  /**
3573
- * The identifier of the Amazon Connect instance.
3663
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3574
3664
  */
3575
3665
  InstanceId: InstanceId;
3576
3666
  /**
@@ -3585,7 +3675,7 @@ declare namespace Connect {
3585
3675
  }
3586
3676
  export interface UpdateQueueHoursOfOperationRequest {
3587
3677
  /**
3588
- * The identifier of the Amazon Connect instance.
3678
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3589
3679
  */
3590
3680
  InstanceId: InstanceId;
3591
3681
  /**
@@ -3599,7 +3689,7 @@ declare namespace Connect {
3599
3689
  }
3600
3690
  export interface UpdateQueueMaxContactsRequest {
3601
3691
  /**
3602
- * The identifier of the Amazon Connect instance.
3692
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3603
3693
  */
3604
3694
  InstanceId: InstanceId;
3605
3695
  /**
@@ -3613,7 +3703,7 @@ declare namespace Connect {
3613
3703
  }
3614
3704
  export interface UpdateQueueNameRequest {
3615
3705
  /**
3616
- * The identifier of the Amazon Connect instance.
3706
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3617
3707
  */
3618
3708
  InstanceId: InstanceId;
3619
3709
  /**
@@ -3631,7 +3721,7 @@ declare namespace Connect {
3631
3721
  }
3632
3722
  export interface UpdateQueueOutboundCallerConfigRequest {
3633
3723
  /**
3634
- * The identifier of the Amazon Connect instance.
3724
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3635
3725
  */
3636
3726
  InstanceId: InstanceId;
3637
3727
  /**
@@ -3645,7 +3735,7 @@ declare namespace Connect {
3645
3735
  }
3646
3736
  export interface UpdateQueueStatusRequest {
3647
3737
  /**
3648
- * The identifier of the Amazon Connect instance.
3738
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3649
3739
  */
3650
3740
  InstanceId: InstanceId;
3651
3741
  /**
@@ -3659,7 +3749,7 @@ declare namespace Connect {
3659
3749
  }
3660
3750
  export interface UpdateQuickConnectConfigRequest {
3661
3751
  /**
3662
- * The identifier of the Amazon Connect instance.
3752
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3663
3753
  */
3664
3754
  InstanceId: InstanceId;
3665
3755
  /**
@@ -3673,7 +3763,7 @@ declare namespace Connect {
3673
3763
  }
3674
3764
  export interface UpdateQuickConnectNameRequest {
3675
3765
  /**
3676
- * The identifier of the Amazon Connect instance.
3766
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3677
3767
  */
3678
3768
  InstanceId: InstanceId;
3679
3769
  /**
@@ -3691,7 +3781,7 @@ declare namespace Connect {
3691
3781
  }
3692
3782
  export interface UpdateRoutingProfileConcurrencyRequest {
3693
3783
  /**
3694
- * The identifier of the Amazon Connect instance.
3784
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3695
3785
  */
3696
3786
  InstanceId: InstanceId;
3697
3787
  /**
@@ -3705,7 +3795,7 @@ declare namespace Connect {
3705
3795
  }
3706
3796
  export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
3707
3797
  /**
3708
- * The identifier of the Amazon Connect instance.
3798
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3709
3799
  */
3710
3800
  InstanceId: InstanceId;
3711
3801
  /**
@@ -3719,7 +3809,7 @@ declare namespace Connect {
3719
3809
  }
3720
3810
  export interface UpdateRoutingProfileNameRequest {
3721
3811
  /**
3722
- * The identifier of the Amazon Connect instance.
3812
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3723
3813
  */
3724
3814
  InstanceId: InstanceId;
3725
3815
  /**
@@ -3737,7 +3827,7 @@ declare namespace Connect {
3737
3827
  }
3738
3828
  export interface UpdateRoutingProfileQueuesRequest {
3739
3829
  /**
3740
- * The identifier of the Amazon Connect instance.
3830
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3741
3831
  */
3742
3832
  InstanceId: InstanceId;
3743
3833
  /**
@@ -3759,7 +3849,7 @@ declare namespace Connect {
3759
3849
  */
3760
3850
  HierarchyGroupId: HierarchyGroupId;
3761
3851
  /**
3762
- * The identifier of the Amazon Connect instance.
3852
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3763
3853
  */
3764
3854
  InstanceId: InstanceId;
3765
3855
  }
@@ -3773,7 +3863,7 @@ declare namespace Connect {
3773
3863
  */
3774
3864
  UserId: UserId;
3775
3865
  /**
3776
- * The identifier of the Amazon Connect instance.
3866
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3777
3867
  */
3778
3868
  InstanceId: InstanceId;
3779
3869
  }
@@ -3783,7 +3873,7 @@ declare namespace Connect {
3783
3873
  */
3784
3874
  HierarchyStructure: HierarchyStructureUpdate;
3785
3875
  /**
3786
- * The identifier of the Amazon Connect instance.
3876
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3787
3877
  */
3788
3878
  InstanceId: InstanceId;
3789
3879
  }
@@ -3797,7 +3887,7 @@ declare namespace Connect {
3797
3887
  */
3798
3888
  UserId: UserId;
3799
3889
  /**
3800
- * The identifier of the Amazon Connect instance.
3890
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3801
3891
  */
3802
3892
  InstanceId: InstanceId;
3803
3893
  }
@@ -3811,7 +3901,7 @@ declare namespace Connect {
3811
3901
  */
3812
3902
  UserId: UserId;
3813
3903
  /**
3814
- * The identifier of the Amazon Connect instance.
3904
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3815
3905
  */
3816
3906
  InstanceId: InstanceId;
3817
3907
  }
@@ -3825,7 +3915,7 @@ declare namespace Connect {
3825
3915
  */
3826
3916
  UserId: UserId;
3827
3917
  /**
3828
- * The identifier of the Amazon Connect instance.
3918
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3829
3919
  */
3830
3920
  InstanceId: InstanceId;
3831
3921
  }
@@ -3839,7 +3929,7 @@ declare namespace Connect {
3839
3929
  */
3840
3930
  UserId: UserId;
3841
3931
  /**
3842
- * The identifier of the Amazon Connect instance.
3932
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
3843
3933
  */
3844
3934
  InstanceId: InstanceId;
3845
3935
  }