@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
@@ -1,8 +1,201 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AdditionalEmailRecipients, AgentAvailabilityTimer, AgentConfig, AgentInfo, AgentStatusSearchFilter, Application, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, Endpoint, EvaluationFormQuestion, EvaluationFormScoringStrategy, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InitiateAs, InputPredefinedAttributeConfiguration, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, PredefinedAttributeValues, QuickConnectConfig, Reference, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus } from "./models_0";
4
- import { AnsweringMachineDetectionStatus, AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationFormVersionStatus, Expiry, InstanceAttributeType, QualityMetrics, QueueInfo, QueueStatus, RecordingInfo, RoutingCriteriaStepStatus, SignInConfig, TaskTemplateInfoV2, TelephonyConfig, WisdomInfo } from "./models_1";
5
- import { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, DateCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SearchableQueueType, SecurityProfilesSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter } from "./models_2";
3
+ import { AdditionalEmailRecipients, AgentAvailabilityTimer, AgentConfig, AgentInfo, AgentStatusSearchFilter, Application, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, Endpoint, EvaluationFormQuestion, EvaluationFormScoringStrategy, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InitiateAs, InputPredefinedAttributeConfiguration, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OutboundStrategy, PredefinedAttributeValues, QuickConnectConfig, Reference, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus } from "./models_0";
4
+ import { AnsweringMachineDetectionStatus, AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationFormVersionStatus, EvaluationNote, Expiry, InstanceAttributeType, QualityMetrics, QueueInfo, QueueStatus, RecordingInfo, RoutingCriteriaStepStatus, SignInConfig, TaskTemplateInfoV2, TelephonyConfig, WisdomInfo } from "./models_1";
5
+ import { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, DateCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, EvaluationAnswerInput, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SearchableQueueType, SecurityProfilesSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter } from "./models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface UpdateContactEvaluationRequest {
10
+ /**
11
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
12
+ * @public
13
+ */
14
+ InstanceId: string | undefined;
15
+ /**
16
+ * <p>A unique identifier for the contact evaluation.</p>
17
+ * @public
18
+ */
19
+ EvaluationId: string | undefined;
20
+ /**
21
+ * <p>A map of question identifiers to answer value.</p>
22
+ * @public
23
+ */
24
+ Answers?: Record<string, EvaluationAnswerInput> | undefined;
25
+ /**
26
+ * <p>A map of question identifiers to note value.</p>
27
+ * @public
28
+ */
29
+ Notes?: Record<string, EvaluationNote> | undefined;
30
+ }
31
+ /**
32
+ * @public
33
+ */
34
+ export interface UpdateContactEvaluationResponse {
35
+ /**
36
+ * <p>A unique identifier for the contact evaluation.</p>
37
+ * @public
38
+ */
39
+ EvaluationId: string | undefined;
40
+ /**
41
+ * <p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>
42
+ * @public
43
+ */
44
+ EvaluationArn: string | undefined;
45
+ }
46
+ /**
47
+ * @public
48
+ */
49
+ export interface UpdateContactFlowContentRequest {
50
+ /**
51
+ * <p>The identifier of the Amazon Connect instance.</p>
52
+ * @public
53
+ */
54
+ InstanceId: string | undefined;
55
+ /**
56
+ * <p>The identifier of the flow.</p>
57
+ * @public
58
+ */
59
+ ContactFlowId: string | undefined;
60
+ /**
61
+ * <p>The JSON string that represents the content of the flow. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html">Example
62
+ * flow in Amazon Connect Flow language</a>. </p>
63
+ * <p>Length Constraints: Minimum length of 1. Maximum length of 256000.</p>
64
+ * @public
65
+ */
66
+ Content: string | undefined;
67
+ }
68
+ /**
69
+ * @public
70
+ */
71
+ export interface UpdateContactFlowContentResponse {
72
+ }
73
+ /**
74
+ * @public
75
+ */
76
+ export interface UpdateContactFlowMetadataRequest {
77
+ /**
78
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
79
+ * @public
80
+ */
81
+ InstanceId: string | undefined;
82
+ /**
83
+ * <p>The identifier of the flow.</p>
84
+ * @public
85
+ */
86
+ ContactFlowId: string | undefined;
87
+ /**
88
+ * <p>The name of the flow.</p>
89
+ * @public
90
+ */
91
+ Name?: string | undefined;
92
+ /**
93
+ * <p>The description of the flow.</p>
94
+ * @public
95
+ */
96
+ Description?: string | undefined;
97
+ /**
98
+ * <p>The state of flow.</p>
99
+ * @public
100
+ */
101
+ ContactFlowState?: ContactFlowState | undefined;
102
+ }
103
+ /**
104
+ * @public
105
+ */
106
+ export interface UpdateContactFlowMetadataResponse {
107
+ }
108
+ /**
109
+ * @public
110
+ */
111
+ export interface UpdateContactFlowModuleContentRequest {
112
+ /**
113
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
114
+ * @public
115
+ */
116
+ InstanceId: string | undefined;
117
+ /**
118
+ * <p>The identifier of the flow module.</p>
119
+ * @public
120
+ */
121
+ ContactFlowModuleId: string | undefined;
122
+ /**
123
+ * <p>The JSON string that represents the content of the flow. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html">Example
124
+ * flow in Amazon Connect Flow language</a>. </p>
125
+ * @public
126
+ */
127
+ Content: string | undefined;
128
+ }
129
+ /**
130
+ * @public
131
+ */
132
+ export interface UpdateContactFlowModuleContentResponse {
133
+ }
134
+ /**
135
+ * @public
136
+ */
137
+ export interface UpdateContactFlowModuleMetadataRequest {
138
+ /**
139
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
140
+ * @public
141
+ */
142
+ InstanceId: string | undefined;
143
+ /**
144
+ * <p>The identifier of the flow module.</p>
145
+ * @public
146
+ */
147
+ ContactFlowModuleId: string | undefined;
148
+ /**
149
+ * <p>The name of the flow module.</p>
150
+ * @public
151
+ */
152
+ Name?: string | undefined;
153
+ /**
154
+ * <p>The description of the flow module.</p>
155
+ * @public
156
+ */
157
+ Description?: string | undefined;
158
+ /**
159
+ * <p>The state of flow module.</p>
160
+ * @public
161
+ */
162
+ State?: ContactFlowModuleState | undefined;
163
+ }
164
+ /**
165
+ * @public
166
+ */
167
+ export interface UpdateContactFlowModuleMetadataResponse {
168
+ }
169
+ /**
170
+ * @public
171
+ */
172
+ export interface UpdateContactFlowNameRequest {
173
+ /**
174
+ * <p>The identifier of the Amazon Connect instance.</p>
175
+ * @public
176
+ */
177
+ InstanceId: string | undefined;
178
+ /**
179
+ * <p>The identifier of the flow.</p>
180
+ * @public
181
+ */
182
+ ContactFlowId: string | undefined;
183
+ /**
184
+ * <p>The name of the flow.</p>
185
+ * @public
186
+ */
187
+ Name?: string | undefined;
188
+ /**
189
+ * <p>The description of the flow.</p>
190
+ * @public
191
+ */
192
+ Description?: string | undefined;
193
+ }
194
+ /**
195
+ * @public
196
+ */
197
+ export interface UpdateContactFlowNameResponse {
198
+ }
6
199
  /**
7
200
  * <p>Specify whether this routing criteria step should apply for only a limited amount of time,
8
201
  * or if it should never expire.</p>
@@ -221,7 +414,7 @@ export interface UpdateInstanceAttributeRequest {
221
414
  * <p>The type of attribute.</p>
222
415
  * <note>
223
416
  * <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature,
224
- * contact Amazon Web Services Support for allowlisting.</p>
417
+ * contact Amazon Web ServicesSupport for allowlisting.</p>
225
418
  * </note>
226
419
  * @public
227
420
  */
