@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
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListSecurityProfilePermissionsRequest,
|
|
10
|
+
ListSecurityProfilePermissionsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListSecurityProfilePermissionsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchAgentStatusesResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchAgentStatusesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchAgentStatusesRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchAgentStatusesCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchContactFlowModulesResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchContactFlowModulesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchContactFlowModulesRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchContactFlowModulesCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchContactFlowsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchContactFlowsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchContactFlowsRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchContactFlowsCommandInput
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { SearchEmailAddressesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchEmailAddressesRequest } from "../models/models_3";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface SearchEmailAddressesCommandInput
|
|
13
|
+
extends SearchEmailAddressesRequest {}
|
|
14
|
+
export interface SearchEmailAddressesCommandOutput
|
|
15
|
+
extends SearchEmailAddressesResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const SearchEmailAddressesCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SearchEmailAddressesCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SearchEmailAddressesCommandInput,
|
|
22
|
+
SearchEmailAddressesCommandOutput,
|
|
23
|
+
ConnectClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: SearchEmailAddressesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
SearchEmailAddressesCommandInput,
|
|
31
|
+
SearchEmailAddressesCommandOutput,
|
|
32
|
+
ConnectClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class SearchEmailAddressesCommand extends SearchEmailAddressesCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: SearchEmailAddressesRequest;
|
|
42
|
+
output: SearchEmailAddressesResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: SearchEmailAddressesCommandInput;
|
|
46
|
+
output: SearchEmailAddressesCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchHoursOfOperationsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchHoursOfOperationsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchHoursOfOperationsRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchHoursOfOperationsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchPredefinedAttributesResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchPredefinedAttributesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchPredefinedAttributesRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchPredefinedAttributesCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchPromptsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchPromptsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchPromptsRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchPromptsCommandInput extends SearchPromptsRequest {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
8
|
+
import { SearchQueuesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchQueuesRequest } from "../models/models_3";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface SearchQueuesCommandInput extends SearchQueuesRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchQuickConnectsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchQuickConnectsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchQuickConnectsRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchQuickConnectsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchRoutingProfilesResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchRoutingProfilesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchRoutingProfilesRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchRoutingProfilesCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchSecurityProfilesResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchSecurityProfilesResponse } from "../models/models_2";
|
|
9
|
+
import { SearchSecurityProfilesRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchSecurityProfilesCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchUserHierarchyGroupsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchUserHierarchyGroupsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchUserHierarchyGroupsRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchUserHierarchyGroupsCommandInput
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
8
|
+
import { SearchUsersResponse } from "../models/models_2";
|
|
9
|
+
import { SearchUsersRequest } from "../models/models_3";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface SearchUsersCommandInput extends SearchUsersRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
SendOutboundEmailRequest,
|
|
10
|
+
SendOutboundEmailResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface SendOutboundEmailCommandInput
|
|
15
|
+
extends SendOutboundEmailRequest {}
|
|
16
|
+
export interface SendOutboundEmailCommandOutput
|
|
17
|
+
extends SendOutboundEmailResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const SendOutboundEmailCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: SendOutboundEmailCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
SendOutboundEmailCommandInput,
|
|
24
|
+
SendOutboundEmailCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: SendOutboundEmailCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
SendOutboundEmailCommandInput,
|
|
33
|
+
SendOutboundEmailCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class SendOutboundEmailCommand extends SendOutboundEmailCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SendOutboundEmailRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SendOutboundEmailCommandInput;
|
|
48
|
+
output: SendOutboundEmailCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
StartEmailContactRequest,
|
|
10
|
+
StartEmailContactResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartEmailContactCommandInput
|
|
15
|
+
extends StartEmailContactRequest {}
|
|
16
|
+
export interface StartEmailContactCommandOutput
|
|
17
|
+
extends StartEmailContactResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartEmailContactCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartEmailContactCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartEmailContactCommandInput,
|
|
24
|
+
StartEmailContactCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StartEmailContactCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartEmailContactCommandInput,
|
|
33
|
+
StartEmailContactCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartEmailContactCommand extends StartEmailContactCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartEmailContactRequest;
|
|
44
|
+
output: StartEmailContactResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartEmailContactCommandInput;
|
|
48
|
+
output: StartEmailContactCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
StartOutboundEmailContactRequest,
|
|
10
|
+
StartOutboundEmailContactResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartOutboundEmailContactCommandInput
|
|
15
|
+
extends StartOutboundEmailContactRequest {}
|
|
16
|
+
export interface StartOutboundEmailContactCommandOutput
|
|
17
|
+
extends StartOutboundEmailContactResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartOutboundEmailContactCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartOutboundEmailContactCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartOutboundEmailContactCommandInput,
|
|
24
|
+
StartOutboundEmailContactCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StartOutboundEmailContactCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartOutboundEmailContactCommandInput,
|
|
33
|
+
StartOutboundEmailContactCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartOutboundEmailContactCommand extends StartOutboundEmailContactCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartOutboundEmailContactRequest;
|
|
44
|
+
output: StartOutboundEmailContactResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartOutboundEmailContactCommandInput;
|
|
48
|
+
output: StartOutboundEmailContactCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateContactRoutingDataResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { UpdateContactRoutingDataResponse } from "../models/models_2";
|
|
9
|
+
import { UpdateContactRoutingDataRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateContactRoutingDataCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateEmailAddressMetadataRequest,
|
|
10
|
+
UpdateEmailAddressMetadataResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateEmailAddressMetadataCommandInput
|
|
15
|
+
extends UpdateEmailAddressMetadataRequest {}
|
|
16
|
+
export interface UpdateEmailAddressMetadataCommandOutput
|
|
17
|
+
extends UpdateEmailAddressMetadataResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateEmailAddressMetadataCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateEmailAddressMetadataCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateEmailAddressMetadataCommandInput,
|
|
24
|
+
UpdateEmailAddressMetadataCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateEmailAddressMetadataCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateEmailAddressMetadataCommandInput,
|
|
33
|
+
UpdateEmailAddressMetadataCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateEmailAddressMetadataCommand extends UpdateEmailAddressMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateEmailAddressMetadataRequest;
|
|
44
|
+
output: UpdateEmailAddressMetadataResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateEmailAddressMetadataCommandInput;
|
|
48
|
+
output: UpdateEmailAddressMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateEvaluationFormResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { UpdateEvaluationFormResponse } from "../models/models_2";
|
|
9
|
+
import { UpdateEvaluationFormRequest } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateEvaluationFormCommandInput
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { UpdateQueueOutboundEmailConfigRequest } from "../models/models_2";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface UpdateQueueOutboundEmailConfigCommandInput
|
|
12
|
+
extends UpdateQueueOutboundEmailConfigRequest {}
|
|
13
|
+
export interface UpdateQueueOutboundEmailConfigCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const UpdateQueueOutboundEmailConfigCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: UpdateQueueOutboundEmailConfigCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
UpdateQueueOutboundEmailConfigCommandInput,
|
|
20
|
+
UpdateQueueOutboundEmailConfigCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: UpdateQueueOutboundEmailConfigCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
UpdateQueueOutboundEmailConfigCommandInput,
|
|
29
|
+
UpdateQueueOutboundEmailConfigCommandOutput,
|
|
30
|
+
ConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class UpdateQueueOutboundEmailConfigCommand extends UpdateQueueOutboundEmailConfigCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateQueueOutboundEmailConfigRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateQueueOutboundEmailConfigCommandInput;
|
|
44
|
+
output: UpdateQueueOutboundEmailConfigCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -21,9 +21,11 @@ export * from "./BatchPutContactCommand";
|
|
|
21
21
|
export * from "./ClaimPhoneNumberCommand";
|
|
22
22
|
export * from "./CompleteAttachedFileUploadCommand";
|
|
23
23
|
export * from "./CreateAgentStatusCommand";
|
|
24
|
+
export * from "./CreateContactCommand";
|
|
24
25
|
export * from "./CreateContactFlowCommand";
|
|
25
26
|
export * from "./CreateContactFlowModuleCommand";
|
|
26
27
|
export * from "./CreateContactFlowVersionCommand";
|
|
28
|
+
export * from "./CreateEmailAddressCommand";
|
|
27
29
|
export * from "./CreateEvaluationFormCommand";
|
|
28
30
|
export * from "./CreateHoursOfOperationCommand";
|
|
29
31
|
export * from "./CreateInstanceCommand";
|
|
@@ -50,6 +52,7 @@ export * from "./DeleteAttachedFileCommand";
|
|
|
50
52
|
export * from "./DeleteContactEvaluationCommand";
|
|
51
53
|
export * from "./DeleteContactFlowCommand";
|
|
52
54
|
export * from "./DeleteContactFlowModuleCommand";
|
|
55
|
+
export * from "./DeleteEmailAddressCommand";
|
|
53
56
|
export * from "./DeleteEvaluationFormCommand";
|
|
54
57
|
export * from "./DeleteHoursOfOperationCommand";
|
|
55
58
|
export * from "./DeleteInstanceCommand";
|
|
@@ -75,6 +78,7 @@ export * from "./DescribeContactCommand";
|
|
|
75
78
|
export * from "./DescribeContactEvaluationCommand";
|
|
76
79
|
export * from "./DescribeContactFlowCommand";
|
|
77
80
|
export * from "./DescribeContactFlowModuleCommand";
|
|
81
|
+
export * from "./DescribeEmailAddressCommand";
|
|
78
82
|
export * from "./DescribeEvaluationFormCommand";
|
|
79
83
|
export * from "./DescribeHoursOfOperationCommand";
|
|
80
84
|
export * from "./DescribeInstanceAttributeCommand";
|
|
@@ -123,6 +127,7 @@ export * from "./ImportPhoneNumberCommand";
|
|
|
123
127
|
export * from "./ListAgentStatusesCommand";
|
|
124
128
|
export * from "./ListAnalyticsDataAssociationsCommand";
|
|
125
129
|
export * from "./ListApprovedOriginsCommand";
|
|
130
|
+
export * from "./ListAssociatedContactsCommand";
|
|
126
131
|
export * from "./ListAuthenticationProfilesCommand";
|
|
127
132
|
export * from "./ListBotsCommand";
|
|
128
133
|
export * from "./ListContactEvaluationsCommand";
|
|
@@ -178,6 +183,7 @@ export * from "./SearchAvailablePhoneNumbersCommand";
|
|
|
178
183
|
export * from "./SearchContactFlowModulesCommand";
|
|
179
184
|
export * from "./SearchContactFlowsCommand";
|
|
180
185
|
export * from "./SearchContactsCommand";
|
|
186
|
+
export * from "./SearchEmailAddressesCommand";
|
|
181
187
|
export * from "./SearchHoursOfOperationsCommand";
|
|
182
188
|
export * from "./SearchPredefinedAttributesCommand";
|
|
183
189
|
export * from "./SearchPromptsCommand";
|
|
@@ -190,12 +196,15 @@ export * from "./SearchUserHierarchyGroupsCommand";
|
|
|
190
196
|
export * from "./SearchUsersCommand";
|
|
191
197
|
export * from "./SearchVocabulariesCommand";
|
|
192
198
|
export * from "./SendChatIntegrationEventCommand";
|
|
199
|
+
export * from "./SendOutboundEmailCommand";
|
|
193
200
|
export * from "./StartAttachedFileUploadCommand";
|
|
194
201
|
export * from "./StartChatContactCommand";
|
|
195
202
|
export * from "./StartContactEvaluationCommand";
|
|
196
203
|
export * from "./StartContactRecordingCommand";
|
|
197
204
|
export * from "./StartContactStreamingCommand";
|
|
205
|
+
export * from "./StartEmailContactCommand";
|
|
198
206
|
export * from "./StartOutboundChatContactCommand";
|
|
207
|
+
export * from "./StartOutboundEmailContactCommand";
|
|
199
208
|
export * from "./StartOutboundVoiceContactCommand";
|
|
200
209
|
export * from "./StartScreenSharingCommand";
|
|
201
210
|
export * from "./StartTaskContactCommand";
|
|
@@ -222,6 +231,7 @@ export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
|
222
231
|
export * from "./UpdateContactFlowNameCommand";
|
|
223
232
|
export * from "./UpdateContactRoutingDataCommand";
|
|
224
233
|
export * from "./UpdateContactScheduleCommand";
|
|
234
|
+
export * from "./UpdateEmailAddressMetadataCommand";
|
|
225
235
|
export * from "./UpdateEvaluationFormCommand";
|
|
226
236
|
export * from "./UpdateHoursOfOperationCommand";
|
|
227
237
|
export * from "./UpdateInstanceAttributeCommand";
|
|
@@ -235,6 +245,7 @@ export * from "./UpdateQueueHoursOfOperationCommand";
|
|
|
235
245
|
export * from "./UpdateQueueMaxContactsCommand";
|
|
236
246
|
export * from "./UpdateQueueNameCommand";
|
|
237
247
|
export * from "./UpdateQueueOutboundCallerConfigCommand";
|
|
248
|
+
export * from "./UpdateQueueOutboundEmailConfigCommand";
|
|
238
249
|
export * from "./UpdateQueueStatusCommand";
|
|
239
250
|
export * from "./UpdateQuickConnectConfigCommand";
|
|
240
251
|
export * from "./UpdateQuickConnectNameCommand";
|