@aws-sdk/client-connect 3.40.0 → 3.45.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 +44 -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 +9 -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-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 +9 -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-types/Connect.d.ts +112 -14
- package/dist-types/ConnectClient.d.ts +17 -7
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/AssociateBotCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/CreateInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserHierarchyGroupCommand.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 +3 -2
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -3
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.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 +6 -6
|
@@ -1,4 +1,458 @@
|
|
|
1
|
-
import { UserPhoneConfig } from "./models_0";
|
|
1
|
+
import { AgentStatusState, ContactFlowModuleState, ContactFlowState, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, Reference, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
|
|
2
|
+
export interface TagResourceRequest {
|
|
3
|
+
|
|
4
|
+
resourceArn: string | undefined;
|
|
5
|
+
|
|
6
|
+
tags: {
|
|
7
|
+
[key: string]: string;
|
|
8
|
+
} | undefined;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace TagResourceRequest {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
13
|
+
}
|
|
14
|
+
export interface UntagResourceRequest {
|
|
15
|
+
|
|
16
|
+
resourceArn: string | undefined;
|
|
17
|
+
|
|
18
|
+
tagKeys: string[] | undefined;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UntagResourceRequest {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
23
|
+
}
|
|
24
|
+
export interface UpdateAgentStatusRequest {
|
|
25
|
+
|
|
26
|
+
InstanceId: string | undefined;
|
|
27
|
+
|
|
28
|
+
AgentStatusId: string | undefined;
|
|
29
|
+
|
|
30
|
+
Name?: string;
|
|
31
|
+
|
|
32
|
+
Description?: string;
|
|
33
|
+
|
|
34
|
+
State?: AgentStatusState | string;
|
|
35
|
+
|
|
36
|
+
DisplayOrder?: number;
|
|
37
|
+
|
|
38
|
+
ResetOrderNumber?: boolean;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace UpdateAgentStatusRequest {
|
|
41
|
+
|
|
42
|
+
const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
|
|
43
|
+
}
|
|
44
|
+
export interface UpdateContactRequest {
|
|
45
|
+
|
|
46
|
+
InstanceId: string | undefined;
|
|
47
|
+
|
|
48
|
+
ContactId: string | undefined;
|
|
49
|
+
|
|
50
|
+
Name?: string;
|
|
51
|
+
|
|
52
|
+
Description?: string;
|
|
53
|
+
|
|
54
|
+
References?: {
|
|
55
|
+
[key: string]: Reference;
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
export declare namespace UpdateContactRequest {
|
|
59
|
+
|
|
60
|
+
const filterSensitiveLog: (obj: UpdateContactRequest) => any;
|
|
61
|
+
}
|
|
62
|
+
export interface UpdateContactResponse {
|
|
63
|
+
}
|
|
64
|
+
export declare namespace UpdateContactResponse {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: UpdateContactResponse) => any;
|
|
67
|
+
}
|
|
68
|
+
export interface UpdateContactAttributesRequest {
|
|
69
|
+
|
|
70
|
+
InitialContactId: string | undefined;
|
|
71
|
+
|
|
72
|
+
InstanceId: string | undefined;
|
|
73
|
+
|
|
74
|
+
Attributes: {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
} | undefined;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace UpdateContactAttributesRequest {
|
|
79
|
+
|
|
80
|
+
const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
|
|
81
|
+
}
|
|
82
|
+
export interface UpdateContactAttributesResponse {
|
|
83
|
+
}
|
|
84
|
+
export declare namespace UpdateContactAttributesResponse {
|
|
85
|
+
|
|
86
|
+
const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
|
|
87
|
+
}
|
|
88
|
+
export interface UpdateContactFlowContentRequest {
|
|
89
|
+
|
|
90
|
+
InstanceId: string | undefined;
|
|
91
|
+
|
|
92
|
+
ContactFlowId: string | undefined;
|
|
93
|
+
|
|
94
|
+
Content: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace UpdateContactFlowContentRequest {
|
|
97
|
+
|
|
98
|
+
const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
|
|
99
|
+
}
|
|
100
|
+
export interface UpdateContactFlowMetadataRequest {
|
|
101
|
+
|
|
102
|
+
InstanceId: string | undefined;
|
|
103
|
+
|
|
104
|
+
ContactFlowId: string | undefined;
|
|
105
|
+
|
|
106
|
+
Name?: string;
|
|
107
|
+
|
|
108
|
+
Description?: string;
|
|
109
|
+
|
|
110
|
+
ContactFlowState?: ContactFlowState | string;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace UpdateContactFlowMetadataRequest {
|
|
113
|
+
|
|
114
|
+
const filterSensitiveLog: (obj: UpdateContactFlowMetadataRequest) => any;
|
|
115
|
+
}
|
|
116
|
+
export interface UpdateContactFlowModuleContentRequest {
|
|
117
|
+
|
|
118
|
+
InstanceId: string | undefined;
|
|
119
|
+
|
|
120
|
+
ContactFlowModuleId: string | undefined;
|
|
121
|
+
|
|
122
|
+
Content: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
export declare namespace UpdateContactFlowModuleContentRequest {
|
|
125
|
+
|
|
126
|
+
const filterSensitiveLog: (obj: UpdateContactFlowModuleContentRequest) => any;
|
|
127
|
+
}
|
|
128
|
+
export interface UpdateContactFlowModuleContentResponse {
|
|
129
|
+
}
|
|
130
|
+
export declare namespace UpdateContactFlowModuleContentResponse {
|
|
131
|
+
|
|
132
|
+
const filterSensitiveLog: (obj: UpdateContactFlowModuleContentResponse) => any;
|
|
133
|
+
}
|
|
134
|
+
export interface UpdateContactFlowModuleMetadataRequest {
|
|
135
|
+
|
|
136
|
+
InstanceId: string | undefined;
|
|
137
|
+
|
|
138
|
+
ContactFlowModuleId: string | undefined;
|
|
139
|
+
|
|
140
|
+
Name?: string;
|
|
141
|
+
|
|
142
|
+
Description?: string;
|
|
143
|
+
|
|
144
|
+
State?: ContactFlowModuleState | string;
|
|
145
|
+
}
|
|
146
|
+
export declare namespace UpdateContactFlowModuleMetadataRequest {
|
|
147
|
+
|
|
148
|
+
const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataRequest) => any;
|
|
149
|
+
}
|
|
150
|
+
export interface UpdateContactFlowModuleMetadataResponse {
|
|
151
|
+
}
|
|
152
|
+
export declare namespace UpdateContactFlowModuleMetadataResponse {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataResponse) => any;
|
|
155
|
+
}
|
|
156
|
+
export interface UpdateContactFlowNameRequest {
|
|
157
|
+
|
|
158
|
+
InstanceId: string | undefined;
|
|
159
|
+
|
|
160
|
+
ContactFlowId: string | undefined;
|
|
161
|
+
|
|
162
|
+
Name?: string;
|
|
163
|
+
|
|
164
|
+
Description?: string;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace UpdateContactFlowNameRequest {
|
|
167
|
+
|
|
168
|
+
const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
|
|
169
|
+
}
|
|
170
|
+
export interface UpdateContactScheduleRequest {
|
|
171
|
+
|
|
172
|
+
InstanceId: string | undefined;
|
|
173
|
+
|
|
174
|
+
ContactId: string | undefined;
|
|
175
|
+
|
|
176
|
+
ScheduledTime: Date | undefined;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace UpdateContactScheduleRequest {
|
|
179
|
+
|
|
180
|
+
const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
|
|
181
|
+
}
|
|
182
|
+
export interface UpdateContactScheduleResponse {
|
|
183
|
+
}
|
|
184
|
+
export declare namespace UpdateContactScheduleResponse {
|
|
185
|
+
|
|
186
|
+
const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
|
|
187
|
+
}
|
|
188
|
+
export interface UpdateHoursOfOperationRequest {
|
|
189
|
+
|
|
190
|
+
InstanceId: string | undefined;
|
|
191
|
+
|
|
192
|
+
HoursOfOperationId: string | undefined;
|
|
193
|
+
|
|
194
|
+
Name?: string;
|
|
195
|
+
|
|
196
|
+
Description?: string;
|
|
197
|
+
|
|
198
|
+
TimeZone?: string;
|
|
199
|
+
|
|
200
|
+
Config?: HoursOfOperationConfig[];
|
|
201
|
+
}
|
|
202
|
+
export declare namespace UpdateHoursOfOperationRequest {
|
|
203
|
+
|
|
204
|
+
const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
|
|
205
|
+
}
|
|
206
|
+
export interface UpdateInstanceAttributeRequest {
|
|
207
|
+
|
|
208
|
+
InstanceId: string | undefined;
|
|
209
|
+
|
|
210
|
+
AttributeType: InstanceAttributeType | string | undefined;
|
|
211
|
+
|
|
212
|
+
Value: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace UpdateInstanceAttributeRequest {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
|
|
217
|
+
}
|
|
218
|
+
export interface UpdateInstanceStorageConfigRequest {
|
|
219
|
+
|
|
220
|
+
InstanceId: string | undefined;
|
|
221
|
+
|
|
222
|
+
AssociationId: string | undefined;
|
|
223
|
+
|
|
224
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
225
|
+
|
|
226
|
+
StorageConfig: InstanceStorageConfig | undefined;
|
|
227
|
+
}
|
|
228
|
+
export declare namespace UpdateInstanceStorageConfigRequest {
|
|
229
|
+
|
|
230
|
+
const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
|
|
231
|
+
}
|
|
232
|
+
export interface UpdateQueueHoursOfOperationRequest {
|
|
233
|
+
|
|
234
|
+
InstanceId: string | undefined;
|
|
235
|
+
|
|
236
|
+
QueueId: string | undefined;
|
|
237
|
+
|
|
238
|
+
HoursOfOperationId: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace UpdateQueueHoursOfOperationRequest {
|
|
241
|
+
|
|
242
|
+
const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
|
|
243
|
+
}
|
|
244
|
+
export interface UpdateQueueMaxContactsRequest {
|
|
245
|
+
|
|
246
|
+
InstanceId: string | undefined;
|
|
247
|
+
|
|
248
|
+
QueueId: string | undefined;
|
|
249
|
+
|
|
250
|
+
MaxContacts?: number;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace UpdateQueueMaxContactsRequest {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
|
|
255
|
+
}
|
|
256
|
+
export interface UpdateQueueNameRequest {
|
|
257
|
+
|
|
258
|
+
InstanceId: string | undefined;
|
|
259
|
+
|
|
260
|
+
QueueId: string | undefined;
|
|
261
|
+
|
|
262
|
+
Name?: string;
|
|
263
|
+
|
|
264
|
+
Description?: string;
|
|
265
|
+
}
|
|
266
|
+
export declare namespace UpdateQueueNameRequest {
|
|
267
|
+
|
|
268
|
+
const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
|
|
269
|
+
}
|
|
270
|
+
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
271
|
+
|
|
272
|
+
InstanceId: string | undefined;
|
|
273
|
+
|
|
274
|
+
QueueId: string | undefined;
|
|
275
|
+
|
|
276
|
+
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace UpdateQueueOutboundCallerConfigRequest {
|
|
279
|
+
|
|
280
|
+
const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
|
|
281
|
+
}
|
|
282
|
+
export interface UpdateQueueStatusRequest {
|
|
283
|
+
|
|
284
|
+
InstanceId: string | undefined;
|
|
285
|
+
|
|
286
|
+
QueueId: string | undefined;
|
|
287
|
+
|
|
288
|
+
Status: QueueStatus | string | undefined;
|
|
289
|
+
}
|
|
290
|
+
export declare namespace UpdateQueueStatusRequest {
|
|
291
|
+
|
|
292
|
+
const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
|
|
293
|
+
}
|
|
294
|
+
export interface UpdateQuickConnectConfigRequest {
|
|
295
|
+
|
|
296
|
+
InstanceId: string | undefined;
|
|
297
|
+
|
|
298
|
+
QuickConnectId: string | undefined;
|
|
299
|
+
|
|
300
|
+
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
301
|
+
}
|
|
302
|
+
export declare namespace UpdateQuickConnectConfigRequest {
|
|
303
|
+
|
|
304
|
+
const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
|
|
305
|
+
}
|
|
306
|
+
export interface UpdateQuickConnectNameRequest {
|
|
307
|
+
|
|
308
|
+
InstanceId: string | undefined;
|
|
309
|
+
|
|
310
|
+
QuickConnectId: string | undefined;
|
|
311
|
+
|
|
312
|
+
Name?: string;
|
|
313
|
+
|
|
314
|
+
Description?: string;
|
|
315
|
+
}
|
|
316
|
+
export declare namespace UpdateQuickConnectNameRequest {
|
|
317
|
+
|
|
318
|
+
const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
|
|
319
|
+
}
|
|
320
|
+
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
321
|
+
|
|
322
|
+
InstanceId: string | undefined;
|
|
323
|
+
|
|
324
|
+
RoutingProfileId: string | undefined;
|
|
325
|
+
|
|
326
|
+
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
327
|
+
}
|
|
328
|
+
export declare namespace UpdateRoutingProfileConcurrencyRequest {
|
|
329
|
+
|
|
330
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
|
|
331
|
+
}
|
|
332
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
333
|
+
|
|
334
|
+
InstanceId: string | undefined;
|
|
335
|
+
|
|
336
|
+
RoutingProfileId: string | undefined;
|
|
337
|
+
|
|
338
|
+
DefaultOutboundQueueId: string | undefined;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
341
|
+
|
|
342
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
|
|
343
|
+
}
|
|
344
|
+
export interface UpdateRoutingProfileNameRequest {
|
|
345
|
+
|
|
346
|
+
InstanceId: string | undefined;
|
|
347
|
+
|
|
348
|
+
RoutingProfileId: string | undefined;
|
|
349
|
+
|
|
350
|
+
Name?: string;
|
|
351
|
+
|
|
352
|
+
Description?: string;
|
|
353
|
+
}
|
|
354
|
+
export declare namespace UpdateRoutingProfileNameRequest {
|
|
355
|
+
|
|
356
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
|
|
357
|
+
}
|
|
358
|
+
export interface UpdateRoutingProfileQueuesRequest {
|
|
359
|
+
|
|
360
|
+
InstanceId: string | undefined;
|
|
361
|
+
|
|
362
|
+
RoutingProfileId: string | undefined;
|
|
363
|
+
|
|
364
|
+
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
365
|
+
}
|
|
366
|
+
export declare namespace UpdateRoutingProfileQueuesRequest {
|
|
367
|
+
|
|
368
|
+
const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
|
|
369
|
+
}
|
|
370
|
+
export interface UpdateSecurityProfileRequest {
|
|
371
|
+
|
|
372
|
+
Description?: string;
|
|
373
|
+
|
|
374
|
+
Permissions?: string[];
|
|
375
|
+
|
|
376
|
+
SecurityProfileId: string | undefined;
|
|
377
|
+
|
|
378
|
+
InstanceId: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
export declare namespace UpdateSecurityProfileRequest {
|
|
381
|
+
|
|
382
|
+
const filterSensitiveLog: (obj: UpdateSecurityProfileRequest) => any;
|
|
383
|
+
}
|
|
384
|
+
export interface UpdateUserHierarchyRequest {
|
|
385
|
+
|
|
386
|
+
HierarchyGroupId?: string;
|
|
387
|
+
|
|
388
|
+
UserId: string | undefined;
|
|
389
|
+
|
|
390
|
+
InstanceId: string | undefined;
|
|
391
|
+
}
|
|
392
|
+
export declare namespace UpdateUserHierarchyRequest {
|
|
393
|
+
|
|
394
|
+
const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
|
|
395
|
+
}
|
|
396
|
+
export interface UpdateUserHierarchyGroupNameRequest {
|
|
397
|
+
|
|
398
|
+
Name: string | undefined;
|
|
399
|
+
|
|
400
|
+
HierarchyGroupId: string | undefined;
|
|
401
|
+
|
|
402
|
+
InstanceId: string | undefined;
|
|
403
|
+
}
|
|
404
|
+
export declare namespace UpdateUserHierarchyGroupNameRequest {
|
|
405
|
+
|
|
406
|
+
const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export interface HierarchyLevelUpdate {
|
|
410
|
+
|
|
411
|
+
Name: string | undefined;
|
|
412
|
+
}
|
|
413
|
+
export declare namespace HierarchyLevelUpdate {
|
|
414
|
+
|
|
415
|
+
const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface HierarchyStructureUpdate {
|
|
419
|
+
|
|
420
|
+
LevelOne?: HierarchyLevelUpdate;
|
|
421
|
+
|
|
422
|
+
LevelTwo?: HierarchyLevelUpdate;
|
|
423
|
+
|
|
424
|
+
LevelThree?: HierarchyLevelUpdate;
|
|
425
|
+
|
|
426
|
+
LevelFour?: HierarchyLevelUpdate;
|
|
427
|
+
|
|
428
|
+
LevelFive?: HierarchyLevelUpdate;
|
|
429
|
+
}
|
|
430
|
+
export declare namespace HierarchyStructureUpdate {
|
|
431
|
+
|
|
432
|
+
const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
|
|
433
|
+
}
|
|
434
|
+
export interface UpdateUserHierarchyStructureRequest {
|
|
435
|
+
|
|
436
|
+
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
437
|
+
|
|
438
|
+
InstanceId: string | undefined;
|
|
439
|
+
}
|
|
440
|
+
export declare namespace UpdateUserHierarchyStructureRequest {
|
|
441
|
+
|
|
442
|
+
const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
|
|
443
|
+
}
|
|
444
|
+
export interface UpdateUserIdentityInfoRequest {
|
|
445
|
+
|
|
446
|
+
IdentityInfo: UserIdentityInfo | undefined;
|
|
447
|
+
|
|
448
|
+
UserId: string | undefined;
|
|
449
|
+
|
|
450
|
+
InstanceId: string | undefined;
|
|
451
|
+
}
|
|
452
|
+
export declare namespace UpdateUserIdentityInfoRequest {
|
|
453
|
+
|
|
454
|
+
const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
|
|
455
|
+
}
|
|
2
456
|
export interface UpdateUserPhoneConfigRequest {
|
|
3
457
|
|
|
4
458
|
PhoneConfig: UserPhoneConfig | undefined;
|
|
@@ -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>;
|