@aws-sdk/client-connect 3.42.0 → 3.47.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 (137) hide show
  1. package/CHANGELOG.md +50 -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/endpoints.js +1 -0
  27. package/dist-cjs/models/models_0.js +84 -201
  28. package/dist-cjs/models/models_1.js +127 -1
  29. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +1271 -167
  32. package/dist-cjs/runtimeConfig.browser.js +7 -2
  33. package/dist-cjs/runtimeConfig.js +9 -3
  34. package/dist-es/Connect.js +120 -0
  35. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  36. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  37. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  38. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  39. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  40. package/dist-es/commands/TagResourceCommand.js +1 -1
  41. package/dist-es/commands/UntagResourceCommand.js +1 -1
  42. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  43. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  44. package/dist-es/commands/UpdateContactCommand.js +1 -1
  45. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  46. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  47. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  48. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  49. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  50. package/dist-es/commands/UpdateContactScheduleCommand.js +1 -1
  51. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  52. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  53. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  54. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  55. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  56. package/dist-es/commands/index.js +8 -0
  57. package/dist-es/endpoints.js +1 -0
  58. package/dist-es/models/models_0.js +59 -132
  59. package/dist-es/models/models_1.js +84 -0
  60. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  61. package/dist-es/pagination/index.js +1 -0
  62. package/dist-es/protocols/Aws_restJson1.js +1423 -192
  63. package/dist-es/runtimeConfig.browser.js +12 -3
  64. package/dist-es/runtimeConfig.js +13 -6
  65. package/dist-types/Connect.d.ts +78 -21
  66. package/dist-types/ConnectClient.d.ts +18 -8
  67. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  68. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
  69. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  70. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  71. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
  72. package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
  73. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  74. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
  75. package/dist-types/commands/ListBotsCommand.d.ts +2 -2
  76. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  77. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  78. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +2 -3
  79. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
  80. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  81. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateContactCommand.d.ts +2 -2
  85. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  87. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  88. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  89. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
  92. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  96. package/dist-types/commands/index.d.ts +8 -0
  97. package/dist-types/models/models_0.d.ts +291 -461
  98. package/dist-types/models/models_1.d.ts +429 -1
  99. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +1 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  102. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  103. package/dist-types/runtimeConfig.d.ts +4 -3
  104. package/dist-types/runtimeConfig.native.d.ts +1 -0
  105. package/dist-types/ts3.4/Connect.d.ts +40 -0
  106. package/dist-types/ts3.4/ConnectClient.d.ts +13 -3
  107. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  129. package/dist-types/ts3.4/models/models_0.d.ts +164 -264
  130. package/dist-types/ts3.4/models/models_1.d.ts +255 -1
  131. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  132. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  133. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  137. package/package.json +38 -45
@@ -1,18 +1,12 @@
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";
7
7
  $fault: "client";
8
8
  Message?: string;
9
9
  }
10
- export declare namespace AccessDeniedException {
11
- /**
12
- * @internal
13
- */
14
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
15
- }
16
10
  /**
17
11
  * <p>Information about the agent who accepted the contact.</p>
18
12
  */
@@ -74,7 +68,7 @@ export interface AgentStatus {
74
68
  */
75
69
  State?: AgentStatusState | string;
76
70
  /**
77
- * <p>One or more tags.</p>
71
+ * <p>The tags used to organize, track, or control access for this resource.</p>
78
72
  */
79
73
  Tags?: {
80
74
  [key: string]: string;
@@ -140,12 +134,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
140
134
  */
141
135
  Message?: string;
142
136
  }
143
- export declare namespace InternalServiceException {
144
- /**
145
- * @internal
146
- */
147
- const filterSensitiveLog: (obj: InternalServiceException) => any;
148
- }
149
137
  /**
150
138
  * <p>One or more of the specified parameters are not valid.</p>
151
139
  */
@@ -157,12 +145,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
157
145
  */
158
146
  Message?: string;
159
147
  }
160
- export declare namespace InvalidParameterException {
161
- /**
162
- * @internal
163
- */
164
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
165
- }
166
148
  /**
167
149
  * <p>The request is not valid.</p>
168
150
  */
