@aws-sdk/client-connect 3.47.1 → 3.50.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 +38 -0
- package/README.md +2 -3
- package/dist-cjs/Connect.js +90 -0
- package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +36 -0
- package/dist-cjs/commands/CreateVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DeleteVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DescribeVocabularyCommand.js +36 -0
- package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +36 -0
- package/dist-cjs/commands/SearchVocabulariesCommand.js +36 -0
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +3 -3
- package/dist-cjs/commands/StartTaskContactCommand.js +3 -3
- package/dist-cjs/commands/StopContactCommand.js +3 -3
- package/dist-cjs/commands/StopContactRecordingCommand.js +3 -3
- package/dist-cjs/commands/StopContactStreamingCommand.js +3 -3
- package/dist-cjs/commands/SuspendContactRecordingCommand.js +3 -3
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +127 -95
- package/dist-cjs/models/models_1.js +91 -1
- package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +35 -0
- package/dist-cjs/pagination/SearchVocabulariesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +800 -7
- package/dist-es/Connect.js +90 -0
- package/dist-es/commands/AssociateDefaultVocabularyCommand.js +39 -0
- package/dist-es/commands/CreateVocabularyCommand.js +39 -0
- package/dist-es/commands/DeleteVocabularyCommand.js +39 -0
- package/dist-es/commands/DescribeVocabularyCommand.js +39 -0
- package/dist-es/commands/ListDefaultVocabulariesCommand.js +39 -0
- package/dist-es/commands/SearchVocabulariesCommand.js +39 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/StopContactCommand.js +1 -1
- package/dist-es/commands/StopContactRecordingCommand.js +1 -1
- package/dist-es/commands/StopContactStreamingCommand.js +1 -1
- package/dist-es/commands/SuspendContactRecordingCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +91 -61
- package/dist-es/models/models_1.js +61 -0
- package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +74 -0
- package/dist-es/pagination/SearchVocabulariesPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +948 -63
- package/dist-types/Connect.d.ts +63 -16
- package/dist-types/ConnectClient.d.ts +10 -5
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +35 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +37 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +35 -0
- package/dist-types/commands/ListBotsCommand.d.ts +2 -2
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +35 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +35 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +4 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +4 -3
- 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/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +445 -347
- package/dist-types/models/models_1.d.ts +337 -2
- package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/Connect.d.ts +0 -645
- package/dist-types/ts3.4/ConnectClient.d.ts +0 -201
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -128
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3648
- package/dist-types/ts3.4/models/models_1.d.ts +0 -491
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -29
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -386
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,491 +0,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
|
-
}
|
|
456
|
-
export interface UpdateUserPhoneConfigRequest {
|
|
457
|
-
|
|
458
|
-
PhoneConfig: UserPhoneConfig | undefined;
|
|
459
|
-
|
|
460
|
-
UserId: string | undefined;
|
|
461
|
-
|
|
462
|
-
InstanceId: string | undefined;
|
|
463
|
-
}
|
|
464
|
-
export declare namespace UpdateUserPhoneConfigRequest {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: UpdateUserPhoneConfigRequest) => any;
|
|
467
|
-
}
|
|
468
|
-
export interface UpdateUserRoutingProfileRequest {
|
|
469
|
-
|
|
470
|
-
RoutingProfileId: string | undefined;
|
|
471
|
-
|
|
472
|
-
UserId: string | undefined;
|
|
473
|
-
|
|
474
|
-
InstanceId: string | undefined;
|
|
475
|
-
}
|
|
476
|
-
export declare namespace UpdateUserRoutingProfileRequest {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: UpdateUserRoutingProfileRequest) => any;
|
|
479
|
-
}
|
|
480
|
-
export interface UpdateUserSecurityProfilesRequest {
|
|
481
|
-
|
|
482
|
-
SecurityProfileIds: string[] | undefined;
|
|
483
|
-
|
|
484
|
-
UserId: string | undefined;
|
|
485
|
-
|
|
486
|
-
InstanceId: string | undefined;
|
|
487
|
-
}
|
|
488
|
-
export declare namespace UpdateUserSecurityProfilesRequest {
|
|
489
|
-
|
|
490
|
-
const filterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
|
|
491
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetCurrentMetricData(config: ConnectPaginationConfiguration, input: GetCurrentMetricDataCommandInput, ...additionalArguments: any): Paginator<GetCurrentMetricDataCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetMetricData(config: ConnectPaginationConfiguration, input: GetMetricDataCommandInput, ...additionalArguments: any): Paginator<GetMetricDataCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Connect } from "../Connect";
|
|
3
|
-
import { ConnectClient } from "../ConnectClient";
|
|
4
|
-
export interface ConnectPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: Connect | ConnectClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListAgentStatuses(config: ConnectPaginationConfiguration, input: ListAgentStatusesCommandInput, ...additionalArguments: any): Paginator<ListAgentStatusesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListApprovedOrigins(config: ConnectPaginationConfiguration, input: ListApprovedOriginsCommandInput, ...additionalArguments: any): Paginator<ListApprovedOriginsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListBots(config: ConnectPaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
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>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListContactFlows(config: ConnectPaginationConfiguration, input: ListContactFlowsCommandInput, ...additionalArguments: any): Paginator<ListContactFlowsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
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>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListHoursOfOperations(config: ConnectPaginationConfiguration, input: ListHoursOfOperationsCommandInput, ...additionalArguments: any): Paginator<ListHoursOfOperationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListInstanceAttributes(config: ConnectPaginationConfiguration, input: ListInstanceAttributesCommandInput, ...additionalArguments: any): Paginator<ListInstanceAttributesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListInstanceStorageConfigs(config: ConnectPaginationConfiguration, input: ListInstanceStorageConfigsCommandInput, ...additionalArguments: any): Paginator<ListInstanceStorageConfigsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListInstances(config: ConnectPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListIntegrationAssociations(config: ConnectPaginationConfiguration, input: ListIntegrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListIntegrationAssociationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListLambdaFunctions(config: ConnectPaginationConfiguration, input: ListLambdaFunctionsCommandInput, ...additionalArguments: any): Paginator<ListLambdaFunctionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListLexBots(config: ConnectPaginationConfiguration, input: ListLexBotsCommandInput, ...additionalArguments: any): Paginator<ListLexBotsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListPhoneNumbers(config: ConnectPaginationConfiguration, input: ListPhoneNumbersCommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListPrompts(config: ConnectPaginationConfiguration, input: ListPromptsCommandInput, ...additionalArguments: any): Paginator<ListPromptsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListQueueQuickConnects(config: ConnectPaginationConfiguration, input: ListQueueQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQueueQuickConnectsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListQueues(config: ConnectPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListQuickConnects(config: ConnectPaginationConfiguration, input: ListQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQuickConnectsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListRoutingProfileQueues(config: ConnectPaginationConfiguration, input: ListRoutingProfileQueuesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfileQueuesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListRoutingProfiles(config: ConnectPaginationConfiguration, input: ListRoutingProfilesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfilesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListSecurityKeys(config: ConnectPaginationConfiguration, input: ListSecurityKeysCommandInput, ...additionalArguments: any): Paginator<ListSecurityKeysCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput } from "../commands/ListSecurityProfilePermissionsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListSecurityProfilePermissions(config: ConnectPaginationConfiguration, input: ListSecurityProfilePermissionsCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilePermissionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListSecurityProfiles(config: ConnectPaginationConfiguration, input: ListSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListUseCases(config: ConnectPaginationConfiguration, input: ListUseCasesCommandInput, ...additionalArguments: any): Paginator<ListUseCasesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListUserHierarchyGroups(config: ConnectPaginationConfiguration, input: ListUserHierarchyGroupsCommandInput, ...additionalArguments: any): Paginator<ListUserHierarchyGroupsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
3
|
-
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListUsers(config: ConnectPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
|