@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
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateContactFlowModuleContentRequest,
10
10
  UpdateContactFlowModuleContentResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateContactFlowModuleContentCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateContactFlowModuleMetadataRequest,
10
10
  UpdateContactFlowModuleMetadataResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateContactFlowModuleMetadataCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateContactFlowNameRequest,
10
10
  UpdateContactFlowNameResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateContactFlowNameCommandInput
@@ -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";
@@ -142,6 +142,22 @@ export interface AgentContactReference {
142
142
  ConnectedToAgentTimestamp?: Date | undefined;
143
143
  Queue?: QueueReference | undefined;
144
144
  }
145
+ export declare const AllowedUserAction: {
146
+ readonly CALL: "CALL";
147
+ readonly DISCARD: "DISCARD";
148
+ };
149
+ export type AllowedUserAction =
150
+ (typeof AllowedUserAction)[keyof typeof AllowedUserAction];
151
+ export interface PostAcceptTimeoutConfig {
152
+ DurationInSeconds: number | undefined;
153
+ }
154
+ export interface Preview {
155
+ PostAcceptTimeoutConfig: PostAcceptTimeoutConfig | undefined;
156
+ AllowedUserActions: AllowedUserAction[] | undefined;
157
+ }
158
+ export interface AgentFirst {
159
+ Preview?: Preview | undefined;
160
+ }
145
161
  export interface AgentHierarchyGroup {
146
162
  Arn?: string | undefined;
147
163
  }
@@ -193,6 +209,8 @@ export interface StateTransition {
193
209
  }