@@ -174,12 +156,6 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
174
156
  */
175
157
  Message?: string;
176
158
  }
177
- export declare namespace InvalidRequestException {
178
- /**
179
- * @internal
180
- */
181
- const filterSensitiveLog: (obj: InvalidRequestException) => any;
182
- }
183
159
  /**
184
160
  * <p>A resource already has that name.</p>
185
161
  */
@@ -188,12 +164,6 @@ export interface ResourceConflictException extends __SmithyException, $MetadataB
188
164
  $fault: "client";
189
165
  Message?: string;
190
166
  }
191
- export declare namespace ResourceConflictException {
192
- /**
193
- * @internal
194
- */
195
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
196
- }
197
167
  /**
198
168
  * <p>The specified resource was not found.</p>
199
169
  */
@@ -205,12 +175,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
205
175
  */
206
176
  Message?: string;
207
177
  }
208
- export declare namespace ResourceNotFoundException {
209
- /**
210
- * @internal
211
- */
212
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
213
- }
214
178
  /**
215
179
  * <p>The service quota has been exceeded.</p>
216
180
  */
@@ -219,12 +183,6 @@ export interface ServiceQuotaExceededException extends __SmithyException, $Metad
219
183
  $fault: "client";
220
184
  Message?: string;
221
185
  }
222
- export declare namespace ServiceQuotaExceededException {
223
- /**
224
- * @internal
225
- */
226
- const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
227
- }
228
186
  /**
229
187
  * <p>The throttling limit has been exceeded.</p>
230
188
  */
@@ -233,12 +191,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
233
191
  $fault: "client";
234
192
  Message?: string;
235
193
  }
236
- export declare namespace ThrottlingException {
237
- /**
238
- * @internal
239
- */
240
- const filterSensitiveLog: (obj: ThrottlingException) => any;
241
- }
242
194
  /**
243
195
  * <p>Configuration information of an Amazon Lex bot.</p>
244
196
  */
@@ -304,12 +256,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
304
256
  */
305
257
  Message?: string;
306
258
  }
307
- export declare namespace LimitExceededException {
308
- /**
309
- * @internal
310
- */
311
- const filterSensitiveLog: (obj: LimitExceededException) => any;
312
- }
313
259
  export declare enum InstanceStorageResourceType {
314
260
  AGENT_EVENTS = "AGENT_EVENTS",
315
261
  CALL_RECORDINGS = "CALL_RECORDINGS",
@@ -671,7 +617,7 @@ export interface CreateAgentStatusRequest {
671
617
  */
672
618
  DisplayOrder?: number;
673
619
  /**
674
- * <p>One or more tags.</p>
620
+ * <p>The tags used to organize, track, or control access for this resource.</p>
675
621
  */
676
622
  Tags?: {
677
623
  [key: string]: string;
@@ -707,12 +653,6 @@ export interface DuplicateResourceException extends __SmithyException, $Metadata
707
653
  $fault: "client";
708
654
  Message?: string;
709
655
  }
710
- export declare namespace DuplicateResourceException {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: DuplicateResourceException) => any;
715
- }
716
656
  export declare enum ContactFlowType {
717
657
  AGENT_HOLD = "AGENT_HOLD",
718
658
  AGENT_TRANSFER = "AGENT_TRANSFER",
@@ -801,11 +741,72 @@ export interface InvalidContactFlowException extends __SmithyException, $Metadat
801
741
  */
802
742
  problems?: ProblemDetail[];
803
743
  }
804
- export declare namespace InvalidContactFlowException {
744
+ export interface CreateContactFlowModuleRequest {
745
+ /**
746
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
747
+ */
748
+ InstanceId: string | undefined;
749
+ /**
750
+ * <p>The name of the contact flow module.</p>
751
+ */
752
+ Name: string | undefined;
753
+ /**
754
+ * <p>The description of the contact flow module. </p>
755
+ */
756
+ Description?: string;
757
+ /**
758
+ * <p>The content of the contact flow module.</p>
759
+ */
760
+ Content: string | undefined;
761
+ /**
762
+ * <p>The tags used to organize, track, or control access for this resource.</p>
763
+ */
764
+ Tags?: {
765
+ [key: string]: string;
766
+ };
767
+ /**
768
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
769
+ * request.</p>
770
+ */
771
+ ClientToken?: string;
772
+ }
773
+ export declare namespace CreateContactFlowModuleRequest {
774
+ /**
775
+ * @internal
776
+ */
777
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
778
+ }
779
+ export interface CreateContactFlowModuleResponse {
780
+ /**
781
+ * <p>The identifier of the contact flow module.</p>
782
+ */
783
+ Id?: string;
784
+ /**
785
+ * <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
786
+ */
787
+ Arn?: string;
788
+ }
789
+ export declare namespace CreateContactFlowModuleResponse {
805
790
  /**
806
791
  * @internal
807
792
  */
808
- const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
793
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
794
+ }
795
+ /**
796
+ * <p>An entity with the same name already exists.</p>
797
+ */
798
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
799
+ name: "IdempotencyException";
800
+ $fault: "client";
801
+ Message?: string;
802
+ }
803
+ /**
804
+ * <p>The problems with the module. Please fix before trying again.</p>
805
+ */
806
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
807
+ name: "InvalidContactFlowModuleException";
808
+ $fault: "client";
809
+ Problems?: ProblemDetail[];
809
810
  }
