@aws-sdk/client-connect 3.95.0 → 3.104.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 (107) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Connect.js +90 -0
  3. package/dist-cjs/commands/CreateTaskTemplateCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteTaskTemplateCommand.js +36 -0
  5. package/dist-cjs/commands/GetTaskTemplateCommand.js +36 -0
  6. package/dist-cjs/commands/ListSecurityKeysCommand.js +3 -3
  7. package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +3 -3
  8. package/dist-cjs/commands/ListSecurityProfilesCommand.js +3 -3
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  10. package/dist-cjs/commands/ListTaskTemplatesCommand.js +36 -0
  11. package/dist-cjs/commands/ListUseCasesCommand.js +3 -3
  12. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +3 -3
  13. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  14. package/dist-cjs/commands/PutUserStatusCommand.js +3 -3
  15. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +2 -2
  16. package/dist-cjs/commands/ResumeContactRecordingCommand.js +3 -3
  17. package/dist-cjs/commands/TransferContactCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateTaskTemplateCommand.js +36 -0
  19. package/dist-cjs/commands/index.js +6 -0
  20. package/dist-cjs/models/models_0.js +183 -143
  21. package/dist-cjs/models/models_1.js +183 -2
  22. package/dist-cjs/pagination/ListTaskTemplatesPaginator.js +36 -0
  23. package/dist-cjs/pagination/index.js +1 -0
  24. package/dist-cjs/protocols/Aws_restJson1.js +1044 -38
  25. package/dist-cjs/runtimeConfig.js +2 -0
  26. package/dist-es/Connect.js +90 -0
  27. package/dist-es/commands/CreateTaskTemplateCommand.js +39 -0
  28. package/dist-es/commands/DeleteTaskTemplateCommand.js +39 -0
  29. package/dist-es/commands/GetTaskTemplateCommand.js +39 -0
  30. package/dist-es/commands/ListSecurityKeysCommand.js +1 -1
  31. package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +1 -1
  32. package/dist-es/commands/ListSecurityProfilesCommand.js +1 -1
  33. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  34. package/dist-es/commands/ListTaskTemplatesCommand.js +39 -0
  35. package/dist-es/commands/ListUseCasesCommand.js +1 -1
  36. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +1 -1
  37. package/dist-es/commands/ListUsersCommand.js +1 -1
  38. package/dist-es/commands/PutUserStatusCommand.js +1 -1
  39. package/dist-es/commands/ReleasePhoneNumberCommand.js +1 -1
  40. package/dist-es/commands/ResumeContactRecordingCommand.js +1 -1
  41. package/dist-es/commands/TransferContactCommand.js +39 -0
  42. package/dist-es/commands/UpdateTaskTemplateCommand.js +39 -0
  43. package/dist-es/commands/index.js +6 -0
  44. package/dist-es/models/models_0.js +139 -92
  45. package/dist-es/models/models_1.js +120 -0
  46. package/dist-es/pagination/ListTaskTemplatesPaginator.js +75 -0
  47. package/dist-es/pagination/index.js +1 -0
  48. package/dist-es/protocols/Aws_restJson1.js +1175 -54
  49. package/dist-es/runtimeConfig.js +2 -0
  50. package/dist-types/Connect.d.ts +97 -22
  51. package/dist-types/ConnectClient.d.ts +8 -2
  52. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -1
  53. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +35 -0
  54. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +35 -0
  55. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -1
  56. package/dist-types/commands/GetTaskTemplateCommand.d.ts +35 -0
  57. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +1 -1
  58. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +35 -0
  63. package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  66. package/dist-types/commands/PutUserStatusCommand.d.ts +5 -6
  67. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  68. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
  69. package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -1
  70. package/dist-types/commands/StartChatContactCommand.d.ts +3 -3
  71. package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -7
  72. package/dist-types/commands/StopContactCommand.d.ts +3 -1
  73. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  74. package/dist-types/commands/TransferContactCommand.d.ts +58 -0
  75. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +37 -0
  77. package/dist-types/commands/index.d.ts +6 -0
  78. package/dist-types/models/models_0.d.ts +573 -470
  79. package/dist-types/models/models_1.d.ts +719 -26
  80. package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +4 -0
  81. package/dist-types/pagination/index.d.ts +1 -0
  82. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  83. package/dist-types/ts3.4/Connect.d.ts +30 -0
  84. package/dist-types/ts3.4/ConnectClient.d.ts +8 -2
  85. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +333 -254
  103. package/dist-types/ts3.4/models/models_1.d.ts +388 -2
  104. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  106. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  107. package/package.json +6 -6
@@ -712,7 +712,8 @@ export interface ClaimPhoneNumberRequest {
712
712
  */
713
713
  TargetArn: string | undefined;
714
714
  /**
715
- * <p>The phone number you want to claim. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>
715
+ * <p>The phone number you want to claim. Phone numbers are formatted <code>[+] [country code]
716
+ * [subscriber number including area code]</code>.</p>
716
717
  */
717
718
  PhoneNumber: string | undefined;
718
719
  /**
@@ -1541,6 +1542,275 @@ export declare namespace CreateSecurityProfileResponse {
1541
1542
  */
1542
1543
  const filterSensitiveLog: (obj: CreateSecurityProfileResponse) => any;
1543
1544
  }
