@aws-sdk/client-connect 3.72.0 → 3.76.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 (85) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Connect.js +120 -0
  3. package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +36 -0
  4. package/dist-cjs/commands/ClaimPhoneNumberCommand.js +36 -0
  5. package/dist-cjs/commands/DescribePhoneNumberCommand.js +36 -0
  6. package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +36 -0
  7. package/dist-cjs/commands/ListPhoneNumbersV2Command.js +36 -0
  8. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
  9. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +37 -0
  10. package/dist-cjs/commands/SearchVocabulariesCommand.js +3 -3
  11. package/dist-cjs/commands/StartChatContactCommand.js +3 -3
  12. package/dist-cjs/commands/StartContactRecordingCommand.js +3 -3
  13. package/dist-cjs/commands/StartContactStreamingCommand.js +3 -3
  14. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
  15. package/dist-cjs/commands/index.js +8 -0
  16. package/dist-cjs/models/models_0.js +795 -803
  17. package/dist-cjs/models/models_1.js +118 -2
  18. package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +35 -0
  19. package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +35 -0
  20. package/dist-cjs/pagination/index.js +2 -0
  21. package/dist-cjs/protocols/Aws_restJson1.js +744 -12
  22. package/dist-es/Connect.js +120 -0
  23. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +39 -0
  24. package/dist-es/commands/ClaimPhoneNumberCommand.js +39 -0
  25. package/dist-es/commands/DescribePhoneNumberCommand.js +39 -0
  26. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +39 -0
  27. package/dist-es/commands/ListPhoneNumbersV2Command.js +39 -0
  28. package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
  29. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +40 -0
  30. package/dist-es/commands/SearchVocabulariesCommand.js +1 -1
  31. package/dist-es/commands/StartChatContactCommand.js +1 -1
  32. package/dist-es/commands/StartContactRecordingCommand.js +1 -1
  33. package/dist-es/commands/StartContactStreamingCommand.js +1 -1
  34. package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
  35. package/dist-es/commands/index.js +8 -0
  36. package/dist-es/models/models_0.js +320 -329
  37. package/dist-es/models/models_1.js +83 -0
  38. package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +74 -0
  39. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +74 -0
  40. package/dist-es/pagination/index.js +2 -0
  41. package/dist-es/protocols/Aws_restJson1.js +960 -36
  42. package/dist-types/Connect.d.ts +59 -1
  43. package/dist-types/ConnectClient.d.ts +10 -2
  44. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -0
  45. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +35 -0
  47. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -0
  48. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +37 -0
  49. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +35 -0
  50. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +36 -0
  51. package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  54. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +35 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/models/models_0.d.ts +778 -763
  59. package/dist-types/models/models_1.d.ts +377 -1
  60. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  61. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  64. package/dist-types/ts3.4/Connect.d.ts +40 -0
  65. package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
  66. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +767 -749
  80. package/dist-types/ts3.4/models/models_1.d.ts +212 -1
  81. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  85. package/package.json +9 -9
@@ -352,6 +352,18 @@ export declare namespace AssociateLexBotRequest {
352
352
 
353
353
  const filterSensitiveLog: (obj: AssociateLexBotRequest) => any;
354
354
  }
