@aws-sdk/client-connect 3.937.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 +422 -15
- 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 +304 -15
- 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/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/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/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +157 -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 +38 -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
package/dist-es/Connect.js
CHANGED
|
@@ -26,7 +26,9 @@ import { CompleteAttachedFileUploadCommand, } from "./commands/CompleteAttachedF
|
|
|
26
26
|
import { CreateAgentStatusCommand, } from "./commands/CreateAgentStatusCommand";
|
|
27
27
|
import { CreateContactCommand, } from "./commands/CreateContactCommand";
|
|
28
28
|
import { CreateContactFlowCommand, } from "./commands/CreateContactFlowCommand";
|
|
29
|
+
import { CreateContactFlowModuleAliasCommand, } from "./commands/CreateContactFlowModuleAliasCommand";
|
|
29
30
|
import { CreateContactFlowModuleCommand, } from "./commands/CreateContactFlowModuleCommand";
|
|
31
|
+
import { CreateContactFlowModuleVersionCommand, } from "./commands/CreateContactFlowModuleVersionCommand";
|
|
30
32
|
import { CreateContactFlowVersionCommand, } from "./commands/CreateContactFlowVersionCommand";
|
|
31
33
|
import { CreateEmailAddressCommand, } from "./commands/CreateEmailAddressCommand";
|
|
32
34
|
import { CreateEvaluationFormCommand, } from "./commands/CreateEvaluationFormCommand";
|
|
@@ -56,7 +58,9 @@ import { DeactivateEvaluationFormCommand, } from "./commands/DeactivateEvaluatio
|
|
|
56
58
|
import { DeleteAttachedFileCommand, } from "./commands/DeleteAttachedFileCommand";
|
|
57
59
|
import { DeleteContactEvaluationCommand, } from "./commands/DeleteContactEvaluationCommand";
|
|
58
60
|
import { DeleteContactFlowCommand, } from "./commands/DeleteContactFlowCommand";
|
|
61
|
+
import { DeleteContactFlowModuleAliasCommand, } from "./commands/DeleteContactFlowModuleAliasCommand";
|
|
59
62
|
import { DeleteContactFlowModuleCommand, } from "./commands/DeleteContactFlowModuleCommand";
|
|
63
|
+
import { DeleteContactFlowModuleVersionCommand, } from "./commands/DeleteContactFlowModuleVersionCommand";
|
|
60
64
|
import { DeleteContactFlowVersionCommand, } from "./commands/DeleteContactFlowVersionCommand";
|
|
61
65
|
import { DeleteEmailAddressCommand, } from "./commands/DeleteEmailAddressCommand";
|
|
62
66
|
import { DeleteEvaluationFormCommand, } from "./commands/DeleteEvaluationFormCommand";
|
|
@@ -85,6 +89,7 @@ import { DescribeAuthenticationProfileCommand, } from "./commands/DescribeAuthen
|
|
|
85
89
|
import { DescribeContactCommand, } from "./commands/DescribeContactCommand";
|
|
86
90
|
import { DescribeContactEvaluationCommand, } from "./commands/DescribeContactEvaluationCommand";
|
|
87
91
|
import { DescribeContactFlowCommand, } from "./commands/DescribeContactFlowCommand";
|
|
92
|
+
import { DescribeContactFlowModuleAliasCommand, } from "./commands/DescribeContactFlowModuleAliasCommand";
|
|
88
93
|
import { DescribeContactFlowModuleCommand, } from "./commands/DescribeContactFlowModuleCommand";
|
|
89
94
|
import { DescribeEmailAddressCommand, } from "./commands/DescribeEmailAddressCommand";
|
|
90
95
|
import { DescribeEvaluationFormCommand, } from "./commands/DescribeEvaluationFormCommand";
|
|
@@ -144,7 +149,9 @@ import { ListAssociatedContactsCommand, } from "./commands/ListAssociatedContact
|
|
|
144
149
|
import { ListAuthenticationProfilesCommand, } from "./commands/ListAuthenticationProfilesCommand";
|
|
145
150
|
import { ListBotsCommand } from "./commands/ListBotsCommand";
|
|
146
151
|
import { ListContactEvaluationsCommand, } from "./commands/ListContactEvaluationsCommand";
|
|
152
|
+
import { ListContactFlowModuleAliasesCommand, } from "./commands/ListContactFlowModuleAliasesCommand";
|
|
147
153
|
import { ListContactFlowModulesCommand, } from "./commands/ListContactFlowModulesCommand";
|
|
154
|
+
import { ListContactFlowModuleVersionsCommand, } from "./commands/ListContactFlowModuleVersionsCommand";
|
|
148
155
|
import { ListContactFlowsCommand, } from "./commands/ListContactFlowsCommand";
|
|
149
156
|
import { ListContactFlowVersionsCommand, } from "./commands/ListContactFlowVersionsCommand";
|
|
150
157
|
import { ListContactReferencesCommand, } from "./commands/ListContactReferencesCommand";
|
|
@@ -244,6 +251,7 @@ import { UpdateContactCommand, } from "./commands/UpdateContactCommand";
|
|
|
244
251
|
import { UpdateContactEvaluationCommand, } from "./commands/UpdateContactEvaluationCommand";
|
|
245
252
|
import { UpdateContactFlowContentCommand, } from "./commands/UpdateContactFlowContentCommand";
|
|
246
253
|
import { UpdateContactFlowMetadataCommand, } from "./commands/UpdateContactFlowMetadataCommand";
|
|
254
|
+
import { UpdateContactFlowModuleAliasCommand, } from "./commands/UpdateContactFlowModuleAliasCommand";
|
|
247
255
|
import { UpdateContactFlowModuleContentCommand, } from "./commands/UpdateContactFlowModuleContentCommand";
|
|
248
256
|
import { UpdateContactFlowModuleMetadataCommand, } from "./commands/UpdateContactFlowModuleMetadataCommand";
|
|
249
257
|
import { UpdateContactFlowNameCommand, } from "./commands/UpdateContactFlowNameCommand";
|
|
@@ -318,6 +326,8 @@ const commands = {
|
|
|
318
326
|
CreateContactCommand,
|
|
319
327
|
CreateContactFlowCommand,
|
|
320
328
|
CreateContactFlowModuleCommand,
|
|
329
|
+
CreateContactFlowModuleAliasCommand,
|
|
330
|
+
CreateContactFlowModuleVersionCommand,
|
|
321
331
|
CreateContactFlowVersionCommand,
|
|
322
332
|
CreateEmailAddressCommand,
|
|
323
333
|
CreateEvaluationFormCommand,
|
|
@@ -348,6 +358,8 @@ const commands = {
|
|
|
348
358
|
DeleteContactEvaluationCommand,
|
|
349
359
|
DeleteContactFlowCommand,
|
|
350
360
|
DeleteContactFlowModuleCommand,
|
|
361
|
+
DeleteContactFlowModuleAliasCommand,
|
|
362
|
+
DeleteContactFlowModuleVersionCommand,
|
|
351
363
|
DeleteContactFlowVersionCommand,
|
|
352
364
|
DeleteEmailAddressCommand,
|
|
353
365
|
DeleteEvaluationFormCommand,
|
|
@@ -377,6 +389,7 @@ const commands = {
|
|
|
377
389
|
DescribeContactEvaluationCommand,
|
|
378
390
|
DescribeContactFlowCommand,
|
|
379
391
|
DescribeContactFlowModuleCommand,
|
|
392
|
+
DescribeContactFlowModuleAliasCommand,
|
|
380
393
|
DescribeEmailAddressCommand,
|
|
381
394
|
DescribeEvaluationFormCommand,
|
|
382
395
|
DescribeHoursOfOperationCommand,
|
|
@@ -435,7 +448,9 @@ const commands = {
|
|
|
435
448
|
ListAuthenticationProfilesCommand,
|
|
436
449
|
ListBotsCommand,
|
|
437
450
|
ListContactEvaluationsCommand,
|
|
451
|
+
ListContactFlowModuleAliasesCommand,
|
|
438
452
|
ListContactFlowModulesCommand,
|
|
453
|
+
ListContactFlowModuleVersionsCommand,
|
|
439
454
|
ListContactFlowsCommand,
|
|
440
455
|
ListContactFlowVersionsCommand,
|
|
441
456
|
ListContactReferencesCommand,
|
|
@@ -535,6 +550,7 @@ const commands = {
|
|
|
535
550
|
UpdateContactEvaluationCommand,
|
|
536
551
|
UpdateContactFlowContentCommand,
|
|
537
552
|
UpdateContactFlowMetadataCommand,
|
|
553
|
+
UpdateContactFlowModuleAliasCommand,
|
|
538
554
|
UpdateContactFlowModuleContentCommand,
|
|
539
555
|
UpdateContactFlowModuleMetadataCommand,
|
|
540
556
|
UpdateContactFlowNameCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateContactFlowModuleAlias } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateContactFlowModuleAliasCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "CreateContactFlowModuleAlias", {})
|
|
13
|
+
.n("ConnectClient", "CreateContactFlowModuleAliasCommand")
|
|
14
|
+
.sc(CreateContactFlowModuleAlias)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateContactFlowModuleVersion } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateContactFlowModuleVersionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "CreateContactFlowModuleVersion", {})
|
|
13
|
+
.n("ConnectClient", "CreateContactFlowModuleVersionCommand")
|
|
14
|
+
.sc(CreateContactFlowModuleVersion)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteContactFlowModuleAlias } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteContactFlowModuleAliasCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteContactFlowModuleAlias", {})
|
|
13
|
+
.n("ConnectClient", "DeleteContactFlowModuleAliasCommand")
|
|
14
|
+
.sc(DeleteContactFlowModuleAlias)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteContactFlowModuleVersion } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteContactFlowModuleVersionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteContactFlowModuleVersion", {})
|
|
13
|
+
.n("ConnectClient", "DeleteContactFlowModuleVersionCommand")
|
|
14
|
+
.sc(DeleteContactFlowModuleVersion)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeContactFlowModuleAlias } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeContactFlowModuleAliasCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DescribeContactFlowModuleAlias", {})
|
|
13
|
+
.n("ConnectClient", "DescribeContactFlowModuleAliasCommand")
|
|
14
|
+
.sc(DescribeContactFlowModuleAlias)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListContactFlowModuleAliases } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListContactFlowModuleAliasesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "ListContactFlowModuleAliases", {})
|
|
13
|
+
.n("ConnectClient", "ListContactFlowModuleAliasesCommand")
|
|
14
|
+
.sc(ListContactFlowModuleAliases)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListContactFlowModuleVersions } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListContactFlowModuleVersionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "ListContactFlowModuleVersions", {})
|
|
13
|
+
.n("ConnectClient", "ListContactFlowModuleVersionsCommand")
|
|
14
|
+
.sc(ListContactFlowModuleVersions)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateContactFlowModuleAlias } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateContactFlowModuleAliasCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "UpdateContactFlowModuleAlias", {})
|
|
13
|
+
.n("ConnectClient", "UpdateContactFlowModuleAliasCommand")
|
|
14
|
+
.sc(UpdateContactFlowModuleAlias)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -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";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListContactFlowModuleAliasesCommand, } from "../commands/ListContactFlowModuleAliasesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListContactFlowModuleAliases = createPaginator(ConnectClient, ListContactFlowModuleAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListContactFlowModuleVersionsCommand, } from "../commands/ListContactFlowModuleVersionsCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListContactFlowModuleVersions = createPaginator(ConnectClient, ListContactFlowModuleVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -8,6 +8,8 @@ export * from "./ListApprovedOriginsPaginator";
|
|
|
8
8
|
export * from "./ListAuthenticationProfilesPaginator";
|
|
9
9
|
export * from "./ListBotsPaginator";
|
|
10
10
|
export * from "./ListContactEvaluationsPaginator";
|
|
11
|
+
export * from "./ListContactFlowModuleAliasesPaginator";
|
|
12
|
+
export * from "./ListContactFlowModuleVersionsPaginator";
|
|
11
13
|
export * from "./ListContactFlowModulesPaginator";
|
|
12
14
|
export * from "./ListContactFlowVersionsPaginator";
|
|
13
15
|
export * from "./ListContactFlowsPaginator";
|