@aws-sdk/client-connect 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Connect.d.ts +2794 -775
- package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
- package/dist-types/ts3.4/models/models_1.d.ts +1647 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DeleteTaskTemplateRequest,
|
|
15
|
+
DeleteTaskTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteTaskTemplateCommandInput
|
|
18
|
+
extends DeleteTaskTemplateRequest {}
|
|
19
|
+
export interface DeleteTaskTemplateCommandOutput
|
|
20
|
+
extends DeleteTaskTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteTaskTemplateCommand extends $Command<
|
|
24
|
+
DeleteTaskTemplateCommandInput,
|
|
25
|
+
DeleteTaskTemplateCommandOutput,
|
|
26
|
+
ConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteTaskTemplateCommandInput;
|
|
29
|
+
constructor(input: DeleteTaskTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteTaskTemplateCommandInput, DeleteTaskTemplateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DeleteUseCaseRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUseCaseCommandInput extends DeleteUseCaseRequest {}
|
|
15
|
+
export interface DeleteUseCaseCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteUseCaseCommand extends $Command<
|
|
18
|
+
DeleteUseCaseCommandInput,
|
|
19
|
+
DeleteUseCaseCommandOutput,
|
|
20
|
+
ConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteUseCaseCommandInput;
|
|
23
|
+
constructor(input: DeleteUseCaseCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DeleteUserRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUserCommandInput extends DeleteUserRequest {}
|
|
15
|
+
export interface DeleteUserCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteUserCommand extends $Command<
|
|
18
|
+
DeleteUserCommandInput,
|
|
19
|
+
DeleteUserCommandOutput,
|
|
20
|
+
ConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteUserCommandInput;
|
|
23
|
+
constructor(input: DeleteUserCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DeleteUserHierarchyGroupRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUserHierarchyGroupCommandInput
|
|
15
|
+
extends DeleteUserHierarchyGroupRequest {}
|
|
16
|
+
export interface DeleteUserHierarchyGroupCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteUserHierarchyGroupCommand extends $Command<
|
|
20
|
+
DeleteUserHierarchyGroupCommandInput,
|
|
21
|
+
DeleteUserHierarchyGroupCommandOutput,
|
|
22
|
+
ConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteUserHierarchyGroupCommandInput;
|
|
25
|
+
constructor(input: DeleteUserHierarchyGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteUserHierarchyGroupCommandInput,
|
|
33
|
+
DeleteUserHierarchyGroupCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DeleteVocabularyRequest,
|
|
15
|
+
DeleteVocabularyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {}
|
|
18
|
+
export interface DeleteVocabularyCommandOutput
|
|
19
|
+
extends DeleteVocabularyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteVocabularyCommand extends $Command<
|
|
23
|
+
DeleteVocabularyCommandInput,
|
|
24
|
+
DeleteVocabularyCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteVocabularyCommandInput;
|
|
28
|
+
constructor(input: DeleteVocabularyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeAgentStatusRequest,
|
|
15
|
+
DescribeAgentStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAgentStatusCommandInput
|
|
18
|
+
extends DescribeAgentStatusRequest {}
|
|
19
|
+
export interface DescribeAgentStatusCommandOutput
|
|
20
|
+
extends DescribeAgentStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAgentStatusCommand extends $Command<
|
|
24
|
+
DescribeAgentStatusCommandInput,
|
|
25
|
+
DescribeAgentStatusCommandOutput,
|
|
26
|
+
ConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAgentStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeAgentStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeContactRequest,
|
|
15
|
+
DescribeContactResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeContactCommandInput extends DescribeContactRequest {}
|
|
18
|
+
export interface DescribeContactCommandOutput
|
|
19
|
+
extends DescribeContactResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeContactCommand extends $Command<
|
|
23
|
+
DescribeContactCommandInput,
|
|
24
|
+
DescribeContactCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeContactCommandInput;
|
|
28
|
+
constructor(input: DescribeContactCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ConnectClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeContactFlowRequest,
|
|
15
|
+
DescribeContactFlowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeContactFlowCommandInput
|
|
18
|
+
extends DescribeContactFlowRequest {}
|
|
19
|
+
export interface DescribeContactFlowCommandOutput
|
|
20
|
+
extends DescribeContactFlowResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeContactFlowCommand extends $Command<
|
|
24
|
+
DescribeContactFlowCommandInput,
|
|
25
|
+
DescribeContactFlowCommandOutput,
|
|
26
|
+
ConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeContactFlowCommandInput;
|
|
29
|
+
constructor(input: DescribeContactFlowCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeContactFlowModuleRequest,
|
|
15
|
+
DescribeContactFlowModuleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeContactFlowModuleCommandInput
|
|
18
|
+
extends DescribeContactFlowModuleRequest {}
|
|
19
|
+
export interface DescribeContactFlowModuleCommandOutput
|
|
20
|
+
extends DescribeContactFlowModuleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeContactFlowModuleCommand extends $Command<
|
|
24
|
+
DescribeContactFlowModuleCommandInput,
|
|
25
|
+
DescribeContactFlowModuleCommandOutput,
|
|
26
|
+
ConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeContactFlowModuleCommandInput;
|
|
29
|
+
constructor(input: DescribeContactFlowModuleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeContactFlowModuleCommandInput,
|
|
37
|
+
DescribeContactFlowModuleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeHoursOfOperationRequest,
|
|
15
|
+
DescribeHoursOfOperationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeHoursOfOperationCommandInput
|
|
18
|
+
extends DescribeHoursOfOperationRequest {}
|
|
19
|
+
export interface DescribeHoursOfOperationCommandOutput
|
|
20
|
+
extends DescribeHoursOfOperationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeHoursOfOperationCommand extends $Command<
|
|
24
|
+
DescribeHoursOfOperationCommandInput,
|
|
25
|
+
DescribeHoursOfOperationCommandOutput,
|
|
26
|
+
ConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeHoursOfOperationCommandInput;
|
|
29
|
+
constructor(input: DescribeHoursOfOperationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeHoursOfOperationCommandInput,
|
|
37
|
+
DescribeHoursOfOperationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeInstanceAttributeRequest,
|
|
15
|
+
DescribeInstanceAttributeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInstanceAttributeCommandInput
|
|
18
|
+
extends DescribeInstanceAttributeRequest {}
|
|
19
|
+
export interface DescribeInstanceAttributeCommandOutput
|
|
20
|
+
extends DescribeInstanceAttributeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInstanceAttributeCommand extends $Command<
|
|
24
|
+
DescribeInstanceAttributeCommandInput,
|
|
25
|
+
DescribeInstanceAttributeCommandOutput,
|
|
26
|
+
ConnectClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInstanceAttributeCommandInput;
|
|
29
|
+
constructor(input: DescribeInstanceAttributeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ConnectClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInstanceAttributeCommandInput,
|
|
37
|
+
DescribeInstanceAttributeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|