@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
@@ -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>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.42.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.42.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
26
  "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",