@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
@@ -5,10 +5,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
5
5
  $fault: "client";
6
6
  Message?: string;
7
7
  }
8
- export declare namespace AccessDeniedException {
9
-
10
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
- }
12
8
 
13
9
  export interface AgentInfo {
14
10
 
@@ -86,10 +82,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
86
82
 
87
83
  Message?: string;
88
84
  }
89
- export declare namespace InternalServiceException {
90
-
91
- const filterSensitiveLog: (obj: InternalServiceException) => any;
92
- }
93
85
 
94
86
  export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
95
87
  name: "InvalidParameterException";
@@ -97,10 +89,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
97
89
 
98
90
  Message?: string;
99
91
  }
100
- export declare namespace InvalidParameterException {
101
-
102
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
103
- }
104
92
 
105
93
  export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
106
94
  name: "InvalidRequestException";
@@ -108,20 +96,12 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
108
96
 
109
97
  Message?: string;
110
98
  }
111
- export declare namespace InvalidRequestException {
112
-
113
- const filterSensitiveLog: (obj: InvalidRequestException) => any;
114
- }
115
99
 
116
100
  export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
117
101
  name: "ResourceConflictException";
118
102
  $fault: "client";
119
103
  Message?: string;
120
104
  }
121
- export declare namespace ResourceConflictException {
122
-
123
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
124
- }
125
105
 
126
106
  export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
127
107
  name: "ResourceNotFoundException";
@@ -129,30 +109,18 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
129
109
 
130
110
  Message?: string;
131
111
  }
132
- export declare namespace ResourceNotFoundException {
133
-
134
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
135
- }
136
112
 
137
113
  export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
138
114
  name: "ServiceQuotaExceededException";
139
115
  $fault: "client";
140
116
  Message?: string;
141
117
  }
142
- export declare namespace ServiceQuotaExceededException {
143
-
144
- const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
145
- }
146
118
 
147
119
  export interface ThrottlingException extends __SmithyException, $MetadataBearer {
148
120
  name: "ThrottlingException";
149
121
  $fault: "client";
150
122
  Message?: string;
151
123
  }
152
- export declare namespace ThrottlingException {
153
-
154
- const filterSensitiveLog: (obj: ThrottlingException) => any;
155
- }
156
124
 
157
125
  export interface LexBot {
158
126
 
@@ -192,10 +160,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
192
160
 
193
161
  Message?: string;
194
162
  }
195
- export declare namespace LimitExceededException {
196
-
197
- const filterSensitiveLog: (obj: LimitExceededException) => any;
198
- }
199
163
  export declare enum InstanceStorageResourceType {
200
164
  AGENT_EVENTS = "AGENT_EVENTS",
201
165
  CALL_RECORDINGS = "CALL_RECORDINGS",
@@ -434,10 +398,6 @@ export interface DuplicateResourceException extends __SmithyException, $Metadata
434
398
  $fault: "client";
435
399
  Message?: string;
436
400
  }
437
- export declare namespace DuplicateResourceException {
438
-
439
- const filterSensitiveLog: (obj: DuplicateResourceException) => any;
440
- }
441
401
  export declare enum ContactFlowType {
442
402
  AGENT_HOLD = "AGENT_HOLD",
443
403
  AGENT_TRANSFER = "AGENT_TRANSFER",
@@ -495,9 +455,47 @@ export interface InvalidContactFlowException extends __SmithyException, $Metadat
495
455
 
496
456
  problems?: ProblemDetail[];
497
457
  }
498
- export declare namespace InvalidContactFlowException {
458
+ export interface CreateContactFlowModuleRequest {
459
+
460
+ InstanceId: string | undefined;
461
+
462
+ Name: string | undefined;
463
+
464
+ Description?: string;
465
+
466
+ Content: string | undefined;
467
+
468
+ Tags?: {
469
+ [key: string]: string;
470
+ };
471
+
472
+ ClientToken?: string;
473
+ }
474
+ export declare namespace CreateContactFlowModuleRequest {
499
475
 
500
- const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
476
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
477
+ }
478
+ export interface CreateContactFlowModuleResponse {
479
+
480
+ Id?: string;
481
+
482
+ Arn?: string;
483
+ }
484
+ export declare namespace CreateContactFlowModuleResponse {
485
+
486
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
487
+ }
488
+
489
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
490
+ name: "IdempotencyException";
491
+ $fault: "client";
492
+ Message?: string;
493
+ }
494
+
495
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
496
+ name: "InvalidContactFlowModuleException";
497
+ $fault: "client";
498
+ Problems?: ProblemDetail[];
501
499
  }