1545
+ /**
1546
+ * <p>The identifier of the task template field.</p>
1547
+ */
1548
+ export interface TaskTemplateFieldIdentifier {
1549
+ /**
1550
+ * <p>The name of the task template field.</p>
1551
+ */
1552
+ Name?: string;
1553
+ }
1554
+ export declare namespace TaskTemplateFieldIdentifier {
1555
+ /**
1556
+ * @internal
1557
+ */
1558
+ const filterSensitiveLog: (obj: TaskTemplateFieldIdentifier) => any;
1559
+ }
1560
+ /**
1561
+ * <p>A field that is invisible to an agent.</p>
1562
+ */
1563
+ export interface InvisibleFieldInfo {
1564
+ /**
1565
+ * <p>Identifier of the invisible field.</p>
1566
+ */
1567
+ Id?: TaskTemplateFieldIdentifier;
1568
+ }
1569
+ export declare namespace InvisibleFieldInfo {
1570
+ /**
1571
+ * @internal
1572
+ */
1573
+ const filterSensitiveLog: (obj: InvisibleFieldInfo) => any;
1574
+ }
1575
+ /**
1576
+ * <p>Indicates a field that is read-only to an agent.</p>
1577
+ */
1578
+ export interface ReadOnlyFieldInfo {
1579
+ /**
1580
+ * <p>Identifier of the read-only field.</p>
1581
+ */
1582
+ Id?: TaskTemplateFieldIdentifier;
1583
+ }
1584
+ export declare namespace ReadOnlyFieldInfo {
1585
+ /**
1586
+ * @internal
1587
+ */
1588
+ const filterSensitiveLog: (obj: ReadOnlyFieldInfo) => any;
1589
+ }
1590
+ /**
1591
+ * <p>Information about a required field.</p>
1592
+ */
1593
+ export interface RequiredFieldInfo {
1594
+ /**
1595
+ * <p>The unique identifier for the field.</p>
1596
+ */
1597
+ Id?: TaskTemplateFieldIdentifier;
1598
+ }
1599
+ export declare namespace RequiredFieldInfo {
1600
+ /**
1601
+ * @internal
1602
+ */
1603
+ const filterSensitiveLog: (obj: RequiredFieldInfo) => any;
1604
+ }
1605
+ /**
1606
+ * <p>Describes constraints that apply to the template fields.</p>
1607
+ */
1608
+ export interface TaskTemplateConstraints {
1609
+ /**
1610
+ * <p>Lists the fields that are required to be filled by agents.</p>
1611
+ */
1612
+ RequiredFields?: RequiredFieldInfo[];
1613
+ /**
1614
+ * <p>Lists the fields that are read-only to agents, and cannot be edited.</p>
1615
+ */
1616
+ ReadOnlyFields?: ReadOnlyFieldInfo[];
1617
+ /**
1618
+ * <p>Lists the fields that are invisible to agents.</p>
1619
+ */
1620
+ InvisibleFields?: InvisibleFieldInfo[];
1621
+ }
1622
+ export declare namespace TaskTemplateConstraints {
1623
+ /**
1624
+ * @internal
1625
+ */
1626
+ const filterSensitiveLog: (obj: TaskTemplateConstraints) => any;
1627
+ }
1628
+ /**
1629
+ * <p>Describes a default field and its corresponding value.</p>
1630
+ */
1631
+ export interface TaskTemplateDefaultFieldValue {
1632
+ /**
1633
+ * <p>Identifier of a field. </p>
1634
+ */
1635
+ Id?: TaskTemplateFieldIdentifier;
1636
+ /**
1637
+ * <p>Default value for the field.</p>
1638
+ */
1639
+ DefaultValue?: string;
1640
+ }
1641
+ export declare namespace TaskTemplateDefaultFieldValue {
1642
+ /**
1643
+ * @internal
1644
+ */
1645
+ const filterSensitiveLog: (obj: TaskTemplateDefaultFieldValue) => any;
1646
+ }
1647
+ /**
1648
+ * <p>Describes default values for fields on a template.</p>
1649
+ */
1650
+ export interface TaskTemplateDefaults {
1651
+ /**
1652
+ * <p>Default value for the field.</p>
1653
+ */
1654
+ DefaultFieldValues?: TaskTemplateDefaultFieldValue[];
1655
+ }
1656
+ export declare namespace TaskTemplateDefaults {
1657
+ /**
1658
+ * @internal
1659
+ */
1660
+ const filterSensitiveLog: (obj: TaskTemplateDefaults) => any;
1661
+ }
1662
+ export declare enum TaskTemplateFieldType {
1663
+ BOOLEAN = "BOOLEAN",
1664
+ DATE_TIME = "DATE_TIME",
1665
+ DESCRIPTION = "DESCRIPTION",
1666
+ EMAIL = "EMAIL",
1667
+ NAME = "NAME",
1668
+ NUMBER = "NUMBER",
1669
+ QUICK_CONNECT = "QUICK_CONNECT",
1670
+ SCHEDULED_TIME = "SCHEDULED_TIME",
1671
+ SINGLE_SELECT = "SINGLE_SELECT",
1672
+ TEXT = "TEXT",
1673
+ TEXT_AREA = "TEXT_AREA",
1674
+ URL = "URL"
1675
+ }
1676
+ /**
1677
+ * <p>Describes a single task template field.</p>
1678
+ */
1679
+ export interface TaskTemplateField {
1680
+ /**
1681
+ * <p>The unique identifier for the field.</p>
1682
+ */
1683
+ Id: TaskTemplateFieldIdentifier | undefined;
1684
+ /**
1685
+ * <p>The description of the field.</p>
1686
+ */
1687
+ Description?: string;
1688
+ /**
1689
+ * <p>Indicates the type of field.</p>
1690
+ */
1691
+ Type?: TaskTemplateFieldType | string;
1692
+ /**
1693
+ * <p>A list of options for a single select field.</p>
1694
+ */
1695
+ SingleSelectOptions?: string[];
1696
+ }
1697
+ export declare namespace TaskTemplateField {
1698
+ /**
1699
+ * @internal
1700
+ */
1701
+ const filterSensitiveLog: (obj: TaskTemplateField) => any;
1702
+ }
1703
+ export declare enum TaskTemplateStatus {
1704
+ ACTIVE = "ACTIVE",
1705
+ INACTIVE = "INACTIVE"
1706
+ }
1707
+ export interface CreateTaskTemplateRequest {
1708
+ /**
1709
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1710
+ */
1711
+ InstanceId: string | undefined;
1712
+ /**
1713
+ * <p>The name of the task template.</p>
1714
+ */
1715
+ Name: string | undefined;
1716
+ /**
1717
+ * <p>The description of the task template.</p>
1718
+ */
1719
+ Description?: string;
1720
+ /**
1721
+ * <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
1722
+ */
1723
+ ContactFlowId?: string;
1724
+ /**
1725
+ * <p>Constraints that are applicable to the fields listed.</p>
1726
+ */
1727
+ Constraints?: TaskTemplateConstraints;
1728
+ /**
1729
+ * <p>The default values for fields when a task is created by referencing this template.</p>
1730
+ */
1731
+ Defaults?: TaskTemplateDefaults;
1732
+ /**
1733
+ * <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
1734
+ * Tasks can only be created from <code>ACTIVE</code> templates.
1735
+ * If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created. </p>
1736
+ */
1737
+ Status?: TaskTemplateStatus | string;
1738
+ /**
1739
+ * <p>Fields that are part of the template.</p>
1740
+ */
1741
+ Fields: TaskTemplateField[] | undefined;
1742
+ /**
1743
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1744
+ * request.</p>
1745
+ */
1746
+ ClientToken?: string;
1747
+ }
1748
+ export declare namespace CreateTaskTemplateRequest {
1749
+ /**
1750
+ * @internal
1751
+ */
1752
+ const filterSensitiveLog: (obj: CreateTaskTemplateRequest) => any;
1753
+ }
1754
+ export interface CreateTaskTemplateResponse {
1755
+ /**
1756
+ * <p>The identifier of the task template resource.</p>
1757
+ */
1758
+ Id: string | undefined;
1759
+ /**
1760
+ * <p>The Amazon Resource Name (ARN) for the task template resource.</p>
1761
+ */
1762
+ Arn: string | undefined;
1763
+ }
1764
+ export declare namespace CreateTaskTemplateResponse {
1765
+ /**
1766
+ * @internal
1767
+ */
1768
+ const filterSensitiveLog: (obj: CreateTaskTemplateResponse) => any;
1769
+ }
1770
+ export declare enum PropertyValidationExceptionReason {
1771
+ INVALID_FORMAT = "INVALID_FORMAT",
1772
+ NOT_SUPPORTED = "NOT_SUPPORTED",
1773
+ REFERENCED_RESOURCE_NOT_FOUND = "REFERENCED_RESOURCE_NOT_FOUND",
1774
+ REQUIRED_PROPERTY_MISSING = "REQUIRED_PROPERTY_MISSING",
1775
+ RESOURCE_NAME_ALREADY_EXISTS = "RESOURCE_NAME_ALREADY_EXISTS",
1776
+ UNIQUE_CONSTRAINT_VIOLATED = "UNIQUE_CONSTRAINT_VIOLATED"
1777
+ }
1778
+ /**
1779
+ * <p>Contains information about why a property is not valid.</p>
1780
+ */
1781
+ export interface PropertyValidationExceptionProperty {
1782
+ /**
1783
+ * <p>The full property path.</p>
1784
+ */
1785
+ PropertyPath: string | undefined;
1786
+ /**
1787
+ * <p>Why the property is not valid.</p>
1788
+ */
1789
+ Reason: PropertyValidationExceptionReason | string | undefined;
1790
+ /**
1791
+ * <p>A message describing why the property is not valid.</p>
1792
+ */
1793
+ Message: string | undefined;
1794
+ }
1795
+ export declare namespace PropertyValidationExceptionProperty {
1796
+ /**
1797
+ * @internal
1798
+ */
1799
+ const filterSensitiveLog: (obj: PropertyValidationExceptionProperty) => any;
1800
+ }
1801
+ /**
1802
+ * <p></p>
1803
+ */
1804
+ export declare class PropertyValidationException extends __BaseException {
1805
+ readonly name: "PropertyValidationException";
1806
+ readonly $fault: "client";
1807
+ Message: string | undefined;
1808
+ PropertyList?: PropertyValidationExceptionProperty[];
1809
+ /**
1810
+ * @internal
1811
+ */
1812
+ constructor(opts: __ExceptionOptionType<PropertyValidationException, __BaseException>);
1813
+ }
1544
1814
  export declare enum UseCaseType {
1545
1815
  CONNECT_CAMPAIGNS = "CONNECT_CAMPAIGNS",
1546
1816
  RULES_EVALUATION = "RULES_EVALUATION"
@@ -1787,7 +2057,7 @@ export interface CreateVocabularyRequest {
1787
2057
  /**
1788
2058
  * <p>The content of the custom vocabulary in plain-text format with a table of values. Each row
1789
2059
  * in the table represents a word or a phrase, described with <code>Phrase</code>, <code>IPA</code>,
1790
- * <code>SoundsLike</code>, and <code>DisplayAs</code> fields. Separate the fields with TAB
2060
+ * <code>SoundsLike</code>, and <code>DisplayAs</code> fields. Separate the fields with TAB
1791
2061
  * characters. The size limit is 50KB. For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table">Create a custom
1792
2062
  * vocabulary using a table</a>.</p>
1793
2063
  */
@@ -1976,6 +2246,30 @@ export declare class ResourceInUseException extends __BaseException {
1976
2246
  */
1977
2247
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
1978
2248
  }
2249
+ export interface DeleteTaskTemplateRequest {
2250
+ /**
2251
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2252
+ */
2253
+ InstanceId: string | undefined;
2254
+ /**
2255
+ * <p>A unique identifier for the task template.</p>
2256
+ */
2257
+ TaskTemplateId: string | undefined;
2258
+ }
2259
+ export declare namespace DeleteTaskTemplateRequest {
2260
+ /**
2261
+ * @internal
2262
+ */
2263
+ const filterSensitiveLog: (obj: DeleteTaskTemplateRequest) => any;
2264
+ }
2265
+ export interface DeleteTaskTemplateResponse {
2266
+ }
2267
+ export declare namespace DeleteTaskTemplateResponse {
2268
+ /**
2269
+ * @internal
2270
+ */
2271
+ const filterSensitiveLog: (obj: DeleteTaskTemplateResponse) => any;
2272
+ }
1979
2273
  export interface DeleteUseCaseRequest {
1980
2274
  /**
1981
2275
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -3624,9 +3918,9 @@ export declare namespace Vocabulary {
3624
3918
  }
3625
3919
  export interface DescribeVocabularyResponse {
3626
3920
  /**
3627
- * <p>A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They
3628
- * are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or
3629
- * proper nouns.</p>
3921
+ * <p>A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are
3922
+ * generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper
3923
+ * nouns.</p>
3630
3924
  */
3631
3925
  Vocabulary: Vocabulary | undefined;
3632
3926
  }
@@ -4528,6 +4822,91 @@ export declare namespace GetMetricDataResponse {
4528
4822
  */
4529
4823
  const filterSensitiveLog: (obj: GetMetricDataResponse) => any;
4530
4824
  }
4825
+ export interface GetTaskTemplateRequest {
4826
+ /**
4827
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4828
+ */
4829
+ InstanceId: string | undefined;
4830
+ /**
4831
+ * <p>A unique identifier for the task template.</p>
4832
+ */
4833
+ TaskTemplateId: string | undefined;
4834
+ /**
4835
+ * <p>The system generated version of a task template that is associated with a task, when the
4836
+ * task is created.</p>
4837
+ */
4838
+ SnapshotVersion?: string;
4839
+ }
4840
+ export declare namespace GetTaskTemplateRequest {
4841
+ /**
4842
+ * @internal
4843
+ */
4844
+ const filterSensitiveLog: (obj: GetTaskTemplateRequest) => any;
4845
+ }
4846
+ export interface GetTaskTemplateResponse {
4847
+ /**
4848
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4849
+ */
4850
+ InstanceId?: string;
4851
+ /**
4852
+ * <p>A unique identifier for the task template.</p>
4853
+ */
4854
+ Id: string | undefined;
4855
+ /**
4856
+ * <p>The Amazon Resource Name (ARN).</p>
4857
+ */
4858
+ Arn: string | undefined;
4859
+ /**
4860
+ * <p>The name of the task template.</p>
4861
+ */
4862
+ Name: string | undefined;
4863
+ /**
4864
+ * <p>The description of the task template.</p>
4865
+ */
4866
+ Description?: string;
4867
+ /**
4868
+ * <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
4869
+ */
4870
+ ContactFlowId?: string;
4871
+ /**
4872
+ * <p>Constraints that are applicable to the fields listed.</p>
4873
+ */
4874
+ Constraints?: TaskTemplateConstraints;
4875
+ /**
4876
+ * <p>The default values for fields when a task is created by referencing this template.</p>
4877
+ */
4878
+ Defaults?: TaskTemplateDefaults;
4879
+ /**
4880
+ * <p>Fields that are part of the template.</p>
4881
+ */
4882
+ Fields?: TaskTemplateField[];
4883
+ /**
4884
+ * <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
4885
+ * Tasks can only be created from <code>ACTIVE</code> templates.
4886
+ * If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
4887
+ */
4888
+ Status?: TaskTemplateStatus | string;
4889
+ /**
4890
+ * <p>The timestamp when the task template was last modified.</p>
4891
+ */
4892
+ LastModifiedTime?: Date;
4893
+ /**
4894
+ * <p>The timestamp when the task template was created.</p>
4895
+ */
4896
+ CreatedTime?: Date;
4897
+ /**
4898
+ * <p>The tags used to organize, track, or control access for this resource.</p>
4899
+ */
4900
+ Tags?: {
4901
+ [key: string]: string;
4902
+ };
4903
+ }
4904
+ export declare namespace GetTaskTemplateResponse {
4905
+ /**
4906
+ * @internal
4907
+ */
4908
+ const filterSensitiveLog: (obj: GetTaskTemplateResponse) => any;
4909
+ }
4531
4910
  export interface ListAgentStatusRequest {
4532
4911
  /**
4533
4912
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -4815,6 +5194,10 @@ export declare namespace ListContactFlowsResponse {
4815
5194
  }
4816
5195
  export declare enum ReferenceType {
4817
5196
  ATTACHMENT = "ATTACHMENT",
5197
+ DATE = "DATE",
5198
+ EMAIL = "EMAIL",
5199
+ NUMBER = "NUMBER",
5200
+ STRING = "STRING",
4818
5201
  URL = "URL"
4819
5202
  }
4820
5203
  export interface ListContactReferencesRequest {
@@ -4851,8 +5234,8 @@ export declare enum ReferenceStatus {
4851
5234
  REJECTED = "REJECTED"
4852
5235
  }
4853
5236
  /**
4854
- * <p>Information about the attachment reference if the <code>referenceType</code> is
4855
- * <code>ATTACHMENT</code>. Otherwise, null.</p>
5237
+ * <p>Information about a reference when the <code>referenceType</code> is
5238
+ * <code>ATTACHMENT</code>. Otherwise, null.</p>
4856
5239
  */
4857
5240
  export interface AttachmentReference {
4858
5241
  /**
@@ -4860,11 +5243,11 @@ export interface AttachmentReference {
4860
5243
  */
4861
5244
  Name?: string;
4862
5245
  /**
4863
- * <p>Contains the location path of the attachment reference.</p>
5246
+ * <p>The location path of the attachment reference.</p>
4864
5247
  */
4865
5248
  Value?: string;
4866
5249
  /**
4867
- * <p>Status of an attachment reference type.</p>
5250
+ * <p>Status of the attachment reference type.</p>
4868
5251
  */
4869
5252
  Status?: ReferenceStatus | string;
4870
5253
  }
@@ -4875,56 +5258,204 @@ export declare namespace AttachmentReference {
4875
5258
  const filterSensitiveLog: (obj: AttachmentReference) => any;
4876
5259
  }
4877
5260
  /**
4878
- * <p>The URL reference.</p>
5261
+ * <p>Information about a reference when the <code>referenceType</code> is <code>DATE</code>.
5262
+ * Otherwise, null.</p>
4879
5263
  */
4880
- export interface UrlReference {
5264
+ export interface DateReference {
4881
5265
  /**
4882
- * <p>Identifier of the URL reference.</p>
5266
+ * <p>Identifier of the date reference.</p>
4883
5267
  */
4884
5268
  Name?: string;
4885
5269
  /**
4886
- * <p>A valid URL.</p>
5270
+ * <p>A valid date.</p>
4887
5271
  */
4888
5272
  Value?: string;
4889
5273
  }
4890
- export declare namespace UrlReference {
5274
+ export declare namespace DateReference {
4891
5275
  /**
4892
5276
  * @internal
4893
5277
  */
4894
- const filterSensitiveLog: (obj: UrlReference) => any;
5278
+ const filterSensitiveLog: (obj: DateReference) => any;
4895
5279
  }
4896
5280
  /**
4897
- * <p>Contains summary information about a reference. <code>ReferenceSummary</code> contains only
4898
- * one non null field between the URL and attachment based on the reference type.</p>
5281
+ * <p>Information about a reference when the <code>referenceType</code> is <code>EMAIL</code>.
5282
+ * Otherwise, null.</p>
4899
5283
  */
4900
- export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
4901
- export declare namespace ReferenceSummary {
5284
+ export interface EmailReference {
4902
5285
  /**
4903
- * <p>Information about the URL reference if the <code>referenceType</code> is <code>URL</code>.
4904
- * Otherwise, null.</p>
5286
+ * <p>Identifier of the email reference.</p>
4905
5287
  */
4906
- interface UrlMember {
4907
- Url: UrlReference;
4908
- Attachment?: never;
4909
- $unknown?: never;
4910
- }
5288
+ Name?: string;
4911
5289
  /**
4912
- * <p>Information about the attachment reference if the <code>referenceType</code> is
4913
- * <code>ATTACHMENT</code>. Otherwise, null.</p>
5290
+ * <p>A valid email address.</p>
4914
5291
  */
4915
- interface AttachmentMember {
4916
- Url?: never;
4917
- Attachment: AttachmentReference;
4918
- $unknown?: never;
4919
- }
4920
- interface $UnknownMember {
4921
- Url?: never;
4922
- Attachment?: never;
4923
- $unknown: [string, any];
4924
- }
4925
- interface Visitor<T> {
4926
- Url: (value: UrlReference) => T;
5292
+ Value?: string;
5293
+ }
5294
+ export declare namespace EmailReference {
5295
+ /**
5296
+ * @internal
5297
+ */
5298
+ const filterSensitiveLog: (obj: EmailReference) => any;
5299
+ }
5300
+ /**
5301
+ * <p>Information about a reference when the <code>referenceType</code> is <code>NUMBER</code>.
5302
+ * Otherwise, null.</p>
5303
+ */
5304
+ export interface NumberReference {
5305
+ /**
5306
+ * <p>Identifier of the number reference.</p>
5307
+ */
5308
+ Name?: string;
5309
+ /**
5310
+ * <p>A valid number.</p>
5311
+ */
5312
+ Value?: string;
5313
+ }
5314
+ export declare namespace NumberReference {
5315
+ /**
5316
+ * @internal
5317
+ */
5318
+ const filterSensitiveLog: (obj: NumberReference) => any;
5319
+ }
5320
+ /**
5321
+ * <p>Information about a reference when the <code>referenceType</code> is <code>STRING</code>.
5322
+ * Otherwise, null.</p>
5323
+ */
5324
+ export interface StringReference {
5325
+ /**
5326
+ * <p>Identifier of the string reference.</p>
5327
+ */
5328
+ Name?: string;
5329
+ /**
5330
+ * <p>A valid string.</p>
5331
+ */
5332
+ Value?: string;
5333
+ }
5334
+ export declare namespace StringReference {
5335
+ /**
5336
+ * @internal
5337
+ */
5338
+ const filterSensitiveLog: (obj: StringReference) => any;
5339
+ }
5340
+ /**
5341
+ * <p>The URL reference.</p>
5342
+ */
5343
+ export interface UrlReference {
5344
+ /**
5345
+ * <p>Identifier of the URL reference.</p>
5346
+ */
5347
+ Name?: string;
5348
+ /**
5349
+ * <p>A valid URL.</p>
5350
+ */
5351
+ Value?: string;
5352
+ }
5353
+ export declare namespace UrlReference {
5354
+ /**
5355
+ * @internal
5356
+ */
5357
+ const filterSensitiveLog: (obj: UrlReference) => any;
5358
+ }
5359
+ /**
5360
+ * <p>Contains summary information about a reference. <code>ReferenceSummary</code> contains only
5361
+ * one non null field between the URL and attachment based on the reference type.</p>
5362
+ */
5363
+ export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
5364
+ export declare namespace ReferenceSummary {
5365
+ /**
5366
+ * <p>Information about the reference when the <code>referenceType</code> is <code>URL</code>.
5367
+ * Otherwise, null.</p>
5368
+ */
5369
+ interface UrlMember {
5370
+ Url: UrlReference;
5371
+ Attachment?: never;
5372
+ String?: never;
5373
+ Number?: never;
5374
+ Date?: never;
5375
+ Email?: never;
5376
+ $unknown?: never;
5377
+ }
5378
+ /**
5379
+ * <p>Information about the reference when the <code>referenceType</code> is
5380
+ * <code>ATTACHMENT</code>. Otherwise, null.</p>
5381
+ */
5382
+ interface AttachmentMember {
5383
+ Url?: never;
5384
+ Attachment: AttachmentReference;
5385
+ String?: never;
5386
+ Number?: never;
5387
+ Date?: never;
5388
+ Email?: never;
5389
+ $unknown?: never;
5390
+ }
5391
+ /**
5392
+ * <p>Information about a reference when the <code>referenceType</code> is <code>STRING</code>.
5393
+ * Otherwise, null.</p>
5394
+ */
5395
+ interface StringMember {
5396
+ Url?: never;
5397
+ Attachment?: never;
5398
+ String: StringReference;
5399
+ Number?: never;
5400
+ Date?: never;
5401
+ Email?: never;
5402
+ $unknown?: never;
5403
+ }
5404
+ /**
5405
+ * <p>Information about a reference when the <code>referenceType</code> is <code>NUMBER</code>.
5406
+ * Otherwise, null.</p>
5407
+ */
5408
+ interface NumberMember {
5409
+ Url?: never;
5410
+ Attachment?: never;
5411
+ String?: never;
5412
+ Number: NumberReference;
5413
+ Date?: never;
5414
+ Email?: never;
5415
+ $unknown?: never;
5416
+ }
5417
+ /**
5418
+ * <p>Information about a reference when the <code>referenceType</code> is <code>DATE</code>.
5419
+ * Otherwise, null.</p>
5420
+ */
5421
+ interface DateMember {
5422
+ Url?: never;
5423
+ Attachment?: never;
5424
+ String?: never;
5425
+ Number?: never;
5426
+ Date: DateReference;
5427
+ Email?: never;
5428
+ $unknown?: never;
5429
+ }
5430
+ /**
5431
+ * <p>Information about a reference when the <code>referenceType</code> is <code>EMAIL</code>.
5432
+ * Otherwise, null.</p>
5433
+ */
5434
+ interface EmailMember {
5435
+ Url?: never;
5436
+ Attachment?: never;
5437
+ String?: never;
5438
+ Number?: never;
5439
+ Date?: never;
5440
+ Email: EmailReference;
5441
+ $unknown?: never;
5442
+ }
5443
+ interface $UnknownMember {
5444
+ Url?: never;
5445
+ Attachment?: never;
5446
+ String?: never;
5447
+ Number?: never;
5448
+ Date?: never;
5449
+ Email?: never;
5450
+ $unknown: [string, any];
5451
+ }
5452
+ interface Visitor<T> {
5453
+ Url: (value: UrlReference) => T;
4927
5454
  Attachment: (value: AttachmentReference) => T;
5455
+ String: (value: StringReference) => T;
5456
+ Number: (value: NumberReference) => T;
5457
+ Date: (value: DateReference) => T;
5458
+ Email: (value: EmailReference) => T;
4928
5459
  _: (name: string, value: any) => T;
4929
5460
  }
4930
5461
  const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
@@ -5479,7 +6010,8 @@ export declare namespace ListPhoneNumbersResponse {
5479
6010
  }
5480
6011
  export interface ListPhoneNumbersV2Request {
5481
6012
  /**
5482
- * <p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to. If <code>TargetArn</code> input is not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account.</p>
6013
+ * <p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to. If <code>TargetArn</code> input is not provided, this API lists numbers claimed
6014
+ * to all the Amazon Connect instances belonging to your account.</p>
5483
6015
  */
5484
6016
  TargetArn?: string;
5485
6017
  /**
@@ -5944,432 +6476,3 @@ export declare namespace ListRoutingProfilesResponse {
5944
6476
  */
5945
6477
  const filterSensitiveLog: (obj: ListRoutingProfilesResponse) => any;
5946
6478
  }
5947
- export interface ListSecurityKeysRequest {
5948
- /**
5949
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5950
- */
5951
- InstanceId: string | undefined;
5952
- /**
5953
- * <p>The token for the next set of results. Use the value returned in the previous
5954
- * response in the next request to retrieve the next set of results.</p>
5955
- */
5956
- NextToken?: string;
5957
- /**
5958
- * <p>The maximum number of results to return per page.</p>
5959
- */
5960
- MaxResults?: number;
5961
- }
5962
- export declare namespace ListSecurityKeysRequest {
5963
- /**
5964
- * @internal
5965
- */
5966
- const filterSensitiveLog: (obj: ListSecurityKeysRequest) => any;
5967
- }
5968
- /**
5969
- * <p>Configuration information of the security key.</p>
5970
- */
5971
- export interface SecurityKey {
5972
- /**
5973
- * <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
5974
- */
5975
- AssociationId?: string;
5976
- /**
5977
- * <p>The key of the security key.</p>
5978
- */
5979
- Key?: string;
5980
- /**
5981
- * <p>When the security key was created.</p>
5982
- */
5983
- CreationTime?: Date;
5984
- }
5985
- export declare namespace SecurityKey {
5986
- /**
5987
- * @internal
5988
- */
5989
- const filterSensitiveLog: (obj: SecurityKey) => any;
5990
- }
5991
- export interface ListSecurityKeysResponse {
5992
- /**
5993
- * <p>The security keys.</p>
5994
- */
5995
- SecurityKeys?: SecurityKey[];
5996
- /**
5997
- * <p>If there are additional results, this is the token for the next set of results.</p>
5998
- */
5999
- NextToken?: string;
6000
- }
6001
- export declare namespace ListSecurityKeysResponse {
6002
- /**
6003
- * @internal
6004
- */
6005
- const filterSensitiveLog: (obj: ListSecurityKeysResponse) => any;
6006
- }
6007
- export interface ListSecurityProfilePermissionsRequest {
6008
- /**
6009
- * <p>The identifier for the security profle.</p>
6010
- */
6011
- SecurityProfileId: string | undefined;
6012
- /**
6013
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6014
- */
6015
- InstanceId: string | undefined;
6016
- /**
6017
- * <p>The token for the next set of results. Use the value returned in the previous
6018
- * response in the next request to retrieve the next set of results.</p>
6019
- */
6020
- NextToken?: string;
6021
- /**
6022
- * <p>The maximum number of results to return per page.</p>
6023
- */
6024
- MaxResults?: number;
6025
- }
6026
- export declare namespace ListSecurityProfilePermissionsRequest {
6027
- /**
6028
- * @internal
6029
- */
6030
- const filterSensitiveLog: (obj: ListSecurityProfilePermissionsRequest) => any;
6031
- }
6032
- export interface ListSecurityProfilePermissionsResponse {
6033
- /**
6034
- * <p>The permissions granted to the security profile.</p>
6035
- */
6036
- Permissions?: string[];
6037
- /**
6038
- * <p>If there are additional results, this is the token for the next set of results.</p>
6039
- */
6040
- NextToken?: string;
6041
- }
6042
- export declare namespace ListSecurityProfilePermissionsResponse {
6043
- /**
6044
- * @internal
6045
- */
6046
- const filterSensitiveLog: (obj: ListSecurityProfilePermissionsResponse) => any;
6047
- }
6048
- export interface ListSecurityProfilesRequest {
6049
- /**
6050
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6051
- */
6052
- InstanceId: string | undefined;
6053
- /**
6054
- * <p>The token for the next set of results. Use the value returned in the previous
6055
- * response in the next request to retrieve the next set of results.</p>
6056
- */
6057
- NextToken?: string;
6058
- /**
6059
- * <p>The maximum number of results to return per page.</p>
6060
- */
6061
- MaxResults?: number;
6062
- }
6063
- export declare namespace ListSecurityProfilesRequest {
6064
- /**
6065
- * @internal
6066
- */
6067
- const filterSensitiveLog: (obj: ListSecurityProfilesRequest) => any;
6068
- }
6069
- /**
6070
- * <p>Contains information about a security profile.</p>
6071
- */
6072
- export interface SecurityProfileSummary {
6073
- /**
6074
- * <p>The identifier of the security profile.</p>
6075
- */
6076
- Id?: string;
6077
- /**
6078
- * <p>The Amazon Resource Name (ARN) of the security profile.</p>
6079
- */
6080
- Arn?: string;
6081
- /**
6082
- * <p>The name of the security profile.</p>
6083
- */
6084
- Name?: string;
6085
- }
6086
- export declare namespace SecurityProfileSummary {
6087
- /**
6088
- * @internal
6089
- */
6090
- const filterSensitiveLog: (obj: SecurityProfileSummary) => any;
6091
- }
6092
- export interface ListSecurityProfilesResponse {
6093
- /**
6094
- * <p>Information about the security profiles.</p>
6095
- */
6096
- SecurityProfileSummaryList?: SecurityProfileSummary[];
6097
- /**
6098
- * <p>If there are additional results, this is the token for the next set of results.</p>
6099
- */
6100
- NextToken?: string;
6101
- }
6102
- export declare namespace ListSecurityProfilesResponse {
6103
- /**
6104
- * @internal
6105
- */
6106
- const filterSensitiveLog: (obj: ListSecurityProfilesResponse) => any;
6107
- }
6108
- export interface ListTagsForResourceRequest {
6109
- /**
6110
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
6111
- */
6112
- resourceArn: string | undefined;
6113
- }
6114
- export declare namespace ListTagsForResourceRequest {
6115
- /**
6116
- * @internal
6117
- */
6118
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6119
- }
6120
- export interface ListTagsForResourceResponse {
6121
- /**
6122
- * <p>Information about the tags.</p>
6123
- */
6124
- tags?: {
6125
- [key: string]: string;
6126
- };
6127
- }
6128
- export declare namespace ListTagsForResourceResponse {
6129
- /**
6130
- * @internal
6131
- */
6132
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6133
- }
6134
- /**
6135
- * <p>Provides summary information about the use cases for the specified integration
6136
- * association.</p>
6137
- */
6138
- export interface ListUseCasesRequest {
6139
- /**
6140
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6141
- */
6142
- InstanceId: string | undefined;
6143
- /**
6144
- * <p>The identifier for the integration association.</p>
6145
- */
6146
- IntegrationAssociationId: string | undefined;
6147
- /**
6148
- * <p>The token for the next set of results. Use the value returned in the previous
6149
- * response in the next request to retrieve the next set of results.</p>
6150
- */
6151
- NextToken?: string;
6152
- /**
6153
- * <p>The maximum number of results to return per page.</p>
6154
- */
6155
- MaxResults?: number;
6156
- }
6157
- export declare namespace ListUseCasesRequest {
6158
- /**
6159
- * @internal
6160
- */
6161
- const filterSensitiveLog: (obj: ListUseCasesRequest) => any;
6162
- }
6163
- /**
6164
- * <p>Contains the
6165
- * use
6166
- * case.</p>
6167
- */
6168
- export interface UseCase {
6169
- /**
6170
- * <p>The identifier for the use case.</p>
6171
- */
6172
- UseCaseId?: string;
6173
- /**
6174
- * <p>The Amazon Resource Name (ARN) for the use case.</p>
6175
- */
6176
- UseCaseArn?: string;
6177
- /**
6178
- * <p>The type of use case to associate to the integration association. Each integration
6179
- * association can have only one of each use case type.</p>
6180
- */
6181
- UseCaseType?: UseCaseType | string;
6182
- }
6183
- export declare namespace UseCase {
6184
- /**
6185
- * @internal
6186
- */
6187
- const filterSensitiveLog: (obj: UseCase) => any;
6188
- }
6189
- export interface ListUseCasesResponse {
6190
- /**
6191
- * <p>The use cases.</p>
6192
- */
6193
- UseCaseSummaryList?: UseCase[];
6194
- /**
6195
- * <p>If there are additional results, this is the token for the next set of results.</p>
6196
- */
6197
- NextToken?: string;
6198
- }
6199
- export declare namespace ListUseCasesResponse {
6200
- /**
6201
- * @internal
6202
- */
6203
- const filterSensitiveLog: (obj: ListUseCasesResponse) => any;
6204
- }
6205
- export interface ListUserHierarchyGroupsRequest {
6206
- /**
6207
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6208
- */
6209
- InstanceId: string | undefined;
6210
- /**
6211
- * <p>The token for the next set of results. Use the value returned in the previous
6212
- * response in the next request to retrieve the next set of results.</p>
6213
- */
6214
- NextToken?: string;
6215
- /**
6216
- * <p>The maximum number of results to return per page.</p>
6217
- */
6218
- MaxResults?: number;
6219
- }
6220
- export declare namespace ListUserHierarchyGroupsRequest {
6221
- /**
6222
- * @internal
6223
- */
6224
- const filterSensitiveLog: (obj: ListUserHierarchyGroupsRequest) => any;
6225
- }
6226
- export interface ListUserHierarchyGroupsResponse {
6227
- /**
6228
- * <p>Information about the hierarchy groups.</p>
6229
- */
6230
- UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
6231
- /**
6232
- * <p>If there are additional results, this is the token for the next set of results.</p>
6233
- */
6234
- NextToken?: string;
6235
- }
6236
- export declare namespace ListUserHierarchyGroupsResponse {
6237
- /**
6238
- * @internal
6239
- */
6240
- const filterSensitiveLog: (obj: ListUserHierarchyGroupsResponse) => any;
6241
- }
6242
- export interface ListUsersRequest {
6243
- /**
6244
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6245
- */
6246
- InstanceId: string | undefined;
6247
- /**
6248
- * <p>The token for the next set of results. Use the value returned in the previous
6249
- * response in the next request to retrieve the next set of results.</p>
6250
- */
6251
- NextToken?: string;
6252
- /**
6253
- * <p>The maximum number of results to return per page.</p>
6254
- */
6255
- MaxResults?: number;
6256
- }
6257
- export declare namespace ListUsersRequest {
6258
- /**
6259
- * @internal
6260
- */
6261
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
6262
- }
6263
- /**
6264
- * <p>Contains summary information about a user.</p>
6265
- */
6266
- export interface UserSummary {
6267
- /**
6268
- * <p>The identifier of the user account.</p>
6269
- */
6270
- Id?: string;
6271
- /**
6272
- * <p>The Amazon Resource Name (ARN) of the user account.</p>
6273
- */
6274
- Arn?: string;
6275
- /**
6276
- * <p>The Amazon Connect user name of the user account.</p>
6277
- */
6278
- Username?: string;
6279
- }
6280
- export declare namespace UserSummary {
6281
- /**
6282
- * @internal
6283
- */
6284
- const filterSensitiveLog: (obj: UserSummary) => any;
6285
- }
6286
- export interface ListUsersResponse {
6287
- /**
6288
- * <p>Information about the users.</p>
6289
- */
6290
- UserSummaryList?: UserSummary[];
6291
- /**
6292
- * <p>If there are additional results, this is the token for the next set of results.</p>
6293
- */
6294
- NextToken?: string;
6295
- }
6296
- export declare namespace ListUsersResponse {
6297
- /**
6298
- * @internal
6299
- */
6300
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
6301
- }
6302
- export interface PutUserStatusRequest {
6303
- /**
6304
- * <p>The identifier of the user.</p>
6305
- */
6306
- UserId: string | undefined;
6307
- /**
6308
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6309
- */
6310
- InstanceId: string | undefined;
6311
- /**
6312
- * <p>The identifier of the agent status.</p>
6313
- */
6314
- AgentStatusId: string | undefined;
6315
- }
6316
- export declare namespace PutUserStatusRequest {
6317
- /**
6318
- * @internal
6319
- */
6320
- const filterSensitiveLog: (obj: PutUserStatusRequest) => any;
6321
- }
6322
- export interface PutUserStatusResponse {
6323
- }
6324
- export declare namespace PutUserStatusResponse {
6325
- /**
6326
- * @internal
6327
- */
6328
- const filterSensitiveLog: (obj: PutUserStatusResponse) => any;
6329
- }
6330
- export interface ReleasePhoneNumberRequest {
6331
- /**
6332
- * <p>A unique identifier for the phone number.</p>
6333
- */
6334
- PhoneNumberId: string | undefined;
6335
- /**
6336
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
6337
- * request.</p>
6338
- */
6339
- ClientToken?: string;
6340
- }
6341
- export declare namespace ReleasePhoneNumberRequest {
6342
- /**
6343
- * @internal
6344
- */
6345
- const filterSensitiveLog: (obj: ReleasePhoneNumberRequest) => any;
6346
- }
6347
- export interface ResumeContactRecordingRequest {
6348
- /**
6349
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6350
- */
6351
- InstanceId: string | undefined;
6352
- /**
6353
- * <p>The identifier of the contact.</p>
6354
- */
6355
- ContactId: string | undefined;
6356
- /**
6357
- * <p>The identifier of the contact. This is the identifier of the contact associated with the
6358
- * first interaction with the contact center.</p>
6359
- */
6360
- InitialContactId: string | undefined;
6361
- }
6362
- export declare namespace ResumeContactRecordingRequest {
6363
- /**
6364
- * @internal
6365
- */
6366
- const filterSensitiveLog: (obj: ResumeContactRecordingRequest) => any;
6367
- }
6368
- export interface ResumeContactRecordingResponse {
6369
- }
6370
- export declare namespace ResumeContactRecordingResponse {
6371
- /**
6372
- * @internal
6373
- */
6374
- const filterSensitiveLog: (obj: ResumeContactRecordingResponse) => any;
6375
- }