@aws-sdk/client-connect 3.183.0 → 3.185.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 +22 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/Connect.js +625 -618
- package/dist-es/ConnectClient.js +28 -22
- package/dist-es/commands/AssociateApprovedOriginCommand.js +29 -22
- package/dist-es/commands/AssociateBotCommand.js +29 -22
- package/dist-es/commands/AssociateDefaultVocabularyCommand.js +28 -21
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +28 -21
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +29 -22
- package/dist-es/commands/AssociateLexBotCommand.js +29 -22
- package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +29 -22
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +29 -22
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +29 -22
- package/dist-es/commands/AssociateSecurityKeyCommand.js +28 -21
- package/dist-es/commands/ClaimPhoneNumberCommand.js +28 -21
- package/dist-es/commands/CreateAgentStatusCommand.js +28 -21
- package/dist-es/commands/CreateContactFlowCommand.js +28 -21
- package/dist-es/commands/CreateContactFlowModuleCommand.js +28 -21
- package/dist-es/commands/CreateHoursOfOperationCommand.js +28 -21
- package/dist-es/commands/CreateInstanceCommand.js +28 -21
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +28 -21
- package/dist-es/commands/CreateQueueCommand.js +28 -21
- package/dist-es/commands/CreateQuickConnectCommand.js +28 -21
- package/dist-es/commands/CreateRoutingProfileCommand.js +28 -21
- package/dist-es/commands/CreateSecurityProfileCommand.js +28 -21
- package/dist-es/commands/CreateTaskTemplateCommand.js +28 -21
- package/dist-es/commands/CreateUseCaseCommand.js +28 -21
- package/dist-es/commands/CreateUserCommand.js +28 -21
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +28 -21
- package/dist-es/commands/CreateVocabularyCommand.js +28 -21
- package/dist-es/commands/DeleteContactFlowCommand.js +29 -22
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +28 -21
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +29 -22
- package/dist-es/commands/DeleteInstanceCommand.js +29 -22
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +29 -22
- package/dist-es/commands/DeleteQuickConnectCommand.js +29 -22
- package/dist-es/commands/DeleteSecurityProfileCommand.js +29 -22
- package/dist-es/commands/DeleteTaskTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteUseCaseCommand.js +29 -22
- package/dist-es/commands/DeleteUserCommand.js +29 -22
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +29 -22
- package/dist-es/commands/DeleteVocabularyCommand.js +28 -21
- package/dist-es/commands/DescribeAgentStatusCommand.js +28 -21
- package/dist-es/commands/DescribeContactCommand.js +28 -21
- package/dist-es/commands/DescribeContactFlowCommand.js +28 -21
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +28 -21
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +28 -21
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +28 -21
- package/dist-es/commands/DescribeInstanceCommand.js +28 -21
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +28 -21
- package/dist-es/commands/DescribePhoneNumberCommand.js +28 -21
- package/dist-es/commands/DescribeQueueCommand.js +28 -21
- package/dist-es/commands/DescribeQuickConnectCommand.js +28 -21
- package/dist-es/commands/DescribeRoutingProfileCommand.js +28 -21
- package/dist-es/commands/DescribeSecurityProfileCommand.js +28 -21
- package/dist-es/commands/DescribeUserCommand.js +28 -21
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +28 -21
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +28 -21
- package/dist-es/commands/DescribeVocabularyCommand.js +28 -21
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +29 -22
- package/dist-es/commands/DisassociateBotCommand.js +29 -22
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +29 -22
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +29 -22
- package/dist-es/commands/DisassociateLexBotCommand.js +29 -22
- package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +29 -22
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +29 -22
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +29 -22
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +29 -22
- package/dist-es/commands/GetContactAttributesCommand.js +28 -21
- package/dist-es/commands/GetCurrentMetricDataCommand.js +28 -21
- package/dist-es/commands/GetCurrentUserDataCommand.js +28 -21
- package/dist-es/commands/GetFederationTokenCommand.js +28 -21
- package/dist-es/commands/GetMetricDataCommand.js +28 -21
- package/dist-es/commands/GetTaskTemplateCommand.js +28 -21
- package/dist-es/commands/ListAgentStatusesCommand.js +28 -21
- package/dist-es/commands/ListApprovedOriginsCommand.js +28 -21
- package/dist-es/commands/ListBotsCommand.js +28 -21
- package/dist-es/commands/ListContactFlowModulesCommand.js +28 -21
- package/dist-es/commands/ListContactFlowsCommand.js +28 -21
- package/dist-es/commands/ListContactReferencesCommand.js +28 -21
- package/dist-es/commands/ListDefaultVocabulariesCommand.js +28 -21
- package/dist-es/commands/ListHoursOfOperationsCommand.js +28 -21
- package/dist-es/commands/ListInstanceAttributesCommand.js +28 -21
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +28 -21
- package/dist-es/commands/ListInstancesCommand.js +28 -21
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +28 -21
- package/dist-es/commands/ListLambdaFunctionsCommand.js +28 -21
- package/dist-es/commands/ListLexBotsCommand.js +28 -21
- package/dist-es/commands/ListPhoneNumbersCommand.js +28 -21
- package/dist-es/commands/ListPhoneNumbersV2Command.js +28 -21
- package/dist-es/commands/ListPromptsCommand.js +28 -21
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +28 -21
- package/dist-es/commands/ListQueuesCommand.js +28 -21
- package/dist-es/commands/ListQuickConnectsCommand.js +28 -21
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +28 -21
- package/dist-es/commands/ListRoutingProfilesCommand.js +28 -21
- package/dist-es/commands/ListSecurityKeysCommand.js +28 -21
- package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +28 -21
- package/dist-es/commands/ListSecurityProfilesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTaskTemplatesCommand.js +28 -21
- package/dist-es/commands/ListUseCasesCommand.js +28 -21
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +28 -21
- package/dist-es/commands/ListUsersCommand.js +28 -21
- package/dist-es/commands/PutUserStatusCommand.js +28 -21
- package/dist-es/commands/ReleasePhoneNumberCommand.js +29 -22
- package/dist-es/commands/ResumeContactRecordingCommand.js +28 -21
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +28 -21
- package/dist-es/commands/SearchQueuesCommand.js +28 -21
- package/dist-es/commands/SearchRoutingProfilesCommand.js +28 -21
- package/dist-es/commands/SearchSecurityProfilesCommand.js +28 -21
- package/dist-es/commands/SearchUsersCommand.js +28 -21
- package/dist-es/commands/SearchVocabulariesCommand.js +28 -21
- package/dist-es/commands/StartChatContactCommand.js +28 -21
- package/dist-es/commands/StartContactRecordingCommand.js +28 -21
- package/dist-es/commands/StartContactStreamingCommand.js +28 -21
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +28 -21
- package/dist-es/commands/StartTaskContactCommand.js +28 -21
- package/dist-es/commands/StopContactCommand.js +28 -21
- package/dist-es/commands/StopContactRecordingCommand.js +28 -21
- package/dist-es/commands/StopContactStreamingCommand.js +28 -21
- package/dist-es/commands/SuspendContactRecordingCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/TransferContactCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateAgentStatusCommand.js +29 -22
- package/dist-es/commands/UpdateContactAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateContactCommand.js +28 -21
- package/dist-es/commands/UpdateContactFlowContentCommand.js +29 -22
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +29 -22
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +28 -21
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +28 -21
- package/dist-es/commands/UpdateContactFlowNameCommand.js +29 -22
- package/dist-es/commands/UpdateContactScheduleCommand.js +28 -21
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +29 -22
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +29 -22
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +29 -22
- package/dist-es/commands/UpdatePhoneNumberCommand.js +28 -21
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +29 -22
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +29 -22
- package/dist-es/commands/UpdateQueueNameCommand.js +29 -22
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +29 -22
- package/dist-es/commands/UpdateQueueStatusCommand.js +29 -22
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +29 -22
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +29 -22
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +29 -22
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +29 -22
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +29 -22
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +29 -22
- package/dist-es/commands/UpdateSecurityProfileCommand.js +29 -22
- package/dist-es/commands/UpdateTaskTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateUserHierarchyCommand.js +29 -22
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +29 -22
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +29 -22
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +29 -22
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +29 -22
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +29 -22
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ConnectServiceException.js +10 -5
- package/dist-es/models/models_0.js +459 -949
- package/dist-es/models/models_1.js +173 -444
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +68 -25
- package/dist-es/pagination/GetCurrentUserDataPaginator.js +68 -25
- package/dist-es/pagination/GetMetricDataPaginator.js +68 -25
- package/dist-es/pagination/ListAgentStatusesPaginator.js +68 -25
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +68 -25
- package/dist-es/pagination/ListBotsPaginator.js +68 -25
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +68 -25
- package/dist-es/pagination/ListContactFlowsPaginator.js +68 -25
- package/dist-es/pagination/ListContactReferencesPaginator.js +67 -24
- package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +68 -25
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +68 -25
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +68 -25
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +68 -25
- package/dist-es/pagination/ListLexBotsPaginator.js +68 -25
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +68 -25
- package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +68 -25
- package/dist-es/pagination/ListPromptsPaginator.js +68 -25
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +68 -25
- package/dist-es/pagination/ListQueuesPaginator.js +68 -25
- package/dist-es/pagination/ListQuickConnectsPaginator.js +68 -25
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +68 -25
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +68 -25
- package/dist-es/pagination/ListSecurityKeysPaginator.js +68 -25
- package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +68 -25
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +68 -25
- package/dist-es/pagination/ListTaskTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListUseCasesPaginator.js +68 -25
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListUsersPaginator.js +68 -25
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +68 -25
- package/dist-es/pagination/SearchQueuesPaginator.js +68 -25
- package/dist-es/pagination/SearchRoutingProfilesPaginator.js +68 -25
- package/dist-es/pagination/SearchSecurityProfilesPaginator.js +68 -25
- package/dist-es/pagination/SearchUsersPaginator.js +68 -25
- package/dist-es/pagination/SearchVocabulariesPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +15998 -11521
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListQuickConnectsRequestFilterSensitiveLog, ListQuickConnectsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListQuickConnectsCommand, serializeAws_restJson1ListQuickConnectsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListQuickConnectsCommand = (function (_super) {
|
|
7
|
+
__extends(ListQuickConnectsCommand, _super);
|
|
8
|
+
function ListQuickConnectsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListQuickConnectsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListQuickConnectsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListQuickConnectsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListQuickConnectsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListQuickConnectsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListQuickConnectsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListQuickConnectsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListQuickConnectsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListQuickConnectsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListQuickConnectsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListRoutingProfileQueuesRequestFilterSensitiveLog, ListRoutingProfileQueuesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListRoutingProfileQueuesCommand, serializeAws_restJson1ListRoutingProfileQueuesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListRoutingProfileQueuesCommand = (function (_super) {
|
|
7
|
+
__extends(ListRoutingProfileQueuesCommand, _super);
|
|
8
|
+
function ListRoutingProfileQueuesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListRoutingProfileQueuesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListRoutingProfileQueuesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListRoutingProfileQueuesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListRoutingProfileQueuesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListRoutingProfileQueuesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListRoutingProfileQueuesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListRoutingProfileQueuesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListRoutingProfileQueuesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListRoutingProfileQueuesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListRoutingProfileQueuesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListRoutingProfilesRequestFilterSensitiveLog, ListRoutingProfilesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListRoutingProfilesCommand, serializeAws_restJson1ListRoutingProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListRoutingProfilesCommand = (function (_super) {
|
|
7
|
+
__extends(ListRoutingProfilesCommand, _super);
|
|
8
|
+
function ListRoutingProfilesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListRoutingProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListRoutingProfilesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListRoutingProfilesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListRoutingProfilesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListRoutingProfilesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListRoutingProfilesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListRoutingProfilesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListRoutingProfilesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListRoutingProfilesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListRoutingProfilesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListSecurityKeysRequestFilterSensitiveLog, ListSecurityKeysResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListSecurityKeysCommand, serializeAws_restJson1ListSecurityKeysCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListSecurityKeysCommand = (function (_super) {
|
|
7
|
+
__extends(ListSecurityKeysCommand, _super);
|
|
8
|
+
function ListSecurityKeysCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListSecurityKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListSecurityKeysCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListSecurityKeysRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListSecurityKeysResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListSecurityKeysCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListSecurityKeysCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListSecurityKeysCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListSecurityKeysCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListSecurityKeysCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListSecurityKeysCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListSecurityProfilePermissionsRequestFilterSensitiveLog, ListSecurityProfilePermissionsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListSecurityProfilePermissionsCommand, serializeAws_restJson1ListSecurityProfilePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListSecurityProfilePermissionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListSecurityProfilePermissionsCommand, _super);
|
|
8
|
+
function ListSecurityProfilePermissionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListSecurityProfilePermissionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListSecurityProfilePermissionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListSecurityProfilePermissionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListSecurityProfilePermissionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListSecurityProfilePermissionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListSecurityProfilePermissionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListSecurityProfilePermissionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListSecurityProfilePermissionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListSecurityProfilePermissionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListSecurityProfilePermissionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListSecurityProfilesRequestFilterSensitiveLog, ListSecurityProfilesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListSecurityProfilesCommand, serializeAws_restJson1ListSecurityProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListSecurityProfilesCommand = (function (_super) {
|
|
7
|
+
__extends(ListSecurityProfilesCommand, _super);
|
|
8
|
+
function ListSecurityProfilesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListSecurityProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListSecurityProfilesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListSecurityProfilesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListSecurityProfilesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListSecurityProfilesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListSecurityProfilesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListSecurityProfilesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListSecurityProfilesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListSecurityProfilesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListSecurityProfilesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
7
|
+
__extends(ListTagsForResourceCommand, _super);
|
|
8
|
+
function ListTagsForResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListTagsForResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListTagsForResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListTagsForResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListTagsForResourceCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTaskTemplatesRequestFilterSensitiveLog, ListTaskTemplatesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListTaskTemplatesCommand, serializeAws_restJson1ListTaskTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListTaskTemplatesCommand = (function (_super) {
|
|
7
|
+
__extends(ListTaskTemplatesCommand, _super);
|
|
8
|
+
function ListTaskTemplatesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListTaskTemplatesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListTaskTemplatesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListTaskTemplatesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListTaskTemplatesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListTaskTemplatesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListTaskTemplatesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListTaskTemplatesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListTaskTemplatesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListTaskTemplatesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListTaskTemplatesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListUseCasesRequestFilterSensitiveLog, ListUseCasesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListUseCasesCommand, serializeAws_restJson1ListUseCasesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListUseCasesCommand = (function (_super) {
|
|
7
|
+
__extends(ListUseCasesCommand, _super);
|
|
8
|
+
function ListUseCasesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListUseCasesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListUseCasesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListUseCasesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListUseCasesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListUseCasesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListUseCasesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListUseCasesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListUseCasesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListUseCasesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListUseCasesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListUserHierarchyGroupsRequestFilterSensitiveLog, ListUserHierarchyGroupsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
4
5
|
import { deserializeAws_restJson1ListUserHierarchyGroupsCommand, serializeAws_restJson1ListUserHierarchyGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListUserHierarchyGroupsCommand = (function (_super) {
|
|
7
|
+
__extends(ListUserHierarchyGroupsCommand, _super);
|
|
8
|
+
function ListUserHierarchyGroupsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListUserHierarchyGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ConnectClient";
|
|
18
|
+
var commandName = "ListUserHierarchyGroupsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListUserHierarchyGroupsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListUserHierarchyGroupsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListUserHierarchyGroupsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListUserHierarchyGroupsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListUserHierarchyGroupsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListUserHierarchyGroupsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListUserHierarchyGroupsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListUserHierarchyGroupsCommand };
|