810
811
  export declare enum HoursOfOperationDays {
811
812
  FRIDAY = "FRIDAY",
@@ -880,7 +881,7 @@ export interface CreateHoursOfOperationRequest {
880
881
  */
881
882
  Config: HoursOfOperationConfig[] | undefined;
882
883
  /**
883
- * <p>One or more tags.</p>
884
+ * <p>The tags used to organize, track, or control access for this resource.</p>
884
885
  */
885
886
  Tags?: {
886
887
  [key: string]: string;
@@ -998,7 +999,7 @@ export interface CreateIntegrationAssociationRequest {
998
999
  */
999
1000
  SourceType?: SourceType | string;
1000
1001
  /**
1001
- * <p>One or more tags.</p>
1002
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1002
1003
  */
1003
1004
  Tags?: {
1004
1005
  [key: string]: string;
@@ -1079,7 +1080,7 @@ export interface CreateQueueRequest {
1079
1080
  */
1080
1081
  QuickConnectIds?: string[];
1081
1082
  /**
1082
- * <p>One or more tags.</p>
1083
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1083
1084
  */
1084
1085
  Tags?: {
1085
1086
  [key: string]: string;
@@ -1213,7 +1214,7 @@ export interface CreateQuickConnectRequest {
1213
1214
  */
1214
1215
  QuickConnectConfig: QuickConnectConfig | undefined;
1215
1216
  /**
1216
- * <p>One or more tags.</p>
1217
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1217
1218
  */
1218
1219
  Tags?: {
1219
1220
  [key: string]: string;
@@ -1231,7 +1232,8 @@ export interface CreateQuickConnectResponse {
1231
1232
  */
1232
1233
  QuickConnectARN?: string;
1233
1234
  /**
1234
- * <p>The identifier for the quick connect. </p>
1235
+ * <p>The identifier for the quick connect.
1236
+ * </p>
1235
1237
  */
1236
1238
  QuickConnectId?: string;
1237
1239
  }
@@ -1338,7 +1340,7 @@ export interface CreateSecurityProfileRequest {
1338
1340
  */
1339
1341
  InstanceId: string | undefined;
1340
1342
  /**
1341
- * <p>One or more tags.</p>
1343
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1342
1344
  */
1343
1345
  Tags?: {
1344
1346
  [key: string]: string;
@@ -1385,7 +1387,7 @@ export interface CreateUseCaseRequest {
1385
1387
  */
1386
1388
  UseCaseType: UseCaseType | string | undefined;
1387
1389
  /**
1388
- * <p>One or more tags.</p>
1390
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1389
1391
  */
1390
1392
  Tags?: {
1391
1393
  [key: string]: string;
@@ -1582,6 +1584,46 @@ export declare namespace CreateUserHierarchyGroupResponse {
1582
1584
  */
1583
1585
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
1584
1586
  }
1587
+ export interface DeleteContactFlowRequest {
1588
+ /**
1589
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1590
+ */
1591
+ InstanceId: string | undefined;
1592
+ /**
1593
+ * <p>The identifier of the contact flow.</p>
1594
+ */
1595
+ ContactFlowId: string | undefined;
1596
+ }
1597
+ export declare namespace DeleteContactFlowRequest {
1598
+ /**
1599
+ * @internal
1600
+ */
1601
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
1602
+ }
1603
+ export interface DeleteContactFlowModuleRequest {
1604
+ /**
1605
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1606
+ */
1607
+ InstanceId: string | undefined;
1608
+ /**
1609
+ * <p>The identifier of the contact flow module.</p>
1610
+ */
1611
+ ContactFlowModuleId: string | undefined;
1612
+ }
1613
+ export declare namespace DeleteContactFlowModuleRequest {
1614
+ /**
1615
+ * @internal
1616
+ */
1617
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
1618
+ }
1619
+ export interface DeleteContactFlowModuleResponse {
1620
+ }
1621
+ export declare namespace DeleteContactFlowModuleResponse {
1622
+ /**
1623
+ * @internal
1624
+ */
1625
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
1626
+ }
1585
1627
  export interface DeleteHoursOfOperationRequest {
1586
1628
  /**
1587
1629
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1683,12 +1725,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
1683
1725
  */
1684
1726
  ResourceId?: string;
1685
1727
  }
1686
- export declare namespace ResourceInUseException {
1687
- /**
1688
- * @internal
1689
- */
1690
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1691
- }
1692
1728
  export interface DeleteUseCaseRequest {
1693
1729
  /**
1694
1730
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1775,7 +1811,7 @@ export interface DescribeContactRequest {
1775
1811
  */
1776
1812
  InstanceId: string | undefined;
1777
1813
  /**
1778
- * <p>The identifier of the initial contact.</p>
1814
+ * <p>The identifier of the contact.</p>
1779
1815
  */
1780
1816
  ContactId: string | undefined;
1781
1817
  }
@@ -1902,12 +1938,6 @@ export interface ContactFlowNotPublishedException extends __SmithyException, $Me
1902
1938
  $fault: "client";
1903
1939
  Message?: string;
1904
1940
  }
1905
- export declare namespace ContactFlowNotPublishedException {
1906
- /**
1907
- * @internal
1908
- */
1909
- const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
1910
- }
1911
1941
  export interface DescribeContactFlowRequest {
1912
1942
  /**
1913
1943
  * <p>The identifier of the Amazon Connect instance.</p>
@@ -1924,6 +1954,10 @@ export declare namespace DescribeContactFlowRequest {
1924
1954
  */
1925
1955
  const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1926
1956
  }
1957
+ export declare enum ContactFlowState {
1958
+ ACTIVE = "ACTIVE",
1959
+ ARCHIVED = "ARCHIVED"
1960
+ }
1927
1961
  /**
1928
1962
  * <p>Contains information about a contact flow.</p>
1929
1963
  */
@@ -1945,6 +1979,10 @@ export interface ContactFlow {
1945
1979
  * Guide</i>.</p>
1946
1980
  */
1947
1981
  Type?: ContactFlowType | string;
1982
+ /**
1983
+ * <p>The type of contact flow.</p>
1984
+ */
1985
+ State?: ContactFlowState | string;
1948
1986
  /**
1949
1987
  * <p>The description of the contact flow.</p>
1950
1988
  */
@@ -1978,6 +2016,87 @@ export declare namespace DescribeContactFlowResponse {
1978
2016
  */
1979
2017
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1980
2018
  }
2019
+ export interface DescribeContactFlowModuleRequest {
2020
+ /**
2021
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2022
+ */
2023
+ InstanceId: string | undefined;
2024
+ /**
2025
+ * <p>The identifier of the contact flow module.</p>
2026
+ */
2027
+ ContactFlowModuleId: string | undefined;
2028
+ }
2029
+ export declare namespace DescribeContactFlowModuleRequest {
2030
+ /**
2031
+ * @internal
2032
+ */
2033
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
2034
+ }
2035
+ export declare enum ContactFlowModuleState {
2036
+ ACTIVE = "ACTIVE",
2037
+ ARCHIVED = "ARCHIVED"
2038
+ }
2039
+ export declare enum ContactFlowModuleStatus {
2040
+ PUBLISHED = "PUBLISHED",
2041
+ SAVED = "SAVED"
2042
+ }
2043
+ /**
2044
+ * <p>Contains information about a contact flow module.</p>
2045
+ */
2046
+ export interface ContactFlowModule {
2047
+ /**
2048
+ * <p>The Amazon Resource Name (ARN).</p>
2049
+ */
2050
+ Arn?: string;
2051
+ /**
2052
+ * <p>The identifier of the contact flow module.</p>
2053
+ */
2054
+ Id?: string;
2055
+ /**
2056
+ * <p>The name of the contact flow module.</p>
2057
+ */
2058
+ Name?: string;
2059
+ /**
2060
+ * <p>The content of the contact flow module.</p>
2061
+ */
2062
+ Content?: string;
2063
+ /**
2064
+ * <p>The description of the contact flow module.</p>
2065
+ */
2066
+ Description?: string;
2067
+ /**
2068
+ * <p>The type of contact flow module.</p>
2069
+ */
2070
+ State?: ContactFlowModuleState | string;
2071
+ /**
2072
+ * <p>The status of the contact flow module.</p>
2073
+ */
2074
+ Status?: ContactFlowModuleStatus | string;
2075
+ /**
2076
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2077
+ */
2078
+ Tags?: {
2079
+ [key: string]: string;
2080
+ };
2081
+ }
2082
+ export declare namespace ContactFlowModule {
2083
+ /**
2084
+ * @internal
2085
+ */
2086
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
2087
+ }
2088
+ export interface DescribeContactFlowModuleResponse {
2089
+ /**
2090
+ * <p>Information about the contact flow module.</p>
2091
+ */
2092
+ ContactFlowModule?: ContactFlowModule;
2093
+ }
2094
+ export declare namespace DescribeContactFlowModuleResponse {
2095
+ /**
2096
+ * @internal
2097
+ */
2098
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
2099
+ }
1981
2100
  export interface DescribeHoursOfOperationRequest {
1982
2101
  /**
1983
2102
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -2023,7 +2142,7 @@ export interface HoursOfOperation {
2023
2142
  */
2024
2143
  Config?: HoursOfOperationConfig[];
2025
2144
  /**
2026
- * <p>One or more tags.</p>
2145
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2027
2146
  */
2028
2147
  Tags?: {
2029
2148
  [key: string]: string;
@@ -2291,7 +2410,7 @@ export interface Queue {
2291
2410
  */
2292
2411
  Status?: QueueStatus | string;
2293
2412
  /**
2294
- * <p>One or more tags.</p>
2413
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2295
2414
  */
2296
2415
  Tags?: {
2297
2416
  [key: string]: string;
@@ -2356,7 +2475,7 @@ export interface QuickConnect {
2356
2475
  */
2357
2476
  QuickConnectConfig?: QuickConnectConfig;
2358
2477
  /**
2359
- * <p>One or more tags.</p>
2478
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2360
2479
  */
2361
2480
  Tags?: {
2362
2481
  [key: string]: string;
@@ -2495,7 +2614,7 @@ export interface SecurityProfile {
2495
2614
  */
2496
2615
  Description?: string;
2497
2616
  /**
2498
- * <p>One or more tags.</p>
2617
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2499
2618
  */
2500
2619
  Tags?: {
2501
2620
  [key: string]: string;
@@ -3127,11 +3246,11 @@ export interface GetCurrentMetricDataRequest {
3127
3246
  * <dd>
3128
3247
  * <p>Unit: SECONDS</p>
3129
3248
  * <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>
3249
+ * <p>When you do not use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For
3250
+ * example, if you get a response like this:</p>
3132
3251
  * <p>
3133
3252
  * <code>{ "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" }, "Value": 24113.0
3134
- * </code>}</p>
3253
+ * </code>}</p>
3135
3254
  * <p>The actual OLDEST_CONTACT_AGE is 24 seconds.</p>
3136
3255
  *
3137
3256
  * <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>
@@ -3328,12 +3447,6 @@ export interface UserNotFoundException extends __SmithyException, $MetadataBeare
3328
3447
  $fault: "client";
3329
3448
  Message?: string;
3330
3449
  }
3331
- export declare namespace UserNotFoundException {
3332
- /**
3333
- * @internal
3334
- */
3335
- const filterSensitiveLog: (obj: UserNotFoundException) => any;
3336
- }
3337
3450
  export declare enum HistoricalMetricName {
3338
3451
  ABANDON_TIME = "ABANDON_TIME",
3339
3452
  AFTER_CONTACT_WORK_TIME = "AFTER_CONTACT_WORK_TIME",
@@ -3812,6 +3925,74 @@ export declare namespace ListBotsResponse {
3812
3925
  */
3813
3926
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
3814
3927
  }
3928
+ export interface ListContactFlowModulesRequest {
3929
+ /**
3930
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3931
+ */
3932
+ InstanceId: string | undefined;
3933
+ /**
3934
+ * <p>The token for the next set of results. Use the value returned in the previous
3935
+ * response in the next request to retrieve the next set of results.</p>
3936
+ */
3937
+ NextToken?: string;
3938
+ /**
3939
+ * <p>The maximum number of results to return per page.</p>
3940
+ */
3941
+ MaxResults?: number;
3942
+ /**
3943
+ * <p>The state of the contact flow module.</p>
3944
+ */
3945
+ ContactFlowModuleState?: ContactFlowModuleState | string;
3946
+ }
3947
+ export declare namespace ListContactFlowModulesRequest {
3948
+ /**
3949
+ * @internal
3950
+ */
3951
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
3952
+ }
3953
+ /**
3954
+ * <p>Contains summary information about a contact flow.</p>
3955
+ */
3956
+ export interface ContactFlowModuleSummary {
3957
+ /**
3958
+ * <p>The identifier of the contact flow module.</p>
3959
+ */
3960
+ Id?: string;
3961
+ /**
3962
+ * <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
3963
+ */
3964
+ Arn?: string;
3965
+ /**
3966
+ * <p>The name of the contact flow module.</p>
3967
+ */
3968
+ Name?: string;
3969
+ /**
3970
+ * <p>The type of contact flow module.</p>
3971
+ */
3972
+ State?: ContactFlowModuleState | string;
3973
+ }
3974
+ export declare namespace ContactFlowModuleSummary {
3975
+ /**
3976
+ * @internal
3977
+ */
3978
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
3979
+ }
3980
+ export interface ListContactFlowModulesResponse {
3981
+ /**
3982
+ * <p>Information about the contact flow module.</p>
3983
+ */
3984
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
3985
+ /**
3986
+ * <p>If there are additional results, this is the token for the next set of results.</p>
3987
+ */
3988
+ NextToken?: string;
3989
+ }
3990
+ export declare namespace ListContactFlowModulesResponse {
3991
+ /**
3992
+ * @internal
3993
+ */
3994
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
3995
+ }
3815
3996
  export interface ListContactFlowsRequest {
3816
3997
  /**
3817
3998
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -3859,6 +4040,10 @@ export interface ContactFlowSummary {
3859
4040
  * <p>The type of contact flow.</p>
3860
4041
  */
3861
4042
  ContactFlowType?: ContactFlowType | string;
4043
+ /**
4044
+ * <p>The type of contact flow.</p>
4045
+ */
4046
+ ContactFlowState?: ContactFlowState | string;
3862
4047
  }
3863
4048
  export declare namespace ContactFlowSummary {
3864
4049
  /**
@@ -3903,8 +4088,8 @@ export interface ListContactReferencesRequest {
3903
4088
  * <p>The token for the next set of results. Use the value returned in the previous
3904
4089
  * response in the next request to retrieve the next set of results.</p>
3905
4090
  * <important>
3906
- * <p>This is not expected to be set since the value returned in the previous response is always
3907
- * null.</p>
4091
+ * <p>This is not expected to be set, because the value returned in the previous response is
4092
+ * always null.</p>
3908
4093
  * </important>
3909
4094
  */
3910
4095
  NextToken?: string;
@@ -3967,7 +4152,8 @@ export declare namespace UrlReference {
3967
4152
  export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
3968
4153
  export declare namespace ReferenceSummary {
3969
4154
  /**
3970
- * <p>Information about Url reference if the <code>referenceType</code> is <code>URL</code>. Otherwise, null.</p>
4155
+ * <p>Information about the URL reference if the <code>referenceType</code> is <code>URL</code>.
4156
+ * Otherwise, null.</p>
3971
4157
  */
3972
4158
  interface UrlMember {
3973
4159
  Url: UrlReference;
@@ -4241,7 +4427,7 @@ export interface ListIntegrationAssociationsRequest {
4241
4427
  */
4242
4428
  InstanceId: string | undefined;
4243
4429
  /**
4244
- * <p></p>
4430
+ * <p>The integration type.</p>
4245
4431
  */
4246
4432
  IntegrationType?: IntegrationType | string;
4247
4433
  /**
@@ -4367,8 +4553,7 @@ export interface ListLexBotsRequest {
4367
4553
  */
4368
4554
  NextToken?: string;
4369
4555
  /**
4370
- * <p>The maximum number of results to return per page. If no value is specified, the default is 10.
4371
- * </p>
4556
+ * <p>The maximum number of results to return per page. If no value is specified, the default is 10. </p>
4372
4557
  */
4373
4558
  MaxResults?: number;
4374
4559
  }
@@ -5698,12 +5883,6 @@ export interface DestinationNotAllowedException extends __SmithyException, $Meta
5698
5883
  */
5699
5884
  Message?: string;
5700
5885
  }
5701
- export declare namespace DestinationNotAllowedException {
5702
- /**
5703
- * @internal
5704
- */
5705
- const filterSensitiveLog: (obj: DestinationNotAllowedException) => any;
5706
- }
5707
5886
  /**
5708
5887
  * <p>The contact is not permitted.</p>
5709
5888
  */
@@ -5715,12 +5894,6 @@ export interface OutboundContactNotPermittedException extends __SmithyException,
5715
5894
  */
5716
5895
  Message?: string;
5717
5896
  }
5718
- export declare namespace OutboundContactNotPermittedException {
5719
- /**
5720
- * @internal
5721
- */
5722
- const filterSensitiveLog: (obj: OutboundContactNotPermittedException) => any;
5723
- }
5724
5897
  /**
5725
5898
  * <p>Configuration of the answering machine detection.</p>
5726
5899
  */
@@ -5805,8 +5978,8 @@ export interface StartOutboundVoiceContactRequest {
5805
5978
  /**
5806
5979
  * <p>Denotes the class of traffic. Calls with different traffic types are handled differently by
5807
5980
  * 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>
5981
+ * <code>EnableAnswerMachineDetection</code> is set to <code>true</code>. For all other cases, use
5982
+ * <code>GENERAL</code>. </p>
5810
5983
  */
5811
5984
  TrafficType?: TrafficType | string;
5812
5985
  }
@@ -5930,12 +6103,6 @@ export interface ContactNotFoundException extends __SmithyException, $MetadataBe
5930
6103
  */
5931
6104
  Message?: string;
5932
6105
  }
5933
- export declare namespace ContactNotFoundException {
5934
- /**
5935
- * @internal
5936
- */
5937
- const filterSensitiveLog: (obj: ContactNotFoundException) => any;
5938
- }
5939
6106
  export interface StopContactRequest {
5940
6107
  /**
5941
6108
  * <p>The ID of the contact.</p>
@@ -6047,340 +6214,3 @@ export declare namespace SuspendContactRecordingResponse {
6047
6214
  */
6048
6215
  const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
6049
6216
  }
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
- }