@aws-sdk/client-connect 3.41.0 → 3.46.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/CHANGELOG.md +50 -0
- package/README.md +2 -4
- package/dist-cjs/Connect.js +180 -0
- package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +193 -178
- package/dist-cjs/models/models_1.js +223 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/Connect.js +180 -0
- package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DescribeContactCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/ListContactReferencesCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
- package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
- package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
- package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/index.js +12 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +143 -116
- package/dist-es/models/models_1.js +148 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2179 -332
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/Connect.d.ts +112 -14
- package/dist-types/ConnectClient.d.ts +17 -7
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +592 -643
- package/dist-types/models/models_1.d.ts +771 -1
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/Connect.d.ts +60 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +347 -359
- package/dist-types/ts3.4/models/models_1.d.ts +455 -1
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +36 -43
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListContactFlowModules(config: ConnectPaginationConfiguration, input: ListContactFlowModulesCommandInput, ...additionalArguments: any): Paginator<ListContactFlowModulesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "../commands/ListContactReferencesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListContactReferences(config: ConnectPaginationConfiguration, input: ListContactReferencesCommandInput, ...additionalArguments: any): Paginator<ListContactReferencesCommandOutput>;
|
|
@@ -4,7 +4,9 @@ export * from "./Interfaces";
|
|
|
4
4
|
export * from "./ListAgentStatusesPaginator";
|
|
5
5
|
export * from "./ListApprovedOriginsPaginator";
|
|
6
6
|
export * from "./ListBotsPaginator";
|
|
7
|
+
export * from "./ListContactFlowModulesPaginator";
|
|
7
8
|
export * from "./ListContactFlowsPaginator";
|
|
9
|
+
export * from "./ListContactReferencesPaginator";
|
|
8
10
|
export * from "./ListHoursOfOperationsPaginator";
|
|
9
11
|
export * from "./ListInstanceAttributesPaginator";
|
|
10
12
|
export * from "./ListInstanceStorageConfigsPaginator";
|
|
@@ -10,6 +10,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
|
|
|
10
10
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
|
|
11
11
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
|
|
12
12
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
|
|
13
|
+
import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "../commands/CreateContactFlowModuleCommand";
|
|
13
14
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
|
|
14
15
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
|
|
15
16
|
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
|
|
@@ -20,6 +21,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
|
|
|
20
21
|
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../commands/CreateUseCaseCommand";
|
|
21
22
|
import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
|
|
22
23
|
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
|
|
24
|
+
import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "../commands/DeleteContactFlowCommand";
|
|
25
|
+
import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "../commands/DeleteContactFlowModuleCommand";
|
|
23
26
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
|
|
24
27
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
|
|
25
28
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
|
|
@@ -29,7 +32,9 @@ import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "../comman
|
|
|
29
32
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
30
33
|
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "../commands/DeleteUserHierarchyGroupCommand";
|
|
31
34
|
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
|
|
35
|
+
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
|
|
32
36
|
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
|
|
37
|
+
import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "../commands/DescribeContactFlowModuleCommand";
|
|
33
38
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
|
|
34
39
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
|
|
35
40
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
|
|
@@ -56,7 +61,9 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../comman
|
|
|
56
61
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
|
|
57
62
|
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
|
|
58
63
|
import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
|
|
64
|
+
import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
|
|
59
65
|
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
|
|
66
|
+
import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "../commands/ListContactReferencesCommand";
|
|
60
67
|
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
|
|
61
68
|
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
|
|
62
69
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
@@ -92,8 +99,13 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
92
99
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
93
100
|
import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "../commands/UpdateAgentStatusCommand";
|
|
94
101
|
import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "../commands/UpdateContactAttributesCommand";
|
|
102
|
+
import { UpdateContactCommandInput, UpdateContactCommandOutput } from "../commands/UpdateContactCommand";
|
|
95
103
|
import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "../commands/UpdateContactFlowContentCommand";
|
|
104
|
+
import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "../commands/UpdateContactFlowMetadataCommand";
|
|
105
|
+
import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "../commands/UpdateContactFlowModuleContentCommand";
|
|
106
|
+
import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "../commands/UpdateContactFlowModuleMetadataCommand";
|
|
96
107
|
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
|
|
108
|
+
import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "../commands/UpdateContactScheduleCommand";
|
|
97
109
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
|
|
98
110
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
|
|
99
111
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
|
|
@@ -126,6 +138,7 @@ export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand:
|
|
|
126
138
|
export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (input: AssociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
139
|
export declare const serializeAws_restJson1CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
140
|
export declare const serializeAws_restJson1CreateContactFlowCommand: (input: CreateContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_restJson1CreateContactFlowModuleCommand: (input: CreateContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
142
|
export declare const serializeAws_restJson1CreateHoursOfOperationCommand: (input: CreateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
143
|
export declare const serializeAws_restJson1CreateInstanceCommand: (input: CreateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
144
|
export declare const serializeAws_restJson1CreateIntegrationAssociationCommand: (input: CreateIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -136,6 +149,8 @@ export declare const serializeAws_restJson1CreateSecurityProfileCommand: (input:
|
|
|
136
149
|
export declare const serializeAws_restJson1CreateUseCaseCommand: (input: CreateUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
150
|
export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
151
|
export declare const serializeAws_restJson1CreateUserHierarchyGroupCommand: (input: CreateUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
export declare const serializeAws_restJson1DeleteContactFlowCommand: (input: DeleteContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
export declare const serializeAws_restJson1DeleteContactFlowModuleCommand: (input: DeleteContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
154
|
export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (input: DeleteHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
155
|
export declare const serializeAws_restJson1DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
156
|
export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -145,7 +160,9 @@ export declare const serializeAws_restJson1DeleteUseCaseCommand: (input: DeleteU
|
|
|
145
160
|
export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
161
|
export declare const serializeAws_restJson1DeleteUserHierarchyGroupCommand: (input: DeleteUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
162
|
export declare const serializeAws_restJson1DescribeAgentStatusCommand: (input: DescribeAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
export declare const serializeAws_restJson1DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
164
|
export declare const serializeAws_restJson1DescribeContactFlowCommand: (input: DescribeContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
export declare const serializeAws_restJson1DescribeContactFlowModuleCommand: (input: DescribeContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
166
|
export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (input: DescribeHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
167
|
export declare const serializeAws_restJson1DescribeInstanceCommand: (input: DescribeInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
168
|
export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -172,7 +189,9 @@ export declare const serializeAws_restJson1GetMetricDataCommand: (input: GetMetr
|
|
|
172
189
|
export declare const serializeAws_restJson1ListAgentStatusesCommand: (input: ListAgentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
190
|
export declare const serializeAws_restJson1ListApprovedOriginsCommand: (input: ListApprovedOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
191
|
export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
+
export declare const serializeAws_restJson1ListContactFlowModulesCommand: (input: ListContactFlowModulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
193
|
export declare const serializeAws_restJson1ListContactFlowsCommand: (input: ListContactFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1ListContactReferencesCommand: (input: ListContactReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
195
|
export declare const serializeAws_restJson1ListHoursOfOperationsCommand: (input: ListHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
196
|
export declare const serializeAws_restJson1ListInstanceAttributesCommand: (input: ListInstanceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
197
|
export declare const serializeAws_restJson1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -207,9 +226,14 @@ export declare const serializeAws_restJson1SuspendContactRecordingCommand: (inpu
|
|
|
207
226
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
227
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
228
|
export declare const serializeAws_restJson1UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
+
export declare const serializeAws_restJson1UpdateContactCommand: (input: UpdateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
230
|
export declare const serializeAws_restJson1UpdateContactAttributesCommand: (input: UpdateContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
231
|
export declare const serializeAws_restJson1UpdateContactFlowContentCommand: (input: UpdateContactFlowContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
+
export declare const serializeAws_restJson1UpdateContactFlowMetadataCommand: (input: UpdateContactFlowMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
export declare const serializeAws_restJson1UpdateContactFlowModuleContentCommand: (input: UpdateContactFlowModuleContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (input: UpdateContactFlowModuleMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
235
|
export declare const serializeAws_restJson1UpdateContactFlowNameCommand: (input: UpdateContactFlowNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
+
export declare const serializeAws_restJson1UpdateContactScheduleCommand: (input: UpdateContactScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
237
|
export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
238
|
export declare const serializeAws_restJson1UpdateInstanceAttributeCommand: (input: UpdateInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
239
|
export declare const serializeAws_restJson1UpdateInstanceStorageConfigCommand: (input: UpdateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -242,6 +266,7 @@ export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesComman
|
|
|
242
266
|
export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSecurityKeyCommandOutput>;
|
|
243
267
|
export declare const deserializeAws_restJson1CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
|
|
244
268
|
export declare const deserializeAws_restJson1CreateContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowCommandOutput>;
|
|
269
|
+
export declare const deserializeAws_restJson1CreateContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowModuleCommandOutput>;
|
|
245
270
|
export declare const deserializeAws_restJson1CreateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationCommandOutput>;
|
|
246
271
|
export declare const deserializeAws_restJson1CreateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceCommandOutput>;
|
|
247
272
|
export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationAssociationCommandOutput>;
|
|
@@ -252,6 +277,8 @@ export declare const deserializeAws_restJson1CreateSecurityProfileCommand: (outp
|
|
|
252
277
|
export declare const deserializeAws_restJson1CreateUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUseCaseCommandOutput>;
|
|
253
278
|
export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
254
279
|
export declare const deserializeAws_restJson1CreateUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
280
|
+
export declare const deserializeAws_restJson1DeleteContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowCommandOutput>;
|
|
281
|
+
export declare const deserializeAws_restJson1DeleteContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowModuleCommandOutput>;
|
|
255
282
|
export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationCommandOutput>;
|
|
256
283
|
export declare const deserializeAws_restJson1DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
|
|
257
284
|
export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
@@ -261,7 +288,9 @@ export declare const deserializeAws_restJson1DeleteUseCaseCommand: (output: __Ht
|
|
|
261
288
|
export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
262
289
|
export declare const deserializeAws_restJson1DeleteUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
263
290
|
export declare const deserializeAws_restJson1DescribeAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentStatusCommandOutput>;
|
|
291
|
+
export declare const deserializeAws_restJson1DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
|
|
264
292
|
export declare const deserializeAws_restJson1DescribeContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowCommandOutput>;
|
|
293
|
+
export declare const deserializeAws_restJson1DescribeContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowModuleCommandOutput>;
|
|
265
294
|
export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationCommandOutput>;
|
|
266
295
|
export declare const deserializeAws_restJson1DescribeInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCommandOutput>;
|
|
267
296
|
export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
|
|
@@ -288,7 +317,9 @@ export declare const deserializeAws_restJson1GetMetricDataCommand: (output: __Ht
|
|
|
288
317
|
export declare const deserializeAws_restJson1ListAgentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentStatusesCommandOutput>;
|
|
289
318
|
export declare const deserializeAws_restJson1ListApprovedOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovedOriginsCommandOutput>;
|
|
290
319
|
export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
|
|
320
|
+
export declare const deserializeAws_restJson1ListContactFlowModulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowModulesCommandOutput>;
|
|
291
321
|
export declare const deserializeAws_restJson1ListContactFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowsCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_restJson1ListContactReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactReferencesCommandOutput>;
|
|
292
323
|
export declare const deserializeAws_restJson1ListHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHoursOfOperationsCommandOutput>;
|
|
293
324
|
export declare const deserializeAws_restJson1ListInstanceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceAttributesCommandOutput>;
|
|
294
325
|
export declare const deserializeAws_restJson1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
|
|
@@ -323,9 +354,14 @@ export declare const deserializeAws_restJson1SuspendContactRecordingCommand: (ou
|
|
|
323
354
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
324
355
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
325
356
|
export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
|
|
357
|
+
export declare const deserializeAws_restJson1UpdateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactCommandOutput>;
|
|
326
358
|
export declare const deserializeAws_restJson1UpdateContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactAttributesCommandOutput>;
|
|
327
359
|
export declare const deserializeAws_restJson1UpdateContactFlowContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowContentCommandOutput>;
|
|
360
|
+
export declare const deserializeAws_restJson1UpdateContactFlowMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowMetadataCommandOutput>;
|
|
361
|
+
export declare const deserializeAws_restJson1UpdateContactFlowModuleContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowModuleContentCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowModuleMetadataCommandOutput>;
|
|
328
363
|
export declare const deserializeAws_restJson1UpdateContactFlowNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowNameCommandOutput>;
|
|
364
|
+
export declare const deserializeAws_restJson1UpdateContactScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactScheduleCommandOutput>;
|
|
329
365
|
export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;
|
|
330
366
|
export declare const deserializeAws_restJson1UpdateInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceAttributeCommandOutput>;
|
|
331
367
|
export declare const deserializeAws_restJson1UpdateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
@@ -9,6 +9,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
|
|
|
9
9
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
10
10
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
11
11
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
|
|
12
|
+
import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
|
|
12
13
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
|
|
13
14
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
14
15
|
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
|
|
@@ -19,6 +20,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
|
|
|
19
20
|
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
|
|
20
21
|
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
21
22
|
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
|
|
23
|
+
import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
|
|
24
|
+
import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
|
|
22
25
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
|
|
23
26
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
24
27
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
|
|
@@ -28,7 +31,9 @@ import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./command
|
|
|
28
31
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
29
32
|
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
|
|
30
33
|
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
|
|
34
|
+
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
31
35
|
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
|
|
36
|
+
import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
|
|
32
37
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
|
|
33
38
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
34
39
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
@@ -55,7 +60,9 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./command
|
|
|
55
60
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
56
61
|
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
57
62
|
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
63
|
+
import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
|
|
58
64
|
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
|
|
65
|
+
import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
|
|
59
66
|
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
|
|
60
67
|
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
|
|
61
68
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
@@ -91,8 +98,13 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
91
98
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
92
99
|
import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
93
100
|
import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
|
|
101
|
+
import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
|
|
94
102
|
import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
|
|
103
|
+
import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "./commands/UpdateContactFlowMetadataCommand";
|
|
104
|
+
import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "./commands/UpdateContactFlowModuleContentCommand";
|
|
105
|
+
import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "./commands/UpdateContactFlowModuleMetadataCommand";
|
|
95
106
|
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
|
|
107
|
+
import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
|
|
96
108
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
|
|
97
109
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
|
|
98
110
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
@@ -159,6 +171,10 @@ export declare class Connect extends ConnectClient {
|
|
|
159
171
|
createContactFlow(args: CreateContactFlowCommandInput, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
|
|
160
172
|
createContactFlow(args: CreateContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
|
|
161
173
|
|
|
174
|
+
createContactFlowModule(args: CreateContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowModuleCommandOutput>;
|
|
175
|
+
createContactFlowModule(args: CreateContactFlowModuleCommandInput, cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void): void;
|
|
176
|
+
createContactFlowModule(args: CreateContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void): void;
|
|
177
|
+
|
|
162
178
|
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationCommandOutput>;
|
|
163
179
|
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
|
|
164
180
|
createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
|
|
@@ -199,6 +215,14 @@ export declare class Connect extends ConnectClient {
|
|
|
199
215
|
createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
|
|
200
216
|
createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
|
|
201
217
|
|
|
218
|
+
deleteContactFlow(args: DeleteContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowCommandOutput>;
|
|
219
|
+
deleteContactFlow(args: DeleteContactFlowCommandInput, cb: (err: any, data?: DeleteContactFlowCommandOutput) => void): void;
|
|
220
|
+
deleteContactFlow(args: DeleteContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowCommandOutput) => void): void;
|
|
221
|
+
|
|
222
|
+
deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowModuleCommandOutput>;
|
|
223
|
+
deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void): void;
|
|
224
|
+
deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void): void;
|
|
225
|
+
|
|
202
226
|
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationCommandOutput>;
|
|
203
227
|
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
|
|
204
228
|
deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
|
|
@@ -235,10 +259,18 @@ export declare class Connect extends ConnectClient {
|
|
|
235
259
|
describeAgentStatus(args: DescribeAgentStatusCommandInput, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
|
|
236
260
|
describeAgentStatus(args: DescribeAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
|
|
237
261
|
|
|
262
|
+
describeContact(args: DescribeContactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactCommandOutput>;
|
|
263
|
+
describeContact(args: DescribeContactCommandInput, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
|
|
264
|
+
describeContact(args: DescribeContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
|
|
265
|
+
|
|
238
266
|
describeContactFlow(args: DescribeContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowCommandOutput>;
|
|
239
267
|
describeContactFlow(args: DescribeContactFlowCommandInput, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
|
|
240
268
|
describeContactFlow(args: DescribeContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
|
|
241
269
|
|
|
270
|
+
describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowModuleCommandOutput>;
|
|
271
|
+
describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void): void;
|
|
272
|
+
describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void): void;
|
|
273
|
+
|
|
242
274
|
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationCommandOutput>;
|
|
243
275
|
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
|
|
244
276
|
describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
|
|
@@ -343,10 +375,18 @@ export declare class Connect extends ConnectClient {
|
|
|
343
375
|
listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
|
|
344
376
|
listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
|
|
345
377
|
|
|
378
|
+
listContactFlowModules(args: ListContactFlowModulesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowModulesCommandOutput>;
|
|
379
|
+
listContactFlowModules(args: ListContactFlowModulesCommandInput, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
|
|
380
|
+
listContactFlowModules(args: ListContactFlowModulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
|
|
381
|
+
|
|
346
382
|
listContactFlows(args: ListContactFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowsCommandOutput>;
|
|
347
383
|
listContactFlows(args: ListContactFlowsCommandInput, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
|
|
348
384
|
listContactFlows(args: ListContactFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
|
|
349
385
|
|
|
386
|
+
listContactReferences(args: ListContactReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactReferencesCommandOutput>;
|
|
387
|
+
listContactReferences(args: ListContactReferencesCommandInput, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
|
|
388
|
+
listContactReferences(args: ListContactReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
|
|
389
|
+
|
|
350
390
|
listHoursOfOperations(args: ListHoursOfOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListHoursOfOperationsCommandOutput>;
|
|
351
391
|
listHoursOfOperations(args: ListHoursOfOperationsCommandInput, cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void): void;
|
|
352
392
|
listHoursOfOperations(args: ListHoursOfOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void): void;
|
|
@@ -483,6 +523,10 @@ export declare class Connect extends ConnectClient {
|
|
|
483
523
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
484
524
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
485
525
|
|
|
526
|
+
updateContact(args: UpdateContactCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactCommandOutput>;
|
|
527
|
+
updateContact(args: UpdateContactCommandInput, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
|
|
528
|
+
updateContact(args: UpdateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
|
|
529
|
+
|
|
486
530
|
updateContactAttributes(args: UpdateContactAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactAttributesCommandOutput>;
|
|
487
531
|
updateContactAttributes(args: UpdateContactAttributesCommandInput, cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void): void;
|
|
488
532
|
updateContactAttributes(args: UpdateContactAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void): void;
|
|
@@ -491,10 +535,26 @@ export declare class Connect extends ConnectClient {
|
|
|
491
535
|
updateContactFlowContent(args: UpdateContactFlowContentCommandInput, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
|
|
492
536
|
updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
|
|
493
537
|
|
|
538
|
+
updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowMetadataCommandOutput>;
|
|
539
|
+
updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void): void;
|
|
540
|
+
updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void): void;
|
|
541
|
+
|
|
542
|
+
updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowModuleContentCommandOutput>;
|
|
543
|
+
updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void): void;
|
|
544
|
+
updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void): void;
|
|
545
|
+
|
|
546
|
+
updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowModuleMetadataCommandOutput>;
|
|
547
|
+
updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void): void;
|
|
548
|
+
updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void): void;
|
|
549
|
+
|
|
494
550
|
updateContactFlowName(args: UpdateContactFlowNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowNameCommandOutput>;
|
|
495
551
|
updateContactFlowName(args: UpdateContactFlowNameCommandInput, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
|
|
496
552
|
updateContactFlowName(args: UpdateContactFlowNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
|
|
497
553
|
|
|
554
|
+
updateContactSchedule(args: UpdateContactScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactScheduleCommandOutput>;
|
|
555
|
+
updateContactSchedule(args: UpdateContactScheduleCommandInput, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
|
|
556
|
+
updateContactSchedule(args: UpdateContactScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
|
|
557
|
+
|
|
498
558
|
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationCommandOutput>;
|
|
499
559
|
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
|
|
500
560
|
updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
|
|
@@ -16,6 +16,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
|
|
|
16
16
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
17
17
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
18
18
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
|
|
19
|
+
import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
|
|
19
20
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
|
|
20
21
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
21
22
|
import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
|
|
@@ -26,6 +27,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
|
|
|
26
27
|
import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
|
|
27
28
|
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
28
29
|
import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
|
|
30
|
+
import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
|
|
31
|
+
import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
|
|
29
32
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
|
|
30
33
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
31
34
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
|
|
@@ -35,7 +38,9 @@ import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./command
|
|
|
35
38
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
36
39
|
import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
|
|
37
40
|
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
|
|
41
|
+
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
38
42
|
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
|
|
43
|
+
import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
|
|
39
44
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
|
|
40
45
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
41
46
|
import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
|
|
@@ -62,7 +67,9 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./command
|
|
|
62
67
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
63
68
|
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
64
69
|
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
70
|
+
import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
|
|
65
71
|
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
|
|
72
|
+
import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
|
|
66
73
|
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
|
|
67
74
|
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
|
|
68
75
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
@@ -98,8 +105,13 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
98
105
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
99
106
|
import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
100
107
|
import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
|
|
108
|
+
import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
|
|
101
109
|
import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
|
|
110
|
+
import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "./commands/UpdateContactFlowMetadataCommand";
|
|
111
|
+
import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "./commands/UpdateContactFlowModuleContentCommand";
|
|
112
|
+
import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "./commands/UpdateContactFlowModuleMetadataCommand";
|
|
102
113
|
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
|
|
114
|
+
import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
|
|
103
115
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
|
|
104
116
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
|
|
105
117
|
import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
|
|
@@ -122,8 +134,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
|
|
|
122
134
|
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
|
|
123
135
|
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
|
|
124
136
|
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
125
|
-
export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactFlowCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowNameCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
126
|
-
export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactFlowCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowNameCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
137
|
+
export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
138
|
+
export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
127
139
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
128
140
|
|
|
129
141
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { CreateContactFlowModuleRequest, CreateContactFlowModuleResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateContactFlowModuleCommandInput extends CreateContactFlowModuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowModuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateContactFlowModuleCommandInput;
|
|
12
|
+
constructor(input: CreateContactFlowModuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DeleteContactFlowRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteContactFlowCommandInput extends DeleteContactFlowRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteContactFlowCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteContactFlowCommand extends $Command<DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteContactFlowCommandInput;
|
|
12
|
+
constructor(input: DeleteContactFlowCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DeleteContactFlowModuleRequest, DeleteContactFlowModuleResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteContactFlowModuleCommandInput extends DeleteContactFlowModuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteContactFlowModuleCommandOutput extends DeleteContactFlowModuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteContactFlowModuleCommand extends $Command<DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteContactFlowModuleCommandInput;
|
|
12
|
+
constructor(input: DeleteContactFlowModuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeContactCommandInput extends DescribeContactRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeContactCommandInput;
|
|
12
|
+
constructor(input: DescribeContactCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DescribeContactFlowModuleRequest, DescribeContactFlowModuleResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeContactFlowModuleCommandInput extends DescribeContactFlowModuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeContactFlowModuleCommandOutput extends DescribeContactFlowModuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeContactFlowModuleCommand extends $Command<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeContactFlowModuleCommandInput;
|
|
12
|
+
constructor(input: DescribeContactFlowModuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListContactFlowModulesCommandInput extends ListContactFlowModulesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListContactFlowModulesCommandOutput extends ListContactFlowModulesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListContactFlowModulesCommand extends $Command<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: ListContactFlowModulesCommandInput;
|
|
12
|
+
constructor(input: ListContactFlowModulesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListContactReferencesCommandInput extends ListContactReferencesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListContactReferencesCommandOutput extends ListContactReferencesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListContactReferencesCommand extends $Command<ListContactReferencesCommandInput, ListContactReferencesCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: ListContactReferencesCommandInput;
|
|
12
|
+
constructor(input: ListContactReferencesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactReferencesCommandInput, ListContactReferencesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import { TagResourceRequest } from "../models/
|
|
4
|
+
import { TagResourceRequest } from "../models/models_1";
|
|
5
5
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|