@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
@@ -9,6 +9,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
9
9
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
10
10
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
11
11
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
12
+ import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
12
13
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
13
14
  import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
14
15
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
@@ -19,6 +20,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
19
20
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
20
21
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
21
22
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
23
+ import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
24
+ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
22
25
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
23
26
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
24
27
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
@@ -30,6 +33,7 @@ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOu
30
33
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
31
34
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
32
35
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
36
+ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
33
37
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
34
38
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
35
39
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
@@ -56,6 +60,7 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./command
56
60
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
57
61
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
58
62
  import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
63
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
59
64
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
60
65
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
61
66
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
@@ -95,6 +100,9 @@ import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from ".
95
100
  import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
96
101
  import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
97
102
  import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
103
+ import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "./commands/UpdateContactFlowMetadataCommand";
104
+ import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "./commands/UpdateContactFlowModuleContentCommand";
105
+ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "./commands/UpdateContactFlowModuleMetadataCommand";
98
106
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
99
107
  import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
100
108
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
@@ -129,11 +137,9 @@ import { ConnectClient } from "./ConnectClient";
129
137
  * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
130
138
  * to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
131
139
  * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
132
- * <p>You can
133
- * connect
134
- * programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
135
- * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
136
- * Endpoints</a>.</p>
140
+ * <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect
141
+ * endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
142
+ * Endpoints</a>.</p>
137
143
  * <note>
138
144
  * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
139
145
  * </note>