502
500
  export declare enum HoursOfOperationDays {
503
501
  FRIDAY = "FRIDAY",
@@ -957,6 +955,32 @@ export declare namespace CreateUserHierarchyGroupResponse {
957
955
 
958
956
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
959
957
  }
958
+ export interface DeleteContactFlowRequest {
959
+
960
+ InstanceId: string | undefined;
961
+
962
+ ContactFlowId: string | undefined;
963
+ }
964
+ export declare namespace DeleteContactFlowRequest {
965
+
966
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
967
+ }
968
+ export interface DeleteContactFlowModuleRequest {
969
+
970
+ InstanceId: string | undefined;
971
+
972
+ ContactFlowModuleId: string | undefined;
973
+ }
974
+ export declare namespace DeleteContactFlowModuleRequest {
975
+
976
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
977
+ }
978
+ export interface DeleteContactFlowModuleResponse {
979
+ }
980
+ export declare namespace DeleteContactFlowModuleResponse {
981
+
982
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
983
+ }
960
984
  export interface DeleteHoursOfOperationRequest {
961
985
 
962
986
  InstanceId: string | undefined;
@@ -1024,10 +1048,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
1024
1048
 
1025
1049
  ResourceId?: string;
1026
1050
  }
1027
- export declare namespace ResourceInUseException {
1028
-
1029
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1030
- }
1031
1051
  export interface DeleteUseCaseRequest {
1032
1052
 
1033
1053
  InstanceId: string | undefined;
@@ -1156,10 +1176,6 @@ export interface ContactFlowNotPublishedException extends __SmithyException, $Me
1156
1176
  $fault: "client";
1157
1177
  Message?: string;
1158
1178
  }
1159
- export declare namespace ContactFlowNotPublishedException {
1160
-
1161
- const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
1162
- }
1163
1179
  export interface DescribeContactFlowRequest {
1164
1180
 
1165
1181
  InstanceId: string | undefined;
@@ -1170,6 +1186,10 @@ export declare namespace DescribeContactFlowRequest {
1170
1186
 
1171
1187
  const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1172
1188
  }
1189
+ export declare enum ContactFlowState {
1190
+ ACTIVE = "ACTIVE",
1191
+ ARCHIVED = "ARCHIVED"
1192
+ }
1173
1193
 
1174
1194
  export interface ContactFlow {
1175
1195
 
@@ -1181,6 +1201,8 @@ export interface ContactFlow {
1181
1201
 
1182
1202
  Type?: ContactFlowType | string;
1183
1203
 
1204
+ State?: ContactFlowState | string;
1205
+
1184
1206
  Description?: string;
1185
1207
 
1186
1208
  Content?: string;
@@ -1201,6 +1223,57 @@ export declare namespace DescribeContactFlowResponse {
1201
1223
 
1202
1224
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1203
1225
  }
1226
+ export interface DescribeContactFlowModuleRequest {
1227
+
1228
+ InstanceId: string | undefined;
1229
+
1230
+ ContactFlowModuleId: string | undefined;
1231
+ }
1232
+ export declare namespace DescribeContactFlowModuleRequest {
1233
+
1234
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
1235
+ }
1236
+ export declare enum ContactFlowModuleState {
1237
+ ACTIVE = "ACTIVE",
1238
+ ARCHIVED = "ARCHIVED"
1239
+ }
1240
+ export declare enum ContactFlowModuleStatus {
1241
+ PUBLISHED = "PUBLISHED",
1242
+ SAVED = "SAVED"
1243
+ }
1244
+
1245
+ export interface ContactFlowModule {
1246
+
1247
+ Arn?: string;
1248
+
1249
+ Id?: string;
1250
+
1251
+ Name?: string;
1252
+
1253
+ Content?: string;
1254
+
1255
+ Description?: string;
1256
+
1257
+ State?: ContactFlowModuleState | string;
1258
+
1259
+ Status?: ContactFlowModuleStatus | string;
1260
+
1261
+ Tags?: {
1262
+ [key: string]: string;
1263
+ };
1264
+ }
1265
+ export declare namespace ContactFlowModule {
1266
+
1267
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
1268
+ }
1269
+ export interface DescribeContactFlowModuleResponse {
1270
+
1271
+ ContactFlowModule?: ContactFlowModule;
1272
+ }
1273
+ export declare namespace DescribeContactFlowModuleResponse {
1274
+
1275
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
1276
+ }
1204
1277
  export interface DescribeHoursOfOperationRequest {
1205
1278
 
1206
1279
  InstanceId: string | undefined;
@@ -1952,10 +2025,6 @@ export interface UserNotFoundException extends __SmithyException, $MetadataBeare
1952
2025
  $fault: "client";
1953
2026
  Message?: string;
1954
2027
  }
1955
- export declare namespace UserNotFoundException {
1956
-
1957
- const filterSensitiveLog: (obj: UserNotFoundException) => any;
1958
- }
1959
2028
  export declare enum HistoricalMetricName {
1960
2029
  ABANDON_TIME = "ABANDON_TIME",
1961
2030
  AFTER_CONTACT_WORK_TIME = "AFTER_CONTACT_WORK_TIME",
@@ -2156,6 +2225,45 @@ export declare namespace ListBotsResponse {
2156
2225
 
2157
2226
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
2158
2227
  }
2228
+ export interface ListContactFlowModulesRequest {
2229
+
2230
+ InstanceId: string | undefined;
2231
+
2232
+ NextToken?: string;
2233
+
2234
+ MaxResults?: number;
2235
+
2236
+ ContactFlowModuleState?: ContactFlowModuleState | string;
2237
+ }
2238
+ export declare namespace ListContactFlowModulesRequest {
2239
+
2240
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
2241
+ }
2242
+
2243
+ export interface ContactFlowModuleSummary {
2244
+
2245
+ Id?: string;
2246
+
2247
+ Arn?: string;
2248
+
2249
+ Name?: string;
2250
+
2251
+ State?: ContactFlowModuleState | string;
2252
+ }
2253
+ export declare namespace ContactFlowModuleSummary {
2254
+
2255
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
2256
+ }
2257
+ export interface ListContactFlowModulesResponse {
2258
+
2259
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
2260
+
2261
+ NextToken?: string;
2262
+ }
2263
+ export declare namespace ListContactFlowModulesResponse {
2264
+
2265
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
2266
+ }
2159
2267
  export interface ListContactFlowsRequest {
2160
2268
 
2161
2269
  InstanceId: string | undefined;
@@ -2180,6 +2288,8 @@ export interface ContactFlowSummary {
2180
2288
  Name?: string;
2181
2289
 
2182
2290
  ContactFlowType?: ContactFlowType | string;
2291
+
2292
+ ContactFlowState?: ContactFlowState | string;
2183
2293
  }
2184
2294
  export declare namespace ContactFlowSummary {
2185
2295
 
@@ -3354,10 +3464,6 @@ export interface DestinationNotAllowedException extends __SmithyException, $Meta
3354
3464
 
3355
3465
  Message?: string;
3356
3466
  }
3357
- export declare namespace DestinationNotAllowedException {
3358
-
3359
- const filterSensitiveLog: (obj: DestinationNotAllowedException) => any;
3360
- }
3361
3467
 
3362
3468
  export interface OutboundContactNotPermittedException extends __SmithyException, $MetadataBearer {
3363
3469
  name: "OutboundContactNotPermittedException";
@@ -3365,10 +3471,6 @@ export interface OutboundContactNotPermittedException extends __SmithyException,
3365
3471
 
3366
3472
  Message?: string;
3367
3473
  }
3368
- export declare namespace OutboundContactNotPermittedException {
3369
-
3370
- const filterSensitiveLog: (obj: OutboundContactNotPermittedException) => any;
3371
- }
3372
3474
 
3373
3475
  export interface AnswerMachineDetectionConfig {
3374
3476
 
@@ -3474,10 +3576,6 @@ export interface ContactNotFoundException extends __SmithyException, $MetadataBe
3474
3576
 
3475
3577
  Message?: string;
3476
3578
  }
3477
- export declare namespace ContactNotFoundException {
3478
-
3479
- const filterSensitiveLog: (obj: ContactNotFoundException) => any;
3480
- }
3481
3579
  export interface StopContactRequest {
3482
3580
 
3483
3581
  ContactId: string | undefined;
@@ -3548,201 +3646,3 @@ export declare namespace SuspendContactRecordingResponse {
3548
3646
 
3549
3647
  const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
3550
3648
  }
3551
- export interface TagResourceRequest {
3552
-
3553
- resourceArn: string | undefined;
3554
-
3555
- tags: {
3556
- [key: string]: string;
3557
- } | undefined;
3558
- }
3559
- export declare namespace TagResourceRequest {
3560
-
3561
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3562
- }
3563
- export interface UntagResourceRequest {
3564
-
3565
- resourceArn: string | undefined;
3566
-
3567
- tagKeys: string[] | undefined;
3568
- }
3569
- export declare namespace UntagResourceRequest {
3570
-
3571
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3572
- }
3573
- export interface UpdateAgentStatusRequest {
3574
-
3575
- InstanceId: string | undefined;
3576
-
3577
- AgentStatusId: string | undefined;
3578
-
3579
- Name?: string;
3580
-
3581
- Description?: string;
3582
-
3583
- State?: AgentStatusState | string;
3584
-
3585
- DisplayOrder?: number;
3586
-
3587
- ResetOrderNumber?: boolean;
3588
- }
3589
- export declare namespace UpdateAgentStatusRequest {
3590
-
3591
- const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
3592
- }
3593
- export interface UpdateContactRequest {
3594
-
3595
- InstanceId: string | undefined;
3596
-
3597
- ContactId: string | undefined;
3598
-
3599
- Name?: string;
3600
-
3601
- Description?: string;
3602
-
3603
- References?: {
3604
- [key: string]: Reference;
3605
- };
3606
- }
3607
- export declare namespace UpdateContactRequest {
3608
-
3609
- const filterSensitiveLog: (obj: UpdateContactRequest) => any;
3610
- }
3611
- export interface UpdateContactResponse {
3612
- }
3613
- export declare namespace UpdateContactResponse {
3614
-
3615
- const filterSensitiveLog: (obj: UpdateContactResponse) => any;
3616
- }
3617
- export interface UpdateContactAttributesRequest {
3618
-
3619
- InitialContactId: string | undefined;
3620
-
3621
- InstanceId: string | undefined;
3622
-
3623
- Attributes: {
3624
- [key: string]: string;
3625
- } | undefined;
3626
- }
3627
- export declare namespace UpdateContactAttributesRequest {
3628
-
3629
- const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
3630
- }
3631
- export interface UpdateContactAttributesResponse {
3632
- }
3633
- export declare namespace UpdateContactAttributesResponse {
3634
-
3635
- const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
3636
- }
3637
- export interface UpdateContactFlowContentRequest {
3638
-
3639
- InstanceId: string | undefined;
3640
-
3641
- ContactFlowId: string | undefined;
3642
-
3643
- Content: string | undefined;
3644
- }
3645
- export declare namespace UpdateContactFlowContentRequest {
3646
-
3647
- const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
3648
- }
3649
- export interface UpdateContactFlowNameRequest {
3650
-
3651
- InstanceId: string | undefined;
3652
-
3653
- ContactFlowId: string | undefined;
3654
-
3655
- Name?: string;
3656
-
3657
- Description?: string;
3658
- }
3659
- export declare namespace UpdateContactFlowNameRequest {
3660
-
3661
- const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
3662
- }
3663
- export interface UpdateContactScheduleRequest {
3664
-
3665
- InstanceId: string | undefined;
3666
-
3667
- ContactId: string | undefined;
3668
-
3669
- ScheduledTime: Date | undefined;
3670
- }
3671
- export declare namespace UpdateContactScheduleRequest {
3672
-
3673
- const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
3674
- }
3675
- export interface UpdateContactScheduleResponse {
3676
- }
3677
- export declare namespace UpdateContactScheduleResponse {
3678
-
3679
- const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
3680
- }
3681
- export interface UpdateHoursOfOperationRequest {
3682
-
3683
- InstanceId: string | undefined;
3684
-
3685
- HoursOfOperationId: string | undefined;
3686
-
3687
- Name?: string;
3688
-
3689
- Description?: string;
3690
-
3691
- TimeZone?: string;
3692
-
3693
- Config?: HoursOfOperationConfig[];
3694
- }
3695
- export declare namespace UpdateHoursOfOperationRequest {
3696
-
3697
- const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
3698
- }
3699
- export interface UpdateInstanceAttributeRequest {
3700
-
3701
- InstanceId: string | undefined;
3702
-
3703
- AttributeType: InstanceAttributeType | string | undefined;
3704
-
3705
- Value: string | undefined;
3706
- }
3707
- export declare namespace UpdateInstanceAttributeRequest {
3708
-
3709
- const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
3710
- }
3711
- export interface UpdateInstanceStorageConfigRequest {
3712
-
3713
- InstanceId: string | undefined;
3714
-
3715
- AssociationId: string | undefined;
3716
-
3717
- ResourceType: InstanceStorageResourceType | string | undefined;
3718
-
3719
- StorageConfig: InstanceStorageConfig | undefined;
3720
- }
3721
- export declare namespace UpdateInstanceStorageConfigRequest {
3722
-
3723
- const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
3724
- }
3725
- export interface UpdateQueueHoursOfOperationRequest {
3726
-
3727
- InstanceId: string | undefined;
3728
-
3729
- QueueId: string | undefined;
3730
-
3731
- HoursOfOperationId: string | undefined;
3732
- }
3733
- export declare namespace UpdateQueueHoursOfOperationRequest {
3734
-
3735
- const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
3736
- }
3737
- export interface UpdateQueueMaxContactsRequest {
3738
-
3739
- InstanceId: string | undefined;
3740
-
3741
- QueueId: string | undefined;
3742
-
3743
- MaxContacts?: number;
3744
- }
3745
- export declare namespace UpdateQueueMaxContactsRequest {
3746
-
3747
- const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
3748
- }