355
+ export interface AssociatePhoneNumberContactFlowRequest {
356
+
357
+ PhoneNumberId: string | undefined;
358
+
359
+ InstanceId: string | undefined;
360
+
361
+ ContactFlowId: string | undefined;
362
+ }
363
+ export declare namespace AssociatePhoneNumberContactFlowRequest {
364
+
365
+ const filterSensitiveLog: (obj: AssociatePhoneNumberContactFlowRequest) => any;
366
+ }
355
367
  export interface AssociateQueueQuickConnectsRequest {
356
368
 
357
369
  InstanceId: string | undefined;
@@ -423,6 +435,42 @@ export declare namespace AssociateSecurityKeyResponse {
423
435
 
424
436
  const filterSensitiveLog: (obj: AssociateSecurityKeyResponse) => any;
425
437
  }
438
+ export interface ClaimPhoneNumberRequest {
439
+
440
+ TargetArn: string | undefined;
441
+
442
+ PhoneNumber: string | undefined;
443
+
444
+ PhoneNumberDescription?: string;
445
+
446
+ Tags?: {
447
+ [key: string]: string;
448
+ };
449
+
450
+ ClientToken?: string;
451
+ }
452
+ export declare namespace ClaimPhoneNumberRequest {
453
+
454
+ const filterSensitiveLog: (obj: ClaimPhoneNumberRequest) => any;
455
+ }
456
+ export interface ClaimPhoneNumberResponse {
457
+
458
+ PhoneNumberId?: string;
459
+
460
+ PhoneNumberArn?: string;
461
+ }
462
+ export declare namespace ClaimPhoneNumberResponse {
463
+
464
+ const filterSensitiveLog: (obj: ClaimPhoneNumberResponse) => any;
465
+ }
466
+
467
+ export declare class IdempotencyException extends __BaseException {
468
+ readonly name: "IdempotencyException";
469
+ readonly $fault: "client";
470
+ Message?: string;
471
+
472
+ constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
473
+ }
426
474
  export interface CreateAgentStatusRequest {
427
475
 
428
476
  InstanceId: string | undefined;
@@ -551,14 +599,6 @@ export declare namespace CreateContactFlowModuleResponse {
551
599
  const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
552
600
  }
553
601
 
554
- export declare class IdempotencyException extends __BaseException {
555
- readonly name: "IdempotencyException";
556
- readonly $fault: "client";
557
- Message?: string;
558
-
559
- constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
560
- }
561
-
562
602
  export declare class InvalidContactFlowModuleException extends __BaseException {
563
603
  readonly name: "InvalidContactFlowModuleException";
564
604
  readonly $fault: "client";
@@ -1568,224 +1608,526 @@ export declare namespace DescribeInstanceStorageConfigResponse {
1568
1608
 
1569
1609
  const filterSensitiveLog: (obj: DescribeInstanceStorageConfigResponse) => any;
1570
1610
  }
1571
- export interface DescribeQueueRequest {
1572
-
1573
- InstanceId: string | undefined;
1574
-
1575
- QueueId: string | undefined;
1576
- }
1577
- export declare namespace DescribeQueueRequest {
1578
-
1579
- const filterSensitiveLog: (obj: DescribeQueueRequest) => any;
1580
- }
1581
- export declare enum QueueStatus {
1582
- DISABLED = "DISABLED",
1583
- ENABLED = "ENABLED"
1584
- }
1585
-
1586
- export interface Queue {
1587
-
1588
- Name?: string;
1589
-
1590
- QueueArn?: string;
1591
-
1592
- QueueId?: string;
1593
-
1594
- Description?: string;
1595
-
1596
- OutboundCallerConfig?: OutboundCallerConfig;
1597
-
1598
- HoursOfOperationId?: string;
1599
-
1600
- MaxContacts?: number;
1601
-
1602
- Status?: QueueStatus | string;
1603
-
1604
- Tags?: {
1605
- [key: string]: string;
1606
- };
1607
- }
1608
- export declare namespace Queue {
1609
-
1610
- const filterSensitiveLog: (obj: Queue) => any;
1611
- }
1612
- export interface DescribeQueueResponse {
1613
-
1614
- Queue?: Queue;
1615
- }
1616
- export declare namespace DescribeQueueResponse {
1617
-
1618
- const filterSensitiveLog: (obj: DescribeQueueResponse) => any;
1619
- }
1620
- export interface DescribeQuickConnectRequest {
1621
-
1622
- InstanceId: string | undefined;
1623
-
1624
- QuickConnectId: string | undefined;
1625
- }
1626
- export declare namespace DescribeQuickConnectRequest {
1627
-
1628
- const filterSensitiveLog: (obj: DescribeQuickConnectRequest) => any;
1629
- }
1630
-
1631
- export interface QuickConnect {
1632
-
1633
- QuickConnectARN?: string;
1634
-
1635
- QuickConnectId?: string;
1636
-
1637
- Name?: string;
1638
-
1639
- Description?: string;
1640
-
1641
- QuickConnectConfig?: QuickConnectConfig;
1642
-
1643
- Tags?: {
1644
- [key: string]: string;
1645
- };
1646
- }
1647
- export declare namespace QuickConnect {
1648
-
1649
- const filterSensitiveLog: (obj: QuickConnect) => any;
1650
- }
1651
- export interface DescribeQuickConnectResponse {
1652
-
1653
- QuickConnect?: QuickConnect;
1654
- }
1655
- export declare namespace DescribeQuickConnectResponse {
1656
-
1657
- const filterSensitiveLog: (obj: DescribeQuickConnectResponse) => any;
1658
- }
1659
- export interface DescribeRoutingProfileRequest {
1660
-
1661
- InstanceId: string | undefined;
1662
-
1663
- RoutingProfileId: string | undefined;
1664
- }
1665
- export declare namespace DescribeRoutingProfileRequest {
1666
-
1667
- const filterSensitiveLog: (obj: DescribeRoutingProfileRequest) => any;
1668
- }
1669
-
1670
- export interface RoutingProfile {
1671
-
1672
- InstanceId?: string;
1673
-
1674
- Name?: string;
1675
-
1676
- RoutingProfileArn?: string;
1677
-
1678
- RoutingProfileId?: string;
1679
-
1680
- Description?: string;
1681
-
1682
- MediaConcurrencies?: MediaConcurrency[];
1683
-
1684
- DefaultOutboundQueueId?: string;
1685
-
1686
- Tags?: {
1687
- [key: string]: string;
1688
- };
1689
- }
1690
- export declare namespace RoutingProfile {
1691
-
1692
- const filterSensitiveLog: (obj: RoutingProfile) => any;
1693
- }
1694
- export interface DescribeRoutingProfileResponse {
1695
-
1696
- RoutingProfile?: RoutingProfile;
1697
- }
1698
- export declare namespace DescribeRoutingProfileResponse {
1699
-
1700
- const filterSensitiveLog: (obj: DescribeRoutingProfileResponse) => any;
1701
- }
1702
- export interface DescribeSecurityProfileRequest {
1703
-
1704
- SecurityProfileId: string | undefined;
1705
-
1706
- InstanceId: string | undefined;
1707
- }
1708
- export declare namespace DescribeSecurityProfileRequest {
1709
-
1710
- const filterSensitiveLog: (obj: DescribeSecurityProfileRequest) => any;
1711
- }
1712
-
1713
- export interface SecurityProfile {
1714
-
1715
- Id?: string;
1716
-
1717
- OrganizationResourceId?: string;
1718
-
1719
- Arn?: string;
1720
-
1721
- SecurityProfileName?: string;
1722
-
1723
- Description?: string;
1724
-
1725
- Tags?: {
1726
- [key: string]: string;
1727
- };
1728
- }
1729
- export declare namespace SecurityProfile {
1730
-
1731
- const filterSensitiveLog: (obj: SecurityProfile) => any;
1732
- }
1733
- export interface DescribeSecurityProfileResponse {
1734
-
1735
- SecurityProfile?: SecurityProfile;
1736
- }
1737
- export declare namespace DescribeSecurityProfileResponse {
1738
-
1739
- const filterSensitiveLog: (obj: DescribeSecurityProfileResponse) => any;
1740
- }
1741
- export interface DescribeUserRequest {
1742
-
1743
- UserId: string | undefined;
1744
-
1745
- InstanceId: string | undefined;
1746
- }
1747
- export declare namespace DescribeUserRequest {
1748
-
1749
- const filterSensitiveLog: (obj: DescribeUserRequest) => any;
1750
- }
1751
-
1752
- export interface User {
1753
-
1754
- Id?: string;
1755
-
1756
- Arn?: string;
1757
-
1758
- Username?: string;
1759
-
1760
- IdentityInfo?: UserIdentityInfo;
1761
-
1762
- PhoneConfig?: UserPhoneConfig;
1763
-
1764
- DirectoryUserId?: string;
1765
-
1766
- SecurityProfileIds?: string[];
1767
-
1768
- RoutingProfileId?: string;
1769
-
1770
- HierarchyGroupId?: string;
1771
-
1772
- Tags?: {
1773
- [key: string]: string;
1774
- };
1775
- }
1776
- export declare namespace User {
1777
-
1778
- const filterSensitiveLog: (obj: User) => any;
1779
- }
1780
- export interface DescribeUserResponse {
1611
+ export interface DescribePhoneNumberRequest {
1781
1612
 
1782
- User?: User;
1613
+ PhoneNumberId: string | undefined;
1783
1614
  }
1784
- export declare namespace DescribeUserResponse {
1615
+ export declare namespace DescribePhoneNumberRequest {
1785
1616
 
1786
- const filterSensitiveLog: (obj: DescribeUserResponse) => any;
1617
+ const filterSensitiveLog: (obj: DescribePhoneNumberRequest) => any;
1787
1618
  }
1788
- export interface DescribeUserHierarchyGroupRequest {
1619
+ export declare enum PhoneNumberCountryCode {
1620
+ AD = "AD",
1621
+ AE = "AE",
1622
+ AF = "AF",
1623
+ AG = "AG",
1624
+ AI = "AI",
1625
+ AL = "AL",
1626
+ AM = "AM",
1627
+ AN = "AN",
1628
+ AO = "AO",
1629
+ AQ = "AQ",
1630
+ AR = "AR",
1631
+ AS = "AS",
1632
+ AT = "AT",
1633
+ AU = "AU",
1634
+ AW = "AW",
1635
+ AZ = "AZ",
1636
+ BA = "BA",
1637
+ BB = "BB",
1638
+ BD = "BD",
1639
+ BE = "BE",
1640
+ BF = "BF",
1641
+ BG = "BG",
1642
+ BH = "BH",
1643
+ BI = "BI",
1644
+ BJ = "BJ",
1645
+ BL = "BL",
1646
+ BM = "BM",
1647
+ BN = "BN",
1648
+ BO = "BO",
1649
+ BR = "BR",
1650
+ BS = "BS",
1651
+ BT = "BT",
1652
+ BW = "BW",
1653
+ BY = "BY",
1654
+ BZ = "BZ",
1655
+ CA = "CA",
1656
+ CC = "CC",
1657
+ CD = "CD",
1658
+ CF = "CF",
1659
+ CG = "CG",
1660
+ CH = "CH",
1661
+ CI = "CI",
1662
+ CK = "CK",
1663
+ CL = "CL",
1664
+ CM = "CM",
1665
+ CN = "CN",
1666
+ CO = "CO",
1667
+ CR = "CR",
1668
+ CU = "CU",
1669
+ CV = "CV",
1670
+ CW = "CW",
1671
+ CX = "CX",
1672
+ CY = "CY",
1673
+ CZ = "CZ",
1674
+ DE = "DE",
1675
+ DJ = "DJ",
1676
+ DK = "DK",
1677
+ DM = "DM",
1678
+ DO = "DO",
1679
+ DZ = "DZ",
1680
+ EC = "EC",
1681
+ EE = "EE",
1682
+ EG = "EG",
1683
+ EH = "EH",
1684
+ ER = "ER",
1685
+ ES = "ES",
1686
+ ET = "ET",
1687
+ FI = "FI",
1688
+ FJ = "FJ",
1689
+ FK = "FK",
1690
+ FM = "FM",
1691
+ FO = "FO",
1692
+ FR = "FR",
1693
+ GA = "GA",
1694
+ GB = "GB",
1695
+ GD = "GD",
1696
+ GE = "GE",
1697
+ GG = "GG",
1698
+ GH = "GH",
1699
+ GI = "GI",
1700
+ GL = "GL",
1701
+ GM = "GM",
1702
+ GN = "GN",
1703
+ GQ = "GQ",
1704
+ GR = "GR",
1705
+ GT = "GT",
1706
+ GU = "GU",
1707
+ GW = "GW",
1708
+ GY = "GY",
1709
+ HK = "HK",
1710
+ HN = "HN",
1711
+ HR = "HR",
1712
+ HT = "HT",
1713
+ HU = "HU",
1714
+ ID = "ID",
1715
+ IE = "IE",
1716
+ IL = "IL",
1717
+ IM = "IM",
1718
+ IN = "IN",
1719
+ IO = "IO",
1720
+ IQ = "IQ",
1721
+ IR = "IR",
1722
+ IS = "IS",
1723
+ IT = "IT",
1724
+ JE = "JE",
1725
+ JM = "JM",
1726
+ JO = "JO",
1727
+ JP = "JP",
1728
+ KE = "KE",
1729
+ KG = "KG",
1730
+ KH = "KH",
1731
+ KI = "KI",
1732
+ KM = "KM",
1733
+ KN = "KN",
1734
+ KP = "KP",
1735
+ KR = "KR",
1736
+ KW = "KW",
1737
+ KY = "KY",
1738
+ KZ = "KZ",
1739
+ LA = "LA",
1740
+ LB = "LB",
1741
+ LC = "LC",
1742
+ LI = "LI",
1743
+ LK = "LK",
1744
+ LR = "LR",
1745
+ LS = "LS",
1746
+ LT = "LT",
1747
+ LU = "LU",
1748
+ LV = "LV",
1749
+ LY = "LY",
1750
+ MA = "MA",
1751
+ MC = "MC",
1752
+ MD = "MD",
1753
+ ME = "ME",
1754
+ MF = "MF",
1755
+ MG = "MG",
1756
+ MH = "MH",
1757
+ MK = "MK",
1758
+ ML = "ML",
1759
+ MM = "MM",
1760
+ MN = "MN",
1761
+ MO = "MO",
1762
+ MP = "MP",
1763
+ MR = "MR",
1764
+ MS = "MS",
1765
+ MT = "MT",
1766
+ MU = "MU",
1767
+ MV = "MV",
1768
+ MW = "MW",
1769
+ MX = "MX",
1770
+ MY = "MY",
1771
+ MZ = "MZ",
1772
+ NA = "NA",
1773
+ NC = "NC",
1774
+ NE = "NE",
1775
+ NG = "NG",
1776
+ NI = "NI",
1777
+ NL = "NL",
1778
+ NO = "NO",
1779
+ NP = "NP",
1780
+ NR = "NR",
1781
+ NU = "NU",
1782
+ NZ = "NZ",
1783
+ OM = "OM",
1784
+ PA = "PA",
1785
+ PE = "PE",
1786
+ PF = "PF",
1787
+ PG = "PG",
1788
+ PH = "PH",
1789
+ PK = "PK",
1790
+ PL = "PL",
1791
+ PM = "PM",
1792
+ PN = "PN",
1793
+ PR = "PR",
1794
+ PT = "PT",
1795
+ PW = "PW",
1796
+ PY = "PY",
1797
+ QA = "QA",
1798
+ RE = "RE",
1799
+ RO = "RO",
1800
+ RS = "RS",
1801
+ RU = "RU",
1802
+ RW = "RW",
1803
+ SA = "SA",
1804
+ SB = "SB",
1805
+ SC = "SC",
1806
+ SD = "SD",
1807
+ SE = "SE",
1808
+ SG = "SG",
1809
+ SH = "SH",
1810
+ SI = "SI",
1811
+ SJ = "SJ",
1812
+ SK = "SK",
1813
+ SL = "SL",
1814
+ SM = "SM",
1815
+ SN = "SN",
1816
+ SO = "SO",
1817
+ SR = "SR",
1818
+ ST = "ST",
1819
+ SV = "SV",
1820
+ SX = "SX",
1821
+ SY = "SY",
1822
+ SZ = "SZ",
1823
+ TC = "TC",
1824
+ TD = "TD",
1825
+ TG = "TG",
1826
+ TH = "TH",
1827
+ TJ = "TJ",
1828
+ TK = "TK",
1829
+ TL = "TL",
1830
+ TM = "TM",
1831
+ TN = "TN",
1832
+ TO = "TO",
1833
+ TR = "TR",
1834
+ TT = "TT",
1835
+ TV = "TV",
1836
+ TW = "TW",
1837
+ TZ = "TZ",
1838
+ UA = "UA",
1839
+ UG = "UG",
1840
+ US = "US",
1841
+ UY = "UY",
1842
+ UZ = "UZ",
1843
+ VA = "VA",
1844
+ VC = "VC",
1845
+ VE = "VE",
1846
+ VG = "VG",
1847
+ VI = "VI",
1848
+ VN = "VN",
1849
+ VU = "VU",
1850
+ WF = "WF",
1851
+ WS = "WS",
1852
+ YE = "YE",
1853
+ YT = "YT",
1854
+ ZA = "ZA",
1855
+ ZM = "ZM",
1856
+ ZW = "ZW"
1857
+ }
1858
+ export declare enum PhoneNumberWorkflowStatus {
1859
+ Claimed = "CLAIMED",
1860
+ Failed = "FAILED",
1861
+ InProgress = "IN_PROGRESS"
1862
+ }
1863
+
1864
+ export interface PhoneNumberStatus {
1865
+
1866
+ Status?: PhoneNumberWorkflowStatus | string;
1867
+
1868
+ Message?: string;
1869
+ }
1870
+ export declare namespace PhoneNumberStatus {
1871
+
1872
+ const filterSensitiveLog: (obj: PhoneNumberStatus) => any;
1873
+ }
1874
+ export declare enum PhoneNumberType {
1875
+ DID = "DID",
1876
+ TOLL_FREE = "TOLL_FREE"
1877
+ }
1878
+
1879
+ export interface ClaimedPhoneNumberSummary {
1880
+
1881
+ PhoneNumberId?: string;
1882
+
1883
+ PhoneNumberArn?: string;
1884
+
1885
+ PhoneNumber?: string;
1886
+
1887
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
1888
+
1889
+ PhoneNumberType?: PhoneNumberType | string;
1890
+
1891
+ PhoneNumberDescription?: string;
1892
+
1893
+ TargetArn?: string;
1894
+
1895
+ Tags?: {
1896
+ [key: string]: string;
1897
+ };
1898
+
1899
+ PhoneNumberStatus?: PhoneNumberStatus;
1900
+ }
1901
+ export declare namespace ClaimedPhoneNumberSummary {
1902
+
1903
+ const filterSensitiveLog: (obj: ClaimedPhoneNumberSummary) => any;
1904
+ }
1905
+ export interface DescribePhoneNumberResponse {
1906
+
1907
+ ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
1908
+ }
1909
+ export declare namespace DescribePhoneNumberResponse {
1910
+
1911
+ const filterSensitiveLog: (obj: DescribePhoneNumberResponse) => any;
1912
+ }
1913
+ export interface DescribeQueueRequest {
1914
+
1915
+ InstanceId: string | undefined;
1916
+
1917
+ QueueId: string | undefined;
1918
+ }
1919
+ export declare namespace DescribeQueueRequest {
1920
+
1921
+ const filterSensitiveLog: (obj: DescribeQueueRequest) => any;
1922
+ }
1923
+ export declare enum QueueStatus {
1924
+ DISABLED = "DISABLED",
1925
+ ENABLED = "ENABLED"
1926
+ }
1927
+
1928
+ export interface Queue {
1929
+
1930
+ Name?: string;
1931
+
1932
+ QueueArn?: string;
1933
+
1934
+ QueueId?: string;
1935
+
1936
+ Description?: string;
1937
+
1938
+ OutboundCallerConfig?: OutboundCallerConfig;
1939
+
1940
+ HoursOfOperationId?: string;
1941
+
1942
+ MaxContacts?: number;
1943
+
1944
+ Status?: QueueStatus | string;
1945
+
1946
+ Tags?: {
1947
+ [key: string]: string;
1948
+ };
1949
+ }
1950
+ export declare namespace Queue {
1951
+
1952
+ const filterSensitiveLog: (obj: Queue) => any;
1953
+ }
1954
+ export interface DescribeQueueResponse {
1955
+
1956
+ Queue?: Queue;
1957
+ }
1958
+ export declare namespace DescribeQueueResponse {
1959
+
1960
+ const filterSensitiveLog: (obj: DescribeQueueResponse) => any;
1961
+ }
1962
+ export interface DescribeQuickConnectRequest {
1963
+
1964
+ InstanceId: string | undefined;
1965
+
1966
+ QuickConnectId: string | undefined;
1967
+ }
1968
+ export declare namespace DescribeQuickConnectRequest {
1969
+
1970
+ const filterSensitiveLog: (obj: DescribeQuickConnectRequest) => any;
1971
+ }
1972
+
1973
+ export interface QuickConnect {
1974
+
1975
+ QuickConnectARN?: string;
1976
+
1977
+ QuickConnectId?: string;
1978
+
1979
+ Name?: string;
1980
+
1981
+ Description?: string;
1982
+
1983
+ QuickConnectConfig?: QuickConnectConfig;
1984
+
1985
+ Tags?: {
1986
+ [key: string]: string;
1987
+ };
1988
+ }
1989
+ export declare namespace QuickConnect {
1990
+
1991
+ const filterSensitiveLog: (obj: QuickConnect) => any;
1992
+ }
1993
+ export interface DescribeQuickConnectResponse {
1994
+
1995
+ QuickConnect?: QuickConnect;
1996
+ }
1997
+ export declare namespace DescribeQuickConnectResponse {
1998
+
1999
+ const filterSensitiveLog: (obj: DescribeQuickConnectResponse) => any;
2000
+ }
2001
+ export interface DescribeRoutingProfileRequest {
2002
+
2003
+ InstanceId: string | undefined;
2004
+
2005
+ RoutingProfileId: string | undefined;
2006
+ }
2007
+ export declare namespace DescribeRoutingProfileRequest {
2008
+
2009
+ const filterSensitiveLog: (obj: DescribeRoutingProfileRequest) => any;
2010
+ }
2011
+
2012
+ export interface RoutingProfile {
2013
+
2014
+ InstanceId?: string;
2015
+
2016
+ Name?: string;
2017
+
2018
+ RoutingProfileArn?: string;
2019
+
2020
+ RoutingProfileId?: string;
2021
+
2022
+ Description?: string;
2023
+
2024
+ MediaConcurrencies?: MediaConcurrency[];
2025
+
2026
+ DefaultOutboundQueueId?: string;
2027
+
2028
+ Tags?: {
2029
+ [key: string]: string;
2030
+ };
2031
+ }
2032
+ export declare namespace RoutingProfile {
2033
+
2034
+ const filterSensitiveLog: (obj: RoutingProfile) => any;
2035
+ }
2036
+ export interface DescribeRoutingProfileResponse {
2037
+
2038
+ RoutingProfile?: RoutingProfile;
2039
+ }
2040
+ export declare namespace DescribeRoutingProfileResponse {
2041
+
2042
+ const filterSensitiveLog: (obj: DescribeRoutingProfileResponse) => any;
2043
+ }
2044
+ export interface DescribeSecurityProfileRequest {
2045
+
2046
+ SecurityProfileId: string | undefined;
2047
+
2048
+ InstanceId: string | undefined;
2049
+ }
2050
+ export declare namespace DescribeSecurityProfileRequest {
2051
+
2052
+ const filterSensitiveLog: (obj: DescribeSecurityProfileRequest) => any;
2053
+ }
2054
+
2055
+ export interface SecurityProfile {
2056
+
2057
+ Id?: string;
2058
+
2059
+ OrganizationResourceId?: string;
2060
+
2061
+ Arn?: string;
2062
+
2063
+ SecurityProfileName?: string;
2064
+
2065
+ Description?: string;
2066
+
2067
+ Tags?: {
2068
+ [key: string]: string;
2069
+ };
2070
+ }
2071
+ export declare namespace SecurityProfile {
2072
+
2073
+ const filterSensitiveLog: (obj: SecurityProfile) => any;
2074
+ }
2075
+ export interface DescribeSecurityProfileResponse {
2076
+
2077
+ SecurityProfile?: SecurityProfile;
2078
+ }
2079
+ export declare namespace DescribeSecurityProfileResponse {
2080
+
2081
+ const filterSensitiveLog: (obj: DescribeSecurityProfileResponse) => any;
2082
+ }
2083
+ export interface DescribeUserRequest {
2084
+
2085
+ UserId: string | undefined;
2086
+
2087
+ InstanceId: string | undefined;
2088
+ }
2089
+ export declare namespace DescribeUserRequest {
2090
+
2091
+ const filterSensitiveLog: (obj: DescribeUserRequest) => any;
2092
+ }
2093
+
2094
+ export interface User {
2095
+
2096
+ Id?: string;
2097
+
2098
+ Arn?: string;
2099
+
2100
+ Username?: string;
2101
+
2102
+ IdentityInfo?: UserIdentityInfo;
2103
+
2104
+ PhoneConfig?: UserPhoneConfig;
2105
+
2106
+ DirectoryUserId?: string;
2107
+
2108
+ SecurityProfileIds?: string[];
2109
+
2110
+ RoutingProfileId?: string;
2111
+
2112
+ HierarchyGroupId?: string;
2113
+
2114
+ Tags?: {
2115
+ [key: string]: string;
2116
+ };
2117
+ }
2118
+ export declare namespace User {
2119
+
2120
+ const filterSensitiveLog: (obj: User) => any;
2121
+ }
2122
+ export interface DescribeUserResponse {
2123
+
2124
+ User?: User;
2125
+ }
2126
+ export declare namespace DescribeUserResponse {
2127
+
2128
+ const filterSensitiveLog: (obj: DescribeUserResponse) => any;
2129
+ }
2130
+ export interface DescribeUserHierarchyGroupRequest {
1789
2131
 
1790
2132
  HierarchyGroupId: string | undefined;
1791
2133
 
@@ -2001,6 +2343,16 @@ export declare namespace DisassociateLexBotRequest {
2001
2343
 
2002
2344
  const filterSensitiveLog: (obj: DisassociateLexBotRequest) => any;
2003
2345
  }
2346
+ export interface DisassociatePhoneNumberContactFlowRequest {
2347
+
2348
+ PhoneNumberId: string | undefined;
2349
+
2350
+ InstanceId: string | undefined;
2351
+ }
2352
+ export declare namespace DisassociatePhoneNumberContactFlowRequest {
2353
+
2354
+ const filterSensitiveLog: (obj: DisassociatePhoneNumberContactFlowRequest) => any;
2355
+ }
2004
2356
  export interface DisassociateQueueQuickConnectsRequest {
2005
2357
 
2006
2358
  InstanceId: string | undefined;
@@ -2703,383 +3055,140 @@ export interface InstanceSummary {
2703
3055
 
2704
3056
  ServiceRole?: string;
2705
3057
 
2706
- InstanceStatus?: InstanceStatus | string;
2707
-
2708
- InboundCallsEnabled?: boolean;
2709
-
2710
- OutboundCallsEnabled?: boolean;
2711
- }
2712
- export declare namespace InstanceSummary {
2713
-
2714
- const filterSensitiveLog: (obj: InstanceSummary) => any;
2715
- }
2716
- export interface ListInstancesResponse {
2717
-
2718
- InstanceSummaryList?: InstanceSummary[];
2719
-
2720
- NextToken?: string;
2721
- }
2722
- export declare namespace ListInstancesResponse {
2723
-
2724
- const filterSensitiveLog: (obj: ListInstancesResponse) => any;
2725
- }
2726
- export interface ListInstanceStorageConfigsRequest {
2727
-
2728
- InstanceId: string | undefined;
2729
-
2730
- ResourceType: InstanceStorageResourceType | string | undefined;
2731
-
2732
- NextToken?: string;
2733
-
2734
- MaxResults?: number;
2735
- }
2736
- export declare namespace ListInstanceStorageConfigsRequest {
2737
-
2738
- const filterSensitiveLog: (obj: ListInstanceStorageConfigsRequest) => any;
2739
- }
2740
- export interface ListInstanceStorageConfigsResponse {
2741
-
2742
- StorageConfigs?: InstanceStorageConfig[];
2743
-
2744
- NextToken?: string;
2745
- }
2746
- export declare namespace ListInstanceStorageConfigsResponse {
2747
-
2748
- const filterSensitiveLog: (obj: ListInstanceStorageConfigsResponse) => any;
2749
- }
2750
- export interface ListIntegrationAssociationsRequest {
2751
-
2752
- InstanceId: string | undefined;
2753
-
2754
- IntegrationType?: IntegrationType | string;
2755
-
2756
- NextToken?: string;
2757
-
2758
- MaxResults?: number;
2759
- }
2760
- export declare namespace ListIntegrationAssociationsRequest {
2761
-
2762
- const filterSensitiveLog: (obj: ListIntegrationAssociationsRequest) => any;
2763
- }
2764
-
2765
- export interface IntegrationAssociationSummary {
2766
-
2767
- IntegrationAssociationId?: string;
2768
-
2769
- IntegrationAssociationArn?: string;
2770
-
2771
- InstanceId?: string;
2772
-
2773
- IntegrationType?: IntegrationType | string;
2774
-
2775
- IntegrationArn?: string;
2776
-
2777
- SourceApplicationUrl?: string;
2778
-
2779
- SourceApplicationName?: string;
2780
-
2781
- SourceType?: SourceType | string;
2782
- }
2783
- export declare namespace IntegrationAssociationSummary {
2784
-
2785
- const filterSensitiveLog: (obj: IntegrationAssociationSummary) => any;
2786
- }
2787
- export interface ListIntegrationAssociationsResponse {
2788
-
2789
- IntegrationAssociationSummaryList?: IntegrationAssociationSummary[];
2790
-
2791
- NextToken?: string;
2792
- }
2793
- export declare namespace ListIntegrationAssociationsResponse {
2794
-
2795
- const filterSensitiveLog: (obj: ListIntegrationAssociationsResponse) => any;
2796
- }
2797
- export interface ListLambdaFunctionsRequest {
2798
-
2799
- InstanceId: string | undefined;
2800
-
2801
- NextToken?: string;
2802
-
2803
- MaxResults?: number;
2804
- }
2805
- export declare namespace ListLambdaFunctionsRequest {
2806
-
2807
- const filterSensitiveLog: (obj: ListLambdaFunctionsRequest) => any;
2808
- }
2809
- export interface ListLambdaFunctionsResponse {
2810
-
2811
- LambdaFunctions?: string[];
2812
-
2813
- NextToken?: string;
2814
- }
2815
- export declare namespace ListLambdaFunctionsResponse {
2816
-
2817
- const filterSensitiveLog: (obj: ListLambdaFunctionsResponse) => any;
2818
- }
2819
- export interface ListLexBotsRequest {
2820
-
2821
- InstanceId: string | undefined;
3058
+ InstanceStatus?: InstanceStatus | string;
2822
3059
 
2823
- NextToken?: string;
3060
+ InboundCallsEnabled?: boolean;
2824
3061
 
2825
- MaxResults?: number;
3062
+ OutboundCallsEnabled?: boolean;
2826
3063
  }
2827
- export declare namespace ListLexBotsRequest {
3064
+ export declare namespace InstanceSummary {
2828
3065
 
2829
- const filterSensitiveLog: (obj: ListLexBotsRequest) => any;
3066
+ const filterSensitiveLog: (obj: InstanceSummary) => any;
2830
3067
  }
2831
- export interface ListLexBotsResponse {
3068
+ export interface ListInstancesResponse {
2832
3069
 
2833
- LexBots?: LexBot[];
3070
+ InstanceSummaryList?: InstanceSummary[];
2834
3071
 
2835
3072
  NextToken?: string;
2836
3073
  }
2837
- export declare namespace ListLexBotsResponse {
3074
+ export declare namespace ListInstancesResponse {
2838
3075
 
2839
- const filterSensitiveLog: (obj: ListLexBotsResponse) => any;
3076
+ const filterSensitiveLog: (obj: ListInstancesResponse) => any;
2840
3077
  }
2841
- export declare enum PhoneNumberCountryCode {
2842
- AD = "AD",
2843
- AE = "AE",
2844
- AF = "AF",
2845
- AG = "AG",
2846
- AI = "AI",
2847
- AL = "AL",
2848
- AM = "AM",
2849
- AN = "AN",
2850
- AO = "AO",
2851
- AQ = "AQ",
2852
- AR = "AR",
2853
- AS = "AS",
2854
- AT = "AT",
2855
- AU = "AU",
2856
- AW = "AW",
2857
- AZ = "AZ",
2858
- BA = "BA",
2859
- BB = "BB",
2860
- BD = "BD",
2861
- BE = "BE",
2862
- BF = "BF",
2863
- BG = "BG",
2864
- BH = "BH",
2865
- BI = "BI",
2866
- BJ = "BJ",
2867
- BL = "BL",
2868
- BM = "BM",
2869
- BN = "BN",
2870
- BO = "BO",
2871
- BR = "BR",
2872
- BS = "BS",
2873
- BT = "BT",
2874
- BW = "BW",
2875
- BY = "BY",
2876
- BZ = "BZ",
2877
- CA = "CA",
2878
- CC = "CC",
2879
- CD = "CD",
2880
- CF = "CF",
2881
- CG = "CG",
2882
- CH = "CH",
2883
- CI = "CI",
2884
- CK = "CK",
2885
- CL = "CL",
2886
- CM = "CM",
2887
- CN = "CN",
2888
- CO = "CO",
2889
- CR = "CR",
2890
- CU = "CU",
2891
- CV = "CV",
2892
- CW = "CW",
2893
- CX = "CX",
2894
- CY = "CY",
2895
- CZ = "CZ",
2896
- DE = "DE",
2897
- DJ = "DJ",
2898
- DK = "DK",
2899
- DM = "DM",
2900
- DO = "DO",
2901
- DZ = "DZ",
2902
- EC = "EC",
2903
- EE = "EE",
2904
- EG = "EG",
2905
- EH = "EH",
2906
- ER = "ER",
2907
- ES = "ES",
2908
- ET = "ET",
2909
- FI = "FI",
2910
- FJ = "FJ",
2911
- FK = "FK",
2912
- FM = "FM",
2913
- FO = "FO",
2914
- FR = "FR",
2915
- GA = "GA",
2916
- GB = "GB",
2917
- GD = "GD",
2918
- GE = "GE",
2919
- GG = "GG",
2920
- GH = "GH",
2921
- GI = "GI",
2922
- GL = "GL",
2923
- GM = "GM",
2924
- GN = "GN",
2925
- GQ = "GQ",
2926
- GR = "GR",
2927
- GT = "GT",
2928
- GU = "GU",
2929
- GW = "GW",
2930
- GY = "GY",
2931
- HK = "HK",
2932
- HN = "HN",
2933
- HR = "HR",
2934
- HT = "HT",
2935
- HU = "HU",
2936
- ID = "ID",
2937
- IE = "IE",
2938
- IL = "IL",
2939
- IM = "IM",
2940
- IN = "IN",
2941
- IO = "IO",
2942
- IQ = "IQ",
2943
- IR = "IR",
2944
- IS = "IS",
2945
- IT = "IT",
2946
- JE = "JE",
2947
- JM = "JM",
2948
- JO = "JO",
2949
- JP = "JP",
2950
- KE = "KE",
2951
- KG = "KG",
2952
- KH = "KH",
2953
- KI = "KI",
2954
- KM = "KM",
2955
- KN = "KN",
2956
- KP = "KP",
2957
- KR = "KR",
2958
- KW = "KW",
2959
- KY = "KY",
2960
- KZ = "KZ",
2961
- LA = "LA",
2962
- LB = "LB",
2963
- LC = "LC",
2964
- LI = "LI",
2965
- LK = "LK",
2966
- LR = "LR",
2967
- LS = "LS",
2968
- LT = "LT",
2969
- LU = "LU",
2970
- LV = "LV",
2971
- LY = "LY",
2972
- MA = "MA",
2973
- MC = "MC",
2974
- MD = "MD",
2975
- ME = "ME",
2976
- MF = "MF",
2977
- MG = "MG",
2978
- MH = "MH",
2979
- MK = "MK",
2980
- ML = "ML",
2981
- MM = "MM",
2982
- MN = "MN",
2983
- MO = "MO",
2984
- MP = "MP",
2985
- MR = "MR",
2986
- MS = "MS",
2987
- MT = "MT",
2988
- MU = "MU",
2989
- MV = "MV",
2990
- MW = "MW",
2991
- MX = "MX",
2992
- MY = "MY",
2993
- MZ = "MZ",
2994
- NA = "NA",
2995
- NC = "NC",
2996
- NE = "NE",
2997
- NG = "NG",
2998
- NI = "NI",
2999
- NL = "NL",
3000
- NO = "NO",
3001
- NP = "NP",
3002
- NR = "NR",
3003
- NU = "NU",
3004
- NZ = "NZ",
3005
- OM = "OM",
3006
- PA = "PA",
3007
- PE = "PE",
3008
- PF = "PF",
3009
- PG = "PG",
3010
- PH = "PH",
3011
- PK = "PK",
3012
- PL = "PL",
3013
- PM = "PM",
3014
- PN = "PN",
3015
- PR = "PR",
3016
- PT = "PT",
3017
- PW = "PW",
3018
- PY = "PY",
3019
- QA = "QA",
3020
- RE = "RE",
3021
- RO = "RO",
3022
- RS = "RS",
3023
- RU = "RU",
3024
- RW = "RW",
3025
- SA = "SA",
3026
- SB = "SB",
3027
- SC = "SC",
3028
- SD = "SD",
3029
- SE = "SE",
3030
- SG = "SG",
3031
- SH = "SH",
3032
- SI = "SI",
3033
- SJ = "SJ",
3034
- SK = "SK",
3035
- SL = "SL",
3036
- SM = "SM",
3037
- SN = "SN",
3038
- SO = "SO",
3039
- SR = "SR",
3040
- ST = "ST",
3041
- SV = "SV",
3042
- SX = "SX",
3043
- SY = "SY",
3044
- SZ = "SZ",
3045
- TC = "TC",
3046
- TD = "TD",
3047
- TG = "TG",
3048
- TH = "TH",
3049
- TJ = "TJ",
3050
- TK = "TK",
3051
- TL = "TL",
3052
- TM = "TM",
3053
- TN = "TN",
3054
- TO = "TO",
3055
- TR = "TR",
3056
- TT = "TT",
3057
- TV = "TV",
3058
- TW = "TW",
3059
- TZ = "TZ",
3060
- UA = "UA",
3061
- UG = "UG",
3062
- US = "US",
3063
- UY = "UY",
3064
- UZ = "UZ",
3065
- VA = "VA",
3066
- VC = "VC",
3067
- VE = "VE",
3068
- VG = "VG",
3069
- VI = "VI",
3070
- VN = "VN",
3071
- VU = "VU",
3072
- WF = "WF",
3073
- WS = "WS",
3074
- YE = "YE",
3075
- YT = "YT",
3076
- ZA = "ZA",
3077
- ZM = "ZM",
3078
- ZW = "ZW"
3078
+ export interface ListInstanceStorageConfigsRequest {
3079
+
3080
+ InstanceId: string | undefined;
3081
+
3082
+ ResourceType: InstanceStorageResourceType | string | undefined;
3083
+
3084
+ NextToken?: string;
3085
+
3086
+ MaxResults?: number;
3079
3087
  }
3080
- export declare enum PhoneNumberType {
3081
- DID = "DID",
3082
- TOLL_FREE = "TOLL_FREE"
3088
+ export declare namespace ListInstanceStorageConfigsRequest {
3089
+
3090
+ const filterSensitiveLog: (obj: ListInstanceStorageConfigsRequest) => any;
3091
+ }
3092
+ export interface ListInstanceStorageConfigsResponse {
3093
+
3094
+ StorageConfigs?: InstanceStorageConfig[];
3095
+
3096
+ NextToken?: string;
3097
+ }
3098
+ export declare namespace ListInstanceStorageConfigsResponse {
3099
+
3100
+ const filterSensitiveLog: (obj: ListInstanceStorageConfigsResponse) => any;
3101
+ }
3102
+ export interface ListIntegrationAssociationsRequest {
3103
+
3104
+ InstanceId: string | undefined;
3105
+
3106
+ IntegrationType?: IntegrationType | string;
3107
+
3108
+ NextToken?: string;
3109
+
3110
+ MaxResults?: number;
3111
+ }
3112
+ export declare namespace ListIntegrationAssociationsRequest {
3113
+
3114
+ const filterSensitiveLog: (obj: ListIntegrationAssociationsRequest) => any;
3115
+ }
3116
+
3117
+ export interface IntegrationAssociationSummary {
3118
+
3119
+ IntegrationAssociationId?: string;
3120
+
3121
+ IntegrationAssociationArn?: string;
3122
+
3123
+ InstanceId?: string;
3124
+
3125
+ IntegrationType?: IntegrationType | string;
3126
+
3127
+ IntegrationArn?: string;
3128
+
3129
+ SourceApplicationUrl?: string;
3130
+
3131
+ SourceApplicationName?: string;
3132
+
3133
+ SourceType?: SourceType | string;
3134
+ }
3135
+ export declare namespace IntegrationAssociationSummary {
3136
+
3137
+ const filterSensitiveLog: (obj: IntegrationAssociationSummary) => any;
3138
+ }
3139
+ export interface ListIntegrationAssociationsResponse {
3140
+
3141
+ IntegrationAssociationSummaryList?: IntegrationAssociationSummary[];
3142
+
3143
+ NextToken?: string;
3144
+ }
3145
+ export declare namespace ListIntegrationAssociationsResponse {
3146
+
3147
+ const filterSensitiveLog: (obj: ListIntegrationAssociationsResponse) => any;
3148
+ }
3149
+ export interface ListLambdaFunctionsRequest {
3150
+
3151
+ InstanceId: string | undefined;
3152
+
3153
+ NextToken?: string;
3154
+
3155
+ MaxResults?: number;
3156
+ }
3157
+ export declare namespace ListLambdaFunctionsRequest {
3158
+
3159
+ const filterSensitiveLog: (obj: ListLambdaFunctionsRequest) => any;
3160
+ }
3161
+ export interface ListLambdaFunctionsResponse {
3162
+
3163
+ LambdaFunctions?: string[];
3164
+
3165
+ NextToken?: string;
3166
+ }
3167
+ export declare namespace ListLambdaFunctionsResponse {
3168
+
3169
+ const filterSensitiveLog: (obj: ListLambdaFunctionsResponse) => any;
3170
+ }
3171
+ export interface ListLexBotsRequest {
3172
+
3173
+ InstanceId: string | undefined;
3174
+
3175
+ NextToken?: string;
3176
+
3177
+ MaxResults?: number;
3178
+ }
3179
+ export declare namespace ListLexBotsRequest {
3180
+
3181
+ const filterSensitiveLog: (obj: ListLexBotsRequest) => any;
3182
+ }
3183
+ export interface ListLexBotsResponse {
3184
+
3185
+ LexBots?: LexBot[];
3186
+
3187
+ NextToken?: string;
3188
+ }
3189
+ export declare namespace ListLexBotsResponse {
3190
+
3191
+ const filterSensitiveLog: (obj: ListLexBotsResponse) => any;
3083
3192
  }
3084
3193
  export interface ListPhoneNumbersRequest {
3085
3194
 
@@ -3124,6 +3233,53 @@ export declare namespace ListPhoneNumbersResponse {
3124
3233
 
3125
3234
  const filterSensitiveLog: (obj: ListPhoneNumbersResponse) => any;
3126
3235
  }
3236
+ export interface ListPhoneNumbersV2Request {
3237
+
3238
+ TargetArn?: string;
3239
+
3240
+ MaxResults?: number;
3241
+
3242
+ NextToken?: string;
3243
+
3244
+ PhoneNumberCountryCodes?: (PhoneNumberCountryCode | string)[];
3245
+
3246
+ PhoneNumberTypes?: (PhoneNumberType | string)[];
3247
+
3248
+ PhoneNumberPrefix?: string;
3249
+ }
3250
+ export declare namespace ListPhoneNumbersV2Request {
3251
+
3252
+ const filterSensitiveLog: (obj: ListPhoneNumbersV2Request) => any;
3253
+ }
3254
+
3255
+ export interface ListPhoneNumbersSummary {
3256
+
3257
+ PhoneNumberId?: string;
3258
+
3259
+ PhoneNumberArn?: string;
3260
+
3261
+ PhoneNumber?: string;
3262
+
3263
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
3264
+
3265
+ PhoneNumberType?: PhoneNumberType | string;
3266
+
3267
+ TargetArn?: string;
3268
+ }
3269
+ export declare namespace ListPhoneNumbersSummary {
3270
+
3271
+ const filterSensitiveLog: (obj: ListPhoneNumbersSummary) => any;
3272
+ }
3273
+ export interface ListPhoneNumbersV2Response {
3274
+
3275
+ NextToken?: string;
3276
+
3277
+ ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[];
3278
+ }
3279
+ export declare namespace ListPhoneNumbersV2Response {
3280
+
3281
+ const filterSensitiveLog: (obj: ListPhoneNumbersV2Response) => any;
3282
+ }
3127
3283
  export interface ListPromptsRequest {
3128
3284
 
3129
3285
  InstanceId: string | undefined;
@@ -3550,6 +3706,16 @@ export declare namespace ListUsersResponse {
3550
3706
 
3551
3707
  const filterSensitiveLog: (obj: ListUsersResponse) => any;
3552
3708
  }
3709
+ export interface ReleasePhoneNumberRequest {
3710
+
3711
+ PhoneNumberId: string | undefined;
3712
+
3713
+ ClientToken?: string;
3714
+ }
3715
+ export declare namespace ReleasePhoneNumberRequest {
3716
+
3717
+ const filterSensitiveLog: (obj: ReleasePhoneNumberRequest) => any;
3718
+ }
3553
3719
  export interface ResumeContactRecordingRequest {
3554
3720
 
3555
3721
  InstanceId: string | undefined;
@@ -3568,182 +3734,34 @@ export declare namespace ResumeContactRecordingResponse {
3568
3734
 
3569
3735
  const filterSensitiveLog: (obj: ResumeContactRecordingResponse) => any;
3570
3736
  }
3571
- export interface SearchVocabulariesRequest {
3572
-
3573
- InstanceId: string | undefined;
3574
-
3575
- MaxResults?: number;
3576
-
3577
- NextToken?: string;
3578
-
3579
- State?: VocabularyState | string;
3580
-
3581
- NameStartsWith?: string;
3582
-
3583
- LanguageCode?: VocabularyLanguageCode | string;
3584
- }
3585
- export declare namespace SearchVocabulariesRequest {
3586
-
3587
- const filterSensitiveLog: (obj: SearchVocabulariesRequest) => any;
3588
- }
3589
-
3590
- export interface VocabularySummary {
3591
-
3592
- Name: string | undefined;
3593
-
3594
- Id: string | undefined;
3595
-
3596
- Arn: string | undefined;
3597
-
3598
- LanguageCode: VocabularyLanguageCode | string | undefined;
3737
+ export interface SearchAvailablePhoneNumbersRequest {
3599
3738
 
3600
- State: VocabularyState | string | undefined;
3739
+ TargetArn: string | undefined;
3601
3740
 
3602
- LastModifiedTime: Date | undefined;
3741
+ PhoneNumberCountryCode: PhoneNumberCountryCode | string | undefined;
3603
3742
 
3604
- FailureReason?: string;
3605
- }
3606
- export declare namespace VocabularySummary {
3743
+ PhoneNumberType: PhoneNumberType | string | undefined;
3607
3744
 
3608
- const filterSensitiveLog: (obj: VocabularySummary) => any;
3609
- }
3610
- export interface SearchVocabulariesResponse {
3745
+ PhoneNumberPrefix?: string;
3611
3746
 
3612
- VocabularySummaryList?: VocabularySummary[];
3747
+ MaxResults?: number;
3613
3748
 
3614
3749
  NextToken?: string;
3615
3750
  }
3616
- export declare namespace SearchVocabulariesResponse {
3617
-
3618
- const filterSensitiveLog: (obj: SearchVocabulariesResponse) => any;
3619
- }
3620
-
3621
- export interface ChatMessage {
3622
-
3623
- ContentType: string | undefined;
3624
-
3625
- Content: string | undefined;
3626
- }
3627
- export declare namespace ChatMessage {
3628
-
3629
- const filterSensitiveLog: (obj: ChatMessage) => any;
3630
- }
3631
-
3632
- export interface ParticipantDetails {
3633
-
3634
- DisplayName: string | undefined;
3635
- }
3636
- export declare namespace ParticipantDetails {
3637
-
3638
- const filterSensitiveLog: (obj: ParticipantDetails) => any;
3639
- }
3640
- export interface StartChatContactRequest {
3641
-
3642
- InstanceId: string | undefined;
3643
-
3644
- ContactFlowId: string | undefined;
3645
-
3646
- Attributes?: {
3647
- [key: string]: string;
3648
- };
3649
-
3650
- ParticipantDetails: ParticipantDetails | undefined;
3651
-
3652
- InitialMessage?: ChatMessage;
3653
-
3654
- ClientToken?: string;
3655
-
3656
- ChatDurationInMinutes?: number;
3657
-
3658
- SupportedMessagingContentTypes?: string[];
3659
- }
3660
- export declare namespace StartChatContactRequest {
3661
-
3662
- const filterSensitiveLog: (obj: StartChatContactRequest) => any;
3663
- }
3664
- export interface StartChatContactResponse {
3665
-
3666
- ContactId?: string;
3667
-
3668
- ParticipantId?: string;
3669
-
3670
- ParticipantToken?: string;
3671
- }
3672
- export declare namespace StartChatContactResponse {
3673
-
3674
- const filterSensitiveLog: (obj: StartChatContactResponse) => any;
3675
- }
3676
- export declare enum VoiceRecordingTrack {
3677
- ALL = "ALL",
3678
- FROM_AGENT = "FROM_AGENT",
3679
- TO_AGENT = "TO_AGENT"
3680
- }
3681
-
3682
- export interface VoiceRecordingConfiguration {
3683
-
3684
- VoiceRecordingTrack?: VoiceRecordingTrack | string;
3685
- }
3686
- export declare namespace VoiceRecordingConfiguration {
3687
-
3688
- const filterSensitiveLog: (obj: VoiceRecordingConfiguration) => any;
3689
- }
3690
- export interface StartContactRecordingRequest {
3751
+ export declare namespace SearchAvailablePhoneNumbersRequest {
3691
3752
 
3692
- InstanceId: string | undefined;
3693
-
3694
- ContactId: string | undefined;
3695
-
3696
- InitialContactId: string | undefined;
3697
-
3698
- VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
3699
- }
3700
- export declare namespace StartContactRecordingRequest {
3701
-
3702
- const filterSensitiveLog: (obj: StartContactRecordingRequest) => any;
3703
- }
3704
- export interface StartContactRecordingResponse {
3705
- }
3706
- export declare namespace StartContactRecordingResponse {
3707
-
3708
- const filterSensitiveLog: (obj: StartContactRecordingResponse) => any;
3753
+ const filterSensitiveLog: (obj: SearchAvailablePhoneNumbersRequest) => any;
3709
3754
  }
3710
3755
 
3711
- export interface ChatStreamingConfiguration {
3712
-
3713
- StreamingEndpointArn: string | undefined;
3714
- }
3715
- export declare namespace ChatStreamingConfiguration {
3716
-
3717
- const filterSensitiveLog: (obj: ChatStreamingConfiguration) => any;
3718
- }
3719
- export interface StartContactStreamingRequest {
3720
-
3721
- InstanceId: string | undefined;
3722
-
3723
- ContactId: string | undefined;
3724
-
3725
- ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
3756
+ export interface AvailableNumberSummary {
3726
3757
 
3727
- ClientToken?: string;
3728
- }
3729
- export declare namespace StartContactStreamingRequest {
3730
-
3731
- const filterSensitiveLog: (obj: StartContactStreamingRequest) => any;
3732
- }
3733
- export interface StartContactStreamingResponse {
3758
+ PhoneNumber?: string;
3734
3759
 
3735
- StreamingId: string | undefined;
3736
- }
3737
- export declare namespace StartContactStreamingResponse {
3760
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
3738
3761
 
3739
- const filterSensitiveLog: (obj: StartContactStreamingResponse) => any;
3762
+ PhoneNumberType?: PhoneNumberType | string;
3740
3763
  }
3741
-
3742
- export declare class DestinationNotAllowedException extends __BaseException {
3743
- readonly name: "DestinationNotAllowedException";
3744
- readonly $fault: "client";
3745
-
3746
- Message?: string;
3764
+ export declare namespace AvailableNumberSummary {
3747
3765
 
3748
- constructor(opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>);
3766
+ const filterSensitiveLog: (obj: AvailableNumberSummary) => any;
3749
3767
  }