@aws-sdk/client-connect 3.957.0 → 3.960.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.
- package/README.md +1 -346
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +5591 -8667
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/models/errors.js +14 -0
- package/dist-es/pagination/index.js +8 -8
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +5341 -8434
- package/dist-types/commands/DescribeContactCommand.d.ts +5 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -2
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +1 -2
- package/dist-types/commands/StopContactCommand.d.ts +3 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/TagContactCommand.d.ts +3 -0
- package/dist-types/commands/UntagContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +3 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_1.d.ts +21 -26
- package/dist-types/models/models_2.d.ts +26 -43
- package/dist-types/models/models_3.d.ts +50 -2
- package/dist-types/pagination/index.d.ts +8 -8
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +5 -6
- package/dist-types/ts3.4/models/models_2.d.ts +6 -9
- package/dist-types/ts3.4/models/models_3.d.ts +13 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +2 -2
|
@@ -450,6 +450,11 @@ declare const DescribeContactCommand_base: {
|
|
|
450
450
|
* // },
|
|
451
451
|
* // },
|
|
452
452
|
* // ],
|
|
453
|
+
* // GlobalResiliencyMetadata: { // GlobalResiliencyMetadata
|
|
454
|
+
* // ActiveRegion: "STRING_VALUE",
|
|
455
|
+
* // OriginRegion: "STRING_VALUE",
|
|
456
|
+
* // TrafficDistributionGroupId: "STRING_VALUE",
|
|
457
|
+
* // },
|
|
453
458
|
* // },
|
|
454
459
|
* // };
|
|
455
460
|
*
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { ListContactFlowsRequest } from "../models/
|
|
5
|
-
import type { ListContactFlowsResponse } from "../models/models_2";
|
|
4
|
+
import type { ListContactFlowsRequest, ListContactFlowsResponse } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -60,6 +60,9 @@ declare const ResumeContactRecordingCommand_base: {
|
|
|
60
60
|
* @throws {@link InternalServiceException} (server fault)
|
|
61
61
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
64
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
65
|
+
*
|
|
63
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
64
67
|
* <p>The request is not valid.</p>
|
|
65
68
|
*
|
|
@@ -76,6 +76,9 @@ declare const StartContactRecordingCommand_base: {
|
|
|
76
76
|
* @throws {@link InternalServiceException} (server fault)
|
|
77
77
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
80
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
81
|
+
*
|
|
79
82
|
* @throws {@link InvalidParameterException} (client fault)
|
|
80
83
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
81
84
|
*
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { StartOutboundEmailContactRequest } from "../models/
|
|
5
|
-
import type { StartOutboundEmailContactResponse } from "../models/models_3";
|
|
4
|
+
import type { StartOutboundEmailContactRequest, StartOutboundEmailContactResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -80,6 +80,9 @@ declare const StopContactCommand_base: {
|
|
|
80
80
|
* @throws {@link InternalServiceException} (server fault)
|
|
81
81
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
84
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
85
|
+
*
|
|
83
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
84
87
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
85
88
|
*
|
|
@@ -61,6 +61,9 @@ declare const StopContactRecordingCommand_base: {
|
|
|
61
61
|
* @throws {@link InternalServiceException} (server fault)
|
|
62
62
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
65
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
66
|
+
*
|
|
64
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
65
68
|
* <p>The request is not valid.</p>
|
|
66
69
|
*
|
|
@@ -63,6 +63,9 @@ declare const SuspendContactRecordingCommand_base: {
|
|
|
63
63
|
* @throws {@link InternalServiceException} (server fault)
|
|
64
64
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
67
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
68
|
+
*
|
|
66
69
|
* @throws {@link InvalidRequestException} (client fault)
|
|
67
70
|
* <p>The request is not valid.</p>
|
|
68
71
|
*
|
|
@@ -59,6 +59,9 @@ declare const TagContactCommand_base: {
|
|
|
59
59
|
* @throws {@link InternalServiceException} (server fault)
|
|
60
60
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
63
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
64
|
+
*
|
|
62
65
|
* @throws {@link InvalidParameterException} (client fault)
|
|
63
66
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
64
67
|
*
|
|
@@ -59,6 +59,9 @@ declare const UntagContactCommand_base: {
|
|
|
59
59
|
* @throws {@link InternalServiceException} (server fault)
|
|
60
60
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
63
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
64
|
+
*
|
|
62
65
|
* @throws {@link InvalidParameterException} (client fault)
|
|
63
66
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
64
67
|
*
|
|
@@ -66,6 +66,9 @@ declare const UpdateContactAttributesCommand_base: {
|
|
|
66
66
|
* @throws {@link InternalServiceException} (server fault)
|
|
67
67
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
70
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
71
|
+
*
|
|
69
72
|
* @throws {@link InvalidParameterException} (client fault)
|
|
70
73
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
71
74
|
*
|
|
@@ -115,6 +115,9 @@ declare const UpdateContactCommand_base: {
|
|
|
115
115
|
* @throws {@link InternalServiceException} (server fault)
|
|
116
116
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
119
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
120
|
+
*
|
|
118
121
|
* @throws {@link InvalidParameterException} (client fault)
|
|
119
122
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
120
123
|
*
|
|
@@ -161,6 +161,9 @@ declare const UpdateContactRoutingDataCommand_base: {
|
|
|
161
161
|
* @throws {@link InternalServiceException} (server fault)
|
|
162
162
|
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
163
163
|
*
|
|
164
|
+
* @throws {@link InvalidActiveRegionException} (client fault)
|
|
165
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
166
|
+
*
|
|
164
167
|
* @throws {@link InvalidParameterException} (client fault)
|
|
165
168
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
166
169
|
*
|
|
@@ -337,6 +337,19 @@ export declare class OutputTypeNotFoundException extends __BaseException {
|
|
|
337
337
|
*/
|
|
338
338
|
constructor(opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>);
|
|
339
339
|
}
|
|
340
|
+
/**
|
|
341
|
+
* <p>This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
export declare class InvalidActiveRegionException extends __BaseException {
|
|
345
|
+
readonly name: "InvalidActiveRegionException";
|
|
346
|
+
readonly $fault: "client";
|
|
347
|
+
Message?: string | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* @internal
|
|
350
|
+
*/
|
|
351
|
+
constructor(opts: __ExceptionOptionType<InvalidActiveRegionException, __BaseException>);
|
|
352
|
+
}
|
|
340
353
|
/**
|
|
341
354
|
* <p>Maximum number (1000) of tags have been returned with current request. Consider changing request parameters to
|
|
342
355
|
* get more tags.</p>
|
|
@@ -1013,6 +1013,27 @@ export interface DisconnectDetails {
|
|
|
1013
1013
|
*/
|
|
1014
1014
|
PotentialDisconnectIssue?: string | undefined;
|
|
1015
1015
|
}
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>Information about the global resiliency configuration for the contact, including traffic distribution details.</p>
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
1020
|
+
export interface GlobalResiliencyMetadata {
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.</p>
|
|
1023
|
+
* @public
|
|
1024
|
+
*/
|
|
1025
|
+
ActiveRegion?: string | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.</p>
|
|
1028
|
+
* @public
|
|
1029
|
+
*/
|
|
1030
|
+
OriginRegion?: string | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>The identifier of the traffic distribution group.</p>
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
TrafficDistributionGroupId?: string | undefined;
|
|
1036
|
+
}
|
|
1016
1037
|
/**
|
|
1017
1038
|
* <p> Contact data associated with quick connect operations. </p>
|
|
1018
1039
|
* @public
|
|
@@ -9244,29 +9265,3 @@ export interface ListContactFlowModuleVersionsResponse {
|
|
|
9244
9265
|
*/
|
|
9245
9266
|
NextToken?: string | undefined;
|
|
9246
9267
|
}
|
|
9247
|
-
/**
|
|
9248
|
-
* @public
|
|
9249
|
-
*/
|
|
9250
|
-
export interface ListContactFlowsRequest {
|
|
9251
|
-
/**
|
|
9252
|
-
* <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>
|
|
9253
|
-
* @public
|
|
9254
|
-
*/
|
|
9255
|
-
InstanceId: string | undefined;
|
|
9256
|
-
/**
|
|
9257
|
-
* <p>The type of flow.</p>
|
|
9258
|
-
* @public
|
|
9259
|
-
*/
|
|
9260
|
-
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
9261
|
-
/**
|
|
9262
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9263
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9264
|
-
* @public
|
|
9265
|
-
*/
|
|
9266
|
-
NextToken?: string | undefined;
|
|
9267
|
-
/**
|
|
9268
|
-
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
9269
|
-
* @public
|
|
9270
|
-
*/
|
|
9271
|
-
MaxResults?: number | undefined;
|
|
9272
|
-
}
|
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
import { ArtifactStatus, AutoEvaluationStatus, BooleanComparisonType, Channel, ChatEventType, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactMediaProcessingFailureMode, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateComparisonType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EmailHeaderType, EntityType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InstanceStatus, InstanceStorageResourceType, IntegrationType, IvrRecordingTrack, ListFlowAssociationResourceType, MediaType, MonitorCapability, NumberComparisonType, OutboundMessageSourceType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RehydrationType, ResponseMode, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, StringComparisonType, TargetListType, TaskTemplateStatus, TrafficDistributionGroupStatus, TrafficType, UseCaseType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import { type AgentHierarchyGroups, type ControlPlaneAttributeFilter, type CreatedByInfo, type DataTableLockVersion, type StringCondition, type UserPhoneConfig, ActionSummary, AgentStatus, AliasConfiguration, Application, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, PrimaryValueResponse, SecurityProfileItem, TagCondition, UserProficiency, View } from "./models_0";
|
|
3
3
|
import { Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListContactFlowsRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <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>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
InstanceId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The type of flow.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
20
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
NextToken?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
MaxResults?: number | undefined;
|
|
29
|
+
}
|
|
4
30
|
/**
|
|
5
31
|
* <p>Contains summary information about a flow.</p>
|
|
6
32
|
* <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html">Amazon Connect
|
|
@@ -7399,46 +7425,3 @@ export interface StartOutboundChatContactResponse {
|
|
|
7399
7425
|
*/
|
|
7400
7426
|
ContactId?: string | undefined;
|
|
7401
7427
|
}
|
|
7402
|
-
/**
|
|
7403
|
-
* @public
|
|
7404
|
-
*/
|
|
7405
|
-
export interface StartOutboundEmailContactRequest {
|
|
7406
|
-
/**
|
|
7407
|
-
* <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>
|
|
7408
|
-
* @public
|
|
7409
|
-
*/
|
|
7410
|
-
InstanceId: string | undefined;
|
|
7411
|
-
/**
|
|
7412
|
-
* <p>The identifier of the contact in this instance of Amazon Connect. </p>
|
|
7413
|
-
* @public
|
|
7414
|
-
*/
|
|
7415
|
-
ContactId: string | undefined;
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>The email address associated with the Amazon Connect instance.</p>
|
|
7418
|
-
* @public
|
|
7419
|
-
*/
|
|
7420
|
-
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
7421
|
-
/**
|
|
7422
|
-
* <p>The email address of the customer.</p>
|
|
7423
|
-
* @public
|
|
7424
|
-
*/
|
|
7425
|
-
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
7426
|
-
/**
|
|
7427
|
-
* <p>The additional recipients address of email in CC.</p>
|
|
7428
|
-
* @public
|
|
7429
|
-
*/
|
|
7430
|
-
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
7431
|
-
/**
|
|
7432
|
-
* <p>The email message body to be sent to the newly created email.</p>
|
|
7433
|
-
* @public
|
|
7434
|
-
*/
|
|
7435
|
-
EmailMessage: OutboundEmailContent | undefined;
|
|
7436
|
-
/**
|
|
7437
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7438
|
-
* request. If not provided, the Amazon Web Services
|
|
7439
|
-
* SDK populates this field. For more information about idempotency, see
|
|
7440
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7441
|
-
* @public
|
|
7442
|
-
*/
|
|
7443
|
-
ClientToken?: string | undefined;
|
|
7444
|
-
}
|
|
@@ -1,7 +1,50 @@
|
|
|
1
1
|
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, MeetingFeatureStatus, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TaskTemplateStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility } from "./enums";
|
|
2
2
|
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type View, type ViewInputContent, type WorkspaceTheme, Application, EvaluationFormItemEnablementExpression, FlowModule, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PrimaryValue, Reference, RoutingProfileQueueConfig, RuleAction, TaskTemplateField, UserProficiency } from "./models_0";
|
|
3
|
-
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
-
import { type BooleanCondition, type ChatMessage, type ContactFlowModuleSearchFilter, type ContactFlowSearchFilter, type ContactSearchSummaryAgentInfo, type ContactSearchSummaryQueueInfo, type DataTableSearchFilter, type DateCondition, type DateTimeCondition, type DecimalCondition, type EmailAddressInfo, type EmailAddressSearchFilter, type EvaluationFormSearchFilter, type EvaluationSearchFilter, type HierarchyGroupCondition, type HoursOfOperationSearchFilter, type InboundAdditionalRecipients, type InboundEmailContent, type ListCondition, type NumberCondition, type ParticipantConfiguration, type ParticipantDetails, type PersistentChat, type PromptSearchFilter, type QueueSearchFilter, type QuickConnectSearchFilter, type RoutingProfileSearchFilter, type SecurityProfilesSearchFilter, type TemplatedMessageConfig, type UserHierarchyGroupSearchFilter, type UserSearchFilter, type ViewSearchFilter, type WorkspaceAssociationSearchFilter, type WorkspaceSearchFilter, EmailAttachment } from "./models_2";
|
|
3
|
+
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
+
import { type BooleanCondition, type ChatMessage, type ContactFlowModuleSearchFilter, type ContactFlowSearchFilter, type ContactSearchSummaryAgentInfo, type ContactSearchSummaryQueueInfo, type DataTableSearchFilter, type DateCondition, type DateTimeCondition, type DecimalCondition, type EmailAddressInfo, type EmailAddressSearchFilter, type EvaluationFormSearchFilter, type EvaluationSearchFilter, type HierarchyGroupCondition, type HoursOfOperationSearchFilter, type InboundAdditionalRecipients, type InboundEmailContent, type ListCondition, type NumberCondition, type OutboundAdditionalRecipients, type OutboundEmailContent, type ParticipantConfiguration, type ParticipantDetails, type PersistentChat, type PromptSearchFilter, type QueueSearchFilter, type QuickConnectSearchFilter, type RoutingProfileSearchFilter, type SecurityProfilesSearchFilter, type TemplatedMessageConfig, type UserHierarchyGroupSearchFilter, type UserSearchFilter, type ViewSearchFilter, type WorkspaceAssociationSearchFilter, type WorkspaceSearchFilter, EmailAttachment } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface StartOutboundEmailContactRequest {
|
|
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 identifier of the contact in this instance of Amazon Connect. </p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
ContactId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The email address associated with the Amazon Connect instance.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The email address of the customer.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The additional recipients address of email in CC.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The email message body to be sent to the newly created email.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
41
|
+
* request. If not provided, the Amazon Web Services
|
|
42
|
+
* SDK populates this field. For more information about idempotency, see
|
|
43
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
ClientToken?: string | undefined;
|
|
47
|
+
}
|
|
5
48
|
/**
|
|
6
49
|
* @public
|
|
7
50
|
*/
|
|
@@ -5706,6 +5749,11 @@ export interface Contact {
|
|
|
5706
5749
|
* @public
|
|
5707
5750
|
*/
|
|
5708
5751
|
NextContacts?: NextContactEntry[] | undefined;
|
|
5752
|
+
/**
|
|
5753
|
+
* <p>Information about the global resiliency configuration for the contact, including traffic distribution details.</p>
|
|
5754
|
+
* @public
|
|
5755
|
+
*/
|
|
5756
|
+
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
5709
5757
|
}
|
|
5710
5758
|
/**
|
|
5711
5759
|
* <p>Information of returned contact.</p>
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./EvaluateDataTableValuesPaginator";
|
|
2
3
|
export * from "./GetCurrentMetricDataPaginator";
|
|
3
4
|
export * from "./GetCurrentUserDataPaginator";
|
|
4
5
|
export * from "./GetMetricDataPaginator";
|
|
5
6
|
export * from "./GetMetricDataV2Paginator";
|
|
6
|
-
export * from "./Interfaces";
|
|
7
7
|
export * from "./ListAgentStatusesPaginator";
|
|
8
8
|
export * from "./ListApprovedOriginsPaginator";
|
|
9
9
|
export * from "./ListAuthenticationProfilesPaginator";
|
|
10
10
|
export * from "./ListBotsPaginator";
|
|
11
11
|
export * from "./ListContactEvaluationsPaginator";
|
|
12
12
|
export * from "./ListContactFlowModuleAliasesPaginator";
|
|
13
|
-
export * from "./ListContactFlowModuleVersionsPaginator";
|
|
14
13
|
export * from "./ListContactFlowModulesPaginator";
|
|
15
|
-
export * from "./
|
|
14
|
+
export * from "./ListContactFlowModuleVersionsPaginator";
|
|
16
15
|
export * from "./ListContactFlowsPaginator";
|
|
16
|
+
export * from "./ListContactFlowVersionsPaginator";
|
|
17
17
|
export * from "./ListContactReferencesPaginator";
|
|
18
18
|
export * from "./ListDataTableAttributesPaginator";
|
|
19
19
|
export * from "./ListDataTablePrimaryValuesPaginator";
|
|
20
|
-
export * from "./ListDataTableValuesPaginator";
|
|
21
20
|
export * from "./ListDataTablesPaginator";
|
|
21
|
+
export * from "./ListDataTableValuesPaginator";
|
|
22
22
|
export * from "./ListDefaultVocabulariesPaginator";
|
|
23
|
-
export * from "./ListEvaluationFormVersionsPaginator";
|
|
24
23
|
export * from "./ListEvaluationFormsPaginator";
|
|
24
|
+
export * from "./ListEvaluationFormVersionsPaginator";
|
|
25
25
|
export * from "./ListFlowAssociationsPaginator";
|
|
26
26
|
export * from "./ListHoursOfOperationOverridesPaginator";
|
|
27
27
|
export * from "./ListHoursOfOperationsPaginator";
|
|
28
28
|
export * from "./ListInstanceAttributesPaginator";
|
|
29
|
-
export * from "./ListInstanceStorageConfigsPaginator";
|
|
30
29
|
export * from "./ListInstancesPaginator";
|
|
30
|
+
export * from "./ListInstanceStorageConfigsPaginator";
|
|
31
31
|
export * from "./ListIntegrationAssociationsPaginator";
|
|
32
32
|
export * from "./ListLambdaFunctionsPaginator";
|
|
33
33
|
export * from "./ListLexBotsPaginator";
|
|
@@ -48,14 +48,14 @@ export * from "./ListSecurityProfileApplicationsPaginator";
|
|
|
48
48
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
49
49
|
export * from "./ListSecurityProfilesPaginator";
|
|
50
50
|
export * from "./ListTaskTemplatesPaginator";
|
|
51
|
-
export * from "./ListTrafficDistributionGroupUsersPaginator";
|
|
52
51
|
export * from "./ListTrafficDistributionGroupsPaginator";
|
|
52
|
+
export * from "./ListTrafficDistributionGroupUsersPaginator";
|
|
53
53
|
export * from "./ListUseCasesPaginator";
|
|
54
54
|
export * from "./ListUserHierarchyGroupsPaginator";
|
|
55
55
|
export * from "./ListUserProficienciesPaginator";
|
|
56
56
|
export * from "./ListUsersPaginator";
|
|
57
|
-
export * from "./ListViewVersionsPaginator";
|
|
58
57
|
export * from "./ListViewsPaginator";
|
|
58
|
+
export * from "./ListViewVersionsPaginator";
|
|
59
59
|
export * from "./ListWorkspacePagesPaginator";
|
|
60
60
|
export * from "./ListWorkspacesPaginator";
|
|
61
61
|
export * from "./SearchAgentStatusesPaginator";
|
|
@@ -499,6 +499,7 @@ export declare var GetTaskTemplateRequest$: StaticStructureSchema;
|
|
|
499
499
|
export declare var GetTaskTemplateResponse$: StaticStructureSchema;
|
|
500
500
|
export declare var GetTrafficDistributionRequest$: StaticStructureSchema;
|
|
501
501
|
export declare var GetTrafficDistributionResponse$: StaticStructureSchema;
|
|
502
|
+
export declare var GlobalResiliencyMetadata$: StaticStructureSchema;
|
|
502
503
|
export declare var GranularAccessControlConfiguration$: StaticStructureSchema;
|
|
503
504
|
export declare var HierarchyGroup$: StaticStructureSchema;
|
|
504
505
|
export declare var HierarchyGroupCondition$: StaticStructureSchema;
|
|
@@ -540,6 +541,7 @@ export declare var InstanceSummary$: StaticStructureSchema;
|
|
|
540
541
|
export declare var IntegrationAssociationSummary$: StaticStructureSchema;
|
|
541
542
|
export declare var InternalServiceException$: StaticErrorSchema;
|
|
542
543
|
export declare var IntervalDetails$: StaticStructureSchema;
|
|
544
|
+
export declare var InvalidActiveRegionException$: StaticErrorSchema;
|
|
543
545
|
export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
544
546
|
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
545
547
|
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListContactFlowsRequest,
|
|
10
|
+
ListContactFlowsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListContactFlowsCommandInput extends ListContactFlowsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
StartOutboundEmailContactRequest,
|
|
10
|
+
StartOutboundEmailContactResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface StartOutboundEmailContactCommandInput
|
|
@@ -195,6 +195,14 @@ export declare class OutputTypeNotFoundException extends __BaseException {
|
|
|
195
195
|
opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>
|
|
196
196
|
);
|
|
197
197
|
}
|
|
198
|
+
export declare class InvalidActiveRegionException extends __BaseException {
|
|
199
|
+
readonly name: "InvalidActiveRegionException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string | undefined;
|
|
202
|
+
constructor(
|
|
203
|
+
opts: __ExceptionOptionType<InvalidActiveRegionException, __BaseException>
|
|
204
|
+
);
|
|
205
|
+
}
|
|
198
206
|
export declare class MaximumResultReturnedException extends __BaseException {
|
|
199
207
|
readonly name: "MaximumResultReturnedException";
|
|
200
208
|
readonly $fault: "client";
|
|
@@ -348,6 +348,11 @@ export interface CustomerVoiceActivity {
|
|
|
348
348
|
export interface DisconnectDetails {
|
|
349
349
|
PotentialDisconnectIssue?: string | undefined;
|
|
350
350
|
}
|
|
351
|
+
export interface GlobalResiliencyMetadata {
|
|
352
|
+
ActiveRegion?: string | undefined;
|
|
353
|
+
OriginRegion?: string | undefined;
|
|
354
|
+
TrafficDistributionGroupId?: string | undefined;
|
|
355
|
+
}
|
|
351
356
|
export interface QuickConnectContactData {
|
|
352
357
|
ContactId?: string | undefined;
|
|
353
358
|
InitiationTimestamp?: Date | undefined;
|
|
@@ -1788,9 +1793,3 @@ export interface ListContactFlowModuleVersionsResponse {
|
|
|
1788
1793
|
| undefined;
|
|
1789
1794
|
NextToken?: string | undefined;
|
|
1790
1795
|
}
|
|
1791
|
-
export interface ListContactFlowsRequest {
|
|
1792
|
-
InstanceId: string | undefined;
|
|
1793
|
-
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
1794
|
-
NextToken?: string | undefined;
|
|
1795
|
-
MaxResults?: number | undefined;
|
|
1796
|
-
}
|
|
@@ -110,6 +110,12 @@ import {
|
|
|
110
110
|
QuickConnect,
|
|
111
111
|
RoutingProfile,
|
|
112
112
|
} from "./models_1";
|
|
113
|
+
export interface ListContactFlowsRequest {
|
|
114
|
+
InstanceId: string | undefined;
|
|
115
|
+
ContactFlowTypes?: ContactFlowType[] | undefined;
|
|
116
|
+
NextToken?: string | undefined;
|
|
117
|
+
MaxResults?: number | undefined;
|
|
118
|
+
}
|
|
113
119
|
export interface ContactFlowSummary {
|
|
114
120
|
Id?: string | undefined;
|
|
115
121
|
Arn?: string | undefined;
|
|
@@ -1908,12 +1914,3 @@ export interface StartEmailContactResponse {
|
|
|
1908
1914
|
export interface StartOutboundChatContactResponse {
|
|
1909
1915
|
ContactId?: string | undefined;
|
|
1910
1916
|
}
|
|
1911
|
-
export interface StartOutboundEmailContactRequest {
|
|
1912
|
-
InstanceId: string | undefined;
|
|
1913
|
-
ContactId: string | undefined;
|
|
1914
|
-
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
1915
|
-
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
1916
|
-
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
1917
|
-
EmailMessage: OutboundEmailContent | undefined;
|
|
1918
|
-
ClientToken?: string | undefined;
|
|
1919
|
-
}
|
|
@@ -90,6 +90,7 @@ import {
|
|
|
90
90
|
Evaluation,
|
|
91
91
|
EvaluationAnswerData,
|
|
92
92
|
Expiry,
|
|
93
|
+
GlobalResiliencyMetadata,
|
|
93
94
|
QualityMetrics,
|
|
94
95
|
QueueInfo,
|
|
95
96
|
SignInConfig,
|
|
@@ -122,6 +123,8 @@ import {
|
|
|
122
123
|
InboundEmailContent,
|
|
123
124
|
ListCondition,
|
|
124
125
|
NumberCondition,
|
|
126
|
+
OutboundAdditionalRecipients,
|
|
127
|
+
OutboundEmailContent,
|
|
125
128
|
ParticipantConfiguration,
|
|
126
129
|
ParticipantDetails,
|
|
127
130
|
PersistentChat,
|
|
@@ -138,6 +141,15 @@ import {
|
|
|
138
141
|
WorkspaceSearchFilter,
|
|
139
142
|
EmailAttachment,
|
|
140
143
|
} from "./models_2";
|
|
144
|
+
export interface StartOutboundEmailContactRequest {
|
|
145
|
+
InstanceId: string | undefined;
|
|
146
|
+
ContactId: string | undefined;
|
|
147
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
148
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
149
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
150
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
151
|
+
ClientToken?: string | undefined;
|
|
152
|
+
}
|
|
141
153
|
export interface StartOutboundEmailContactResponse {
|
|
142
154
|
ContactId?: string | undefined;
|
|
143
155
|
}
|
|
@@ -1402,6 +1414,7 @@ export interface Contact {
|
|
|
1402
1414
|
OutboundStrategy?: OutboundStrategy | undefined;
|
|
1403
1415
|
Attributes?: Record<string, string> | undefined;
|
|
1404
1416
|
NextContacts?: NextContactEntry[] | undefined;
|
|
1417
|
+
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
1405
1418
|
}
|
|
1406
1419
|
export interface ContactSearchSummary {
|
|
1407
1420
|
Arn?: string | undefined;
|