@aws-sdk/client-connect 3.42.0 → 3.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +120 -0
  4. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  8. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  9. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  10. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  11. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  12. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateContactCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  15. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  16. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  17. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateContactScheduleCommand.js +3 -3
  20. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  25. package/dist-cjs/commands/index.js +8 -0
  26. package/dist-cjs/endpoints.js +1 -0
  27. package/dist-cjs/models/models_0.js +84 -201
  28. package/dist-cjs/models/models_1.js +127 -1
  29. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +1271 -167
  32. package/dist-cjs/runtimeConfig.browser.js +7 -2
  33. package/dist-cjs/runtimeConfig.js +9 -3
  34. package/dist-es/Connect.js +120 -0
  35. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  36. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  37. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  38. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  39. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  40. package/dist-es/commands/TagResourceCommand.js +1 -1
  41. package/dist-es/commands/UntagResourceCommand.js +1 -1
  42. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  43. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  44. package/dist-es/commands/UpdateContactCommand.js +1 -1
  45. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  46. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  47. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  48. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  49. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  50. package/dist-es/commands/UpdateContactScheduleCommand.js +1 -1
  51. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  52. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  53. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  54. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  55. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  56. package/dist-es/commands/index.js +8 -0
  57. package/dist-es/endpoints.js +1 -0
  58. package/dist-es/models/models_0.js +59 -132
  59. package/dist-es/models/models_1.js +84 -0
  60. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  61. package/dist-es/pagination/index.js +1 -0
  62. package/dist-es/protocols/Aws_restJson1.js +1423 -192
  63. package/dist-es/runtimeConfig.browser.js +12 -3
  64. package/dist-es/runtimeConfig.js +13 -6
  65. package/dist-types/Connect.d.ts +78 -21
  66. package/dist-types/ConnectClient.d.ts +18 -8
  67. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  68. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
  69. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  70. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  71. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
  72. package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
  73. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  74. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
  75. package/dist-types/commands/ListBotsCommand.d.ts +2 -2
  76. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  77. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  78. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +2 -3
  79. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
  80. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  81. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateContactCommand.d.ts +2 -2
  85. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  87. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  88. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  89. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
  92. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  96. package/dist-types/commands/index.d.ts +8 -0
  97. package/dist-types/models/models_0.d.ts +291 -461
  98. package/dist-types/models/models_1.d.ts +429 -1
  99. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +1 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  102. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  103. package/dist-types/runtimeConfig.d.ts +4 -3
  104. package/dist-types/runtimeConfig.native.d.ts +1 -0
  105. package/dist-types/ts3.4/Connect.d.ts +40 -0
  106. package/dist-types/ts3.4/ConnectClient.d.ts +13 -3
  107. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  129. package/dist-types/ts3.4/models/models_0.d.ts +164 -264
  130. package/dist-types/ts3.4/models/models_1.d.ts +255 -1
  131. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  132. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  133. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  137. package/package.json +38 -45
@@ -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.
@@ -7,8 +7,7 @@ export interface StartTaskContactCommandInput extends StartTaskContactRequest {
7
7
  export interface StartTaskContactCommandOutput extends StartTaskContactResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Initiates a contact flow to start a new task immediately or at a future date and
11
- * time.</p>
10
+ * <p>Initiates a contact flow to start a new task.</p>
12
11
  * @example
13
12
  * Use a bare-bones client and the command you need to make an API call.
14
13
  * ```javascript
@@ -1,15 +1,15 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { TagResourceRequest } from "../models/models_0";
4
+ import { TagResourceRequest } from "../models/models_1";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Adds the specified tags to the specified resource.</p>
11
- * <p>The supported resource types are users, routing profiles, queues, quick connects, contact
12
- * flows, agent status, and hours of operation.</p>
11
+ * <p>The supported resource types are users, routing profiles, queues, quick connects,
12
+ * contact flows, agent status, and hours of operation.</p>
13
13
  * <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
14
14
  * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
15
15
  * @example
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UntagResourceRequest } from "../models/models_0";
4
+ import { UntagResourceRequest } from "../models/models_1";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateAgentStatusRequest } from "../models/models_0";
4
+ import { UpdateAgentStatusRequest } from "../models/models_1";
5
5
  export interface UpdateAgentStatusCommandInput extends UpdateAgentStatusRequest {
6
6
  }
7
7
  export interface UpdateAgentStatusCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactAttributesRequest, UpdateContactAttributesResponse } from "../models/models_0";
4
+ import { UpdateContactAttributesRequest, UpdateContactAttributesResponse } from "../models/models_1";
5
5
  export interface UpdateContactAttributesCommandInput extends UpdateContactAttributesRequest {
6
6
  }
7
7
  export interface UpdateContactAttributesCommandOutput extends UpdateContactAttributesResponse, __MetadataBearer {
@@ -1,14 +1,14 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
4
+ import { UpdateContactRequest, UpdateContactResponse } from "../models/models_1";
5
5
  export interface UpdateContactCommandInput extends UpdateContactRequest {
6
6
  }
7
7
  export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
- * <p>Adds or updates user defined contact information associated with the specified contact. At
11
+ * <p>Adds or updates user-defined contact information associated with the specified contact. At
12
12
  * least one field to be updated must be present in the request.</p>
13
13
  * <important>
14
14
  * <p>You can add or update user-defined contact information for both ongoing and completed
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowContentRequest } from "../models/models_0";
4
+ import { UpdateContactFlowContentRequest } from "../models/models_1";
5
5
  export interface UpdateContactFlowContentCommandInput extends UpdateContactFlowContentRequest {
6
6
  }
7
7
  export interface UpdateContactFlowContentCommandOutput extends __MetadataBearer {
@@ -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 { UpdateContactFlowMetadataRequest } from "../models/models_1";
5
+ export interface UpdateContactFlowMetadataCommandInput extends UpdateContactFlowMetadataRequest {
6
+ }
7
+ export interface UpdateContactFlowMetadataCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates metadata about specified contact flow.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, UpdateContactFlowMetadataCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, UpdateContactFlowMetadataCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new UpdateContactFlowMetadataCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateContactFlowMetadataCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateContactFlowMetadataCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateContactFlowMetadataCommand extends $Command<UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: UpdateContactFlowMetadataCommandInput;
28
+ constructor(input: UpdateContactFlowMetadataCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput>;
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 { UpdateContactFlowModuleContentRequest, UpdateContactFlowModuleContentResponse } from "../models/models_1";
5
+ export interface UpdateContactFlowModuleContentCommandInput extends UpdateContactFlowModuleContentRequest {
6
+ }
7
+ export interface UpdateContactFlowModuleContentCommandOutput extends UpdateContactFlowModuleContentResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates specified 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, UpdateContactFlowModuleContentCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, UpdateContactFlowModuleContentCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new UpdateContactFlowModuleContentCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateContactFlowModuleContentCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateContactFlowModuleContentCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateContactFlowModuleContentCommand extends $Command<UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: UpdateContactFlowModuleContentCommandInput;
28
+ constructor(input: UpdateContactFlowModuleContentCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput>;
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 { UpdateContactFlowModuleMetadataRequest, UpdateContactFlowModuleMetadataResponse } from "../models/models_1";
5
+ export interface UpdateContactFlowModuleMetadataCommandInput extends UpdateContactFlowModuleMetadataRequest {
6
+ }
7
+ export interface UpdateContactFlowModuleMetadataCommandOutput extends UpdateContactFlowModuleMetadataResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates metadata about 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, UpdateContactFlowModuleMetadataCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, UpdateContactFlowModuleMetadataCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new UpdateContactFlowModuleMetadataCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateContactFlowModuleMetadataCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateContactFlowModuleMetadataCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateContactFlowModuleMetadataCommand extends $Command<UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: UpdateContactFlowModuleMetadataCommandInput;
28
+ constructor(input: UpdateContactFlowModuleMetadataCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowNameRequest } from "../models/models_0";
4
+ import { UpdateContactFlowNameRequest } from "../models/models_1";
5
5
  export interface UpdateContactFlowNameCommandInput extends UpdateContactFlowNameRequest {
6
6
  }
7
7
  export interface UpdateContactFlowNameCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_0";
4
+ import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_1";
5
5
  export interface UpdateContactScheduleCommandInput extends UpdateContactScheduleRequest {
6
6
  }
7
7
  export interface UpdateContactScheduleCommandOutput extends UpdateContactScheduleResponse, __MetadataBearer {
@@ -1,13 +1,14 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateHoursOfOperationRequest } from "../models/models_0";
4
+ import { UpdateHoursOfOperationRequest } from "../models/models_1";
5
5
  export interface UpdateHoursOfOperationCommandInput extends UpdateHoursOfOperationRequest {
6
6
  }
7
7
  export interface UpdateHoursOfOperationCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates the hours of operation.</p>
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Updates 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
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateInstanceAttributeRequest } from "../models/models_0";
4
+ import { UpdateInstanceAttributeRequest } from "../models/models_1";
5
5
  export interface UpdateInstanceAttributeCommandInput extends UpdateInstanceAttributeRequest {
6
6
  }
7
7
  export interface UpdateInstanceAttributeCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateInstanceStorageConfigRequest } from "../models/models_0";
4
+ import { UpdateInstanceStorageConfigRequest } from "../models/models_1";
5
5
  export interface UpdateInstanceStorageConfigCommandInput extends UpdateInstanceStorageConfigRequest {
6
6
  }
7
7
  export interface UpdateInstanceStorageConfigCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateQueueHoursOfOperationRequest } from "../models/models_0";
4
+ import { UpdateQueueHoursOfOperationRequest } from "../models/models_1";
5
5
  export interface UpdateQueueHoursOfOperationCommandInput extends UpdateQueueHoursOfOperationRequest {
6
6
  }
7
7
  export interface UpdateQueueHoursOfOperationCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateQueueMaxContactsRequest } from "../models/models_0";
4
+ import { UpdateQueueMaxContactsRequest } from "../models/models_1";
5
5
  export interface UpdateQueueMaxContactsCommandInput extends UpdateQueueMaxContactsRequest {
6
6
  }
7
7
  export interface UpdateQueueMaxContactsCommandOutput extends __MetadataBearer {
@@ -8,6 +8,7 @@ export * from "./AssociateRoutingProfileQueuesCommand";
8
8
  export * from "./AssociateSecurityKeyCommand";
9
9
  export * from "./CreateAgentStatusCommand";
10
10
  export * from "./CreateContactFlowCommand";
11
+ export * from "./CreateContactFlowModuleCommand";
11
12
  export * from "./CreateHoursOfOperationCommand";
12
13
  export * from "./CreateInstanceCommand";
13
14
  export * from "./CreateIntegrationAssociationCommand";
@@ -18,6 +19,8 @@ export * from "./CreateSecurityProfileCommand";
18
19
  export * from "./CreateUseCaseCommand";
19
20
  export * from "./CreateUserCommand";
20
21
  export * from "./CreateUserHierarchyGroupCommand";
22
+ export * from "./DeleteContactFlowCommand";
23
+ export * from "./DeleteContactFlowModuleCommand";
21
24
  export * from "./DeleteHoursOfOperationCommand";
22
25
  export * from "./DeleteInstanceCommand";
23
26
  export * from "./DeleteIntegrationAssociationCommand";
@@ -29,6 +32,7 @@ export * from "./DeleteUserHierarchyGroupCommand";
29
32
  export * from "./DescribeAgentStatusCommand";
30
33
  export * from "./DescribeContactCommand";
31
34
  export * from "./DescribeContactFlowCommand";
35
+ export * from "./DescribeContactFlowModuleCommand";
32
36
  export * from "./DescribeHoursOfOperationCommand";
33
37
  export * from "./DescribeInstanceAttributeCommand";
34
38
  export * from "./DescribeInstanceCommand";
@@ -55,6 +59,7 @@ export * from "./GetMetricDataCommand";
55
59
  export * from "./ListAgentStatusesCommand";
56
60
  export * from "./ListApprovedOriginsCommand";
57
61
  export * from "./ListBotsCommand";
62
+ export * from "./ListContactFlowModulesCommand";
58
63
  export * from "./ListContactFlowsCommand";
59
64
  export * from "./ListContactReferencesCommand";
60
65
  export * from "./ListHoursOfOperationsCommand";
@@ -94,6 +99,9 @@ export * from "./UpdateAgentStatusCommand";
94
99
  export * from "./UpdateContactAttributesCommand";
95
100
  export * from "./UpdateContactCommand";
96
101
  export * from "./UpdateContactFlowContentCommand";
102
+ export * from "./UpdateContactFlowMetadataCommand";
103
+ export * from "./UpdateContactFlowModuleContentCommand";
104
+ export * from "./UpdateContactFlowModuleMetadataCommand";
97
105
  export * from "./UpdateContactFlowNameCommand";
98
106
  export * from "./UpdateContactScheduleCommand";
99
107
  export * from "./UpdateHoursOfOperationCommand";