@aws-sdk/client-connect 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Connect.d.ts +2640 -775
- package/dist-types/ts3.4/ConnectClient.d.ts +1028 -227
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +154 -154
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ConnectServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2666 -3313
- package/dist-types/ts3.4/models/models_1.d.ts +1166 -1485
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +39 -39
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCurrentMetricDataCommandInput,
|
|
4
|
+
GetCurrentMetricDataCommandOutput,
|
|
5
|
+
} from "../commands/GetCurrentMetricDataCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCurrentMetricData(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: GetCurrentMetricDataCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCurrentMetricDataCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCurrentUserDataCommandInput,
|
|
4
|
+
GetCurrentUserDataCommandOutput,
|
|
5
|
+
} from "../commands/GetCurrentUserDataCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCurrentUserData(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: GetCurrentUserDataCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCurrentUserDataCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetMetricDataCommandInput,
|
|
4
|
+
GetMetricDataCommandOutput,
|
|
5
|
+
} from "../commands/GetMetricDataCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetMetricData(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: GetMetricDataCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetMetricDataCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Connect } from "../Connect";
|
|
3
|
-
import { ConnectClient } from "../ConnectClient";
|
|
4
|
-
export interface ConnectPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Connect } from "../Connect";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export interface ConnectPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Connect | ConnectClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentStatusesCommandInput,
|
|
4
|
+
ListAgentStatusesCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentStatusesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAgentStatuses(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListAgentStatusesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAgentStatusesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListApprovedOriginsCommandInput,
|
|
4
|
+
ListApprovedOriginsCommandOutput,
|
|
5
|
+
} from "../commands/ListApprovedOriginsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListApprovedOrigins(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListApprovedOriginsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListApprovedOriginsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBotsCommandInput,
|
|
4
|
+
ListBotsCommandOutput,
|
|
5
|
+
} from "../commands/ListBotsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBots(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListBotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBotsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListContactFlowModulesCommandInput,
|
|
4
|
+
ListContactFlowModulesCommandOutput,
|
|
5
|
+
} from "../commands/ListContactFlowModulesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListContactFlowModules(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListContactFlowModulesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListContactFlowModulesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListContactFlowsCommandInput,
|
|
4
|
+
ListContactFlowsCommandOutput,
|
|
5
|
+
} from "../commands/ListContactFlowsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListContactFlows(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListContactFlowsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListContactFlowsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListContactReferencesCommandInput,
|
|
4
|
+
ListContactReferencesCommandOutput,
|
|
5
|
+
} from "../commands/ListContactReferencesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListContactReferences(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListContactReferencesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListContactReferencesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDefaultVocabulariesCommandInput,
|
|
4
|
+
ListDefaultVocabulariesCommandOutput,
|
|
5
|
+
} from "../commands/ListDefaultVocabulariesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDefaultVocabularies(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListDefaultVocabulariesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDefaultVocabulariesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListHoursOfOperationsCommandInput,
|
|
4
|
+
ListHoursOfOperationsCommandOutput,
|
|
5
|
+
} from "../commands/ListHoursOfOperationsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListHoursOfOperations(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListHoursOfOperationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListHoursOfOperationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstanceAttributesCommandInput,
|
|
4
|
+
ListInstanceAttributesCommandOutput,
|
|
5
|
+
} from "../commands/ListInstanceAttributesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstanceAttributes(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListInstanceAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstanceAttributesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstanceStorageConfigsCommandInput,
|
|
4
|
+
ListInstanceStorageConfigsCommandOutput,
|
|
5
|
+
} from "../commands/ListInstanceStorageConfigsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstanceStorageConfigs(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListInstanceStorageConfigsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstanceStorageConfigsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstancesCommandInput,
|
|
4
|
+
ListInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListInstancesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstances(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIntegrationAssociationsCommandInput,
|
|
4
|
+
ListIntegrationAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListIntegrationAssociationsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIntegrationAssociations(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListIntegrationAssociationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIntegrationAssociationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLambdaFunctionsCommandInput,
|
|
4
|
+
ListLambdaFunctionsCommandOutput,
|
|
5
|
+
} from "../commands/ListLambdaFunctionsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLambdaFunctions(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListLambdaFunctionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLambdaFunctionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLexBotsCommandInput,
|
|
4
|
+
ListLexBotsCommandOutput,
|
|
5
|
+
} from "../commands/ListLexBotsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLexBots(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListLexBotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLexBotsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPhoneNumbersCommandInput,
|
|
4
|
+
ListPhoneNumbersCommandOutput,
|
|
5
|
+
} from "../commands/ListPhoneNumbersCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPhoneNumbers(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListPhoneNumbersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPhoneNumbersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPhoneNumbersV2CommandInput,
|
|
4
|
+
ListPhoneNumbersV2CommandOutput,
|
|
5
|
+
} from "../commands/ListPhoneNumbersV2Command";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPhoneNumbersV2(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListPhoneNumbersV2CommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPhoneNumbersV2CommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPromptsCommandInput,
|
|
4
|
+
ListPromptsCommandOutput,
|
|
5
|
+
} from "../commands/ListPromptsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPrompts(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListPromptsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPromptsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListQueueQuickConnectsCommandInput,
|
|
4
|
+
ListQueueQuickConnectsCommandOutput,
|
|
5
|
+
} from "../commands/ListQueueQuickConnectsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListQueueQuickConnects(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListQueueQuickConnectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListQueueQuickConnectsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListQueuesCommandInput,
|
|
4
|
+
ListQueuesCommandOutput,
|
|
5
|
+
} from "../commands/ListQueuesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListQueues(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListQueuesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListQueuesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListQuickConnectsCommandInput,
|
|
4
|
+
ListQuickConnectsCommandOutput,
|
|
5
|
+
} from "../commands/ListQuickConnectsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListQuickConnects(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListQuickConnectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListQuickConnectsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRoutingProfileQueuesCommandInput,
|
|
4
|
+
ListRoutingProfileQueuesCommandOutput,
|
|
5
|
+
} from "../commands/ListRoutingProfileQueuesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRoutingProfileQueues(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListRoutingProfileQueuesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRoutingProfileQueuesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRoutingProfilesCommandInput,
|
|
4
|
+
ListRoutingProfilesCommandOutput,
|
|
5
|
+
} from "../commands/ListRoutingProfilesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRoutingProfiles(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListRoutingProfilesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRoutingProfilesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSecurityKeysCommandInput,
|
|
4
|
+
ListSecurityKeysCommandOutput,
|
|
5
|
+
} from "../commands/ListSecurityKeysCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSecurityKeys(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListSecurityKeysCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSecurityKeysCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSecurityProfilePermissionsCommandInput,
|
|
4
|
+
ListSecurityProfilePermissionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSecurityProfilePermissionsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSecurityProfilePermissions(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListSecurityProfilePermissionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSecurityProfilePermissionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSecurityProfilesCommandInput,
|
|
4
|
+
ListSecurityProfilesCommandOutput,
|
|
5
|
+
} from "../commands/ListSecurityProfilesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSecurityProfiles(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListSecurityProfilesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSecurityProfilesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTaskTemplatesCommandInput,
|
|
4
|
+
ListTaskTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListTaskTemplatesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTaskTemplates(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListTaskTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTaskTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUseCasesCommandInput,
|
|
4
|
+
ListUseCasesCommandOutput,
|
|
5
|
+
} from "../commands/ListUseCasesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUseCases(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListUseCasesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUseCasesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUserHierarchyGroupsCommandInput,
|
|
4
|
+
ListUserHierarchyGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListUserHierarchyGroupsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUserHierarchyGroups(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListUserHierarchyGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUserHierarchyGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUsersCommandInput,
|
|
4
|
+
ListUsersCommandOutput,
|
|
5
|
+
} from "../commands/ListUsersCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUsers(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListUsersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUsersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchAvailablePhoneNumbersCommandInput,
|
|
4
|
+
SearchAvailablePhoneNumbersCommandOutput,
|
|
5
|
+
} from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchAvailablePhoneNumbers(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchAvailablePhoneNumbersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchQueuesCommandInput,
|
|
4
|
+
SearchQueuesCommandOutput,
|
|
5
|
+
} from "../commands/SearchQueuesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchQueues(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchQueuesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchQueuesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchRoutingProfilesCommandInput,
|
|
4
|
+
SearchRoutingProfilesCommandOutput,
|
|
5
|
+
} from "../commands/SearchRoutingProfilesCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchRoutingProfiles(
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: SearchRoutingProfilesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchRoutingProfilesCommandOutput>;
|