@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,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdatePhoneNumberRequest,
|
|
15
|
+
UpdatePhoneNumberResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface UpdatePhoneNumberCommandInput
|
|
18
|
+
extends UpdatePhoneNumberRequest {}
|
|
19
|
+
export interface UpdatePhoneNumberCommandOutput
|
|
20
|
+
extends UpdatePhoneNumberResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdatePhoneNumberCommand extends $Command<
|
|
23
|
+
UpdatePhoneNumberCommandInput,
|
|
24
|
+
UpdatePhoneNumberCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdatePhoneNumberCommandInput;
|
|
28
|
+
constructor(input: UpdatePhoneNumberCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ConnectClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQueueHoursOfOperationRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQueueHoursOfOperationCommandInput
|
|
15
|
+
extends UpdateQueueHoursOfOperationRequest {}
|
|
16
|
+
export interface UpdateQueueHoursOfOperationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateQueueHoursOfOperationCommand extends $Command<
|
|
19
|
+
UpdateQueueHoursOfOperationCommandInput,
|
|
20
|
+
UpdateQueueHoursOfOperationCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateQueueHoursOfOperationCommandInput;
|
|
24
|
+
constructor(input: UpdateQueueHoursOfOperationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateQueueHoursOfOperationCommandInput,
|
|
31
|
+
UpdateQueueHoursOfOperationCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQueueMaxContactsRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQueueMaxContactsCommandInput
|
|
15
|
+
extends UpdateQueueMaxContactsRequest {}
|
|
16
|
+
export interface UpdateQueueMaxContactsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class UpdateQueueMaxContactsCommand extends $Command<
|
|
18
|
+
UpdateQueueMaxContactsCommandInput,
|
|
19
|
+
UpdateQueueMaxContactsCommandOutput,
|
|
20
|
+
ConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateQueueMaxContactsCommandInput;
|
|
23
|
+
constructor(input: UpdateQueueMaxContactsCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ConnectClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
UpdateQueueMaxContactsCommandInput,
|
|
30
|
+
UpdateQueueMaxContactsCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQueueNameRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQueueNameCommandInput extends UpdateQueueNameRequest {}
|
|
15
|
+
export interface UpdateQueueNameCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UpdateQueueNameCommand extends $Command<
|
|
17
|
+
UpdateQueueNameCommandInput,
|
|
18
|
+
UpdateQueueNameCommandOutput,
|
|
19
|
+
ConnectClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateQueueNameCommandInput;
|
|
22
|
+
constructor(input: UpdateQueueNameCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: ConnectClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQueueOutboundCallerConfigRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQueueOutboundCallerConfigCommandInput
|
|
15
|
+
extends UpdateQueueOutboundCallerConfigRequest {}
|
|
16
|
+
export interface UpdateQueueOutboundCallerConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateQueueOutboundCallerConfigCommand extends $Command<
|
|
19
|
+
UpdateQueueOutboundCallerConfigCommandInput,
|
|
20
|
+
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateQueueOutboundCallerConfigCommandInput;
|
|
24
|
+
constructor(input: UpdateQueueOutboundCallerConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateQueueOutboundCallerConfigCommandInput,
|
|
31
|
+
UpdateQueueOutboundCallerConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQueueStatusRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQueueStatusCommandInput
|
|
15
|
+
extends UpdateQueueStatusRequest {}
|
|
16
|
+
export interface UpdateQueueStatusCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class UpdateQueueStatusCommand extends $Command<
|
|
18
|
+
UpdateQueueStatusCommandInput,
|
|
19
|
+
UpdateQueueStatusCommandOutput,
|
|
20
|
+
ConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateQueueStatusCommandInput;
|
|
23
|
+
constructor(input: UpdateQueueStatusCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ConnectClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQuickConnectConfigRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQuickConnectConfigCommandInput
|
|
15
|
+
extends UpdateQuickConnectConfigRequest {}
|
|
16
|
+
export interface UpdateQuickConnectConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateQuickConnectConfigCommand extends $Command<
|
|
19
|
+
UpdateQuickConnectConfigCommandInput,
|
|
20
|
+
UpdateQuickConnectConfigCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateQuickConnectConfigCommandInput;
|
|
24
|
+
constructor(input: UpdateQuickConnectConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateQuickConnectConfigCommandInput,
|
|
31
|
+
UpdateQuickConnectConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateQuickConnectNameRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateQuickConnectNameCommandInput
|
|
15
|
+
extends UpdateQuickConnectNameRequest {}
|
|
16
|
+
export interface UpdateQuickConnectNameCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class UpdateQuickConnectNameCommand extends $Command<
|
|
18
|
+
UpdateQuickConnectNameCommandInput,
|
|
19
|
+
UpdateQuickConnectNameCommandOutput,
|
|
20
|
+
ConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateQuickConnectNameCommandInput;
|
|
23
|
+
constructor(input: UpdateQuickConnectNameCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ConnectClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
UpdateQuickConnectNameCommandInput,
|
|
30
|
+
UpdateQuickConnectNameCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateRoutingProfileConcurrencyRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateRoutingProfileConcurrencyCommandInput
|
|
15
|
+
extends UpdateRoutingProfileConcurrencyRequest {}
|
|
16
|
+
export interface UpdateRoutingProfileConcurrencyCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateRoutingProfileConcurrencyCommand extends $Command<
|
|
19
|
+
UpdateRoutingProfileConcurrencyCommandInput,
|
|
20
|
+
UpdateRoutingProfileConcurrencyCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateRoutingProfileConcurrencyCommandInput;
|
|
24
|
+
constructor(input: UpdateRoutingProfileConcurrencyCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateRoutingProfileConcurrencyCommandInput,
|
|
31
|
+
UpdateRoutingProfileConcurrencyCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueCommandInput
|
|
15
|
+
extends UpdateRoutingProfileDefaultOutboundQueueRequest {}
|
|
16
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command<
|
|
19
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
20
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateRoutingProfileDefaultOutboundQueueCommandInput;
|
|
24
|
+
constructor(input: UpdateRoutingProfileDefaultOutboundQueueCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
31
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateRoutingProfileNameRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateRoutingProfileNameCommandInput
|
|
15
|
+
extends UpdateRoutingProfileNameRequest {}
|
|
16
|
+
export interface UpdateRoutingProfileNameCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateRoutingProfileNameCommand extends $Command<
|
|
19
|
+
UpdateRoutingProfileNameCommandInput,
|
|
20
|
+
UpdateRoutingProfileNameCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateRoutingProfileNameCommandInput;
|
|
24
|
+
constructor(input: UpdateRoutingProfileNameCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateRoutingProfileNameCommandInput,
|
|
31
|
+
UpdateRoutingProfileNameCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConnectClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ConnectClient";
|
|
13
|
+
import { UpdateRoutingProfileQueuesRequest } from "../models/models_1";
|
|
14
|
+
export interface UpdateRoutingProfileQueuesCommandInput
|
|
15
|
+
extends UpdateRoutingProfileQueuesRequest {}
|
|
16
|
+
export interface UpdateRoutingProfileQueuesCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateRoutingProfileQueuesCommand extends $Command<
|
|
19
|
+
UpdateRoutingProfileQueuesCommandInput,
|
|
20
|
+
UpdateRoutingProfileQueuesCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateRoutingProfileQueuesCommandInput;
|
|
24
|
+
constructor(input: UpdateRoutingProfileQueuesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
UpdateRoutingProfileQueuesCommandInput,
|
|
31
|
+
UpdateRoutingProfileQueuesCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|