@@ -215,7 +221,14 @@ export declare class Connect extends ConnectClient {
215
221
  createContactFlow(args: CreateContactFlowCommandInput, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
216
222
  createContactFlow(args: CreateContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
217
223
  /**
218
- * <p>Creates hours of operation. </p>
224
+ * <p>Creates a contact flow module for the specified Amazon Connect instance. </p>
225
+ */
226
+ createContactFlowModule(args: CreateContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowModuleCommandOutput>;
227
+ createContactFlowModule(args: CreateContactFlowModuleCommandInput, cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void): void;
228
+ createContactFlowModule(args: CreateContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void): void;
229
+ /**
230
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
231
+ * <p>Creates hours of operation. </p>
219
232
  */
220
233
  createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationCommandOutput>;
221
234
  createHoursOfOperation(args: CreateHoursOfOperationCommandInput, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
@@ -285,7 +298,20 @@ export declare class Connect extends ConnectClient {
285
298
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
286
299
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
287
300
  /**
288
- * <p>Deletes an hours of operation.</p>
301
+ * <p>Deletes a contact flow for the specified Amazon Connect instance.</p>
302
+ */
303
+ deleteContactFlow(args: DeleteContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowCommandOutput>;
304
+ deleteContactFlow(args: DeleteContactFlowCommandInput, cb: (err: any, data?: DeleteContactFlowCommandOutput) => void): void;
305
+ deleteContactFlow(args: DeleteContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowCommandOutput) => void): void;
306
+ /**
307
+ * <p>Deletes the specified contact flow module.</p>
308
+ */
309
+ deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowModuleCommandOutput>;
310
+ deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void): void;
311
+ deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void): void;
312
+ /**
313
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
314
+ * <p>Deletes an hours of operation.</p>
289
315
  */
290
316
  deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationCommandOutput>;
291
317
  deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
@@ -353,7 +379,8 @@ export declare class Connect extends ConnectClient {
353
379
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
354
380
  * <p>Describes the specified contact. </p>
355
381
  * <important>
356
- * <p>Contact information is available in Amazon Connect for 24 months, and then it is deleted.</p>
382
+ * <p>Contact information remains available in Amazon Connect for 24 months, and then it is
383
+ * deleted.</p>
357
384
  * </important>
358
385
  */
359
386
  describeContact(args: DescribeContactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactCommandOutput>;
@@ -368,7 +395,14 @@ export declare class Connect extends ConnectClient {
368
395
  describeContactFlow(args: DescribeContactFlowCommandInput, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
369
396
  describeContactFlow(args: DescribeContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
370
397
  /**
371
- * <p>Describes the hours of operation.</p>
398
+ * <p>Describes the specified contact flow module.</p>
399
+ */
400
+ describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowModuleCommandOutput>;
401
+ describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void): void;
402
+ describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void): void;
403
+ /**
404
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
405
+ * <p>Describes the hours of operation.</p>
372
406
  */
373
407
  describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationCommandOutput>;
374
408
  describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
@@ -556,12 +590,18 @@ export declare class Connect extends ConnectClient {
556
590
  listApprovedOrigins(args: ListApprovedOriginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void): void;
557
591
  /**
558
592
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
559
- * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently
560
- * associated with the instance. </p>
593
+ * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
594
+ * instance. </p>
561
595
  */
562
596
  listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
563
597
  listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
564
598
  listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
599
+ /**
600
+ * <p>Provides information about the contact flow modules for the specified Amazon Connect instance.</p>
601
+ */
602
+ listContactFlowModules(args: ListContactFlowModulesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowModulesCommandOutput>;
603
+ listContactFlowModules(args: ListContactFlowModulesCommandInput, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
604
+ listContactFlowModules(args: ListContactFlowModulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
565
605
  /**
566
606
  * <p>Provides information about the contact flows for the specified Amazon Connect instance.</p>
567
607
  * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
@@ -793,7 +833,7 @@ export declare class Connect extends ConnectClient {
793
833
  /**
794
834
  * <p> Initiates real-time message streaming for a new chat contact.</p>
795
835
  * <p> For more information about message streaming, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html">Enable real-time chat message
796
- * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
836
+ * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
797
837
  */
798
838
  startContactStreaming(args: StartContactStreamingCommandInput, options?: __HttpHandlerOptions): Promise<StartContactStreamingCommandOutput>;
799
839
  startContactStreaming(args: StartContactStreamingCommandInput, cb: (err: any, data?: StartContactStreamingCommandOutput) => void): void;
@@ -815,17 +855,15 @@ export declare class Connect extends ConnectClient {
815
855
  * </note>
816
856
  * <note>
817
857
  * <p>Campaign calls are not allowed by default. Before you can make a call with
818
- * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
819
- * request. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a>
820
- * in the <i>Amazon Connect Administrator Guide</i>. </p>
858
+ * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see
859
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
821
860
  * </note>
822
861
  */
823
862
  startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options?: __HttpHandlerOptions): Promise<StartOutboundVoiceContactCommandOutput>;
824
863
  startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void): void;
825
864
  startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void): void;
826
865
  /**
827
- * <p>Initiates a contact flow to start a new task immediately or at a future date and
828
- * time.</p>
866
+ * <p>Initiates a contact flow to start a new task.</p>
829
867
  */
830
868
  startTaskContact(args: StartTaskContactCommandInput, options?: __HttpHandlerOptions): Promise<StartTaskContactCommandOutput>;
831
869
  startTaskContact(args: StartTaskContactCommandInput, cb: (err: any, data?: StartTaskContactCommandOutput) => void): void;
@@ -869,8 +907,8 @@ export declare class Connect extends ConnectClient {
869
907
  suspendContactRecording(args: SuspendContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void): void;
870
908
  /**
871
909
  * <p>Adds the specified tags to the specified resource.</p>
872
- * <p>The supported resource types are users, routing profiles, queues, quick connects, contact
873
- * flows, agent status, and hours of operation.</p>
910
+ * <p>The supported resource types are users, routing profiles, queues, quick connects,
911
+ * contact flows, agent status, and hours of operation.</p>
874
912
  * <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based
875
913
  * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
876
914
  */
@@ -892,7 +930,7 @@ export declare class Connect extends ConnectClient {
892
930
  updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
893
931
  /**
894
932
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
895
- * <p>Adds or updates user defined contact information associated with the specified contact. At
933
+ * <p>Adds or updates user-defined contact information associated with the specified contact. At
896
934
  * least one field to be updated must be present in the request.</p>
897
935
  * <important>
898
936
  * <p>You can add or update user-defined contact information for both ongoing and completed
@@ -935,6 +973,24 @@ export declare class Connect extends ConnectClient {
935
973
  updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowContentCommandOutput>;
936
974
  updateContactFlowContent(args: UpdateContactFlowContentCommandInput, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
937
975
  updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
976
+ /**
977
+ * <p>Updates metadata about specified contact flow.</p>
978
+ */
979
+ updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowMetadataCommandOutput>;
980
+ updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void): void;
981
+ updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void): void;
982
+ /**
983
+ * <p>Updates specified contact flow module for the specified Amazon Connect instance. </p>
984
+ */
985
+ updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowModuleContentCommandOutput>;
986
+ updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void): void;
987
+ updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void): void;
988
+ /**
989
+ * <p>Updates metadata about specified contact flow module.</p>
990
+ */
991
+ updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowModuleMetadataCommandOutput>;
992
+ updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void): void;
993
+ updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void): void;
938
994
  /**
939
995
  * <p>The name of the contact flow.</p>
940
996
  * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
@@ -950,7 +1006,8 @@ export declare class Connect extends ConnectClient {
950
1006
  updateContactSchedule(args: UpdateContactScheduleCommandInput, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
951
1007
  updateContactSchedule(args: UpdateContactScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
952
1008
  /**
953
- * <p>Updates the hours of operation.</p>
1009
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1010
+ * <p>Updates the hours of operation.</p>
954
1011
  */
955
1012
  updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationCommandOutput>;
956
1013
  updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
@@ -16,6 +16,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
16
16
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
17
17
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
18
18
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
19
+ import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
19
20
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
20
21
  import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
21
22
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
@@ -26,6 +27,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
26
27
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
27
28
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
28
29
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
30
+ import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
31
+ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
29
32
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
30
33
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
31
34
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
@@ -37,6 +40,7 @@ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOu
37
40
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
38
41
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
39
42
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
43
+ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
40
44
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
41
45
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
42
46
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
@@ -63,6 +67,7 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./command
63
67
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
64
68
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
65
69
  import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
70
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
66
71
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
67
72
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
68
73
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
@@ -102,6 +107,9 @@ import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from ".
102
107
  import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
103
108
  import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
104
109
  import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
110
+ import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "./commands/UpdateContactFlowMetadataCommand";
111
+ import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "./commands/UpdateContactFlowModuleContentCommand";
112
+ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "./commands/UpdateContactFlowModuleMetadataCommand";
105
113
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
106
114
  import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
107
115
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
@@ -126,8 +134,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
126
134
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
127
135
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
128
136
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
129
- export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
130
- export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
137
+ export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
138
+ export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
131
139
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
132
140
  /**
133
141
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -250,11 +258,9 @@ export interface ConnectClientResolvedConfig extends ConnectClientResolvedConfig
250
258
  * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
251
259
  * to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
252
260
  * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
253
- * <p>You can
254
- * connect
255
- * programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
256
- * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
257
- * Endpoints</a>.</p>
261
+ * <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect
262
+ * endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
263
+ * Endpoints</a>.</p>
258
264
  * <note>
259
265
  * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
260
266
  * </note>
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { CreateContactFlowModuleRequest, CreateContactFlowModuleResponse } from "../models/models_0";
5
+ export interface CreateContactFlowModuleCommandInput extends CreateContactFlowModuleRequest {
6
+ }
7
+ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowModuleResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a contact flow module for the specified Amazon Connect instance. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, CreateContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, CreateContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new CreateContactFlowModuleCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateContactFlowModuleCommandInput} for command's `input` shape.
22
+ * @see {@link CreateContactFlowModuleCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: CreateContactFlowModuleCommandInput;
28
+ constructor(input: CreateContactFlowModuleCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,8 @@ export interface CreateHoursOfOperationCommandInput extends CreateHoursOfOperati
7
7
  export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates hours of operation. </p>
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Creates hours of operation. </p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DeleteContactFlowRequest } from "../models/models_0";
5
+ export interface DeleteContactFlowCommandInput extends DeleteContactFlowRequest {
6
+ }
7
+ export interface DeleteContactFlowCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a contact flow for the specified Amazon Connect instance.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, DeleteContactFlowCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, DeleteContactFlowCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new DeleteContactFlowCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteContactFlowCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteContactFlowCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteContactFlowCommand extends $Command<DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: DeleteContactFlowCommandInput;
28
+ constructor(input: DeleteContactFlowCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DeleteContactFlowModuleRequest, DeleteContactFlowModuleResponse } from "../models/models_0";
5
+ export interface DeleteContactFlowModuleCommandInput extends DeleteContactFlowModuleRequest {
6
+ }
7
+ export interface DeleteContactFlowModuleCommandOutput extends DeleteContactFlowModuleResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the specified contact flow module.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, DeleteContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, DeleteContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new DeleteContactFlowModuleCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteContactFlowModuleCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteContactFlowModuleCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteContactFlowModuleCommand extends $Command<DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: DeleteContactFlowModuleCommandInput;
28
+ constructor(input: DeleteContactFlowModuleCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,8 @@ export interface DeleteHoursOfOperationCommandInput extends DeleteHoursOfOperati
7
7
  export interface DeleteHoursOfOperationCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes an hours of operation.</p>
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Deletes an hours of operation.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -10,7 +10,8 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
10
10
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
11
  * <p>Describes the specified contact. </p>
12
12
  * <important>
13
- * <p>Contact information is available in Amazon Connect for 24 months, and then it is deleted.</p>
13
+ * <p>Contact information remains available in Amazon Connect for 24 months, and then it is
14
+ * deleted.</p>
14
15
  * </important>
15
16
  * @example
16
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DescribeContactFlowModuleRequest, DescribeContactFlowModuleResponse } from "../models/models_0";
5
+ export interface DescribeContactFlowModuleCommandInput extends DescribeContactFlowModuleRequest {
6
+ }
7
+ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactFlowModuleResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the specified contact flow module.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, DescribeContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, DescribeContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new DescribeContactFlowModuleCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeContactFlowModuleCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeContactFlowModuleCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeContactFlowModuleCommand extends $Command<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: DescribeContactFlowModuleCommandInput;
28
+ constructor(input: DescribeContactFlowModuleCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,8 @@ export interface DescribeHoursOfOperationCommandInput extends DescribeHoursOfOpe
7
7
  export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOperationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Describes the hours of operation.</p>
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Describes the hours of operation.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -8,8 +8,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
8
8
  }
9
9
  /**
10
10
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
- * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently
12
- * associated with the instance. </p>
11
+ * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
12
+ * instance. </p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/models_0";
5
+ export interface ListContactFlowModulesCommandInput extends ListContactFlowModulesRequest {
6
+ }
7
+ export interface ListContactFlowModulesCommandOutput extends ListContactFlowModulesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Provides information about the contact flow modules for the specified Amazon Connect instance.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, ListContactFlowModulesCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, ListContactFlowModulesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new ListContactFlowModulesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListContactFlowModulesCommandInput} for command's `input` shape.
22
+ * @see {@link ListContactFlowModulesCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListContactFlowModulesCommand extends $Command<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: ListContactFlowModulesCommandInput;
28
+ constructor(input: ListContactFlowModulesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -9,7 +9,7 @@ export interface StartContactStreamingCommandOutput extends StartContactStreamin
9
9
  /**
10
10
  * <p> Initiates real-time message streaming for a new chat contact.</p>
11
11
  * <p> For more information about message streaming, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html">Enable real-time chat message
12
- * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
12
+ * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -23,9 +23,8 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi
23
23
  * </note>
24
24
  * <note>
25
25
  * <p>Campaign calls are not allowed by default. Before you can make a call with
26
- * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
27
- * request. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a>
28
- * in the <i>Amazon Connect Administrator Guide</i>. </p>
26
+ * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see
27
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
29
28
  * </note>
30
29
  * @example
31
30
  * Use a bare-bones client and the command you need to make an API call.