@@ -2179,7 +2372,7 @@ export interface UserSearchCriteria {
2179
2372
  * <p>A leaf node condition which can be used to specify a string condition.</p>
2180
2373
  * <p>The currently supported values for <code>FieldName</code> are <code>Username</code>,
2181
2374
  * <code>FirstName</code>, <code>LastName</code>, <code>RoutingProfileId</code>,
2182
- * <code>SecurityProfileId</code>, <code>ResourceId</code>.</p>
2375
+ * <code>SecurityProfileId</code>, <code>resourceId</code>.</p>
2183
2376
  * @public
2184
2377
  */
2185
2378
  StringCondition?: StringCondition | undefined;
@@ -3709,7 +3902,8 @@ export interface Contact {
3709
3902
  */
3710
3903
  Recordings?: RecordingInfo[] | undefined;
3711
3904
  /**
3712
- * <p>The disconnect reason for the contact.</p>
3905
+ * <p>The disconnect reason for the contact. For a list and description of all the possible
3906
+ * disconnect reasons by channel, see DisconnectReason under <a href="https://docs.aws.amazon.com/connect/latest/adminguide/ctr-data-model.html#ctr-ContactTraceRecord">ContactTraceRecord</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
3713
3907
  * @public
3714
3908
  */
3715
3909
  DisconnectReason?: string | undefined;
@@ -3730,6 +3924,11 @@ export interface Contact {
3730
3924
  * @public
3731
3925
  */
3732
3926
  ContactDetails?: ContactDetails | undefined;
3927
+ /**
3928
+ * <p>Information about the outbound strategy.</p>
3929
+ * @public
3930
+ */
3931
+ OutboundStrategy?: OutboundStrategy | undefined;
3733
3932
  /**
3734
3933
  * <p>The attributes of the contact.</p>
3735
3934
  * @public
@@ -6,6 +6,7 @@ import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutp
6
6
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "../commands/AssociateBotCommand";
7
7
  import { AssociateContactWithUserCommandInput, AssociateContactWithUserCommandOutput } from "../commands/AssociateContactWithUserCommand";
8
8
  import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "../commands/AssociateDefaultVocabularyCommand";
9
+ import { AssociateEmailAddressAliasCommandInput, AssociateEmailAddressAliasCommandOutput } from "../commands/AssociateEmailAddressAliasCommand";
9
10
  import { AssociateFlowCommandInput, AssociateFlowCommandOutput } from "../commands/AssociateFlowCommand";
10
11
  import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "../commands/AssociateInstanceStorageConfigCommand";
11
12
  import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "../commands/AssociateLambdaFunctionCommand";
@@ -110,6 +111,7 @@ import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from
110
111
  import { DisassociateAnalyticsDataSetCommandInput, DisassociateAnalyticsDataSetCommandOutput } from "../commands/DisassociateAnalyticsDataSetCommand";
111
112
  import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "../commands/DisassociateApprovedOriginCommand";
112
113
  import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../commands/DisassociateBotCommand";
114
+ import { DisassociateEmailAddressAliasCommandInput, DisassociateEmailAddressAliasCommandOutput } from "../commands/DisassociateEmailAddressAliasCommand";
113
115
  import { DisassociateFlowCommandInput, DisassociateFlowCommandOutput } from "../commands/DisassociateFlowCommand";
114
116
  import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "../commands/DisassociateInstanceStorageConfigCommand";
115
117
  import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "../commands/DisassociateLambdaFunctionCommand";
@@ -309,6 +311,10 @@ export declare const se_AssociateContactWithUserCommand: (input: AssociateContac
309
311
  * serializeAws_restJson1AssociateDefaultVocabularyCommand
310
312
  */
311
313
  export declare const se_AssociateDefaultVocabularyCommand: (input: AssociateDefaultVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
+ /**
315
+ * serializeAws_restJson1AssociateEmailAddressAliasCommand
316
+ */
317
+ export declare const se_AssociateEmailAddressAliasCommand: (input: AssociateEmailAddressAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
318
  /**
313
319
  * serializeAws_restJson1AssociateFlowCommand
314
320
  */
@@ -725,6 +731,10 @@ export declare const se_DisassociateApprovedOriginCommand: (input: DisassociateA
725
731
  * serializeAws_restJson1DisassociateBotCommand
726
732
  */
727
733
  export declare const se_DisassociateBotCommand: (input: DisassociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
734
+ /**
735
+ * serializeAws_restJson1DisassociateEmailAddressAliasCommand
736
+ */
737
+ export declare const se_DisassociateEmailAddressAliasCommand: (input: DisassociateEmailAddressAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
728
738
  /**
729
739
  * serializeAws_restJson1DisassociateFlowCommand
730
740
  */
@@ -1449,6 +1459,10 @@ export declare const de_AssociateContactWithUserCommand: (output: __HttpResponse
1449
1459
  * deserializeAws_restJson1AssociateDefaultVocabularyCommand
1450
1460
  */
1451
1461
  export declare const de_AssociateDefaultVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDefaultVocabularyCommandOutput>;
1462
+ /**
1463
+ * deserializeAws_restJson1AssociateEmailAddressAliasCommand
1464
+ */
1465
+ export declare const de_AssociateEmailAddressAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEmailAddressAliasCommandOutput>;
1452
1466
  /**
1453
1467
  * deserializeAws_restJson1AssociateFlowCommand
1454
1468
  */
@@ -1865,6 +1879,10 @@ export declare const de_DisassociateApprovedOriginCommand: (output: __HttpRespon
1865
1879
  * deserializeAws_restJson1DisassociateBotCommand
1866
1880
  */
1867
1881
  export declare const de_DisassociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBotCommandOutput>;
1882
+ /**
1883
+ * deserializeAws_restJson1DisassociateEmailAddressAliasCommand
1884
+ */
1885
+ export declare const de_DisassociateEmailAddressAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEmailAddressAliasCommandOutput>;
1868
1886
  /**
1869
1887
  * deserializeAws_restJson1DisassociateFlowCommand
1870
1888
  */
@@ -23,6 +23,10 @@ import {
23
23
  AssociateDefaultVocabularyCommandInput,
24
24
  AssociateDefaultVocabularyCommandOutput,
25
25
  } from "./commands/AssociateDefaultVocabularyCommand";
26
+ import {
27
+ AssociateEmailAddressAliasCommandInput,
28
+ AssociateEmailAddressAliasCommandOutput,
29
+ } from "./commands/AssociateEmailAddressAliasCommand";
26
30
  import {
27
31
  AssociateFlowCommandInput,
28
32
  AssociateFlowCommandOutput,
@@ -439,6 +443,10 @@ import {
439
443
  DisassociateBotCommandInput,
440
444
  DisassociateBotCommandOutput,
441
445
  } from "./commands/DisassociateBotCommand";
446
+ import {
447
+ DisassociateEmailAddressAliasCommandInput,
448
+ DisassociateEmailAddressAliasCommandOutput,
449
+ } from "./commands/DisassociateEmailAddressAliasCommand";
442
450
  import {
443
451
  DisassociateFlowCommandInput,
444
452
  DisassociateFlowCommandOutput,
@@ -1219,6 +1227,19 @@ export interface Connect {
1219
1227
  options: __HttpHandlerOptions,
1220
1228
  cb: (err: any, data?: AssociateDefaultVocabularyCommandOutput) => void
1221
1229
  ): void;
1230
+ associateEmailAddressAlias(
1231
+ args: AssociateEmailAddressAliasCommandInput,
1232
+ options?: __HttpHandlerOptions
1233
+ ): Promise<AssociateEmailAddressAliasCommandOutput>;
1234
+ associateEmailAddressAlias(
1235
+ args: AssociateEmailAddressAliasCommandInput,
1236
+ cb: (err: any, data?: AssociateEmailAddressAliasCommandOutput) => void
1237
+ ): void;
1238
+ associateEmailAddressAlias(
1239
+ args: AssociateEmailAddressAliasCommandInput,
1240
+ options: __HttpHandlerOptions,
1241
+ cb: (err: any, data?: AssociateEmailAddressAliasCommandOutput) => void
1242
+ ): void;
1222
1243
  associateFlow(
1223
1244
  args: AssociateFlowCommandInput,
1224
1245
  options?: __HttpHandlerOptions
@@ -2601,6 +2622,19 @@ export interface Connect {
2601
2622
  options: __HttpHandlerOptions,
2602
2623
  cb: (err: any, data?: DisassociateBotCommandOutput) => void
2603
2624
  ): void;
2625
+ disassociateEmailAddressAlias(
2626
+ args: DisassociateEmailAddressAliasCommandInput,
2627
+ options?: __HttpHandlerOptions
2628
+ ): Promise<DisassociateEmailAddressAliasCommandOutput>;
2629
+ disassociateEmailAddressAlias(
2630
+ args: DisassociateEmailAddressAliasCommandInput,
2631
+ cb: (err: any, data?: DisassociateEmailAddressAliasCommandOutput) => void
2632
+ ): void;
2633
+ disassociateEmailAddressAlias(
2634
+ args: DisassociateEmailAddressAliasCommandInput,
2635
+ options: __HttpHandlerOptions,
2636
+ cb: (err: any, data?: DisassociateEmailAddressAliasCommandOutput) => void
2637
+ ): void;
2604
2638
  disassociateFlow(
2605
2639
  args: DisassociateFlowCommandInput,
2606
2640
  options?: __HttpHandlerOptions
@@ -69,6 +69,10 @@ import {
69
69
  AssociateDefaultVocabularyCommandInput,
70
70
  AssociateDefaultVocabularyCommandOutput,
71
71
  } from "./commands/AssociateDefaultVocabularyCommand";
72
+ import {
73
+ AssociateEmailAddressAliasCommandInput,
74
+ AssociateEmailAddressAliasCommandOutput,
75
+ } from "./commands/AssociateEmailAddressAliasCommand";
72
76
  import {
73
77
  AssociateFlowCommandInput,
74
78
  AssociateFlowCommandOutput,
@@ -485,6 +489,10 @@ import {
485
489
  DisassociateBotCommandInput,
486
490
  DisassociateBotCommandOutput,
487
491
  } from "./commands/DisassociateBotCommand";
492
+ import {
493
+ DisassociateEmailAddressAliasCommandInput,
494
+ DisassociateEmailAddressAliasCommandOutput,
495
+ } from "./commands/DisassociateEmailAddressAliasCommand";
488
496
  import {
489
497
  DisassociateFlowCommandInput,
490
498
  DisassociateFlowCommandOutput,
@@ -1199,6 +1207,7 @@ export type ServiceInputTypes =
1199
1207
  | AssociateBotCommandInput
1200
1208
  | AssociateContactWithUserCommandInput
1201
1209
  | AssociateDefaultVocabularyCommandInput
1210
+ | AssociateEmailAddressAliasCommandInput
1202
1211
  | AssociateFlowCommandInput
1203
1212
  | AssociateInstanceStorageConfigCommandInput
1204
1213
  | AssociateLambdaFunctionCommandInput
@@ -1303,6 +1312,7 @@ export type ServiceInputTypes =
1303
1312
  | DisassociateAnalyticsDataSetCommandInput
1304
1313
  | DisassociateApprovedOriginCommandInput
1305
1314
  | DisassociateBotCommandInput
1315
+ | DisassociateEmailAddressAliasCommandInput
1306
1316
  | DisassociateFlowCommandInput
1307
1317
  | DisassociateInstanceStorageConfigCommandInput
1308
1318
  | DisassociateLambdaFunctionCommandInput
@@ -1485,6 +1495,7 @@ export type ServiceOutputTypes =
1485
1495
  | AssociateBotCommandOutput
1486
1496
  | AssociateContactWithUserCommandOutput
1487
1497
  | AssociateDefaultVocabularyCommandOutput
1498
+ | AssociateEmailAddressAliasCommandOutput
1488
1499
  | AssociateFlowCommandOutput
1489
1500
  | AssociateInstanceStorageConfigCommandOutput
1490
1501
  | AssociateLambdaFunctionCommandOutput
@@ -1589,6 +1600,7 @@ export type ServiceOutputTypes =
1589
1600
  | DisassociateAnalyticsDataSetCommandOutput
1590
1601
  | DisassociateApprovedOriginCommandOutput
1591
1602
  | DisassociateBotCommandOutput
1603
+ | DisassociateEmailAddressAliasCommandOutput
1592
1604
  | DisassociateFlowCommandOutput
1593
1605
  | DisassociateInstanceStorageConfigCommandOutput
1594
1606
  | DisassociateLambdaFunctionCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConnectClient";
8
+ import {
9
+ AssociateEmailAddressAliasRequest,
10
+ AssociateEmailAddressAliasResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateEmailAddressAliasCommandInput
15
+ extends AssociateEmailAddressAliasRequest {}
16
+ export interface AssociateEmailAddressAliasCommandOutput
17
+ extends AssociateEmailAddressAliasResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateEmailAddressAliasCommand_base: {
20
+ new (
21
+ input: AssociateEmailAddressAliasCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateEmailAddressAliasCommandInput,
24
+ AssociateEmailAddressAliasCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: AssociateEmailAddressAliasCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateEmailAddressAliasCommandInput,
33
+ AssociateEmailAddressAliasCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateEmailAddressAliasCommand extends AssociateEmailAddressAliasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateEmailAddressAliasRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateEmailAddressAliasCommandInput;
48
+ output: AssociateEmailAddressAliasCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeleteContactEvaluationRequest } from "../models/models_0";
8
+ import { DeleteContactEvaluationRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteContactEvaluationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteContactFlowRequest,
10
10
  DeleteContactFlowResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteContactFlowCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteContactFlowModuleRequest,
10
10
  DeleteContactFlowModuleResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteContactFlowModuleCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteContactFlowVersionRequest,
10
10
  DeleteContactFlowVersionResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteContactFlowVersionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteEmailAddressRequest,
10
10
  DeleteEmailAddressResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteEmailAddressCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeleteEvaluationFormRequest } from "../models/models_0";
8
+ import { DeleteEvaluationFormRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeleteEvaluationFormCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConnectClient";
8
+ import {
9
+ DisassociateEmailAddressAliasRequest,
10
+ DisassociateEmailAddressAliasResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisassociateEmailAddressAliasCommandInput
15
+ extends DisassociateEmailAddressAliasRequest {}
16
+ export interface DisassociateEmailAddressAliasCommandOutput
17
+ extends DisassociateEmailAddressAliasResponse,
18
+ __MetadataBearer {}
19
+ declare const DisassociateEmailAddressAliasCommand_base: {
20
+ new (
21
+ input: DisassociateEmailAddressAliasCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisassociateEmailAddressAliasCommandInput,
24
+ DisassociateEmailAddressAliasCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DisassociateEmailAddressAliasCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisassociateEmailAddressAliasCommandInput,
33
+ DisassociateEmailAddressAliasCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisassociateEmailAddressAliasCommand extends DisassociateEmailAddressAliasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateEmailAddressAliasRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateEmailAddressAliasCommandInput;
48
+ output: DisassociateEmailAddressAliasCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListEvaluationFormVersionsRequest,
10
10
  ListEvaluationFormVersionsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListEvaluationFormVersionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListFlowAssociationsRequest,
10
10
  ListFlowAssociationsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListFlowAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListHoursOfOperationOverridesRequest,
10
10
  ListHoursOfOperationOverridesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListHoursOfOperationOverridesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListHoursOfOperationsRequest,
10
10
  ListHoursOfOperationsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListHoursOfOperationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListInstanceAttributesRequest,
10
10
  ListInstanceAttributesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListInstanceAttributesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateContactEvaluationRequest,
10
10
  UpdateContactEvaluationResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateContactEvaluationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateContactFlowContentRequest,
10
10
  UpdateContactFlowContentResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateContactFlowContentCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateContactFlowMetadataRequest,
10
10
  UpdateContactFlowMetadataResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateContactFlowMetadataCommandInput