@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,7 +1,295 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { ActionSummary, AgentHierarchyGroups, AgentStatus, AgentStatusState, AllowedCapabilities, Application, Channel, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, DirectoryType, EventSourceName, FileStatusType, FileUseCaseType, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, MonitorCapability, ParticipantRole, QuickConnectType, Reference, RehydrationType, RulePublishStatus, SourceType, StringComparisonType, StringCondition, TagCondition, TaskTemplateStatus, UseCaseType, UserPhoneConfig, UserProficiency, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
- import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, InstanceStatus, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, SortOrder, TrafficDistributionGroupStatus } from "./models_1";
3
+ import { ActionSummary, AgentHierarchyGroups, AgentStatus, AgentStatusState, AliasConfiguration, AllowedCapabilities, Application, Channel, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, DirectoryType, EventSourceName, FileStatusType, FileUseCaseType, FlowAssociationSummary, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, ListFlowAssociationResourceType, MonitorCapability, OutboundStrategy, ParticipantRole, QuickConnectType, Reference, RehydrationType, RulePublishStatus, SourceType, StringComparisonType, StringCondition, TagCondition, TaskTemplateStatus, UseCaseType, UserPhoneConfig, UserProficiency, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ import { Attribute, ContactFlow, ContactFlowModule, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, InstanceStatus, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, SortOrder, TrafficDistributionGroupStatus } from "./models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListEvaluationFormVersionsRequest {
9
+ /**
10
+ * <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>
11
+ * @public
12
+ */
13
+ InstanceId: string | undefined;
14
+ /**
15
+ * <p>The unique identifier for the evaluation form.</p>
16
+ * @public
17
+ */
18
+ EvaluationFormId: string | undefined;
19
+ /**
20
+ * <p>The maximum number of results to return per page.</p>
21
+ * @public
22
+ */
23
+ MaxResults?: number | undefined;
24
+ /**
25
+ * <p>The token for the next set of results. Use the value returned in the previous
26
+ * response in the next request to retrieve the next set of results.</p>
27
+ * @public
28
+ */
29
+ NextToken?: string | undefined;
30
+ }
31
+ /**
32
+ * <p>Summary information about an evaluation form.</p>
33
+ * @public
34
+ */
35
+ export interface EvaluationFormVersionSummary {
36
+ /**
37
+ * <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
38
+ * @public
39
+ */
40
+ EvaluationFormArn: string | undefined;
41
+ /**
42
+ * <p>The unique identifier for the evaluation form.</p>
43
+ * @public
44
+ */
45
+ EvaluationFormId: string | undefined;
46
+ /**
47
+ * <p>A version of the evaluation form.</p>
48
+ * @public
49
+ */
50
+ EvaluationFormVersion: number | undefined;
51
+ /**
52
+ * <p>The flag indicating whether the evaluation form is locked for changes.</p>
53
+ * @public
54
+ */
55
+ Locked: boolean | undefined;
56
+ /**
57
+ * <p>The status of the evaluation form.</p>
58
+ * @public
59
+ */
60
+ Status: EvaluationFormVersionStatus | undefined;
61
+ /**
62
+ * <p>The timestamp for when the evaluation form was created.</p>
63
+ * @public
64
+ */
65
+ CreatedTime: Date | undefined;
66
+ /**
67
+ * <p>The Amazon Resource Name (ARN) of the user who created the evaluation form.</p>
68
+ * @public
69
+ */
70
+ CreatedBy: string | undefined;
71
+ /**
72
+ * <p>The timestamp for when the evaluation form was last updated.</p>
73
+ * @public
74
+ */
75
+ LastModifiedTime: Date | undefined;
76
+ /**
77
+ * <p>The Amazon Resource Name (ARN) of the user who last updated the evaluation form.</p>
78
+ * @public
79
+ */
80
+ LastModifiedBy: string | undefined;
81
+ }
82
+ /**
83
+ * @public
84
+ */
85
+ export interface ListEvaluationFormVersionsResponse {
86
+ /**
87
+ * <p>Provides details about a list of evaluation forms belonging to an instance.</p>
88
+ * @public
89
+ */
90
+ EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
91
+ /**
92
+ * <p>If there are additional results, this is the token for the next set of results.</p>
93
+ * @public
94
+ */
95
+ NextToken?: string | undefined;
96
+ }
97
+ /**
98
+ * @public
99
+ */
100
+ export interface ListFlowAssociationsRequest {
101
+ /**
102
+ * <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>
103
+ * @public
104
+ */
105
+ InstanceId: string | undefined;
106
+ /**
107
+ * <p>A valid resource type.</p>
108
+ * @public
109
+ */
110
+ ResourceType?: ListFlowAssociationResourceType | undefined;
111
+ /**
112
+ * <p>The token for the next set of results. Use the value returned in the previous
113
+ * response in the next request to retrieve the next set of results.</p>
114
+ * @public
115
+ */
116
+ NextToken?: string | undefined;
117
+ /**
118
+ * <p>The maximum number of results to return per page.</p>
119
+ * @public
120
+ */
121
+ MaxResults?: number | undefined;
122
+ }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface ListFlowAssociationsResponse {
127
+ /**
128
+ * <p>Summary of flow associations.</p>
129
+ * @public
130
+ */
131
+ FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
132
+ /**
133
+ * <p>If there are additional results, this is the token for the next set of results.</p>
134
+ * @public
135
+ */
136
+ NextToken?: string | undefined;
137
+ }
138
+ /**
139
+ * @public
140
+ */
141
+ export interface ListHoursOfOperationOverridesRequest {
142
+ /**
143
+ * <p>The identifier of the Amazon Connect instance.</p>
144
+ * @public
145
+ */
146
+ InstanceId: string | undefined;
147
+ /**
148
+ * <p>The identifier for the hours of operation.</p>
149
+ * @public
150
+ */
151
+ HoursOfOperationId: string | undefined;
152
+ /**
153
+ * <p>The token for the next set of results. Use the value returned in the previous response in
154
+ * the next request to retrieve the next set of results.</p>
155
+ * @public
156
+ */
157
+ NextToken?: string | undefined;
158
+ /**
159
+ * <p>The maximum number of results to return per page.</p>
160
+ * @public
161
+ */
162
+ MaxResults?: number | undefined;
163
+ }
164
+ /**
165
+ * @public
166
+ */
167
+ export interface ListHoursOfOperationOverridesResponse {
168
+ /**
169
+ * <p>The token for the next set of results. Use the value returned in the previous response in
170
+ * the next request to retrieve the next set of results.</p>
171
+ * @public
172
+ */
173
+ NextToken?: string | undefined;
174
+ /**
175
+ * <p>Information about the hours of operation override.</p>
176
+ * @public
177
+ */
178
+ HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
179
+ /**
180
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
181
+ * @public
182
+ */
183
+ LastModifiedRegion?: string | undefined;
184
+ /**
185
+ * <p>The timestamp when this resource was last modified.</p>
186
+ * @public
187
+ */
188
+ LastModifiedTime?: Date | undefined;
189
+ }
190
+ /**
191
+ * @public
192
+ */
193
+ export interface ListHoursOfOperationsRequest {
194
+ /**
195
+ * <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>
196
+ * @public
197
+ */
198
+ InstanceId: string | undefined;
199
+ /**
200
+ * <p>The token for the next set of results. Use the value returned in the previous
201
+ * response in the next request to retrieve the next set of results.</p>
202
+ * @public
203
+ */
204
+ NextToken?: string | undefined;
205
+ /**
206
+ * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
207
+ * @public
208
+ */
209
+ MaxResults?: number | undefined;
210
+ }
211
+ /**
212
+ * <p>Contains summary information about hours of operation for a contact center.</p>
213
+ * @public
214
+ */
215
+ export interface HoursOfOperationSummary {
216
+ /**
217
+ * <p>The identifier of the hours of operation.</p>
218
+ * @public
219
+ */
220
+ Id?: string | undefined;
221
+ /**
222
+ * <p>The Amazon Resource Name (ARN) of the hours of operation.</p>
223
+ * @public
224
+ */
225
+ Arn?: string | undefined;
226
+ /**
227
+ * <p>The name of the hours of operation.</p>
228
+ * @public
229
+ */
230
+ Name?: string | undefined;
231
+ /**
232
+ * <p>The timestamp when this resource was last modified.</p>
233
+ * @public
234
+ */
235
+ LastModifiedTime?: Date | undefined;
236
+ /**
237
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
238
+ * @public
239
+ */
240
+ LastModifiedRegion?: string | undefined;
241
+ }
242
+ /**
243
+ * @public
244
+ */
245
+ export interface ListHoursOfOperationsResponse {
246
+ /**
247
+ * <p>Information about the hours of operation.</p>
248
+ * @public
249
+ */
250
+ HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
251
+ /**
252
+ * <p>If there are additional results, this is the token for the next set of results.</p>
253
+ * @public
254
+ */
255
+ NextToken?: string | undefined;
256
+ }
257
+ /**
258
+ * @public
259
+ */
260
+ export interface ListInstanceAttributesRequest {
261
+ /**
262
+ * <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>
263
+ * @public
264
+ */
265
+ InstanceId: string | undefined;
266
+ /**
267
+ * <p>The token for the next set of results. Use the value returned in the previous
268
+ * response in the next request to retrieve the next set of results.</p>
269
+ * @public
270
+ */
271
+ NextToken?: string | undefined;
272
+ /**
273
+ * <p>The maximum number of results to return per page.</p>
274
+ * @public
275
+ */
276
+ MaxResults?: number | undefined;
277
+ }
278
+ /**
279
+ * @public
280
+ */
281
+ export interface ListInstanceAttributesResponse {
282
+ /**
283
+ * <p>The attribute types.</p>
284
+ * @public
285
+ */
286
+ Attributes?: Attribute[] | undefined;
287
+ /**
288
+ * <p>If there are additional results, this is the token for the next set of results.</p>
289
+ * @public
290
+ */
291
+ NextToken?: string | undefined;
292
+ }
5
293
  /**
6
294
  * @public
7
295
  */
