@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,4 +1,432 @@
1
- import { MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
1
+ import { AgentStatusState, ContactFlowModuleState, ContactFlowState, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, Reference, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
2
+ export interface TagResourceRequest {
3
+ /**
4
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
5
+ */
6
+ resourceArn: string | undefined;
7
+ /**
8
+ * <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
9
+ */
10
+ tags: {
11
+ [key: string]: string;
12
+ } | undefined;
13
+ }
14
+ export declare namespace TagResourceRequest {
15
+ /**
16
+ * @internal
17
+ */
18
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
19
+ }
20
+ export interface UntagResourceRequest {
21
+ /**
22
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
23
+ */
24
+ resourceArn: string | undefined;
25
+ /**
26
+ * <p>The tag keys.</p>
27
+ */
28
+ tagKeys: string[] | undefined;
29
+ }
30
+ export declare namespace UntagResourceRequest {
31
+ /**
32
+ * @internal
33
+ */
34
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
35
+ }
36
+ export interface UpdateAgentStatusRequest {
37
+ /**
38
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
39
+ */
40
+ InstanceId: string | undefined;
41
+ /**
42
+ * <p>The identifier of the agent status.</p>
43
+ */
44
+ AgentStatusId: string | undefined;
45
+ /**
46
+ * <p>The name of the agent status.</p>
47
+ */
48
+ Name?: string;
49
+ /**
50
+ * <p>The description of the agent status.</p>
51
+ */
52
+ Description?: string;
53
+ /**
54
+ * <p>The state of the agent status.</p>
55
+ */
56
+ State?: AgentStatusState | string;
57
+ /**
58
+ * <p>The display order of the agent status.</p>
59
+ */
60
+ DisplayOrder?: number;
61
+ /**
62
+ * <p>A number indicating the reset order of the agent status.</p>
63
+ */
64
+ ResetOrderNumber?: boolean;
65
+ }
66
+ export declare namespace UpdateAgentStatusRequest {
67
+ /**
68
+ * @internal
69
+ */
70
+ const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
71
+ }
72
+ export interface UpdateContactRequest {
73
+ /**
74
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
75
+ */
76
+ InstanceId: string | undefined;
77
+ /**
78
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
79
+ * first interaction with your contact center.</p>
80
+ */
81
+ ContactId: string | undefined;
82
+ /**
83
+ * <p>The name of the contact.</p>
84
+ */
85
+ Name?: string;
86
+ /**
87
+ * <p>The description of the contact.</p>
88
+ */
89
+ Description?: string;
90
+ /**
91
+ * <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP).</p>
92
+ */
93
+ References?: {
94
+ [key: string]: Reference;
95
+ };
96
+ }
97
+ export declare namespace UpdateContactRequest {
98
+ /**
99
+ * @internal
100
+ */
101
+ const filterSensitiveLog: (obj: UpdateContactRequest) => any;
102
+ }
103
+ export interface UpdateContactResponse {
104
+ }
105
+ export declare namespace UpdateContactResponse {
106
+ /**
107
+ * @internal
108
+ */
109
+ const filterSensitiveLog: (obj: UpdateContactResponse) => any;
110
+ }
111
+ export interface UpdateContactAttributesRequest {
112
+ /**
113
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
114
+ * first interaction with the contact center.</p>
115
+ */
116
+ InitialContactId: string | undefined;
117
+ /**
118
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
119
+ */
120
+ InstanceId: string | undefined;
121
+ /**
122
+ * <p>The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
123
+ * contact attributes.</p>
124
+ * <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
125
+ * can include only alphanumeric, dash, and underscore characters.</p>
126
+ */
127
+ Attributes: {
128
+ [key: string]: string;
129
+ } | undefined;
130
+ }
131
+ export declare namespace UpdateContactAttributesRequest {
132
+ /**
133
+ * @internal
134
+ */
135
+ const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
136
+ }
137
+ export interface UpdateContactAttributesResponse {
138
+ }
139
+ export declare namespace UpdateContactAttributesResponse {
140
+ /**
141
+ * @internal
142
+ */
143
+ const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
144
+ }
145
+ export interface UpdateContactFlowContentRequest {
146
+ /**
147
+ * <p>The identifier of the Amazon Connect instance.</p>
148
+ */
149
+ InstanceId: string | undefined;
150
+ /**
151
+ * <p>The identifier of the contact flow.</p>
152
+ */
153
+ ContactFlowId: string | undefined;
154
+ /**
155
+ * <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
156
+ * flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>.
157
+ * </p>
158
+ */
159
+ Content: string | undefined;
160
+ }
161
+ export declare namespace UpdateContactFlowContentRequest {
162
+ /**
163
+ * @internal
164
+ */
165
+ const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
166
+ }
167
+ export interface UpdateContactFlowMetadataRequest {
168
+ /**
169
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
170
+ */
171
+ InstanceId: string | undefined;
172
+ /**
173
+ * <p>The identifier of the contact flow.</p>
174
+ */
175
+ ContactFlowId: string | undefined;
176
+ /**
177
+ * <p>TThe name of the contact flow.</p>
178
+ */
179
+ Name?: string;
180
+ /**
181
+ * <p>The description of the contact flow.</p>
182
+ */
183
+ Description?: string;
184
+ /**
185
+ * <p>The state of contact flow.</p>
186
+ */
187
+ ContactFlowState?: ContactFlowState | string;
188
+ }
189
+ export declare namespace UpdateContactFlowMetadataRequest {
190
+ /**
191
+ * @internal
192
+ */
193
+ const filterSensitiveLog: (obj: UpdateContactFlowMetadataRequest) => any;
194
+ }
195
+ export interface UpdateContactFlowModuleContentRequest {
196
+ /**
197
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
198
+ */
199
+ InstanceId: string | undefined;
200
+ /**
201
+ * <p>The identifier of the contact flow module.</p>
202
+ */
203
+ ContactFlowModuleId: string | undefined;
204
+ /**
205
+ * <p>The content of the contact flow module.</p>
206
+ */
207
+ Content: string | undefined;
208
+ }
209
+ export declare namespace UpdateContactFlowModuleContentRequest {
210
+ /**
211
+ * @internal
212
+ */
213
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleContentRequest) => any;
214
+ }
215
+ export interface UpdateContactFlowModuleContentResponse {
216
+ }
217
+ export declare namespace UpdateContactFlowModuleContentResponse {
218
+ /**
219
+ * @internal
220
+ */
221
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleContentResponse) => any;
222
+ }
223
+ export interface UpdateContactFlowModuleMetadataRequest {
224
+ /**
225
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
226
+ */
227
+ InstanceId: string | undefined;
228
+ /**
229
+ * <p>The identifier of the contact flow module.</p>
230
+ */
231
+ ContactFlowModuleId: string | undefined;
232
+ /**
233
+ * <p>The name of the contact flow module.</p>
234
+ */
235
+ Name?: string;
236
+ /**
237
+ * <p>The description of the contact flow module.</p>
238
+ */
239
+ Description?: string;
240
+ /**
241
+ * <p>The state of contact flow module.</p>
242
+ */
243
+ State?: ContactFlowModuleState | string;
244
+ }
245
+ export declare namespace UpdateContactFlowModuleMetadataRequest {
246
+ /**
247
+ * @internal
248
+ */
249
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataRequest) => any;
250
+ }
251
+ export interface UpdateContactFlowModuleMetadataResponse {
252
+ }
253
+ export declare namespace UpdateContactFlowModuleMetadataResponse {
254
+ /**
255
+ * @internal
256
+ */
257
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataResponse) => any;
258
+ }
259
+ export interface UpdateContactFlowNameRequest {
260
+ /**
261
+ * <p>The identifier of the Amazon Connect instance.</p>
262
+ */
263
+ InstanceId: string | undefined;
264
+ /**
265
+ * <p>The identifier of the contact flow.</p>
266
+ */
267
+ ContactFlowId: string | undefined;
268
+ /**
269
+ * <p>The name of the contact flow.</p>
270
+ */
271
+ Name?: string;
272
+ /**
273
+ * <p>The description of the contact flow.</p>
274
+ */
275
+ Description?: string;
276
+ }
277
+ export declare namespace UpdateContactFlowNameRequest {
278
+ /**
279
+ * @internal
280
+ */
281
+ const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
282
+ }
283
+ export interface UpdateContactScheduleRequest {
284
+ /**
285
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
286
+ */
287
+ InstanceId: string | undefined;
288
+ /**
289
+ * <p>The identifier of the contact.</p>
290
+ */
291
+ ContactId: string | undefined;
292
+ /**
293
+ * <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>
294
+ */
295
+ ScheduledTime: Date | undefined;
296
+ }
297
+ export declare namespace UpdateContactScheduleRequest {
298
+ /**
299
+ * @internal
300
+ */
301
+ const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
302
+ }
303
+ export interface UpdateContactScheduleResponse {
304
+ }
305
+ export declare namespace UpdateContactScheduleResponse {
306
+ /**
307
+ * @internal
308
+ */
309
+ const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
310
+ }
311
+ export interface UpdateHoursOfOperationRequest {
312
+ /**
313
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
314
+ */
315
+ InstanceId: string | undefined;
316
+ /**
317
+ * <p>The identifier of the hours of operation.</p>
318
+ */
319
+ HoursOfOperationId: string | undefined;
320
+ /**
321
+ * <p>The name of the hours of operation.</p>
322
+ */
323
+ Name?: string;
324
+ /**
325
+ * <p>The description of the hours of operation.</p>
326
+ */
327
+ Description?: string;
328
+ /**
329
+ * <p>The time zone of the hours of operation.</p>
330
+ */
331
+ TimeZone?: string;
332
+ /**
333
+ * <p>Configuration information of the hours of operation.</p>
334
+ */
335
+ Config?: HoursOfOperationConfig[];
336
+ }
337
+ export declare namespace UpdateHoursOfOperationRequest {
338
+ /**
339
+ * @internal
340
+ */
341
+ const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
342
+ }
343
+ export interface UpdateInstanceAttributeRequest {
344
+ /**
345
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
346
+ */
347
+ InstanceId: string | undefined;
348
+ /**
349
+ * <p>The type of attribute.</p>
350
+ * <note>
351
+ * <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.</p>
352
+ * </note>
353
+ */
354
+ AttributeType: InstanceAttributeType | string | undefined;
355
+ /**
356
+ * <p>The value for the attribute. Maximum character limit is 100. </p>
357
+ */
358
+ Value: string | undefined;
359
+ }
360
+ export declare namespace UpdateInstanceAttributeRequest {
361
+ /**
362
+ * @internal
363
+ */
364
+ const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
365
+ }
366
+ export interface UpdateInstanceStorageConfigRequest {
367
+ /**
368
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
369
+ */
370
+ InstanceId: string | undefined;
371
+ /**
372
+ * <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
373
+ */
374
+ AssociationId: string | undefined;
375
+ /**
376
+ * <p>A valid resource type.</p>
377
+ */
378
+ ResourceType: InstanceStorageResourceType | string | undefined;
379
+ /**
380
+ * <p>The storage configuration for the instance.</p>
381
+ */
382
+ StorageConfig: InstanceStorageConfig | undefined;
383
+ }
384
+ export declare namespace UpdateInstanceStorageConfigRequest {
385
+ /**
386
+ * @internal
387
+ */
388
+ const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
389
+ }
390
+ export interface UpdateQueueHoursOfOperationRequest {
391
+ /**
392
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
393
+ */
394
+ InstanceId: string | undefined;
395
+ /**
396
+ * <p>The identifier for the queue.</p>
397
+ */
398
+ QueueId: string | undefined;
399
+ /**
400
+ * <p>The identifier for the hours of operation.</p>
401
+ */
402
+ HoursOfOperationId: string | undefined;
403
+ }
404
+ export declare namespace UpdateQueueHoursOfOperationRequest {
405
+ /**
406
+ * @internal
407
+ */
408
+ const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
409
+ }
410
+ export interface UpdateQueueMaxContactsRequest {
411
+ /**
412
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
413
+ */
414
+ InstanceId: string | undefined;
415
+ /**
416
+ * <p>The identifier for the queue.</p>
417
+ */
418
+ QueueId: string | undefined;
419
+ /**
420
+ * <p>The maximum number of contacts that can be in the queue before it is considered full.</p>
421
+ */
422
+ MaxContacts?: number;
423
+ }
424
+ export declare namespace UpdateQueueMaxContactsRequest {
425
+ /**
426
+ * @internal
427
+ */
428
+ const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
429
+ }
2
430
  export interface UpdateQueueNameRequest {
3
431
  /**
4
432
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListContactFlowModules(config: ConnectPaginationConfiguration, input: ListContactFlowModulesCommandInput, ...additionalArguments: any): Paginator<ListContactFlowModulesCommandOutput>;
@@ -4,6 +4,7 @@ export * from "./Interfaces";
4
4
  export * from "./ListAgentStatusesPaginator";
5
5
  export * from "./ListApprovedOriginsPaginator";
6
6
  export * from "./ListBotsPaginator";
7
+ export * from "./ListContactFlowModulesPaginator";
7
8
  export * from "./ListContactFlowsPaginator";
8
9
  export * from "./ListContactReferencesPaginator";
9
10
  export * from "./ListHoursOfOperationsPaginator";
@@ -10,6 +10,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
10
10
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
11
11
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
12
12
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
13
+ import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "../commands/CreateContactFlowModuleCommand";
13
14
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
14
15
  import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
15
16
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
@@ -20,6 +21,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
20
21
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../commands/CreateUseCaseCommand";
21
22
  import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
22
23
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
24
+ import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "../commands/DeleteContactFlowCommand";
25
+ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "../commands/DeleteContactFlowModuleCommand";
23
26
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
24
27
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
25
28
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
@@ -31,6 +34,7 @@ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOu
31
34
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
32
35
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
33
36
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
37
+ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "../commands/DescribeContactFlowModuleCommand";
34
38
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
35
39
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
36
40
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
@@ -57,6 +61,7 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../comman
57
61
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
58
62
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
59
63
  import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
64
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
60
65
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
61
66
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "../commands/ListContactReferencesCommand";
62
67
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
@@ -96,6 +101,9 @@ import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from ".
96
101
  import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "../commands/UpdateContactAttributesCommand";
97
102
  import { UpdateContactCommandInput, UpdateContactCommandOutput } from "../commands/UpdateContactCommand";
98
103
  import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "../commands/UpdateContactFlowContentCommand";
104
+ import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "../commands/UpdateContactFlowMetadataCommand";
105
+ import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "../commands/UpdateContactFlowModuleContentCommand";
106
+ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "../commands/UpdateContactFlowModuleMetadataCommand";
99
107
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
100
108
  import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "../commands/UpdateContactScheduleCommand";
101
109
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
@@ -130,6 +138,7 @@ export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand:
130
138
  export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (input: AssociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
139
  export declare const serializeAws_restJson1CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
140
  export declare const serializeAws_restJson1CreateContactFlowCommand: (input: CreateContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ export declare const serializeAws_restJson1CreateContactFlowModuleCommand: (input: CreateContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
142
  export declare const serializeAws_restJson1CreateHoursOfOperationCommand: (input: CreateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
143
  export declare const serializeAws_restJson1CreateInstanceCommand: (input: CreateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
144
  export declare const serializeAws_restJson1CreateIntegrationAssociationCommand: (input: CreateIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -140,6 +149,8 @@ export declare const serializeAws_restJson1CreateSecurityProfileCommand: (input:
140
149
  export declare const serializeAws_restJson1CreateUseCaseCommand: (input: CreateUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
150
  export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
151
  export declare const serializeAws_restJson1CreateUserHierarchyGroupCommand: (input: CreateUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ export declare const serializeAws_restJson1DeleteContactFlowCommand: (input: DeleteContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ export declare const serializeAws_restJson1DeleteContactFlowModuleCommand: (input: DeleteContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
154
  export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (input: DeleteHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
155
  export declare const serializeAws_restJson1DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
156
  export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -151,6 +162,7 @@ export declare const serializeAws_restJson1DeleteUserHierarchyGroupCommand: (inp
151
162
  export declare const serializeAws_restJson1DescribeAgentStatusCommand: (input: DescribeAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
163
  export declare const serializeAws_restJson1DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
164
  export declare const serializeAws_restJson1DescribeContactFlowCommand: (input: DescribeContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ export declare const serializeAws_restJson1DescribeContactFlowModuleCommand: (input: DescribeContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
166
  export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (input: DescribeHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
167
  export declare const serializeAws_restJson1DescribeInstanceCommand: (input: DescribeInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
168
  export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -177,6 +189,7 @@ export declare const serializeAws_restJson1GetMetricDataCommand: (input: GetMetr
177
189
  export declare const serializeAws_restJson1ListAgentStatusesCommand: (input: ListAgentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
190
  export declare const serializeAws_restJson1ListApprovedOriginsCommand: (input: ListApprovedOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
191
  export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
+ export declare const serializeAws_restJson1ListContactFlowModulesCommand: (input: ListContactFlowModulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
193
  export declare const serializeAws_restJson1ListContactFlowsCommand: (input: ListContactFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
194
  export declare const serializeAws_restJson1ListContactReferencesCommand: (input: ListContactReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
195
  export declare const serializeAws_restJson1ListHoursOfOperationsCommand: (input: ListHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -216,6 +229,9 @@ export declare const serializeAws_restJson1UpdateAgentStatusCommand: (input: Upd
216
229
  export declare const serializeAws_restJson1UpdateContactCommand: (input: UpdateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
230
  export declare const serializeAws_restJson1UpdateContactAttributesCommand: (input: UpdateContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
231
  export declare const serializeAws_restJson1UpdateContactFlowContentCommand: (input: UpdateContactFlowContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
+ export declare const serializeAws_restJson1UpdateContactFlowMetadataCommand: (input: UpdateContactFlowMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ export declare const serializeAws_restJson1UpdateContactFlowModuleContentCommand: (input: UpdateContactFlowModuleContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (input: UpdateContactFlowModuleMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
235
  export declare const serializeAws_restJson1UpdateContactFlowNameCommand: (input: UpdateContactFlowNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
236
  export declare const serializeAws_restJson1UpdateContactScheduleCommand: (input: UpdateContactScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
237
  export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -250,6 +266,7 @@ export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesComman
250
266
  export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSecurityKeyCommandOutput>;
251
267
  export declare const deserializeAws_restJson1CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
252
268
  export declare const deserializeAws_restJson1CreateContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowCommandOutput>;
269
+ export declare const deserializeAws_restJson1CreateContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowModuleCommandOutput>;
253
270
  export declare const deserializeAws_restJson1CreateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationCommandOutput>;
254
271
  export declare const deserializeAws_restJson1CreateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceCommandOutput>;
255
272
  export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationAssociationCommandOutput>;
@@ -260,6 +277,8 @@ export declare const deserializeAws_restJson1CreateSecurityProfileCommand: (outp
260
277
  export declare const deserializeAws_restJson1CreateUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUseCaseCommandOutput>;
261
278
  export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
262
279
  export declare const deserializeAws_restJson1CreateUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserHierarchyGroupCommandOutput>;
280
+ export declare const deserializeAws_restJson1DeleteContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowCommandOutput>;
281
+ export declare const deserializeAws_restJson1DeleteContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowModuleCommandOutput>;
263
282
  export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationCommandOutput>;
264
283
  export declare const deserializeAws_restJson1DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
265
284
  export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
@@ -271,6 +290,7 @@ export declare const deserializeAws_restJson1DeleteUserHierarchyGroupCommand: (o
271
290
  export declare const deserializeAws_restJson1DescribeAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentStatusCommandOutput>;
272
291
  export declare const deserializeAws_restJson1DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
273
292
  export declare const deserializeAws_restJson1DescribeContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowCommandOutput>;
293
+ export declare const deserializeAws_restJson1DescribeContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowModuleCommandOutput>;
274
294
  export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationCommandOutput>;
275
295
  export declare const deserializeAws_restJson1DescribeInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCommandOutput>;
276
296
  export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
@@ -297,6 +317,7 @@ export declare const deserializeAws_restJson1GetMetricDataCommand: (output: __Ht
297
317
  export declare const deserializeAws_restJson1ListAgentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentStatusesCommandOutput>;
298
318
  export declare const deserializeAws_restJson1ListApprovedOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovedOriginsCommandOutput>;
299
319
  export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
320
+ export declare const deserializeAws_restJson1ListContactFlowModulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowModulesCommandOutput>;
300
321
  export declare const deserializeAws_restJson1ListContactFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowsCommandOutput>;
301
322
  export declare const deserializeAws_restJson1ListContactReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactReferencesCommandOutput>;
302
323
  export declare const deserializeAws_restJson1ListHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHoursOfOperationsCommandOutput>;
@@ -336,6 +357,9 @@ export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (output:
336
357
  export declare const deserializeAws_restJson1UpdateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactCommandOutput>;
337
358
  export declare const deserializeAws_restJson1UpdateContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactAttributesCommandOutput>;
338
359
  export declare const deserializeAws_restJson1UpdateContactFlowContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowContentCommandOutput>;
360
+ export declare const deserializeAws_restJson1UpdateContactFlowMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowMetadataCommandOutput>;
361
+ export declare const deserializeAws_restJson1UpdateContactFlowModuleContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowModuleContentCommandOutput>;
362
+ export declare const deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowModuleMetadataCommandOutput>;
339
363
  export declare const deserializeAws_restJson1UpdateContactFlowNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowNameCommandOutput>;
340
364
  export declare const deserializeAws_restJson1UpdateContactScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactScheduleCommandOutput>;
341
365
  export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;