@aws-sdk/client-connect 3.696.0 → 3.699.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 +88 -0
- package/dist-cjs/index.js +968 -115
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateContactCommand.js +23 -0
- package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
- package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -1
- package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
- package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
- package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
- package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
- package/dist-es/commands/StartEmailContactCommand.js +23 -0
- package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
- package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -24
- package/dist-es/models/models_1.js +24 -45
- package/dist-es/models/models_2.js +162 -17
- package/dist-es/models/models_3.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +417 -6
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +128 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +109 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +29 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
- package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +102 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +130 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +150 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +128 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +10 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +10 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +389 -335
- package/dist-types/models/models_1.d.ts +560 -663
- package/dist-types/models/models_2.d.ts +3752 -3728
- package/dist-types/models/models_3.d.ts +1351 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -95
- package/dist-types/ts3.4/models/models_1.d.ts +160 -230
- package/dist-types/ts3.4/models/models_2.d.ts +451 -290
- package/dist-types/ts3.4/models/models_3.d.ts +325 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { CreateEmailAddressRequest, CreateEmailAddressResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateEmailAddressCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateEmailAddressCommandInput extends CreateEmailAddressRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateEmailAddressCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateEmailAddressCommandOutput extends CreateEmailAddressResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateEmailAddressCommand_base: {
|
|
25
|
+
new (input: CreateEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p></p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, CreateEmailAddressCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, CreateEmailAddressCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* const client = new ConnectClient(config);
|
|
37
|
+
* const input = { // CreateEmailAddressRequest
|
|
38
|
+
* Description: "STRING_VALUE",
|
|
39
|
+
* InstanceId: "STRING_VALUE", // required
|
|
40
|
+
* EmailAddress: "STRING_VALUE", // required
|
|
41
|
+
* DisplayName: "STRING_VALUE",
|
|
42
|
+
* Tags: { // TagMap
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ClientToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new CreateEmailAddressCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateEmailAddressResponse
|
|
50
|
+
* // EmailAddressId: "STRING_VALUE",
|
|
51
|
+
* // EmailAddressArn: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param CreateEmailAddressCommandInput - {@link CreateEmailAddressCommandInput}
|
|
57
|
+
* @returns {@link CreateEmailAddressCommandOutput}
|
|
58
|
+
* @see {@link CreateEmailAddressCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link CreateEmailAddressCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
66
|
+
* <p>A resource with the specified name already exists.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
69
|
+
* <p>An entity with the same name already exists.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
72
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
75
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
78
|
+
* <p>The request is not valid.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
81
|
+
* <p>A resource already has that name.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
|
+
* <p>The specified resource was not found.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
87
|
+
* <p>The service quota has been exceeded.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ConnectServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
94
|
+
*
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export declare class CreateEmailAddressCommand extends CreateEmailAddressCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateEmailAddressRequest;
|
|
102
|
+
output: CreateEmailAddressResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateEmailAddressCommandInput;
|
|
106
|
+
output: CreateEmailAddressCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
}
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
4
|
import { CreateEvaluationFormResponse } from "../models/models_0";
|
|
5
|
-
import { CreateEvaluationFormRequest } from "../models/
|
|
5
|
+
import { CreateEvaluationFormRequest } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -37,7 +37,7 @@ declare const CreateIntegrationAssociationCommand_base: {
|
|
|
37
37
|
* const client = new ConnectClient(config);
|
|
38
38
|
* const input = { // CreateIntegrationAssociationRequest
|
|
39
39
|
* InstanceId: "STRING_VALUE", // required
|
|
40
|
-
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER", // required
|
|
40
|
+
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY", // required
|
|
41
41
|
* IntegrationArn: "STRING_VALUE", // required
|
|
42
42
|
* SourceApplicationUrl: "STRING_VALUE",
|
|
43
43
|
* SourceApplicationName: "STRING_VALUE",
|
|
@@ -66,6 +66,9 @@ declare const CreateQueueCommand_base: {
|
|
|
66
66
|
* OutboundCallerIdNumberId: "STRING_VALUE",
|
|
67
67
|
* OutboundFlowId: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
|
+
* OutboundEmailConfig: { // OutboundEmailConfig
|
|
70
|
+
* OutboundEmailAddressId: "STRING_VALUE",
|
|
71
|
+
* },
|
|
69
72
|
* HoursOfOperationId: "STRING_VALUE", // required
|
|
70
73
|
* MaxContacts: Number("int"),
|
|
71
74
|
* QuickConnectIds: [ // QuickConnectsList
|
|
@@ -43,7 +43,7 @@ declare const CreateRoutingProfileCommand_base: {
|
|
|
43
43
|
* { // RoutingProfileQueueConfig
|
|
44
44
|
* QueueReference: { // RoutingProfileQueueReference
|
|
45
45
|
* QueueId: "STRING_VALUE", // required
|
|
46
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
46
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
47
47
|
* },
|
|
48
48
|
* Priority: Number("int"), // required
|
|
49
49
|
* Delay: Number("int"), // required
|
|
@@ -51,7 +51,7 @@ declare const CreateRoutingProfileCommand_base: {
|
|
|
51
51
|
* ],
|
|
52
52
|
* MediaConcurrencies: [ // MediaConcurrencies // required
|
|
53
53
|
* { // MediaConcurrency
|
|
54
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
54
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
55
55
|
* Concurrency: Number("int"), // required
|
|
56
56
|
* CrossChannelBehavior: { // CrossChannelBehavior
|
|
57
57
|
* BehaviorType: "ROUTE_CURRENT_CHANNEL_ONLY" || "ROUTE_ANY_CHANNEL", // required
|
|
@@ -53,8 +53,11 @@ declare const CreateRuleCommand_base: {
|
|
|
53
53
|
* ContactFlowId: "STRING_VALUE", // required
|
|
54
54
|
* References: { // ContactReferences
|
|
55
55
|
* "<keys>": { // Reference
|
|
56
|
-
* Value: "STRING_VALUE",
|
|
57
|
-
* Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
|
|
56
|
+
* Value: "STRING_VALUE",
|
|
57
|
+
* Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
|
|
58
|
+
* Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
|
|
59
|
+
* Arn: "STRING_VALUE",
|
|
60
|
+
* StatusReason: "STRING_VALUE",
|
|
58
61
|
* },
|
|
59
62
|
* },
|
|
60
63
|
* },
|
|
@@ -39,6 +39,7 @@ declare const CreateTaskTemplateCommand_base: {
|
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
40
|
* Description: "STRING_VALUE",
|
|
41
41
|
* ContactFlowId: "STRING_VALUE",
|
|
42
|
+
* SelfAssignFlowId: "STRING_VALUE",
|
|
42
43
|
* Constraints: { // TaskTemplateConstraints
|
|
43
44
|
* RequiredFields: [ // RequiredTaskTemplateFields
|
|
44
45
|
* { // RequiredFieldInfo
|
|
@@ -79,7 +80,7 @@ declare const CreateTaskTemplateCommand_base: {
|
|
|
79
80
|
* Name: "STRING_VALUE",
|
|
80
81
|
* },
|
|
81
82
|
* Description: "STRING_VALUE",
|
|
82
|
-
* Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
|
|
83
|
+
* Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL" || "SELF_ASSIGN" || "EXPIRY_DURATION",
|
|
83
84
|
* SingleSelectOptions: [ // SingleSelectOptions
|
|
84
85
|
* "STRING_VALUE",
|
|
85
86
|
* ],
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DeleteEmailAddressRequest, DeleteEmailAddressResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteEmailAddressCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteEmailAddressCommandInput extends DeleteEmailAddressRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteEmailAddressCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteEmailAddressCommandOutput extends DeleteEmailAddressResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteEmailAddressCommand_base: {
|
|
25
|
+
new (input: DeleteEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p></p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, DeleteEmailAddressCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, DeleteEmailAddressCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* const client = new ConnectClient(config);
|
|
37
|
+
* const input = { // DeleteEmailAddressRequest
|
|
38
|
+
* InstanceId: "STRING_VALUE", // required
|
|
39
|
+
* EmailAddressId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new DeleteEmailAddressCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param DeleteEmailAddressCommandInput - {@link DeleteEmailAddressCommandInput}
|
|
48
|
+
* @returns {@link DeleteEmailAddressCommandOutput}
|
|
49
|
+
* @see {@link DeleteEmailAddressCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteEmailAddressCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
57
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
60
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
63
|
+
* <p>The request is not valid.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
66
|
+
* <p>A resource already has that name.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>The specified resource was not found.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ConnectServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class DeleteEmailAddressCommand extends DeleteEmailAddressCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteEmailAddressRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteEmailAddressCommandInput;
|
|
88
|
+
output: DeleteEmailAddressCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { DeleteViewVersionRequest
|
|
4
|
+
import { DeleteViewVersionRequest } from "../models/models_0";
|
|
5
|
+
import { DeleteViewVersionResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { DeleteVocabularyRequest, DeleteVocabularyResponse } from "../models/
|
|
4
|
+
import { DeleteVocabularyRequest, DeleteVocabularyResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { DescribeAgentStatusRequest, DescribeAgentStatusResponse } from "../models/
|
|
4
|
+
import { DescribeAgentStatusRequest, DescribeAgentStatusResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { DescribeAuthenticationProfileRequest, DescribeAuthenticationProfileResponse } from "../models/
|
|
4
|
+
import { DescribeAuthenticationProfileRequest, DescribeAuthenticationProfileResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { DescribeContactRequest } from "../models/
|
|
5
|
-
import { DescribeContactResponse } from "../models/
|
|
4
|
+
import { DescribeContactRequest } from "../models/models_1";
|
|
5
|
+
import { DescribeContactResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -53,10 +53,11 @@ declare const DescribeContactCommand_base: {
|
|
|
53
53
|
* // Id: "STRING_VALUE",
|
|
54
54
|
* // InitialContactId: "STRING_VALUE",
|
|
55
55
|
* // PreviousContactId: "STRING_VALUE",
|
|
56
|
-
* //
|
|
56
|
+
* // ContactAssociationId: "STRING_VALUE",
|
|
57
|
+
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND" || "WEBRTC_API" || "AGENT_REPLY" || "FLOW",
|
|
57
58
|
* // Name: "STRING_VALUE",
|
|
58
59
|
* // Description: "STRING_VALUE",
|
|
59
|
-
* // Channel: "VOICE" || "CHAT" || "TASK",
|
|
60
|
+
* // Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL",
|
|
60
61
|
* // QueueInfo: { // QueueInfo
|
|
61
62
|
* // Id: "STRING_VALUE",
|
|
62
63
|
* // EnqueueTimestamp: new Date("TIMESTAMP"),
|
|
@@ -104,6 +105,16 @@ declare const DescribeContactCommand_base: {
|
|
|
104
105
|
* // WisdomInfo: { // WisdomInfo
|
|
105
106
|
* // SessionArn: "STRING_VALUE",
|
|
106
107
|
* // },
|
|
108
|
+
* // CustomerEndpoint: { // EndpointInfo
|
|
109
|
+
* // Type: "TELEPHONE_NUMBER" || "VOIP" || "CONTACT_FLOW" || "CONNECT_PHONENUMBER_ARN" || "EMAIL_ADDRESS",
|
|
110
|
+
* // Address: "STRING_VALUE",
|
|
111
|
+
* // DisplayName: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // SystemEndpoint: {
|
|
114
|
+
* // Type: "TELEPHONE_NUMBER" || "VOIP" || "CONTACT_FLOW" || "CONNECT_PHONENUMBER_ARN" || "EMAIL_ADDRESS",
|
|
115
|
+
* // Address: "STRING_VALUE",
|
|
116
|
+
* // DisplayName: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
107
118
|
* // QueueTimeAdjustmentSeconds: Number("int"),
|
|
108
119
|
* // QueuePriority: Number("long"),
|
|
109
120
|
* // Tags: { // ContactTagMap
|
|
@@ -204,6 +215,20 @@ declare const DescribeContactCommand_base: {
|
|
|
204
215
|
* // DisconnectDetails: { // DisconnectDetails
|
|
205
216
|
* // PotentialDisconnectIssue: "STRING_VALUE",
|
|
206
217
|
* // },
|
|
218
|
+
* // AdditionalEmailRecipients: { // AdditionalEmailRecipients
|
|
219
|
+
* // ToList: [ // EmailRecipientsList
|
|
220
|
+
* // { // EmailRecipient
|
|
221
|
+
* // Address: "STRING_VALUE",
|
|
222
|
+
* // DisplayName: "STRING_VALUE",
|
|
223
|
+
* // },
|
|
224
|
+
* // ],
|
|
225
|
+
* // CcList: [
|
|
226
|
+
* // {
|
|
227
|
+
* // Address: "STRING_VALUE",
|
|
228
|
+
* // DisplayName: "STRING_VALUE",
|
|
229
|
+
* // },
|
|
230
|
+
* // ],
|
|
231
|
+
* // },
|
|
207
232
|
* // SegmentAttributes: { // SegmentAttributes
|
|
208
233
|
* // "<keys>": { // SegmentAttributeValue
|
|
209
234
|
* // ValueString: "STRING_VALUE",
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
4
|
import { DescribeContactEvaluationRequest } from "../models/models_1";
|
|
5
|
-
import { DescribeContactEvaluationResponse } from "../models/
|
|
5
|
+
import { DescribeContactEvaluationResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DescribeEmailAddressRequest, DescribeEmailAddressResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeEmailAddressCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeEmailAddressCommandInput extends DescribeEmailAddressRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeEmailAddressCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeEmailAddressCommandOutput extends DescribeEmailAddressResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeEmailAddressCommand_base: {
|
|
25
|
+
new (input: DescribeEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DescribeEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p></p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, DescribeEmailAddressCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, DescribeEmailAddressCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* const client = new ConnectClient(config);
|
|
37
|
+
* const input = { // DescribeEmailAddressRequest
|
|
38
|
+
* InstanceId: "STRING_VALUE", // required
|
|
39
|
+
* EmailAddressId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new DescribeEmailAddressCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeEmailAddressResponse
|
|
44
|
+
* // EmailAddressId: "STRING_VALUE",
|
|
45
|
+
* // EmailAddressArn: "STRING_VALUE",
|
|
46
|
+
* // EmailAddress: "STRING_VALUE",
|
|
47
|
+
* // DisplayName: "STRING_VALUE",
|
|
48
|
+
* // Description: "STRING_VALUE",
|
|
49
|
+
* // CreateTimestamp: "STRING_VALUE",
|
|
50
|
+
* // ModifiedTimestamp: "STRING_VALUE",
|
|
51
|
+
* // Tags: { // TagMap
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param DescribeEmailAddressCommandInput - {@link DescribeEmailAddressCommandInput}
|
|
59
|
+
* @returns {@link DescribeEmailAddressCommandOutput}
|
|
60
|
+
* @see {@link DescribeEmailAddressCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link DescribeEmailAddressCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
68
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
71
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
74
|
+
* <p>The request is not valid.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
|
+
* <p>The specified resource was not found.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ConnectServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
84
|
+
*
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export declare class DescribeEmailAddressCommand extends DescribeEmailAddressCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeEmailAddressRequest;
|
|
92
|
+
output: DescribeEmailAddressResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeEmailAddressCommandInput;
|
|
96
|
+
output: DescribeEmailAddressCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
}
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
4
|
import { DescribeEvaluationFormRequest } from "../models/models_1";
|
|
5
|
-
import { DescribeEvaluationFormResponse } from "../models/
|
|
5
|
+
import { DescribeEvaluationFormResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -39,7 +39,7 @@ declare const DescribeInstanceStorageConfigCommand_base: {
|
|
|
39
39
|
* const input = { // DescribeInstanceStorageConfigRequest
|
|
40
40
|
* InstanceId: "STRING_VALUE", // required
|
|
41
41
|
* AssociationId: "STRING_VALUE", // required
|
|
42
|
-
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS", // required
|
|
42
|
+
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" || "EMAIL_MESSAGES", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeInstanceStorageConfigCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
@@ -52,6 +52,9 @@ declare const DescribeQueueCommand_base: {
|
|
|
52
52
|
* // OutboundCallerIdNumberId: "STRING_VALUE",
|
|
53
53
|
* // OutboundFlowId: "STRING_VALUE",
|
|
54
54
|
* // },
|
|
55
|
+
* // OutboundEmailConfig: { // OutboundEmailConfig
|
|
56
|
+
* // OutboundEmailAddressId: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
55
58
|
* // HoursOfOperationId: "STRING_VALUE",
|
|
56
59
|
* // MaxContacts: Number("int"),
|
|
57
60
|
* // Status: "ENABLED" || "DISABLED",
|
|
@@ -49,7 +49,7 @@ declare const DescribeRoutingProfileCommand_base: {
|
|
|
49
49
|
* // Description: "STRING_VALUE",
|
|
50
50
|
* // MediaConcurrencies: [ // MediaConcurrencies
|
|
51
51
|
* // { // MediaConcurrency
|
|
52
|
-
* // Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
52
|
+
* // Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
53
53
|
* // Concurrency: Number("int"), // required
|
|
54
54
|
* // CrossChannelBehavior: { // CrossChannelBehavior
|
|
55
55
|
* // BehaviorType: "ROUTE_CURRENT_CHANNEL_ONLY" || "ROUTE_ANY_CHANNEL", // required
|
|
@@ -59,8 +59,11 @@ declare const DescribeRuleCommand_base: {
|
|
|
59
59
|
* // ContactFlowId: "STRING_VALUE", // required
|
|
60
60
|
* // References: { // ContactReferences
|
|
61
61
|
* // "<keys>": { // Reference
|
|
62
|
-
* // Value: "STRING_VALUE",
|
|
63
|
-
* // Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
|
|
62
|
+
* // Value: "STRING_VALUE",
|
|
63
|
+
* // Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
|
|
64
|
+
* // Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
|
|
65
|
+
* // Arn: "STRING_VALUE",
|
|
66
|
+
* // StatusReason: "STRING_VALUE",
|
|
64
67
|
* // },
|
|
65
68
|
* // },
|
|
66
69
|
* // },
|
|
@@ -37,7 +37,7 @@ declare const DisassociateFlowCommand_base: {
|
|
|
37
37
|
* const input = { // DisassociateFlowRequest
|
|
38
38
|
* InstanceId: "STRING_VALUE", // required
|
|
39
39
|
* ResourceId: "STRING_VALUE", // required
|
|
40
|
-
* ResourceType: "SMS_PHONE_NUMBER", // required
|
|
40
|
+
* ResourceType: "SMS_PHONE_NUMBER" || "INBOUND_EMAIL" || "OUTBOUND_EMAIL", // required
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DisassociateFlowCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
@@ -39,7 +39,7 @@ declare const DisassociateInstanceStorageConfigCommand_base: {
|
|
|
39
39
|
* const input = { // DisassociateInstanceStorageConfigRequest
|
|
40
40
|
* InstanceId: "STRING_VALUE", // required
|
|
41
41
|
* AssociationId: "STRING_VALUE", // required
|
|
42
|
-
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS", // required
|
|
42
|
+
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" || "EMAIL_MESSAGES", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DisassociateInstanceStorageConfigCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
@@ -40,7 +40,7 @@ declare const DisassociateRoutingProfileQueuesCommand_base: {
|
|
|
40
40
|
* QueueReferences: [ // RoutingProfileQueueReferenceList // required
|
|
41
41
|
* { // RoutingProfileQueueReference
|
|
42
42
|
* QueueId: "STRING_VALUE", // required
|
|
43
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
43
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
44
44
|
* },
|
|
45
45
|
* ],
|
|
46
46
|
* };
|
|
@@ -52,7 +52,7 @@ declare const GetAttachedFileCommand_base: {
|
|
|
52
52
|
* // FileName: "STRING_VALUE",
|
|
53
53
|
* // FileSizeInBytes: Number("long"), // required
|
|
54
54
|
* // AssociatedResourceArn: "STRING_VALUE",
|
|
55
|
-
* // FileUseCaseType: "ATTACHMENT",
|
|
55
|
+
* // FileUseCaseType: "EMAIL_MESSAGE" || "ATTACHMENT",
|
|
56
56
|
* // CreatedBy: { // CreatedByInfo Union: only one key present
|
|
57
57
|
* // ConnectUserArn: "STRING_VALUE",
|
|
58
58
|
* // AWSIdentityArn: "STRING_VALUE",
|
|
@@ -43,7 +43,7 @@ declare const GetCurrentMetricDataCommand_base: {
|
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* Channels: [ // Channels
|
|
46
|
-
* "VOICE" || "CHAT" || "TASK",
|
|
46
|
+
* "VOICE" || "CHAT" || "TASK" || "EMAIL",
|
|
47
47
|
* ],
|
|
48
48
|
* RoutingProfiles: [ // RoutingProfiles
|
|
49
49
|
* "STRING_VALUE",
|
|
@@ -81,7 +81,7 @@ declare const GetCurrentMetricDataCommand_base: {
|
|
|
81
81
|
* // Id: "STRING_VALUE",
|
|
82
82
|
* // Arn: "STRING_VALUE",
|
|
83
83
|
* // },
|
|
84
|
-
* // Channel: "VOICE" || "CHAT" || "TASK",
|
|
84
|
+
* // Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL",
|
|
85
85
|
* // RoutingProfile: { // RoutingProfileReference
|
|
86
86
|
* // Id: "STRING_VALUE",
|
|
87
87
|
* // Arn: "STRING_VALUE",
|
|
@@ -111,8 +111,8 @@ declare const GetCurrentUserDataCommand_base: {
|
|
|
111
111
|
* // Contacts: [ // AgentContactReferenceList
|
|
112
112
|
* // { // AgentContactReference
|
|
113
113
|
* // ContactId: "STRING_VALUE",
|
|
114
|
-
* // Channel: "VOICE" || "CHAT" || "TASK",
|
|
115
|
-
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND",
|
|
114
|
+
* // Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL",
|
|
115
|
+
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND" || "WEBRTC_API" || "AGENT_REPLY" || "FLOW",
|
|
116
116
|
* // AgentContactState: "INCOMING" || "PENDING" || "CONNECTING" || "CONNECTED" || "CONNECTED_ONHOLD" || "MISSED" || "ERROR" || "ENDED" || "REJECTED",
|
|
117
117
|
* // StateStartTimestamp: new Date("TIMESTAMP"),
|
|
118
118
|
* // ConnectedToAgentTimestamp: new Date("TIMESTAMP"),
|