@aws-sdk/client-connect 3.914.0 → 3.916.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +119 -14
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/AssociateEmailAddressAliasCommand.js +22 -0
  5. package/dist-es/commands/DisassociateEmailAddressAliasCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +22 -14
  8. package/dist-es/protocols/Aws_restJson1.js +57 -0
  9. package/dist-types/Connect.d.ts +14 -0
  10. package/dist-types/ConnectClient.d.ts +4 -2
  11. package/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +193 -0
  12. package/dist-types/commands/BatchPutContactCommand.d.ts +16 -1
  13. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteContactFlowCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteEmailAddressCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeContactCommand.d.ts +19 -1
  21. package/dist-types/commands/DescribeEmailAddressCommand.d.ts +5 -0
  22. package/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +194 -0
  23. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  24. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
  30. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +5 -0
  32. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  33. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +15 -0
  34. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  42. package/dist-types/commands/index.d.ts +2 -0
  43. package/dist-types/models/models_0.d.ts +163 -133
  44. package/dist-types/models/models_1.d.ts +165 -291
  45. package/dist-types/models/models_2.d.ts +305 -197
  46. package/dist-types/models/models_3.d.ts +205 -6
  47. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  48. package/dist-types/ts3.4/Connect.d.ts +34 -0
  49. package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +50 -38
  71. package/dist-types/ts3.4/models/models_1.d.ts +39 -70
  72. package/dist-types/ts3.4/models/models_2.d.ts +76 -47
  73. package/dist-types/ts3.4/models/models_3.d.ts +49 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  75. package/package.json +13 -13