@@ -3692,6 +3980,13 @@ export interface EmailAddressMetadata {
3692
3980
  * @public
3693
3981
  */
3694
3982
  DisplayName?: string | undefined;
3983
+ /**
3984
+ * <p>A list of alias configurations for this email address, showing which email addresses forward
3985
+ * to this primary address. Each configuration contains the email address ID of an alias that
3986
+ * forwards emails to this address.</p>
3987
+ * @public
3988
+ */
3989
+ AliasConfigurations?: AliasConfiguration[] | undefined;
3695
3990
  }
3696
3991
  /**
3697
3992
  * @public
@@ -5808,6 +6103,11 @@ export interface StartOutboundVoiceContactRequest {
5808
6103
  * @public
5809
6104
  */
5810
6105
  TrafficType?: TrafficType | undefined;
6106
+ /**
6107
+ * <p>Information about the outbound strategy.</p>
6108
+ * @public
6109
+ */
6110
+ OutboundStrategy?: OutboundStrategy | undefined;
5811
6111
  }
5812
6112
  /**
5813
6113
  * @public
@@ -6077,7 +6377,7 @@ export interface StartWebRTCContactResponse {
6077
6377
  ParticipantToken?: string | undefined;
6078
6378
  }
6079
6379
  /**
6080
- * <p>The contact with the specified ID is not active or does not exist.</p>
6380
+ * <p>The contact with the specified ID does not exist.</p>
6081
6381
  * @public
6082
6382
  */
