@aws-sdk/client-connect 3.42.0 → 3.43.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 (125) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +120 -0
  4. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  8. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  9. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  10. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  11. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  12. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateContactCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  15. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  16. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  17. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateContactScheduleCommand.js +3 -3
  20. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  25. package/dist-cjs/commands/index.js +8 -0
  26. package/dist-cjs/models/models_0.js +99 -102
  27. package/dist-cjs/models/models_1.js +127 -1
  28. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  29. package/dist-cjs/pagination/index.js +1 -0
  30. package/dist-cjs/protocols/Aws_restJson1.js +1271 -167
  31. package/dist-es/Connect.js +120 -0
  32. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  33. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  34. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  35. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  36. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  37. package/dist-es/commands/TagResourceCommand.js +1 -1
  38. package/dist-es/commands/UntagResourceCommand.js +1 -1
  39. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  40. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  41. package/dist-es/commands/UpdateContactCommand.js +1 -1
  42. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  43. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  44. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  45. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  46. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  47. package/dist-es/commands/UpdateContactScheduleCommand.js +1 -1
  48. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  49. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  50. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  51. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  52. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  53. package/dist-es/commands/index.js +8 -0
  54. package/dist-es/models/models_0.js +67 -64
  55. package/dist-es/models/models_1.js +84 -0
  56. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  57. package/dist-es/pagination/index.js +1 -0
  58. package/dist-es/protocols/Aws_restJson1.js +1423 -192
  59. package/dist-types/Connect.d.ts +78 -21
  60. package/dist-types/ConnectClient.d.ts +13 -7
  61. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  62. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
  63. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  64. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  65. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
  66. package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
  67. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  68. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
  69. package/dist-types/commands/ListBotsCommand.d.ts +2 -2
  70. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  71. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  72. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +2 -3
  73. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
  74. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  75. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateContactCommand.d.ts +2 -2
  79. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  81. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  82. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  83. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
  86. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  90. package/dist-types/commands/index.d.ts +8 -0
  91. package/dist-types/models/models_0.d.ts +307 -363
  92. package/dist-types/models/models_1.d.ts +429 -1
  93. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  94. package/dist-types/pagination/index.d.ts +1 -0
  95. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  96. package/dist-types/ts3.4/Connect.d.ts +40 -0
  97. package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
  98. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +174 -198
  121. package/dist-types/ts3.4/models/models_1.d.ts +255 -1
  122. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  124. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  125. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
2
  /**
3
- * <p>You do not have sufficient access to perform this action.</p>
3
+ * <p>You do not have sufficient permissions to perform this action.</p>
4
4
  */
5
5
  export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
6
6
  name: "AccessDeniedException";
@@ -74,7 +74,7 @@ export interface AgentStatus {
74
74
  */
75
75
  State?: AgentStatusState | string;
76
76
  /**
77
- * <p>One or more tags.</p>
77
+ * <p>The tags used to organize, track, or control access for this resource.</p>
78
78
  */
79
79
  Tags?: {
80
80
  [key: string]: string;
@@ -671,7 +671,7 @@ export interface CreateAgentStatusRequest {
671
671
  */
672
672
  DisplayOrder?: number;
673
673
  /**
674
- * <p>One or more tags.</p>
674
+ * <p>The tags used to organize, track, or control access for this resource.</p>
675
675
  */
676
676
  Tags?: {
677
677
  [key: string]: string;
@@ -807,6 +807,85 @@ export declare namespace InvalidContactFlowException {
807
807
  */
808
808
  const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
809
809
  }
810
+ export interface CreateContactFlowModuleRequest {
811
+ /**
812
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
813
+ */
814
+ InstanceId: string | undefined;
815
+ /**
816
+ * <p>The name of the contact flow module.</p>
817
+ */
818
+ Name: string | undefined;
819
+ /**
820
+ * <p>The description of the contact flow module. </p>
821
+ */
822
+ Description?: string;
823
+ /**
824
+ * <p>The content of the contact flow module.</p>
825
+ */
826
+ Content: string | undefined;
827
+ /**
828
+ * <p>The tags used to organize, track, or control access for this resource.</p>
829
+ */
830
+ Tags?: {
831
+ [key: string]: string;
832
+ };
833
+ /**
834
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
835
+ * request.</p>
836
+ */
837
+ ClientToken?: string;
838
+ }
839
+ export declare namespace CreateContactFlowModuleRequest {
840
+ /**
841
+ * @internal
842
+ */
843
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
844
+ }
845
+ export interface CreateContactFlowModuleResponse {
846
+ /**
847
+ * <p>The identifier of the contact flow module.</p>
848
+ */
849
+ Id?: string;
850
+ /**
851
+ * <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
852
+ */
853
+ Arn?: string;
854
+ }
855
+ export declare namespace CreateContactFlowModuleResponse {
856
+ /**
857
+ * @internal
858
+ */
859
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
860
+ }
861
+ /**
862
+ * <p>An entity with the same name already exists.</p>
863
+ */
864
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
865
+ name: "IdempotencyException";
866
+ $fault: "client";
867
+ Message?: string;
868
+ }
869
+ export declare namespace IdempotencyException {
870
+ /**
871
+ * @internal
872
+ */
873
+ const filterSensitiveLog: (obj: IdempotencyException) => any;
874
+ }
875
+ /**
876
+ * <p>The problems with the module. Please fix before trying again.</p>
877
+ */
878
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
879
+ name: "InvalidContactFlowModuleException";
880
+ $fault: "client";
881
+ Problems?: ProblemDetail[];
882
+ }
883
+ export declare namespace InvalidContactFlowModuleException {
884
+ /**
885
+ * @internal
886
+ */
887
+ const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
888
+ }
810
889
  export declare enum HoursOfOperationDays {
811
890
  FRIDAY = "FRIDAY",
812
891
  MONDAY = "MONDAY",
@@ -880,7 +959,7 @@ export interface CreateHoursOfOperationRequest {
880
959
  */
881
960
  Config: HoursOfOperationConfig[] | undefined;
882
961
  /**
883
- * <p>One or more tags.</p>
962
+ * <p>The tags used to organize, track, or control access for this resource.</p>
884
963
  */
885
964
  Tags?: {
886
965
  [key: string]: string;
@@ -998,7 +1077,7 @@ export interface CreateIntegrationAssociationRequest {
998
1077
  */
999
1078
  SourceType?: SourceType | string;
1000
1079
  /**
1001
- * <p>One or more tags.</p>
1080
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1002
1081
  */
1003
1082
  Tags?: {
1004
1083
  [key: string]: string;
@@ -1079,7 +1158,7 @@ export interface CreateQueueRequest {
1079
1158
  */
1080
1159
  QuickConnectIds?: string[];
1081
1160
  /**
1082
- * <p>One or more tags.</p>
1161
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1083
1162
  */
1084
1163
  Tags?: {
1085
1164
  [key: string]: string;
@@ -1213,7 +1292,7 @@ export interface CreateQuickConnectRequest {
1213
1292
  */
1214
1293
  QuickConnectConfig: QuickConnectConfig | undefined;
1215
1294
  /**
1216
- * <p>One or more tags.</p>
1295
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1217
1296
  */
1218
1297
  Tags?: {
1219
1298
  [key: string]: string;
@@ -1231,7 +1310,8 @@ export interface CreateQuickConnectResponse {
1231
1310
  */
1232
1311
  QuickConnectARN?: string;
1233
1312
  /**
1234
- * <p>The identifier for the quick connect. </p>
1313
+ * <p>The identifier for the quick connect.
1314
+ * </p>
1235
1315
  */
1236
1316
  QuickConnectId?: string;
1237
1317
  }
@@ -1338,7 +1418,7 @@ export interface CreateSecurityProfileRequest {
1338
1418
  */
1339
1419
  InstanceId: string | undefined;
1340
1420
  /**
1341
- * <p>One or more tags.</p>
1421
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1342
1422
  */
1343
1423
  Tags?: {
1344
1424
  [key: string]: string;
@@ -1385,7 +1465,7 @@ export interface CreateUseCaseRequest {
1385
1465
  */
1386
1466
  UseCaseType: UseCaseType | string | undefined;
1387
1467
  /**
1388
- * <p>One or more tags.</p>
1468
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1389
1469
  */
1390
1470
  Tags?: {
1391
1471
  [key: string]: string;
@@ -1582,6 +1662,46 @@ export declare namespace CreateUserHierarchyGroupResponse {
1582
1662
  */
1583
1663
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
1584
1664
  }
1665
+ export interface DeleteContactFlowRequest {
1666
+ /**
1667
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1668
+ */
1669
+ InstanceId: string | undefined;
1670
+ /**
1671
+ * <p>The identifier of the contact flow.</p>
1672
+ */
1673
+ ContactFlowId: string | undefined;
1674
+ }
1675
+ export declare namespace DeleteContactFlowRequest {
1676
+ /**
1677
+ * @internal
1678
+ */
1679
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
1680
+ }
1681
+ export interface DeleteContactFlowModuleRequest {
1682
+ /**
1683
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1684
+ */
1685
+ InstanceId: string | undefined;
1686
+ /**
1687
+ * <p>The identifier of the contact flow module.</p>
1688
+ */
1689
+ ContactFlowModuleId: string | undefined;
1690
+ }
1691
+ export declare namespace DeleteContactFlowModuleRequest {
1692
+ /**
1693
+ * @internal
1694
+ */
1695
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
1696
+ }
1697
+ export interface DeleteContactFlowModuleResponse {
1698
+ }
1699
+ export declare namespace DeleteContactFlowModuleResponse {
1700
+ /**
1701
+ * @internal
1702
+ */
1703
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
1704
+ }
1585
1705
  export interface DeleteHoursOfOperationRequest {
1586
1706
  /**
1587
1707
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1775,7 +1895,7 @@ export interface DescribeContactRequest {
1775
1895
  */
1776
1896
  InstanceId: string | undefined;
1777
1897
  /**
1778
- * <p>The identifier of the initial contact.</p>
1898
+ * <p>The identifier of the contact.</p>
1779
1899
  */
1780
1900
  ContactId: string | undefined;
1781
1901
  }
@@ -1924,6 +2044,10 @@ export declare namespace DescribeContactFlowRequest {
1924
2044
  */
1925
2045
  const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1926
2046
  }
2047
+ export declare enum ContactFlowState {
2048
+ ACTIVE = "ACTIVE",
2049
+ ARCHIVED = "ARCHIVED"
2050
+ }
1927
2051
  /**
1928
2052
  * <p>Contains information about a contact flow.</p>
1929
2053
  */
@@ -1945,6 +2069,10 @@ export interface ContactFlow {
1945
2069
  * Guide</i>.</p>
1946
2070
  */
1947
2071
  Type?: ContactFlowType | string;
2072
+ /**
2073
+ * <p>The type of contact flow.</p>
2074
+ */
2075
+ State?: ContactFlowState | string;
1948
2076
  /**
1949
2077
  * <p>The description of the contact flow.</p>
1950
2078
  */
@@ -1978,6 +2106,87 @@ export declare namespace DescribeContactFlowResponse {
1978
2106
  */
1979
2107
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1980
2108
  }
2109
+ export interface DescribeContactFlowModuleRequest {
2110
+ /**
2111
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2112
+ */
2113
+ InstanceId: string | undefined;
2114
+ /**
2115
+ * <p>The identifier of the contact flow module.</p>
2116
+ */
2117
+ ContactFlowModuleId: string | undefined;
2118
+ }
2119
+ export declare namespace DescribeContactFlowModuleRequest {
2120
+ /**
2121
+ * @internal
2122
+ */
2123
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
2124
+ }
2125
+ export declare enum ContactFlowModuleState {
2126
+ ACTIVE = "ACTIVE",
2127
+ ARCHIVED = "ARCHIVED"
2128
+ }
2129
+ export declare enum ContactFlowModuleStatus {
2130
+ PUBLISHED = "PUBLISHED",
2131
+ SAVED = "SAVED"
2132
+ }
2133
+ /**
2134
+ * <p>Contains information about a contact flow module.</p>
2135
+ */
2136
+ export interface ContactFlowModule {
2137
+ /**
2138
+ * <p>The Amazon Resource Name (ARN).</p>
2139
+ */
2140
+ Arn?: string;
2141
+ /**
2142
+ * <p>The identifier of the contact flow module.</p>
2143
+ */
2144
+ Id?: string;
2145
+ /**
2146
+ * <p>The name of the contact flow module.</p>
2147
+ */
2148
+ Name?: string;
2149
+ /**
2150
+ * <p>The content of the contact flow module.</p>
2151
+ */
2152
+ Content?: string;
2153
+ /**
2154
+ * <p>The description of the contact flow module.</p>
2155
+ */
2156
+ Description?: string;
2157
+ /**
2158
+ * <p>The type of contact flow module.</p>
2159
+ */
2160
+ State?: ContactFlowModuleState | string;
2161
+ /**
2162
+ * <p>The status of the contact flow module.</p>
2163
+ */
2164
+ Status?: ContactFlowModuleStatus | string;
2165
+ /**
2166
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2167
+ */
2168
+ Tags?: {
2169
+ [key: string]: string;
2170
+ };
2171
+ }
2172
+ export declare namespace ContactFlowModule {
2173
+ /**
2174
+ * @internal
2175
+ */
2176
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
2177
+ }
2178
+ export interface DescribeContactFlowModuleResponse {
2179
+ /**
2180
+ * <p>Information about the contact flow module.</p>
2181
+ */
2182
+ ContactFlowModule?: ContactFlowModule;
2183
+ }
2184
+ export declare namespace DescribeContactFlowModuleResponse {
2185
+ /**
2186
+ * @internal
2187
+ */
2188
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
2189
+ }
1981
2190
  export interface DescribeHoursOfOperationRequest {
1982
2191
  /**
1983
2192
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -2023,7 +2232,7 @@ export interface HoursOfOperation {
2023
2232
  */
2024
2233
  Config?: HoursOfOperationConfig[];
2025
2234
  /**
2026
- * <p>One or more tags.</p>
2235
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2027
2236
  */
2028
2237
  Tags?: {
2029
2238
  [key: string]: string;
@@ -2291,7 +2500,7 @@ export interface Queue {
2291
2500
  */
2292
2501
  Status?: QueueStatus | string;
2293
2502
  /**
2294
- * <p>One or more tags.</p>
2503
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2295
2504
  */
2296
2505
  Tags?: {
2297
2506
  [key: string]: string;
@@ -2356,7 +2565,7 @@ export interface QuickConnect {
2356
2565
  */
2357
2566
  QuickConnectConfig?: QuickConnectConfig;
2358
2567
  /**
2359
- * <p>One or more tags.</p>
2568
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2360
2569
  */
2361
2570
  Tags?: {
2362
2571
  [key: string]: string;
@@ -2495,7 +2704,7 @@ export interface SecurityProfile {
2495
2704
  */
2496
2705
  Description?: string;
2497
2706
  /**
2498
- * <p>One or more tags.</p>
2707
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2499
2708
  */
2500
2709
  Tags?: {
2501
2710
  [key: string]: string;
@@ -3127,11 +3336,11 @@ export interface GetCurrentMetricDataRequest {
3127
3336
  * <dd>
3128
3337
  * <p>Unit: SECONDS</p>
3129
3338
  * <p>When you use groupings, Unit says SECONDS and the Value is returned in SECONDS. </p>
3130
- * <p>When you do not use groupings, Unit says SECONDS but the Value is returned in
3131
- * MILLISECONDS. For example, if you get a response like this:</p>
3339
+ * <p>When you do not use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For
3340
+ * example, if you get a response like this:</p>
3132
3341
  * <p>
3133
3342
  * <code>{ "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" }, "Value": 24113.0
3134
- * </code>}</p>
3343
+ * </code>}</p>
3135
3344
  * <p>The actual OLDEST_CONTACT_AGE is 24 seconds.</p>
3136
3345
  *
3137
3346
  * <p>Name in real-time metrics report: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#oldest-real-time">Oldest</a>
@@ -3812,6 +4021,74 @@ export declare namespace ListBotsResponse {
3812
4021
  */
3813
4022
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
3814
4023
  }
4024
+ export interface ListContactFlowModulesRequest {
4025
+ /**
4026
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4027
+ */
4028
+ InstanceId: string | undefined;
4029
+ /**
4030
+ * <p>The token for the next set of results. Use the value returned in the previous
4031
+ * response in the next request to retrieve the next set of results.</p>
4032
+ */
4033
+ NextToken?: string;
4034
+ /**
4035
+ * <p>The maximum number of results to return per page.</p>
4036
+ */
4037
+ MaxResults?: number;
4038
+ /**
4039
+ * <p>The state of the contact flow module.</p>
4040
+ */
4041
+ ContactFlowModuleState?: ContactFlowModuleState | string;
4042
+ }
4043
+ export declare namespace ListContactFlowModulesRequest {
4044
+ /**
4045
+ * @internal
4046
+ */
4047
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
4048
+ }
4049
+ /**
4050
+ * <p>Contains summary information about a contact flow.</p>
4051
+ */
4052
+ export interface ContactFlowModuleSummary {
4053
+ /**
4054
+ * <p>The identifier of the contact flow module.</p>
4055
+ */
4056
+ Id?: string;
4057
+ /**
4058
+ * <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
4059
+ */
4060
+ Arn?: string;
4061
+ /**
4062
+ * <p>The name of the contact flow module.</p>
4063
+ */
4064
+ Name?: string;
4065
+ /**
4066
+ * <p>The type of contact flow module.</p>
4067
+ */
4068
+ State?: ContactFlowModuleState | string;
4069
+ }
4070
+ export declare namespace ContactFlowModuleSummary {
4071
+ /**
4072
+ * @internal
4073
+ */
4074
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
4075
+ }
4076
+ export interface ListContactFlowModulesResponse {
4077
+ /**
4078
+ * <p>Information about the contact flow module.</p>
4079
+ */
4080
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
4081
+ /**
4082
+ * <p>If there are additional results, this is the token for the next set of results.</p>
4083
+ */
4084
+ NextToken?: string;
4085
+ }
4086
+ export declare namespace ListContactFlowModulesResponse {
4087
+ /**
4088
+ * @internal
4089
+ */
4090
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
4091
+ }
3815
4092
  export interface ListContactFlowsRequest {
3816
4093
  /**
3817
4094
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -3859,6 +4136,10 @@ export interface ContactFlowSummary {
3859
4136
  * <p>The type of contact flow.</p>
3860
4137
  */
3861
4138
  ContactFlowType?: ContactFlowType | string;
4139
+ /**
4140
+ * <p>The type of contact flow.</p>
4141
+ */
4142
+ ContactFlowState?: ContactFlowState | string;
3862
4143
  }
3863
4144
  export declare namespace ContactFlowSummary {
3864
4145
  /**
@@ -3903,8 +4184,8 @@ export interface ListContactReferencesRequest {
3903
4184
  * <p>The token for the next set of results. Use the value returned in the previous
3904
4185
  * response in the next request to retrieve the next set of results.</p>
3905
4186
  * <important>
3906
- * <p>This is not expected to be set since the value returned in the previous response is always
3907
- * null.</p>
4187
+ * <p>This is not expected to be set, because the value returned in the previous response is
4188
+ * always null.</p>
3908
4189
  * </important>
3909
4190
  */
3910
4191
  NextToken?: string;
@@ -3967,7 +4248,8 @@ export declare namespace UrlReference {
3967
4248
  export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
3968
4249
  export declare namespace ReferenceSummary {
3969
4250
  /**
3970
- * <p>Information about Url reference if the <code>referenceType</code> is <code>URL</code>. Otherwise, null.</p>
4251
+ * <p>Information about the URL reference if the <code>referenceType</code> is <code>URL</code>.
4252
+ * Otherwise, null.</p>
3971
4253
  */
3972
4254
  interface UrlMember {
3973
4255
  Url: UrlReference;
@@ -4241,7 +4523,7 @@ export interface ListIntegrationAssociationsRequest {
4241
4523
  */
4242
4524
  InstanceId: string | undefined;
4243
4525
  /**
4244
- * <p></p>
4526
+ * <p>The integration type.</p>
4245
4527
  */
4246
4528
  IntegrationType?: IntegrationType | string;
4247
4529
  /**
@@ -4367,8 +4649,7 @@ export interface ListLexBotsRequest {
4367
4649
  */
4368
4650
  NextToken?: string;
4369
4651
  /**
4370
- * <p>The maximum number of results to return per page. If no value is specified, the default is 10.
4371
- * </p>
4652
+ * <p>The maximum number of results to return per page. If no value is specified, the default is 10. </p>
4372
4653
  */
4373
4654
  MaxResults?: number;
4374
4655
  }
@@ -5805,8 +6086,8 @@ export interface StartOutboundVoiceContactRequest {
5805
6086
  /**
5806
6087
  * <p>Denotes the class of traffic. Calls with different traffic types are handled differently by
5807
6088
  * Amazon Connect. The default value is <code>GENERAL</code>. Use <code>CAMPAIGN</code> if
5808
- * <code>EnableAnswerMachineDetection</code> is set to <code>true</code>. For all other cases, use
5809
- * <code>GENERAL</code>. </p>
6089
+ * <code>EnableAnswerMachineDetection</code> is set to <code>true</code>. For all other cases, use
6090
+ * <code>GENERAL</code>. </p>
5810
6091
  */
5811
6092
  TrafficType?: TrafficType | string;
5812
6093
  }
@@ -6047,340 +6328,3 @@ export declare namespace SuspendContactRecordingResponse {
6047
6328
  */
6048
6329
  const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
6049
6330
  }
6050
- export interface TagResourceRequest {
6051
- /**
6052
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
6053
- */
6054
- resourceArn: string | undefined;
6055
- /**
6056
- * <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
6057
- */
6058
- tags: {
6059
- [key: string]: string;
6060
- } | undefined;
6061
- }
6062
- export declare namespace TagResourceRequest {
6063
- /**
6064
- * @internal
6065
- */
6066
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
6067
- }
6068
- export interface UntagResourceRequest {
6069
- /**
6070
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
6071
- */
6072
- resourceArn: string | undefined;
6073
- /**
6074
- * <p>The tag keys.</p>
6075
- */
6076
- tagKeys: string[] | undefined;
6077
- }
6078
- export declare namespace UntagResourceRequest {
6079
- /**
6080
- * @internal
6081
- */
6082
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
6083
- }
6084
- export interface UpdateAgentStatusRequest {
6085
- /**
6086
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6087
- */
6088
- InstanceId: string | undefined;
6089
- /**
6090
- * <p>The identifier of the agent status.</p>
6091
- */
6092
- AgentStatusId: string | undefined;
6093
- /**
6094
- * <p>The name of the agent status.</p>
6095
- */
6096
- Name?: string;
6097
- /**
6098
- * <p>The description of the agent status.</p>
6099
- */
6100
- Description?: string;
6101
- /**
6102
- * <p>The state of the agent status.</p>
6103
- */
6104
- State?: AgentStatusState | string;
6105
- /**
6106
- * <p>The display order of the agent status.</p>
6107
- */
6108
- DisplayOrder?: number;
6109
- /**
6110
- * <p>A number indicating the reset order of the agent status.</p>
6111
- */
6112
- ResetOrderNumber?: boolean;
6113
- }
6114
- export declare namespace UpdateAgentStatusRequest {
6115
- /**
6116
- * @internal
6117
- */
6118
- const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
6119
- }
6120
- export interface UpdateContactRequest {
6121
- /**
6122
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6123
- */
6124
- InstanceId: string | undefined;
6125
- /**
6126
- * <p>The identifier of the contact. This is the identifier of the contact associated with the
6127
- * first interaction with your contact center.</p>
6128
- */
6129
- ContactId: string | undefined;
6130
- /**
6131
- * <p>The name of the contact.</p>
6132
- */
6133
- Name?: string;
6134
- /**
6135
- * <p>The description of the contact.</p>
6136
- */
6137
- Description?: string;
6138
- /**
6139
- * <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP).</p>
6140
- */
6141
- References?: {
6142
- [key: string]: Reference;
6143
- };
6144
- }
6145
- export declare namespace UpdateContactRequest {
6146
- /**
6147
- * @internal
6148
- */
6149
- const filterSensitiveLog: (obj: UpdateContactRequest) => any;
6150
- }
6151
- export interface UpdateContactResponse {
6152
- }
6153
- export declare namespace UpdateContactResponse {
6154
- /**
6155
- * @internal
6156
- */
6157
- const filterSensitiveLog: (obj: UpdateContactResponse) => any;
6158
- }
6159
- export interface UpdateContactAttributesRequest {
6160
- /**
6161
- * <p>The identifier of the contact. This is the identifier of the contact associated with the
6162
- * first interaction with the contact center.</p>
6163
- */
6164
- InitialContactId: string | undefined;
6165
- /**
6166
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6167
- */
6168
- InstanceId: string | undefined;
6169
- /**
6170
- * <p>The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
6171
- * contact attributes.</p>
6172
- * <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
6173
- * can include only alphanumeric, dash, and underscore characters.</p>
6174
- */
6175
- Attributes: {
6176
- [key: string]: string;
6177
- } | undefined;
6178
- }
6179
- export declare namespace UpdateContactAttributesRequest {
6180
- /**
6181
- * @internal
6182
- */
6183
- const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
6184
- }
6185
- export interface UpdateContactAttributesResponse {
6186
- }
6187
- export declare namespace UpdateContactAttributesResponse {
6188
- /**
6189
- * @internal
6190
- */
6191
- const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
6192
- }
6193
- export interface UpdateContactFlowContentRequest {
6194
- /**
6195
- * <p>The identifier of the Amazon Connect instance.</p>
6196
- */
6197
- InstanceId: string | undefined;
6198
- /**
6199
- * <p>The identifier of the contact flow.</p>
6200
- */
6201
- ContactFlowId: string | undefined;
6202
- /**
6203
- * <p>The JSON string that represents contact flow’s content. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html">Example contact
6204
- * flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>.
6205
- * </p>
6206
- */
6207
- Content: string | undefined;
6208
- }
6209
- export declare namespace UpdateContactFlowContentRequest {
6210
- /**
6211
- * @internal
6212
- */
6213
- const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
6214
- }
6215
- export interface UpdateContactFlowNameRequest {
6216
- /**
6217
- * <p>The identifier of the Amazon Connect instance.</p>
6218
- */
6219
- InstanceId: string | undefined;
6220
- /**
6221
- * <p>The identifier of the contact flow.</p>
6222
- */
6223
- ContactFlowId: string | undefined;
6224
- /**
6225
- * <p>The name of the contact flow.</p>
6226
- */
6227
- Name?: string;
6228
- /**
6229
- * <p>The description of the contact flow.</p>
6230
- */
6231
- Description?: string;
6232
- }
6233
- export declare namespace UpdateContactFlowNameRequest {
6234
- /**
6235
- * @internal
6236
- */
6237
- const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
6238
- }
6239
- export interface UpdateContactScheduleRequest {
6240
- /**
6241
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6242
- */
6243
- InstanceId: string | undefined;
6244
- /**
6245
- * <p>The identifier of the contact.</p>
6246
- */
6247
- ContactId: string | undefined;
6248
- /**
6249
- * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
6250
- */
6251
- ScheduledTime: Date | undefined;
6252
- }
6253
- export declare namespace UpdateContactScheduleRequest {
6254
- /**
6255
- * @internal
6256
- */
6257
- const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
6258
- }
6259
- export interface UpdateContactScheduleResponse {
6260
- }
6261
- export declare namespace UpdateContactScheduleResponse {
6262
- /**
6263
- * @internal
6264
- */
6265
- const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
6266
- }
6267
- export interface UpdateHoursOfOperationRequest {
6268
- /**
6269
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6270
- */
6271
- InstanceId: string | undefined;
6272
- /**
6273
- * <p>The identifier of the hours of operation.</p>
6274
- */
6275
- HoursOfOperationId: string | undefined;
6276
- /**
6277
- * <p>The name of the hours of operation.</p>
6278
- */
6279
- Name?: string;
6280
- /**
6281
- * <p>The description of the hours of operation.</p>
6282
- */
6283
- Description?: string;
6284
- /**
6285
- * <p>The time zone of the hours of operation.</p>
6286
- */
6287
- TimeZone?: string;
6288
- /**
6289
- * <p>Configuration information of the hours of operation.</p>
6290
- */
6291
- Config?: HoursOfOperationConfig[];
6292
- }
6293
- export declare namespace UpdateHoursOfOperationRequest {
6294
- /**
6295
- * @internal
6296
- */
6297
- const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
6298
- }
6299
- export interface UpdateInstanceAttributeRequest {
6300
- /**
6301
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6302
- */
6303
- InstanceId: string | undefined;
6304
- /**
6305
- * <p>The type of attribute.</p>
6306
- * <note>
6307
- * <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature,
6308
- * contact AWS Support for allowlisting.</p>
6309
- * </note>
6310
- */
6311
- AttributeType: InstanceAttributeType | string | undefined;
6312
- /**
6313
- * <p>The value for the attribute. Maximum character limit is 100. </p>
6314
- */
6315
- Value: string | undefined;
6316
- }
6317
- export declare namespace UpdateInstanceAttributeRequest {
6318
- /**
6319
- * @internal
6320
- */
6321
- const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
6322
- }
6323
- export interface UpdateInstanceStorageConfigRequest {
6324
- /**
6325
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6326
- */
6327
- InstanceId: string | undefined;
6328
- /**
6329
- * <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
6330
- */
6331
- AssociationId: string | undefined;
6332
- /**
6333
- * <p>A valid resource type.</p>
6334
- */
6335
- ResourceType: InstanceStorageResourceType | string | undefined;
6336
- /**
6337
- * <p>The storage configuration for the instance.</p>
6338
- */
6339
- StorageConfig: InstanceStorageConfig | undefined;
6340
- }
6341
- export declare namespace UpdateInstanceStorageConfigRequest {
6342
- /**
6343
- * @internal
6344
- */
6345
- const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
6346
- }
6347
- export interface UpdateQueueHoursOfOperationRequest {
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 for the queue.</p>
6354
- */
6355
- QueueId: string | undefined;
6356
- /**
6357
- * <p>The identifier for the hours of operation.</p>
6358
- */
6359
- HoursOfOperationId: string | undefined;
6360
- }
6361
- export declare namespace UpdateQueueHoursOfOperationRequest {
6362
- /**
6363
- * @internal
6364
- */
6365
- const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
6366
- }
6367
- export interface UpdateQueueMaxContactsRequest {
6368
- /**
6369
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6370
- */
6371
- InstanceId: string | undefined;
6372
- /**
6373
- * <p>The identifier for the queue.</p>
6374
- */
6375
- QueueId: string | undefined;
6376
- /**
6377
- * <p>The maximum number of contacts that can be in the queue before it is considered full.</p>
6378
- */
6379
- MaxContacts?: number;
6380
- }
6381
- export declare namespace UpdateQueueMaxContactsRequest {
6382
- /**
6383
- * @internal
6384
- */
6385
- const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
6386
- }