@@ -0,0 +1,194 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DisassociateEmailAddressAliasRequest, DisassociateEmailAddressAliasResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DisassociateEmailAddressAliasCommand}.
14
+ */
15
+ export interface DisassociateEmailAddressAliasCommandInput extends DisassociateEmailAddressAliasRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DisassociateEmailAddressAliasCommand}.
21
+ */
22
+ export interface DisassociateEmailAddressAliasCommandOutput extends DisassociateEmailAddressAliasResponse, __MetadataBearer {
23
+ }
24
+ declare const DisassociateEmailAddressAliasCommand_base: {
25
+ new (input: DisassociateEmailAddressAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateEmailAddressAliasCommandInput, DisassociateEmailAddressAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateEmailAddressAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateEmailAddressAliasCommandInput, DisassociateEmailAddressAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Removes the alias association between two email addresses in an Amazon Connect instance.
31
+ * After disassociation, emails sent to the former alias email address are no longer forwarded to
32
+ * the primary email address. Both email addresses continue to exist independently and can receive
33
+ * emails directly.</p>
34
+ * <p>
35
+ * <b>Use cases</b>
36
+ * </p>
37
+ * <p>Following are common uses cases for this API:</p>
38
+ * <ul>
39
+ * <li>
40
+ * <p>
41
+ * <b>Department separation</b>: Remove alias relationships when splitting a consolidated support
42
+ * queue back into separate department-specific queues.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <b>Email address retirement</b>: Cleanly remove forwarding relationships before decommissioning
47
+ * old email addresses.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <b>Organizational restructuring</b>: Reconfigure email routing when business processes change and
52
+ * aliases are no longer needed.</p>
53
+ * </li>
54
+ * </ul>
55
+ * <p>
56
+ * <b>Important things to know</b>
57
+ * </p>
58
+ * <ul>
59
+ * <li>
60
+ * <p>Concurrent operations: This API uses distributed locking, so concurrent operations on the
61
+ * same email addresses may be temporarily blocked.</p>
62
+ * </li>
63
+ * <li>
64
+ * <p>Emails sent to the former alias address are still delivered directly to that address if it
65
+ * exists.</p>
66
+ * </li>
67
+ * <li>
68
+ * <p>You do not need to delete the email addresses after disassociation. Both addresses remain
69
+ * active independently.</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>After a successful disassociation, you can immediately create a new alias relationship
73
+ * with the same addresses.</p>
74
+ * </li>
75
+ * <li>
76
+ * <p>200 status means alias was successfully disassociated.</p>
77
+ * </li>
78
+ * </ul>
79
+ * <p>
80
+ * <code>DisassociateEmailAddressAlias</code> does not return the following information:</p>
81
+ * <ul>
82
+ * <li>
83
+ * <p>Details in the response about the email that was disassociated. The response returns an empty body.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>The timestamp of when the disassociation occurred.</p>
87
+ * </li>
88
+ * </ul>
89
+ * <p>
90
+ * <b>Endpoints</b>: See
91
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</p>
92
+ * <p>
93
+ * <b>Related operations</b>
94
+ * </p>
95
+ * <ul>
96
+ * <li>
97
+ * <p>
98
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_AssociateEmailAddressAlias.html">AssociateEmailAddressAlias</a>: Associates an email address alias with an existing email
99
+ * address in an Amazon Connect instance.</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeEmailAddress.html">DescribeEmailAddress</a>:
104
+ * View current alias configurations for an email address.</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>
108
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchEmailAddresses.html">SearchEmailAddresses</a>:
109
+ * Find email addresses and their alias relationships across an instance.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>
113
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateEmailAddress.html">CreateEmailAddress</a>: Create new email addresses that can participate in alias
114
+ * relationships.</p>
115
+ * </li>
116
+ * <li>
117
+ * <p>
118
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteEmailAddress.html">DeleteEmailAddress</a>: Remove email addresses (automatically removes any alias
119
+ * relationships).</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateEmailAddressMetadata.html">UpdateEmailAddressMetadata</a>: Modify email address properties (does not affect alias
124
+ * relationships).</p>
125
+ * </li>
126
+ * </ul>
127
+ * @example
128
+ * Use a bare-bones client and the command you need to make an API call.
129
+ * ```javascript
130
+ * import { ConnectClient, DisassociateEmailAddressAliasCommand } from "@aws-sdk/client-connect"; // ES Modules import
131
+ * // const { ConnectClient, DisassociateEmailAddressAliasCommand } = require("@aws-sdk/client-connect"); // CommonJS import
132
+ * // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
133
+ * const config = {}; // type is ConnectClientConfig
134
+ * const client = new ConnectClient(config);
135
+ * const input = { // DisassociateEmailAddressAliasRequest
136
+ * EmailAddressId: "STRING_VALUE", // required
137
+ * InstanceId: "STRING_VALUE", // required
138
+ * AliasConfiguration: { // AliasConfiguration
139
+ * EmailAddressId: "STRING_VALUE", // required
140
+ * },
141
+ * ClientToken: "STRING_VALUE",
142
+ * };
143
+ * const command = new DisassociateEmailAddressAliasCommand(input);
144
+ * const response = await client.send(command);
145
+ * // {};
146
+ *
147
+ * ```
148
+ *
149
+ * @param DisassociateEmailAddressAliasCommandInput - {@link DisassociateEmailAddressAliasCommandInput}
150
+ * @returns {@link DisassociateEmailAddressAliasCommandOutput}
151
+ * @see {@link DisassociateEmailAddressAliasCommandInput} for command's `input` shape.
152
+ * @see {@link DisassociateEmailAddressAliasCommandOutput} for command's `response` shape.
153
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
154
+ *
155
+ * @throws {@link AccessDeniedException} (client fault)
156
+ * <p>You do not have sufficient permissions to perform this action.</p>
157
+ *
158
+ * @throws {@link InternalServiceException} (server fault)
159
+ * <p>Request processing failed because of an error or failure with the service.</p>
160
+ *
161
+ * @throws {@link InvalidParameterException} (client fault)
162
+ * <p>One or more of the specified parameters are not valid.</p>
163
+ *
164
+ * @throws {@link InvalidRequestException} (client fault)
165
+ * <p>The request is not valid.</p>
166
+ *
167
+ * @throws {@link ResourceConflictException} (client fault)
168
+ * <p>A resource already has that name.</p>
169
+ *
170
+ * @throws {@link ResourceNotFoundException} (client fault)
171
+ * <p>The specified resource was not found.</p>
172
+ *
173
+ * @throws {@link ThrottlingException} (client fault)
174
+ * <p>The throttling limit has been exceeded.</p>
175
+ *
176
+ * @throws {@link ConnectServiceException}
177
+ * <p>Base exception class for all service exceptions from Connect service.</p>
178
+ *
179
+ *
180
+ * @public
181
+ */
182
+ export declare class DisassociateEmailAddressAliasCommand extends DisassociateEmailAddressAliasCommand_base {
183
+ /** @internal type navigation helper, not in runtime. */
184
+ protected static __types: {
185
+ api: {
186
+ input: DisassociateEmailAddressAliasRequest;
187
+ output: {};
188
+ };
189
+ sdk: {
190
+ input: DisassociateEmailAddressAliasCommandInput;
191
+ output: DisassociateEmailAddressAliasCommandOutput;
192
+ };
193
+ };
194
+ }
@@ -44,7 +44,7 @@ declare const ImportPhoneNumberCommand_base: {
44
44
  * <p>For example, if you already have 99 claimed or imported numbers and a service level quota of
45
45
  * 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you
46
46
  * will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers
47
- * until you open an Amazon Web Services Support ticket. </p>
47
+ * until you open an Amazon Web ServicesSupport ticket. </p>
48
48
  * @example
49
49
  * Use a bare-bones client and the command you need to make an API call.
50
50
  * ```javascript
@@ -28,7 +28,7 @@ declare const ListAuthenticationProfilesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web Services Support.</p>
31
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
32
32
  * <p>Provides summary information about the authentication profiles in a specified Amazon Connect instance.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListEvaluationFormVersionsRequest, ListEvaluationFormVersionsResponse } from "../models/models_1";
4
+ import { ListEvaluationFormVersionsRequest, ListEvaluationFormVersionsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListFlowAssociationsRequest, ListFlowAssociationsResponse } from "../models/models_1";
4
+ import { ListFlowAssociationsRequest, ListFlowAssociationsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListHoursOfOperationOverridesRequest, ListHoursOfOperationOverridesResponse } from "../models/models_1";
4
+ import { ListHoursOfOperationOverridesRequest, ListHoursOfOperationOverridesResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListHoursOfOperationsRequest, ListHoursOfOperationsResponse } from "../models/models_1";
4
+ import { ListHoursOfOperationsRequest, ListHoursOfOperationsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListInstanceAttributesRequest, ListInstanceAttributesResponse } from "../models/models_1";
4
+ import { ListInstanceAttributesRequest, ListInstanceAttributesResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -34,7 +34,7 @@ declare const ReleasePhoneNumberCommand_base: {
34
34
  * Amazon Connect admin website.</p>
35
35
  * <p>After releasing a phone number, the phone number enters into a cooldown period for up to
36
36
  * 180 days. It cannot be searched for or claimed again until the period has ended. If you
37
- * accidentally release a phone number, contact Amazon Web Services Support.</p>
37
+ * accidentally release a phone number, contact Amazon Web ServicesSupport.</p>
38
38
  * </important>
39
39
  * <p>If you plan to claim and release numbers frequently,
40
40
  * contact us for a service quota exception. Otherwise, it is possible you will be blocked from
@@ -97,6 +97,11 @@ declare const SearchEmailAddressesCommand_base: {
97
97
  * // EmailAddress: "STRING_VALUE",
98
98
  * // Description: "STRING_VALUE",
99
99
  * // DisplayName: "STRING_VALUE",
100
+ * // AliasConfigurations: [ // AliasConfigurationList
101
+ * // { // AliasConfiguration
102
+ * // EmailAddressId: "STRING_VALUE", // required
103
+ * // },
104
+ * // ],
100
105
  * // },
101
106
  * // ],
102
107
  * // ApproximateTotalCount: Number("long"),
@@ -46,7 +46,7 @@ declare const StartChatContactCommand_base: {
46
46
  * </ul>
47
47
  * <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your
48
48
  * account may not support the ability to configure custom chat durations. For more information,
49
- * contact Amazon Web Services Support. </p>
49
+ * contact Amazon Web ServicesSupport. </p>
50
50
  * <p>For more information about chat, see the following topics in the <i>Amazon Connect
51
51
  * Administrator Guide</i>: </p>
52
52
  * <ul>
@@ -81,6 +81,21 @@ declare const StartOutboundVoiceContactCommand_base: {
81
81
  * },
82
82
  * CampaignId: "STRING_VALUE",
83
83
  * TrafficType: "GENERAL" || "CAMPAIGN",
84
+ * OutboundStrategy: { // OutboundStrategy
85
+ * Type: "AGENT_FIRST", // required
86
+ * Config: { // OutboundStrategyConfig
87
+ * AgentFirst: { // AgentFirst
88
+ * Preview: { // Preview
89
+ * PostAcceptTimeoutConfig: { // PostAcceptTimeoutConfig
90
+ * DurationInSeconds: Number("int"), // required
91
+ * },
92
+ * AllowedUserActions: [ // AllowedUserActions // required
93
+ * "CALL" || "DISCARD",
94
+ * ],
95
+ * },
96
+ * },
97
+ * },
98
+ * },
84
99
  * };
85
100
  * const command = new StartOutboundVoiceContactCommand(input);
86
101
  * const response = await client.send(command);
@@ -76,7 +76,7 @@ declare const StopContactCommand_base: {
76
76
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
77
77
  *
78
78
  * @throws {@link ContactNotFoundException} (client fault)
79
- * <p>The contact with the specified ID is not active or does not exist.</p>
79
+ * <p>The contact with the specified ID does not exist.</p>
80
80
  *
81
81
  * @throws {@link InternalServiceException} (server fault)
82
82
  * <p>Request processing failed because of an error or failure with the service.</p>
@@ -28,7 +28,7 @@ declare const UpdateAuthenticationProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web Services Support.</p>
31
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
32
32
  * <p>Updates the selected authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactEvaluationRequest, UpdateContactEvaluationResponse } from "../models/models_2";
4
+ import { UpdateContactEvaluationRequest, UpdateContactEvaluationResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowContentRequest, UpdateContactFlowContentResponse } from "../models/models_2";
4
+ import { UpdateContactFlowContentRequest, UpdateContactFlowContentResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowMetadataRequest, UpdateContactFlowMetadataResponse } from "../models/models_2";
4
+ import { UpdateContactFlowMetadataRequest, UpdateContactFlowMetadataResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowModuleContentRequest, UpdateContactFlowModuleContentResponse } from "../models/models_2";
4
+ import { UpdateContactFlowModuleContentRequest, UpdateContactFlowModuleContentResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowModuleMetadataRequest, UpdateContactFlowModuleMetadataResponse } from "../models/models_2";
4
+ import { UpdateContactFlowModuleMetadataRequest, UpdateContactFlowModuleMetadataResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateContactFlowNameRequest, UpdateContactFlowNameResponse } from "../models/models_2";
4
+ import { UpdateContactFlowNameRequest, UpdateContactFlowNameResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -4,6 +4,7 @@ export * from "./AssociateApprovedOriginCommand";
4
4
  export * from "./AssociateBotCommand";
5
5
  export * from "./AssociateContactWithUserCommand";
6
6
  export * from "./AssociateDefaultVocabularyCommand";
7
+ export * from "./AssociateEmailAddressAliasCommand";
7
8
  export * from "./AssociateFlowCommand";
8
9
  export * from "./AssociateInstanceStorageConfigCommand";
9
10
  export * from "./AssociateLambdaFunctionCommand";
@@ -108,6 +109,7 @@ export * from "./DescribeVocabularyCommand";
108
109
  export * from "./DisassociateAnalyticsDataSetCommand";
109
110
  export * from "./DisassociateApprovedOriginCommand";
110
111
  export * from "./DisassociateBotCommand";
112
+ export * from "./DisassociateEmailAddressAliasCommand";
111
113
  export * from "./DisassociateFlowCommand";
112
114
  export * from "./DisassociateInstanceStorageConfigCommand";
113
115
  export * from "./DisassociateLambdaFunctionCommand";