@aws-sdk/client-connect 3.936.0 → 3.938.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 +64 -0
- package/dist-cjs/index.js +425 -17
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -17
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- 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 +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- 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/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +162 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.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 +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- 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/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +1 -1
|
@@ -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 {
|
|
4
|
+
import { SearchQueuesResponse } from "../models/models_2";
|
|
5
|
+
import { SearchQueuesRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchQuickConnectsResponse } from "../models/models_2";
|
|
5
|
+
import { SearchQuickConnectsRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchRoutingProfilesResponse } from "../models/models_2";
|
|
5
|
+
import { SearchRoutingProfilesRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchSecurityProfilesResponse } from "../models/models_2";
|
|
5
|
+
import { SearchSecurityProfilesRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchUserHierarchyGroupsResponse } from "../models/models_2";
|
|
5
|
+
import { SearchUserHierarchyGroupsRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchUsersResponse } from "../models/models_2";
|
|
5
|
+
import { SearchUsersRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { StartChatContactResponse } from "../models/models_2";
|
|
5
|
+
import { StartChatContactRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -32,8 +32,7 @@ declare const StartOutboundVoiceContactCommand_base: {
|
|
|
32
32
|
* <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
|
|
33
33
|
* the flow places an outbound call to a contact, and then puts the contact in queue, the call is
|
|
34
34
|
* then routed to the agent, like any other inbound case.</p>
|
|
35
|
-
* <p>
|
|
36
|
-
* 60 seconds, it fails.</p>
|
|
35
|
+
* <p>Dialing timeout for this operation can be configured with the “RingTimeoutInSeconds” parameter. If not specified, the default dialing timeout will be 60 seconds which means if the call is not connected within 60 seconds, it fails.</p>
|
|
37
36
|
* <note>
|
|
38
37
|
* <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
|
|
39
38
|
* mobile numbers, you must submit a service quota increase request. For more information, see
|
|
@@ -0,0 +1,101 @@
|
|
|
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 { UpdateContactFlowModuleAliasRequest, UpdateContactFlowModuleAliasResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateContactFlowModuleAliasCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateContactFlowModuleAliasCommandInput extends UpdateContactFlowModuleAliasRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateContactFlowModuleAliasCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateContactFlowModuleAliasCommandOutput extends UpdateContactFlowModuleAliasResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateContactFlowModuleAliasCommand_base: {
|
|
25
|
+
new (input: UpdateContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactFlowModuleAliasCommandInput, UpdateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactFlowModuleAliasCommandInput, UpdateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, UpdateContactFlowModuleAliasCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, UpdateContactFlowModuleAliasCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
37
|
+
* const config = {}; // type is ConnectClientConfig
|
|
38
|
+
* const client = new ConnectClient(config);
|
|
39
|
+
* const input = { // UpdateContactFlowModuleAliasRequest
|
|
40
|
+
* InstanceId: "STRING_VALUE", // required
|
|
41
|
+
* ContactFlowModuleId: "STRING_VALUE", // required
|
|
42
|
+
* AliasId: "STRING_VALUE", // required
|
|
43
|
+
* Name: "STRING_VALUE",
|
|
44
|
+
* Description: "STRING_VALUE",
|
|
45
|
+
* ContactFlowModuleVersion: Number("long"),
|
|
46
|
+
* };
|
|
47
|
+
* const command = new UpdateContactFlowModuleAliasCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // {};
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param UpdateContactFlowModuleAliasCommandInput - {@link UpdateContactFlowModuleAliasCommandInput}
|
|
54
|
+
* @returns {@link UpdateContactFlowModuleAliasCommandOutput}
|
|
55
|
+
* @see {@link UpdateContactFlowModuleAliasCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link UpdateContactFlowModuleAliasCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConditionalOperationFailedException} (client fault)
|
|
63
|
+
* <p>Request processing failed because dependent condition failed.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
66
|
+
* <p>A resource with the specified name already exists.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
72
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
75
|
+
* <p>The request is not valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>The specified resource was not found.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ConnectServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class UpdateContactFlowModuleAliasCommand extends UpdateContactFlowModuleAliasCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateContactFlowModuleAliasRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateContactFlowModuleAliasCommandInput;
|
|
98
|
+
output: UpdateContactFlowModuleAliasCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|
|
@@ -43,7 +43,8 @@ declare const UpdateContactFlowModuleContentCommand_base: {
|
|
|
43
43
|
* const input = { // UpdateContactFlowModuleContentRequest
|
|
44
44
|
* InstanceId: "STRING_VALUE", // required
|
|
45
45
|
* ContactFlowModuleId: "STRING_VALUE", // required
|
|
46
|
-
* Content: "STRING_VALUE",
|
|
46
|
+
* Content: "STRING_VALUE",
|
|
47
|
+
* Settings: "STRING_VALUE",
|
|
47
48
|
* };
|
|
48
49
|
* const command = new UpdateContactFlowModuleContentCommand(input);
|
|
49
50
|
* const response = await client.send(command);
|
|
@@ -77,6 +77,14 @@ declare const UpdateRuleCommand_base: {
|
|
|
77
77
|
* "STRING_VALUE",
|
|
78
78
|
* ],
|
|
79
79
|
* },
|
|
80
|
+
* Exclusion: {
|
|
81
|
+
* UserTags: {
|
|
82
|
+
* "<keys>": "STRING_VALUE",
|
|
83
|
+
* },
|
|
84
|
+
* UserIds: [
|
|
85
|
+
* "STRING_VALUE",
|
|
86
|
+
* ],
|
|
87
|
+
* },
|
|
80
88
|
* },
|
|
81
89
|
* CreateCaseAction: { // CreateCaseActionDefinition
|
|
82
90
|
* Fields: [ // FieldValues // required
|
|
@@ -25,7 +25,9 @@ export * from "./CompleteAttachedFileUploadCommand";
|
|
|
25
25
|
export * from "./CreateAgentStatusCommand";
|
|
26
26
|
export * from "./CreateContactCommand";
|
|
27
27
|
export * from "./CreateContactFlowCommand";
|
|
28
|
+
export * from "./CreateContactFlowModuleAliasCommand";
|
|
28
29
|
export * from "./CreateContactFlowModuleCommand";
|
|
30
|
+
export * from "./CreateContactFlowModuleVersionCommand";
|
|
29
31
|
export * from "./CreateContactFlowVersionCommand";
|
|
30
32
|
export * from "./CreateEmailAddressCommand";
|
|
31
33
|
export * from "./CreateEvaluationFormCommand";
|
|
@@ -55,7 +57,9 @@ export * from "./DeactivateEvaluationFormCommand";
|
|
|
55
57
|
export * from "./DeleteAttachedFileCommand";
|
|
56
58
|
export * from "./DeleteContactEvaluationCommand";
|
|
57
59
|
export * from "./DeleteContactFlowCommand";
|
|
60
|
+
export * from "./DeleteContactFlowModuleAliasCommand";
|
|
58
61
|
export * from "./DeleteContactFlowModuleCommand";
|
|
62
|
+
export * from "./DeleteContactFlowModuleVersionCommand";
|
|
59
63
|
export * from "./DeleteContactFlowVersionCommand";
|
|
60
64
|
export * from "./DeleteEmailAddressCommand";
|
|
61
65
|
export * from "./DeleteEvaluationFormCommand";
|
|
@@ -84,6 +88,7 @@ export * from "./DescribeAuthenticationProfileCommand";
|
|
|
84
88
|
export * from "./DescribeContactCommand";
|
|
85
89
|
export * from "./DescribeContactEvaluationCommand";
|
|
86
90
|
export * from "./DescribeContactFlowCommand";
|
|
91
|
+
export * from "./DescribeContactFlowModuleAliasCommand";
|
|
87
92
|
export * from "./DescribeContactFlowModuleCommand";
|
|
88
93
|
export * from "./DescribeEmailAddressCommand";
|
|
89
94
|
export * from "./DescribeEvaluationFormCommand";
|
|
@@ -143,6 +148,8 @@ export * from "./ListAssociatedContactsCommand";
|
|
|
143
148
|
export * from "./ListAuthenticationProfilesCommand";
|
|
144
149
|
export * from "./ListBotsCommand";
|
|
145
150
|
export * from "./ListContactEvaluationsCommand";
|
|
151
|
+
export * from "./ListContactFlowModuleAliasesCommand";
|
|
152
|
+
export * from "./ListContactFlowModuleVersionsCommand";
|
|
146
153
|
export * from "./ListContactFlowModulesCommand";
|
|
147
154
|
export * from "./ListContactFlowVersionsCommand";
|
|
148
155
|
export * from "./ListContactFlowsCommand";
|
|
@@ -243,6 +250,7 @@ export * from "./UpdateContactCommand";
|
|
|
243
250
|
export * from "./UpdateContactEvaluationCommand";
|
|
244
251
|
export * from "./UpdateContactFlowContentCommand";
|
|
245
252
|
export * from "./UpdateContactFlowMetadataCommand";
|
|
253
|
+
export * from "./UpdateContactFlowModuleAliasCommand";
|
|
246
254
|
export * from "./UpdateContactFlowModuleContentCommand";
|
|
247
255
|
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
248
256
|
export * from "./UpdateContactFlowNameCommand";
|