194
210
  export interface AgentInfo {
195
211
  Id?: string | undefined;
212
+ AcceptedByAgentTimestamp?: Date | undefined;
213
+ PreviewEndTimestamp?: Date | undefined;
196
214
  ConnectedToAgentTimestamp?: Date | undefined;
197
215
  AgentPauseDurationInSeconds?: number | undefined;
198
216
  HierarchyGroups?: HierarchyGroups | undefined;
@@ -283,6 +301,9 @@ export interface AgentStatusSummary {
283
301
  LastModifiedTime?: Date | undefined;
284
302
  LastModifiedRegion?: string | undefined;
285
303
  }
304
+ export interface AliasConfiguration {
305
+ EmailAddressId: string | undefined;
306
+ }
286
307
  export interface AllowedCapabilities {
287
308
  Customer?: ParticipantCapabilities | undefined;
288
309
  Agent?: ParticipantCapabilities | undefined;
@@ -456,6 +477,21 @@ export interface AssociateDefaultVocabularyRequest {
456
477
  VocabularyId?: string | undefined;
457
478
  }
458
479
  export interface AssociateDefaultVocabularyResponse {}
480
+ export interface AssociateEmailAddressAliasRequest {
481
+ EmailAddressId: string | undefined;
482
+ InstanceId: string | undefined;
483
+ AliasConfiguration: AliasConfiguration | undefined;
484
+ ClientToken?: string | undefined;
485
+ }
486
+ export interface AssociateEmailAddressAliasResponse {}
487
+ export declare class IdempotencyException extends __BaseException {
488
+ readonly name: "IdempotencyException";
489
+ readonly $fault: "client";
490
+ Message?: string | undefined;
491
+ constructor(
492
+ opts: __ExceptionOptionType<IdempotencyException, __BaseException>
493
+ );
494
+ }
459
495
  export declare const FlowAssociationResourceType: {
460
496
  readonly ANALYTICS_CONNECTOR: "ANALYTICS_CONNECTOR";
461
497
  readonly INBOUND_EMAIL: "INBOUND_EMAIL";
@@ -735,6 +771,18 @@ export interface Endpoint {
735
771
  Type?: EndpointType | undefined;
736
772
  Address?: string | undefined;
737
773
  }
774
+ export interface OutboundStrategyConfig {
775
+ AgentFirst?: AgentFirst | undefined;
776
+ }
777
+ export declare const OutboundStrategyType: {
778
+ readonly AGENT_FIRST: "AGENT_FIRST";
779
+ };
780
+ export type OutboundStrategyType =
781
+ (typeof OutboundStrategyType)[keyof typeof OutboundStrategyType];
782
+ export interface OutboundStrategy {
783
+ Type: OutboundStrategyType | undefined;
784
+ Config?: OutboundStrategyConfig | undefined;
785
+ }
738
786
  export interface ContactDataRequest {
739
787
  SystemEndpoint?: Endpoint | undefined;
740
788
  CustomerEndpoint?: Endpoint | undefined;
@@ -742,6 +790,7 @@ export interface ContactDataRequest {
742
790
  QueueId?: string | undefined;
743
791
  Attributes?: Record<string, string> | undefined;
744
792
  Campaign?: Campaign | undefined;
793
+ OutboundStrategy?: OutboundStrategy | undefined;
745
794
  }
746
795
  export interface BatchPutContactRequest {
747
796
  ClientToken?: string | undefined;
@@ -753,6 +802,7 @@ export declare const FailureReasonCode: {
753
802
  readonly INTERNAL_ERROR: "INTERNAL_ERROR";
754
803
  readonly INVALID_ATTRIBUTE_KEY: "INVALID_ATTRIBUTE_KEY";
755
804
  readonly INVALID_CUSTOMER_ENDPOINT: "INVALID_CUSTOMER_ENDPOINT";
805
+ readonly INVALID_OUTBOUND_STRATEGY: "INVALID_OUTBOUND_STRATEGY";
756
806
  readonly INVALID_QUEUE: "INVALID_QUEUE";
757
807
  readonly INVALID_SYSTEM_ENDPOINT: "INVALID_SYSTEM_ENDPOINT";
758
808
  readonly MISSING_CAMPAIGN: "MISSING_CAMPAIGN";
@@ -775,14 +825,6 @@ export interface BatchPutContactResponse {
775
825
  SuccessfulRequestList?: SuccessfulRequest[] | undefined;
776
826
  FailedRequestList?: FailedRequest[] | undefined;
777
827
  }
778
- export declare class IdempotencyException extends __BaseException {
779
- readonly name: "IdempotencyException";
780
- readonly $fault: "client";
781
- Message?: string | undefined;
782
- constructor(
783
- opts: __ExceptionOptionType<IdempotencyException, __BaseException>
784
- );
785
- }
786
828
  export interface ClaimPhoneNumberRequest {
787
829
  TargetArn?: string | undefined;
788
830
  InstanceId?: string | undefined;
@@ -1879,36 +1921,6 @@ export interface DeleteAttachedFileRequest {
1879
1921
  AssociatedResourceArn: string | undefined;
1880
1922
  }
1881
1923
  export interface DeleteAttachedFileResponse {}
1882
- export interface DeleteContactEvaluationRequest {
1883
- InstanceId: string | undefined;
1884
- EvaluationId: string | undefined;
1885
- }
1886
- export interface DeleteContactFlowRequest {
1887
- InstanceId: string | undefined;
1888
- ContactFlowId: string | undefined;
1889
- }
1890
- export interface DeleteContactFlowResponse {}
1891
- export interface DeleteContactFlowModuleRequest {
1892
- InstanceId: string | undefined;
1893
- ContactFlowModuleId: string | undefined;
1894
- }
1895
- export interface DeleteContactFlowModuleResponse {}
1896
- export interface DeleteContactFlowVersionRequest {
1897
- InstanceId: string | undefined;
1898
- ContactFlowId: string | undefined;
1899
- ContactFlowVersion: number | undefined;
1900
- }
1901
- export interface DeleteContactFlowVersionResponse {}
1902
- export interface DeleteEmailAddressRequest {
1903
- InstanceId: string | undefined;
1904
- EmailAddressId: string | undefined;
1905
- }
1906
- export interface DeleteEmailAddressResponse {}
1907
- export interface DeleteEvaluationFormRequest {
1908
- InstanceId: string | undefined;
1909
- EvaluationFormId: string | undefined;
1910
- EvaluationFormVersion?: number | undefined;
1911
- }
1912
1924
  export declare const CreateEmailAddressRequestFilterSensitiveLog: (
1913
1925
  obj: CreateEmailAddressRequest
1914
1926
  ) => any;
@@ -11,6 +11,7 @@ import {
11
11
  AgentStatusReference,
12
12
  AgentStatusSummary,
13
13
  AgentStatusType,
14
+ AliasConfiguration,
14
15
  AnalyticsDataAssociationResult,
15
16
  AudioQualityMetricsInfo,
16
17
  Channel,
@@ -26,14 +27,12 @@ import {
26
27
  FileStatusType,
27
28
  FileUseCaseType,
28
29
  FlowAssociationResourceType,
29
- FlowAssociationSummary,
30
30
  HoursOfOperationConfig,
31
31
  HoursOfOperationOverrideConfig,
32
32
  InstanceStorageConfig,
33
33
  InstanceStorageResourceType,
34
34
  LexBot,
35
35
  LexV2Bot,
36
- ListFlowAssociationResourceType,
37
36
  MediaConcurrency,
38
37
  OutboundCallerConfig,
39
38
  OutboundEmailConfig,
@@ -59,6 +58,36 @@ import {
59
58
  VocabularyLanguageCode,
60
59
  VocabularyState,
61
60
  } from "./models_0";
61
+ export interface DeleteContactEvaluationRequest {
62
+ InstanceId: string | undefined;
63
+ EvaluationId: string | undefined;
64
+ }
65
+ export interface DeleteContactFlowRequest {
66
+ InstanceId: string | undefined;
67
+ ContactFlowId: string | undefined;
68
+ }
69
+ export interface DeleteContactFlowResponse {}
70
+ export interface DeleteContactFlowModuleRequest {
71
+ InstanceId: string | undefined;
72
+ ContactFlowModuleId: string | undefined;
73
+ }
74
+ export interface DeleteContactFlowModuleResponse {}
75
+ export interface DeleteContactFlowVersionRequest {
76
+ InstanceId: string | undefined;
77
+ ContactFlowId: string | undefined;
78
+ ContactFlowVersion: number | undefined;
79
+ }
80
+ export interface DeleteContactFlowVersionResponse {}
81
+ export interface DeleteEmailAddressRequest {
82
+ InstanceId: string | undefined;
83
+ EmailAddressId: string | undefined;
84
+ }
85
+ export interface DeleteEmailAddressResponse {}
86
+ export interface DeleteEvaluationFormRequest {
87
+ InstanceId: string | undefined;
88
+ EvaluationFormId: string | undefined;
89
+ EvaluationFormVersion?: number | undefined;
90
+ }
62
91
  export interface DeleteHoursOfOperationRequest {
63
92
  InstanceId: string | undefined;
64
93
  HoursOfOperationId: string | undefined;
@@ -500,6 +529,7 @@ export interface DescribeEmailAddressResponse {
500
529
  Description?: string | undefined;
501
530
  CreateTimestamp?: string | undefined;
502
531
  ModifiedTimestamp?: string | undefined;
532
+ AliasConfigurations?: AliasConfiguration[] | undefined;
503
533
  Tags?: Record<string, string> | undefined;
504
534
  }
505
535
  export interface DescribeEvaluationFormRequest {
@@ -1201,6 +1231,13 @@ export interface DisassociateBotRequest {
1201
1231
  LexV2Bot?: LexV2Bot | undefined;
1202
1232
  ClientToken?: string | undefined;
1203
1233
  }
1234
+ export interface DisassociateEmailAddressAliasRequest {
1235
+ EmailAddressId: string | undefined;
1236
+ InstanceId: string | undefined;
1237
+ AliasConfiguration: AliasConfiguration | undefined;
1238
+ ClientToken?: string | undefined;
1239
+ }
1240
+ export interface DisassociateEmailAddressAliasResponse {}
1204
1241
  export interface DisassociateFlowRequest {
1205
1242
  InstanceId: string | undefined;
1206
1243
  ResourceId: string | undefined;
@@ -2059,74 +2096,6 @@ export interface ListEvaluationFormsResponse {
2059
2096
  EvaluationFormSummaryList: EvaluationFormSummary[] | undefined;
2060
2097
  NextToken?: string | undefined;
2061
2098
  }
2062
- export interface ListEvaluationFormVersionsRequest {
2063
- InstanceId: string | undefined;
2064
- EvaluationFormId: string | undefined;
2065
- MaxResults?: number | undefined;
2066
- NextToken?: string | undefined;
2067
- }
2068
- export interface EvaluationFormVersionSummary {
2069
- EvaluationFormArn: string | undefined;
2070
- EvaluationFormId: string | undefined;
2071
- EvaluationFormVersion: number | undefined;
2072
- Locked: boolean | undefined;
2073
- Status: EvaluationFormVersionStatus | undefined;
2074
- CreatedTime: Date | undefined;
2075
- CreatedBy: string | undefined;
2076
- LastModifiedTime: Date | undefined;
2077
- LastModifiedBy: string | undefined;
2078
- }
2079
- export interface ListEvaluationFormVersionsResponse {
2080
- EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
2081
- NextToken?: string | undefined;
2082
- }
2083
- export interface ListFlowAssociationsRequest {
2084
- InstanceId: string | undefined;
2085
- ResourceType?: ListFlowAssociationResourceType | undefined;
2086
- NextToken?: string | undefined;
2087
- MaxResults?: number | undefined;
2088
- }
2089
- export interface ListFlowAssociationsResponse {
2090
- FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
2091
- NextToken?: string | undefined;
2092
- }
2093
- export interface ListHoursOfOperationOverridesRequest {
2094
- InstanceId: string | undefined;
2095
- HoursOfOperationId: string | undefined;
2096
- NextToken?: string | undefined;
2097
- MaxResults?: number | undefined;
2098
- }
2099
- export interface ListHoursOfOperationOverridesResponse {
2100
- NextToken?: string | undefined;
2101
- HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
2102
- LastModifiedRegion?: string | undefined;
2103
- LastModifiedTime?: Date | undefined;
2104
- }
2105
- export interface ListHoursOfOperationsRequest {
2106
- InstanceId: string | undefined;
2107
- NextToken?: string | undefined;
2108
- MaxResults?: number | undefined;
2109
- }
2110
- export interface HoursOfOperationSummary {
2111
- Id?: string | undefined;
2112
- Arn?: string | undefined;
2113
- Name?: string | undefined;
2114
- LastModifiedTime?: Date | undefined;
2115
- LastModifiedRegion?: string | undefined;
2116
- }
2117
- export interface ListHoursOfOperationsResponse {
2118
- HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
2119
- NextToken?: string | undefined;
2120
- }
2121
- export interface ListInstanceAttributesRequest {
2122
- InstanceId: string | undefined;
2123
- NextToken?: string | undefined;
2124
- MaxResults?: number | undefined;
2125
- }
2126
- export interface ListInstanceAttributesResponse {
2127
- Attributes?: Attribute[] | undefined;
2128
- NextToken?: string | undefined;
2129
- }
2130
2099
  export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
2131
2100
  obj: DescribeEmailAddressResponse
2132
2101
  ) => any;
@@ -5,6 +5,7 @@ import {
5
5
  AgentHierarchyGroups,
6
6
  AgentStatus,
7
7
  AgentStatusState,
8
+ AliasConfiguration,
8
9
  AllowedCapabilities,
9
10
  Application,
10
11
  Channel,
@@ -15,11 +16,14 @@ import {
15
16
  EventSourceName,
16
17
  FileStatusType,
17
18
  FileUseCaseType,
19
+ FlowAssociationSummary,
18
20
  InstanceStorageConfig,
19
21
  InstanceStorageResourceType,
20
22
  IntegrationType,
21
23
  LexBot,
24
+ ListFlowAssociationResourceType,
22
25
  MonitorCapability,
26
+ OutboundStrategy,
23
27
  ParticipantRole,
24
28
  QuickConnectType,
25
29
  Reference,
@@ -39,11 +43,11 @@ import {
39
43
  VocabularyState,
40
44
  } from "./models_0";
41
45
  import {
46
+ Attribute,
42
47
  ContactFlow,
43
48
  ContactFlowModule,
44
- ContactFlowModuleState,
45
- ContactFlowState,
46
49
  EvaluationAnswerData,
50
+ EvaluationFormVersionStatus,
47
51
  EvaluationNote,
48
52
  HierarchyGroup,
49
53
  HierarchyGroupSummary,
@@ -60,6 +64,74 @@ import {
60
64
  SortOrder,
61
65
  TrafficDistributionGroupStatus,
62
66
  } from "./models_1";
67
+ export interface ListEvaluationFormVersionsRequest {
68
+ InstanceId: string | undefined;
69
+ EvaluationFormId: string | undefined;
70
+ MaxResults?: number | undefined;
71
+ NextToken?: string | undefined;
72
+ }
73
+ export interface EvaluationFormVersionSummary {
74
+ EvaluationFormArn: string | undefined;
75
+ EvaluationFormId: string | undefined;
76
+ EvaluationFormVersion: number | undefined;
77
+ Locked: boolean | undefined;
78
+ Status: EvaluationFormVersionStatus | undefined;
79
+ CreatedTime: Date | undefined;
80
+ CreatedBy: string | undefined;
81
+ LastModifiedTime: Date | undefined;
82
+ LastModifiedBy: string | undefined;
83
+ }
84
+ export interface ListEvaluationFormVersionsResponse {
85
+ EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
86
+ NextToken?: string | undefined;
87
+ }
88
+ export interface ListFlowAssociationsRequest {
89
+ InstanceId: string | undefined;
90
+ ResourceType?: ListFlowAssociationResourceType | undefined;
91
+ NextToken?: string | undefined;
92
+ MaxResults?: number | undefined;
93
+ }
94
+ export interface ListFlowAssociationsResponse {
95
+ FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
96
+ NextToken?: string | undefined;
97
+ }
98
+ export interface ListHoursOfOperationOverridesRequest {
99
+ InstanceId: string | undefined;
100
+ HoursOfOperationId: string | undefined;
101
+ NextToken?: string | undefined;
102
+ MaxResults?: number | undefined;
103
+ }
104
+ export interface ListHoursOfOperationOverridesResponse {
105
+ NextToken?: string | undefined;
106
+ HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
107
+ LastModifiedRegion?: string | undefined;
108
+ LastModifiedTime?: Date | undefined;
109
+ }
110
+ export interface ListHoursOfOperationsRequest {
111
+ InstanceId: string | undefined;
112
+ NextToken?: string | undefined;
113
+ MaxResults?: number | undefined;
114
+ }
115
+ export interface HoursOfOperationSummary {
116
+ Id?: string | undefined;
117
+ Arn?: string | undefined;
118
+ Name?: string | undefined;
119
+ LastModifiedTime?: Date | undefined;
120
+ LastModifiedRegion?: string | undefined;
121
+ }
122
+ export interface ListHoursOfOperationsResponse {
123
+ HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
124
+ NextToken?: string | undefined;
125
+ }
126
+ export interface ListInstanceAttributesRequest {
127
+ InstanceId: string | undefined;
128
+ NextToken?: string | undefined;
129
+ MaxResults?: number | undefined;
130
+ }
131
+ export interface ListInstanceAttributesResponse {
132
+ Attributes?: Attribute[] | undefined;
133
+ NextToken?: string | undefined;
134
+ }
63
135
  export interface ListInstancesRequest {
64
136
  NextToken?: string | undefined;
65
137
  MaxResults?: number | undefined;
@@ -1038,6 +1110,7 @@ export interface EmailAddressMetadata {
1038
1110
  EmailAddress?: string | undefined;
1039
1111
  Description?: string | undefined;
1040
1112
  DisplayName?: string | undefined;
1113
+ AliasConfigurations?: AliasConfiguration[] | undefined;
1041
1114
  }
1042
1115
  export interface SearchEmailAddressesResponse {
1043
1116
  NextToken?: string | undefined;
@@ -1519,6 +1592,7 @@ export interface StartOutboundVoiceContactRequest {
1519
1592
  AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig | undefined;
1520
1593
  CampaignId?: string | undefined;
1521
1594
  TrafficType?: TrafficType | undefined;
1595
+ OutboundStrategy?: OutboundStrategy | undefined;
1522
1596
  }
1523
1597
  export interface StartOutboundVoiceContactResponse {
1524
1598
  ContactId?: string | undefined;
@@ -1692,51 +1766,6 @@ export interface UpdateContactAttributesRequest {
1692
1766
  Attributes: Record<string, string> | undefined;
1693
1767
  }
1694
1768
  export interface UpdateContactAttributesResponse {}
1695
- export interface UpdateContactEvaluationRequest {
1696
- InstanceId: string | undefined;
1697
- EvaluationId: string | undefined;
1698
- Answers?: Record<string, EvaluationAnswerInput> | undefined;
1699
- Notes?: Record<string, EvaluationNote> | undefined;
1700
- }
1701
- export interface UpdateContactEvaluationResponse {
1702
- EvaluationId: string | undefined;
1703
- EvaluationArn: string | undefined;
1704
- }
1705
- export interface UpdateContactFlowContentRequest {
1706
- InstanceId: string | undefined;
1707
- ContactFlowId: string | undefined;
1708
- Content: string | undefined;
1709
- }
1710
- export interface UpdateContactFlowContentResponse {}
1711
- export interface UpdateContactFlowMetadataRequest {
1712
- InstanceId: string | undefined;
1713
- ContactFlowId: string | undefined;
1714
- Name?: string | undefined;
1715
- Description?: string | undefined;
1716
- ContactFlowState?: ContactFlowState | undefined;
1717
- }
1718
- export interface UpdateContactFlowMetadataResponse {}
1719
- export interface UpdateContactFlowModuleContentRequest {
1720
- InstanceId: string | undefined;
1721
- ContactFlowModuleId: string | undefined;
1722
- Content: string | undefined;
1723
- }
1724
- export interface UpdateContactFlowModuleContentResponse {}
1725
- export interface UpdateContactFlowModuleMetadataRequest {
1726
- InstanceId: string | undefined;
1727
- ContactFlowModuleId: string | undefined;
1728
- Name?: string | undefined;
1729
- Description?: string | undefined;
1730
- State?: ContactFlowModuleState | undefined;
1731
- }
1732
- export interface UpdateContactFlowModuleMetadataResponse {}
1733
- export interface UpdateContactFlowNameRequest {
1734
- InstanceId: string | undefined;
1735
- ContactFlowId: string | undefined;
1736
- Name?: string | undefined;
1737
- Description?: string | undefined;
1738
- }
1739
- export interface UpdateContactFlowNameResponse {}
1740
1769
  export declare const InstanceSummaryFilterSensitiveLog: (
1741
1770
  obj: InstanceSummary
1742
1771
  ) => any;
@@ -24,6 +24,7 @@ import {
24
24
  MediaConcurrency,
25
25
  OutboundCallerConfig,
26
26
  OutboundEmailConfig,
27
+ OutboundStrategy,
27
28
  PredefinedAttributeValues,
28
29
  QuickConnectConfig,
29
30
  Reference,
@@ -58,6 +59,7 @@ import {
58
59
  EndpointInfo,
59
60
  Evaluation,
60
61
  EvaluationFormVersionStatus,
62
+ EvaluationNote,
61
63
  Expiry,
62
64
  InstanceAttributeType,
63
65
  QualityMetrics,
@@ -80,6 +82,7 @@ import {
80
82
  EmailAddressInfo,
81
83
  EmailAddressSearchFilter,
82
84
  EmailAttachment,
85
+ EvaluationAnswerInput,
83
86
  HierarchyGroupCondition,
84
87
  HoursOfOperationSearchFilter,
85
88
  InboundAdditionalRecipients,
@@ -97,6 +100,51 @@ import {
97
100
  UserHierarchyGroupSearchFilter,
98
101
  UserSearchFilter,
99
102
  } from "./models_2";
103
+ export interface UpdateContactEvaluationRequest {
104
+ InstanceId: string | undefined;
105
+ EvaluationId: string | undefined;
106
+ Answers?: Record<string, EvaluationAnswerInput> | undefined;
107
+ Notes?: Record<string, EvaluationNote> | undefined;
108
+ }
109
+ export interface UpdateContactEvaluationResponse {
110
+ EvaluationId: string | undefined;
111
+ EvaluationArn: string | undefined;
112
+ }
113
+ export interface UpdateContactFlowContentRequest {
114
+ InstanceId: string | undefined;
115
+ ContactFlowId: string | undefined;
116
+ Content: string | undefined;
117
+ }
118
+ export interface UpdateContactFlowContentResponse {}
119
+ export interface UpdateContactFlowMetadataRequest {
120
+ InstanceId: string | undefined;
121
+ ContactFlowId: string | undefined;
122
+ Name?: string | undefined;
123
+ Description?: string | undefined;
124
+ ContactFlowState?: ContactFlowState | undefined;
125
+ }
126
+ export interface UpdateContactFlowMetadataResponse {}
127
+ export interface UpdateContactFlowModuleContentRequest {
128
+ InstanceId: string | undefined;
129
+ ContactFlowModuleId: string | undefined;
130
+ Content: string | undefined;
131
+ }
132
+ export interface UpdateContactFlowModuleContentResponse {}
133
+ export interface UpdateContactFlowModuleMetadataRequest {
134
+ InstanceId: string | undefined;
135
+ ContactFlowModuleId: string | undefined;
136
+ Name?: string | undefined;
137
+ Description?: string | undefined;
138
+ State?: ContactFlowModuleState | undefined;
139
+ }
140
+ export interface UpdateContactFlowModuleMetadataResponse {}
141
+ export interface UpdateContactFlowNameRequest {
142
+ InstanceId: string | undefined;
143
+ ContactFlowId: string | undefined;
144
+ Name?: string | undefined;
145
+ Description?: string | undefined;
146
+ }
147
+ export interface UpdateContactFlowNameResponse {}
100
148
  export interface RoutingCriteriaInputStepExpiry {
101
149
  DurationInSeconds?: number | undefined;
102
150
  }
@@ -904,6 +952,7 @@ export interface Contact {
904
952
  ContactEvaluations?: Record<string, ContactEvaluation> | undefined;
905
953
  TaskTemplateInfo?: TaskTemplateInfoV2 | undefined;
906
954
  ContactDetails?: ContactDetails | undefined;
955
+ OutboundStrategy?: OutboundStrategy | undefined;
907
956
  Attributes?: Record<string, string> | undefined;
908
957
  }
909
958
  export interface ContactSearchSummary {
@@ -27,6 +27,10 @@ import {
27
27
  AssociateDefaultVocabularyCommandInput,
28
28
  AssociateDefaultVocabularyCommandOutput,
29
29
  } from "../commands/AssociateDefaultVocabularyCommand";
30
+ import {
31
+ AssociateEmailAddressAliasCommandInput,
32
+ AssociateEmailAddressAliasCommandOutput,
33
+ } from "../commands/AssociateEmailAddressAliasCommand";
30
34
  import {
31
35
  AssociateFlowCommandInput,
32
36
  AssociateFlowCommandOutput,
@@ -443,6 +447,10 @@ import {
443
447
  DisassociateBotCommandInput,
444
448
  DisassociateBotCommandOutput,
445
449
  } from "../commands/DisassociateBotCommand";
450
+ import {
451
+ DisassociateEmailAddressAliasCommandInput,
452
+ DisassociateEmailAddressAliasCommandOutput,
453
+ } from "../commands/DisassociateEmailAddressAliasCommand";
446
454
  import {
447
455
  DisassociateFlowCommandInput,
448
456
  DisassociateFlowCommandOutput,
@@ -1167,6 +1175,10 @@ export declare const se_AssociateDefaultVocabularyCommand: (
1167
1175
  input: AssociateDefaultVocabularyCommandInput,
1168
1176
  context: __SerdeContext
1169
1177
  ) => Promise<__HttpRequest>;
1178
+ export declare const se_AssociateEmailAddressAliasCommand: (
1179
+ input: AssociateEmailAddressAliasCommandInput,
1180
+ context: __SerdeContext
1181
+ ) => Promise<__HttpRequest>;
1170
1182
  export declare const se_AssociateFlowCommand: (
1171
1183
  input: AssociateFlowCommandInput,
1172
1184
  context: __SerdeContext
@@ -1583,6 +1595,10 @@ export declare const se_DisassociateBotCommand: (
1583
1595
  input: DisassociateBotCommandInput,
1584
1596
  context: __SerdeContext
1585
1597
  ) => Promise<__HttpRequest>;
1598
+ export declare const se_DisassociateEmailAddressAliasCommand: (
1599
+ input: DisassociateEmailAddressAliasCommandInput,
1600
+ context: __SerdeContext
1601
+ ) => Promise<__HttpRequest>;
1586
1602
  export declare const se_DisassociateFlowCommand: (
1587
1603
  input: DisassociateFlowCommandInput,
1588
1604
  context: __SerdeContext
@@ -2307,6 +2323,10 @@ export declare const de_AssociateDefaultVocabularyCommand: (
2307
2323
  output: __HttpResponse,
2308
2324
  context: __SerdeContext
2309
2325
  ) => Promise<AssociateDefaultVocabularyCommandOutput>;
2326
+ export declare const de_AssociateEmailAddressAliasCommand: (
2327
+ output: __HttpResponse,
2328
+ context: __SerdeContext
2329
+ ) => Promise<AssociateEmailAddressAliasCommandOutput>;
2310
2330
  export declare const de_AssociateFlowCommand: (
2311
2331
  output: __HttpResponse,
2312
2332
  context: __SerdeContext
@@ -2723,6 +2743,10 @@ export declare const de_DisassociateBotCommand: (
2723
2743
  output: __HttpResponse,
2724
2744
  context: __SerdeContext
2725
2745
  ) => Promise<DisassociateBotCommandOutput>;
2746
+ export declare const de_DisassociateEmailAddressAliasCommand: (
2747
+ output: __HttpResponse,
2748
+ context: __SerdeContext
2749
+ ) => Promise<DisassociateEmailAddressAliasCommandOutput>;
2726
2750
  export declare const de_DisassociateFlowCommand: (
2727
2751
  output: __HttpResponse,
2728
2752
  context: __SerdeContext