@aws-sdk/client-connect 3.41.0 → 3.46.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 (196) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +180 -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/DescribeContactCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  9. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  10. package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
  11. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateContactCommand.js +36 -0
  16. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  19. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
  22. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
  41. package/dist-cjs/commands/index.js +12 -0
  42. package/dist-cjs/endpoints.js +1 -0
  43. package/dist-cjs/models/models_0.js +193 -178
  44. package/dist-cjs/models/models_1.js +223 -1
  45. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
  47. package/dist-cjs/pagination/index.js +2 -0
  48. package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
  49. package/dist-cjs/runtimeConfig.js +0 -2
  50. package/dist-es/Connect.js +180 -0
  51. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  52. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  53. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  54. package/dist-es/commands/DescribeContactCommand.js +39 -0
  55. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  56. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  57. package/dist-es/commands/ListContactReferencesCommand.js +39 -0
  58. package/dist-es/commands/TagResourceCommand.js +1 -1
  59. package/dist-es/commands/UntagResourceCommand.js +1 -1
  60. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  61. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  62. package/dist-es/commands/UpdateContactCommand.js +39 -0
  63. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  64. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  65. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  66. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  67. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  68. package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
  69. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  70. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  71. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  72. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  73. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  74. package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
  75. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
  76. package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
  77. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
  78. package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
  79. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
  80. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
  81. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
  82. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
  83. package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
  84. package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
  85. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
  86. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
  87. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  88. package/dist-es/commands/index.js +12 -0
  89. package/dist-es/endpoints.js +1 -0
  90. package/dist-es/models/models_0.js +143 -116
  91. package/dist-es/models/models_1.js +148 -0
  92. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  93. package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
  94. package/dist-es/pagination/index.js +2 -0
  95. package/dist-es/protocols/Aws_restJson1.js +2179 -332
  96. package/dist-es/runtimeConfig.js +0 -2
  97. package/dist-types/Connect.d.ts +112 -14
  98. package/dist-types/ConnectClient.d.ts +17 -7
  99. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  100. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
  101. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  103. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  104. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
  105. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
  107. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  108. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
  109. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  110. package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
  111. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  112. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -2
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
  118. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  120. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  121. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  122. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
  124. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
  125. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  126. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  133. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  136. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  137. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  142. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  143. package/dist-types/commands/index.d.ts +12 -0
  144. package/dist-types/models/models_0.d.ts +592 -643
  145. package/dist-types/models/models_1.d.ts +771 -1
  146. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
  148. package/dist-types/pagination/index.d.ts +2 -0
  149. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  150. package/dist-types/ts3.4/Connect.d.ts +60 -0
  151. package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
  152. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  190. package/dist-types/ts3.4/models/models_0.d.ts +347 -359
  191. package/dist-types/ts3.4/models/models_1.d.ts +455 -1
  192. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  195. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  196. package/package.json +36 -43