6083
6383
  export declare class ContactNotFoundException extends __BaseException {
@@ -6121,7 +6421,8 @@ export interface StopContactRequest {
6121
6421
  InstanceId: string | undefined;
6122
6422
  /**
6123
6423
  * <p>The reason a contact can be disconnected. Only Amazon Connect outbound campaigns can
6124
- * provide this field.</p>
6424
+ * provide this field. For a list and description of all the possible
6425
+ * disconnect reasons by channel (including outbound campaign voice contacts) 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>
6125
6426
  * @public
6126
6427
  */
6127
6428
  DisconnectReason?: DisconnectReason | undefined;
@@ -6557,199 +6858,6 @@ export interface UpdateContactAttributesRequest {
6557
6858
  */
6558
6859
  export interface UpdateContactAttributesResponse {
6559
6860
  }
6560
- /**
6561
- * @public
6562
- */
6563
- export interface UpdateContactEvaluationRequest {
6564
- /**
6565
- * <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>
6566
- * @public
6567
- */
6568
- InstanceId: string | undefined;
6569
- /**
6570
- * <p>A unique identifier for the contact evaluation.</p>
6571
- * @public
6572
- */
6573
- EvaluationId: string | undefined;
6574
- /**
6575
- * <p>A map of question identifiers to answer value.</p>
6576
- * @public
6577
- */
6578
- Answers?: Record<string, EvaluationAnswerInput> | undefined;
6579
- /**
6580
- * <p>A map of question identifiers to note value.</p>
6581
- * @public
6582
- */
6583
- Notes?: Record<string, EvaluationNote> | undefined;
6584
- }
6585
- /**
6586
- * @public
6587
- */
6588
- export interface UpdateContactEvaluationResponse {
6589
- /**
6590
- * <p>A unique identifier for the contact evaluation.</p>
6591
- * @public
6592
- */
6593
- EvaluationId: string | undefined;
6594
- /**
6595
- * <p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>
6596
- * @public
6597
- */
6598
- EvaluationArn: string | undefined;
6599
- }
6600
- /**
6601
- * @public
6602
- */
6603
- export interface UpdateContactFlowContentRequest {
6604
- /**
6605
- * <p>The identifier of the Amazon Connect instance.</p>
6606
- * @public
6607
- */
6608
- InstanceId: string | undefined;
6609
- /**
6610
- * <p>The identifier of the flow.</p>
6611
- * @public
6612
- */
6613
- ContactFlowId: string | undefined;
6614
- /**
6615
- * <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
6616
- * flow in Amazon Connect Flow language</a>. </p>
6617
- * <p>Length Constraints: Minimum length of 1. Maximum length of 256000.</p>
6618
- * @public
6619
- */
6620
- Content: string | undefined;
6621
- }
6622
- /**
6623
- * @public
6624
- */
6625
- export interface UpdateContactFlowContentResponse {
6626
- }
6627
- /**
6628
- * @public
6629
- */
6630
- export interface UpdateContactFlowMetadataRequest {
6631
- /**
6632
- * <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>
6633
- * @public
6634
- */
6635
- InstanceId: string | undefined;
6636
- /**
6637
- * <p>The identifier of the flow.</p>
6638
- * @public
6639
- */
6640
- ContactFlowId: string | undefined;
6641
- /**
6642
- * <p>The name of the flow.</p>
6643
- * @public
6644
- */
6645
- Name?: string | undefined;
6646
- /**
6647
- * <p>The description of the flow.</p>
6648
- * @public
6649
- */
6650
- Description?: string | undefined;
6651
- /**
6652
- * <p>The state of flow.</p>
6653
- * @public
6654
- */
6655
- ContactFlowState?: ContactFlowState | undefined;
6656
- }
6657
- /**
6658
- * @public
6659
- */
6660
- export interface UpdateContactFlowMetadataResponse {
6661
- }
6662
- /**
6663
- * @public
6664
- */
6665
- export interface UpdateContactFlowModuleContentRequest {
6666
- /**
6667
- * <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>
6668
- * @public
6669
- */
6670
- InstanceId: string | undefined;
6671
- /**
6672
- * <p>The identifier of the flow module.</p>
6673
- * @public
6674
- */
6675
- ContactFlowModuleId: string | undefined;
6676
- /**
6677
- * <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
6678
- * flow in Amazon Connect Flow language</a>. </p>
6679
- * @public
6680
- */
6681
- Content: string | undefined;
6682
- }
6683
- /**
6684
- * @public
6685
- */
6686
- export interface UpdateContactFlowModuleContentResponse {
6687
- }
6688
- /**
6689
- * @public
6690
- */
6691
- export interface UpdateContactFlowModuleMetadataRequest {
6692
- /**
6693
- * <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>
6694
- * @public
6695
- */
6696
- InstanceId: string | undefined;
6697
- /**
6698
- * <p>The identifier of the flow module.</p>
6699
- * @public
6700
- */
6701
- ContactFlowModuleId: string | undefined;
6702
- /**
6703
- * <p>The name of the flow module.</p>
6704
- * @public
6705
- */
6706
- Name?: string | undefined;
6707
- /**
6708
- * <p>The description of the flow module.</p>
6709
- * @public
6710
- */
6711
- Description?: string | undefined;
6712
- /**
6713
- * <p>The state of flow module.</p>
6714
- * @public
6715
- */
6716
- State?: ContactFlowModuleState | undefined;
6717
- }
6718
- /**
6719
- * @public
6720
- */
6721
- export interface UpdateContactFlowModuleMetadataResponse {
6722
- }
6723
- /**
6724
- * @public
6725
- */
6726
- export interface UpdateContactFlowNameRequest {
6727
- /**
6728
- * <p>The identifier of the Amazon Connect instance.</p>
6729
- * @public
6730
- */
6731
- InstanceId: string | undefined;
6732
- /**
6733
- * <p>The identifier of the flow.</p>
6734
- * @public
6735
- */
6736
- ContactFlowId: string | undefined;
6737
- /**
6738
- * <p>The name of the flow.</p>
6739
- * @public
6740
- */
6741
- Name?: string | undefined;
6742
- /**
6743
- * <p>The description of the flow.</p>
6744
- * @public
6745
- */
6746
- Description?: string | undefined;
6747
- }
6748
- /**
6749
- * @public
6750
- */
6751
- export interface UpdateContactFlowNameResponse {
6752
- }
6753
6861
  /**
6754
6862
  * @internal
6755
6863
  */