@@ -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
@@ -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
+ }
@@ -0,0 +1,37 @@
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 { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/models_0";
5
+ export interface ListContactReferencesCommandInput extends ListContactReferencesRequest {
6
+ }
7
+ export interface ListContactReferencesCommandOutput extends ListContactReferencesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>For the specified <code>referenceTypes</code>, returns a list of references associated with
12
+ * the contact. </p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { ConnectClient, ListContactReferencesCommand } from "@aws-sdk/client-connect"; // ES Modules import
17
+ * // const { ConnectClient, ListContactReferencesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
18
+ * const client = new ConnectClient(config);
19
+ * const command = new ListContactReferencesCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link ListContactReferencesCommandInput} for command's `input` shape.
24
+ * @see {@link ListContactReferencesCommandOutput} for command's `response` shape.
25
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class ListContactReferencesCommand extends $Command<ListContactReferencesCommandInput, ListContactReferencesCommandOutput, ConnectClientResolvedConfig> {
29
+ readonly input: ListContactReferencesCommandInput;
30
+ constructor(input: ListContactReferencesCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactReferencesCommandInput, ListContactReferencesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -7,7 +7,7 @@ export interface ListIntegrationAssociationsCommandInput extends ListIntegration
7
7
  export interface ListIntegrationAssociationsCommandOutput extends ListIntegrationAssociationsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect
10
+ * <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
11
11
  * instance.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,8 +7,7 @@ export interface ListSecurityProfilesCommandInput extends ListSecurityProfilesRe
7
7
  export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
- * <p>Provides summary information about the security profiles for the specified Amazon Connect
10
+ * <p>Provides summary information about the security profiles for the specified Amazon Connect
12
11
  * instance.</p>
13
12
  * <p>For more information about security profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html">Security Profiles</a> in the
14
13
  * <i>Amazon Connect Administrator Guide</i>.</p>
@@ -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 { 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 {
@@ -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 {
@@ -0,0 +1,41 @@
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 { UpdateContactRequest, UpdateContactResponse } from "../models/models_1";
5
+ export interface UpdateContactCommandInput extends UpdateContactRequest {
6
+ }
7
+ export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {
8
+ }
9
+ /**
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
12
+ * least one field to be updated must be present in the request.</p>
13
+ * <important>
14
+ * <p>You can add or update user-defined contact information for both ongoing and completed
15
+ * contacts.</p>
16
+ * </important>
17
+ * @example
18
+ * Use a bare-bones client and the command you need to make an API call.
19
+ * ```javascript
20
+ * import { ConnectClient, UpdateContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
21
+ * // const { ConnectClient, UpdateContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
22
+ * const client = new ConnectClient(config);
23
+ * const command = new UpdateContactCommand(input);
24
+ * const response = await client.send(command);
25
+ * ```
26
+ *
27
+ * @see {@link UpdateContactCommandInput} for command's `input` shape.
28
+ * @see {@link UpdateContactCommandOutput} for command's `response` shape.
29
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
30
+ *
31
+ */
32
+ export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, ConnectClientResolvedConfig> {
33
+ readonly input: UpdateContactCommandInput;
34
+ constructor(input: UpdateContactCommandInput);
35
+ /**
36
+ * @internal
37
+ */
38
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactCommandInput, UpdateContactCommandOutput>;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 {
@@ -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 { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_1";
5
+ export interface UpdateContactScheduleCommandInput extends UpdateContactScheduleRequest {
6
+ }
7
+ export interface UpdateContactScheduleCommandOutput extends UpdateContactScheduleResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the scheduled time of a task contact that is already scheduled.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, UpdateContactScheduleCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, UpdateContactScheduleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new UpdateContactScheduleCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateContactScheduleCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateContactScheduleCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateContactScheduleCommand extends $Command<UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: UpdateContactScheduleCommandInput;
28
+ constructor(input: UpdateContactScheduleCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 {
@@ -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 { UpdateQueueNameRequest } from "../models/models_0";
4
+ import { UpdateQueueNameRequest } from "../models/models_1";
5
5
  export interface UpdateQueueNameCommandInput extends UpdateQueueNameRequest {
6
6
  }
7
7
  export interface UpdateQueueNameCommandOutput 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 { UpdateQueueOutboundCallerConfigRequest } from "../models/models_0";
4
+ import { UpdateQueueOutboundCallerConfigRequest } from "../models/models_1";
5
5
  export interface UpdateQueueOutboundCallerConfigCommandInput extends UpdateQueueOutboundCallerConfigRequest {
6
6
  }
7
7
  export interface UpdateQueueOutboundCallerConfigCommandOutput 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 { UpdateQueueStatusRequest } from "../models/models_0";
4
+ import { UpdateQueueStatusRequest } from "../models/models_1";
5
5
  export interface UpdateQueueStatusCommandInput extends UpdateQueueStatusRequest {
6
6
  }
7
7
  export interface UpdateQueueStatusCommandOutput 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 { UpdateQuickConnectConfigRequest } from "../models/models_0";
4
+ import { UpdateQuickConnectConfigRequest } from "../models/models_1";
5
5
  export interface UpdateQuickConnectConfigCommandInput extends UpdateQuickConnectConfigRequest {
6
6
  }
7
7
  export interface UpdateQuickConnectConfigCommandOutput 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 { UpdateQuickConnectNameRequest } from "../models/models_0";
4
+ import { UpdateQuickConnectNameRequest } from "../models/models_1";
5
5
  export interface UpdateQuickConnectNameCommandInput extends UpdateQuickConnectNameRequest {
6
6
  }
7
7
  export interface UpdateQuickConnectNameCommandOutput 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 { UpdateRoutingProfileConcurrencyRequest } from "../models/models_0";
4
+ import { UpdateRoutingProfileConcurrencyRequest } from "../models/models_1";
5
5
  export interface UpdateRoutingProfileConcurrencyCommandInput extends UpdateRoutingProfileConcurrencyRequest {
6
6
  }
7
7
  export interface UpdateRoutingProfileConcurrencyCommandOutput 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 { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_0";
4
+ import { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_1";
5
5
  export interface UpdateRoutingProfileDefaultOutboundQueueCommandInput extends UpdateRoutingProfileDefaultOutboundQueueRequest {
6
6
  }
7
7
  export interface UpdateRoutingProfileDefaultOutboundQueueCommandOutput 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 { UpdateRoutingProfileNameRequest } from "../models/models_0";
4
+ import { UpdateRoutingProfileNameRequest } from "../models/models_1";
5
5
  export interface UpdateRoutingProfileNameCommandInput extends UpdateRoutingProfileNameRequest {
6
6
  }
7
7
  export interface UpdateRoutingProfileNameCommandOutput 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 { UpdateRoutingProfileQueuesRequest } from "../models/models_0";
4
+ import { UpdateRoutingProfileQueuesRequest } from "../models/models_1";
5
5
  export interface UpdateRoutingProfileQueuesCommandInput extends UpdateRoutingProfileQueuesRequest {
6
6
  }
7
7
  export interface UpdateRoutingProfileQueuesCommandOutput 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 { UpdateSecurityProfileRequest } from "../models/models_0";
4
+ import { UpdateSecurityProfileRequest } from "../models/models_1";
5
5
  export interface UpdateSecurityProfileCommandInput extends UpdateSecurityProfileRequest {
6
6
  }
7
7
  export interface UpdateSecurityProfileCommandOutput 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 { UpdateUserHierarchyRequest } from "../models/models_0";
4
+ import { UpdateUserHierarchyRequest } from "../models/models_1";
5
5
  export interface UpdateUserHierarchyCommandInput extends UpdateUserHierarchyRequest {
6
6
  }
7
7
  export interface UpdateUserHierarchyCommandOutput 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 { UpdateUserHierarchyGroupNameRequest } from "../models/models_0";
4
+ import { UpdateUserHierarchyGroupNameRequest } from "../models/models_1";
5
5
  export interface UpdateUserHierarchyGroupNameCommandInput extends UpdateUserHierarchyGroupNameRequest {
6
6
  }
7
7
  export interface UpdateUserHierarchyGroupNameCommandOutput 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 { UpdateUserHierarchyStructureRequest } from "../models/models_0";
4
+ import { UpdateUserHierarchyStructureRequest } from "../models/models_1";
5
5
  export interface UpdateUserHierarchyStructureCommandInput extends UpdateUserHierarchyStructureRequest {
6
6
  }
7
7
  export interface UpdateUserHierarchyStructureCommandOutput 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 { UpdateUserIdentityInfoRequest } from "../models/models_0";
4
+ import { UpdateUserIdentityInfoRequest } from "../models/models_1";
5
5
  export interface UpdateUserIdentityInfoCommandInput extends UpdateUserIdentityInfoRequest {
6
6
  }
7
7
  export interface UpdateUserIdentityInfoCommandOutput extends __MetadataBearer {