@aws-sdk/client-appstream 3.303.0 → 3.309.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/dist-cjs/commands/AssociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +2 -2
- package/dist-cjs/commands/AssociateFleetCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/CopyImageCommand.js +2 -2
- package/dist-cjs/commands/CreateAppBlockCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/CreateFleetCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateStackCommand.js +2 -2
- package/dist-cjs/commands/CreateStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppBlockCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DeleteFleetCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFleetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSessionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisableUserCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFleetCommand.js +2 -2
- package/dist-cjs/commands/EnableUserCommand.js +2 -2
- package/dist-cjs/commands/ExpireSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +2 -2
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartFleetCommand.js +2 -2
- package/dist-cjs/commands/StartImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/StopFleetCommand.js +2 -2
- package/dist-cjs/commands/StopImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFleetCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1200 -1274
- package/dist-es/commands/AssociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +3 -3
- package/dist-es/commands/AssociateFleetCommand.js +3 -3
- package/dist-es/commands/BatchAssociateUserStackCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +3 -3
- package/dist-es/commands/CopyImageCommand.js +3 -3
- package/dist-es/commands/CreateAppBlockCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/CreateEntitlementCommand.js +3 -3
- package/dist-es/commands/CreateFleetCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateStackCommand.js +3 -3
- package/dist-es/commands/CreateStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateUpdatedImageCommand.js +3 -3
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteAppBlockCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEntitlementCommand.js +3 -3
- package/dist-es/commands/DeleteFleetCommand.js +3 -3
- package/dist-es/commands/DeleteImageBuilderCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DeleteStackCommand.js +3 -3
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAppBlocksCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +3 -3
- package/dist-es/commands/DescribeEntitlementsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetsCommand.js +3 -3
- package/dist-es/commands/DescribeImageBuildersCommand.js +3 -3
- package/dist-es/commands/DescribeImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeImagesCommand.js +3 -3
- package/dist-es/commands/DescribeSessionsCommand.js +3 -3
- package/dist-es/commands/DescribeStacksCommand.js +3 -3
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisableUserCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
- package/dist-es/commands/DisassociateFleetCommand.js +3 -3
- package/dist-es/commands/EnableUserCommand.js +3 -3
- package/dist-es/commands/ExpireSessionCommand.js +3 -3
- package/dist-es/commands/ListAssociatedFleetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedStacksCommand.js +3 -3
- package/dist-es/commands/ListEntitledApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartFleetCommand.js +3 -3
- package/dist-es/commands/StartImageBuilderCommand.js +3 -3
- package/dist-es/commands/StopFleetCommand.js +3 -3
- package/dist-es/commands/StopImageBuilderCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFleetCommand.js +3 -3
- package/dist-es/commands/UpdateImagePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateStackCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1067 -1141
- package/dist-types/protocols/Aws_json1_1.d.ts +520 -130
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +130 -130
- package/package.json +30 -30
|
@@ -36,10 +36,10 @@ class AssociateApplicationFleetCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_AssociateApplicationFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_AssociateApplicationFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.AssociateApplicationFleetCommand = AssociateApplicationFleetCommand;
|
|
@@ -36,10 +36,10 @@ class AssociateApplicationToEntitlementCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_AssociateApplicationToEntitlementCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_AssociateApplicationToEntitlementCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.AssociateApplicationToEntitlementCommand = AssociateApplicationToEntitlementCommand;
|
|
@@ -36,10 +36,10 @@ class AssociateFleetCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_AssociateFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_AssociateFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.AssociateFleetCommand = AssociateFleetCommand;
|
|
@@ -37,10 +37,10 @@ class BatchAssociateUserStackCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_BatchAssociateUserStackCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_BatchAssociateUserStackCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.BatchAssociateUserStackCommand = BatchAssociateUserStackCommand;
|
|
@@ -37,10 +37,10 @@ class BatchDisassociateUserStackCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_BatchDisassociateUserStackCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_BatchDisassociateUserStackCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.BatchDisassociateUserStackCommand = BatchDisassociateUserStackCommand;
|
|
@@ -36,10 +36,10 @@ class CopyImageCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CopyImageCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CopyImageCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CopyImageCommand = CopyImageCommand;
|
|
@@ -36,10 +36,10 @@ class CreateAppBlockCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateAppBlockCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateAppBlockCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateAppBlockCommand = CreateAppBlockCommand;
|
|
@@ -36,10 +36,10 @@ class CreateApplicationCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateApplicationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateApplicationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
@@ -37,10 +37,10 @@ class CreateDirectoryConfigCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateDirectoryConfigCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateDirectoryConfigCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateDirectoryConfigCommand = CreateDirectoryConfigCommand;
|
|
@@ -36,10 +36,10 @@ class CreateEntitlementCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateEntitlementCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateEntitlementCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateEntitlementCommand = CreateEntitlementCommand;
|
|
@@ -36,10 +36,10 @@ class CreateFleetCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateFleetCommand = CreateFleetCommand;
|
|
@@ -36,10 +36,10 @@ class CreateImageBuilderCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateImageBuilderCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateImageBuilderCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateImageBuilderCommand = CreateImageBuilderCommand;
|
|
@@ -36,10 +36,10 @@ class CreateImageBuilderStreamingURLCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateImageBuilderStreamingURLCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateImageBuilderStreamingURLCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateImageBuilderStreamingURLCommand = CreateImageBuilderStreamingURLCommand;
|
|
@@ -36,10 +36,10 @@ class CreateStackCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateStackCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateStackCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateStackCommand = CreateStackCommand;
|
|
@@ -36,10 +36,10 @@ class CreateStreamingURLCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateStreamingURLCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateStreamingURLCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateStreamingURLCommand = CreateStreamingURLCommand;
|
|
@@ -36,10 +36,10 @@ class CreateUpdatedImageCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateUpdatedImageCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateUpdatedImageCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateUpdatedImageCommand = CreateUpdatedImageCommand;
|
|
@@ -36,10 +36,10 @@ class CreateUsageReportSubscriptionCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateUsageReportSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateUsageReportSubscriptionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateUsageReportSubscriptionCommand = CreateUsageReportSubscriptionCommand;
|
|
@@ -37,10 +37,10 @@ class CreateUserCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateUserCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateUserCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateUserCommand = CreateUserCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteAppBlockCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteAppBlockCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteAppBlockCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteAppBlockCommand = DeleteAppBlockCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteApplicationCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteApplicationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteApplicationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteDirectoryConfigCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteDirectoryConfigCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteDirectoryConfigCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteDirectoryConfigCommand = DeleteDirectoryConfigCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteEntitlementCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteEntitlementCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteEntitlementCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteEntitlementCommand = DeleteEntitlementCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteFleetCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteFleetCommand = DeleteFleetCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteImageBuilderCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteImageBuilderCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteImageBuilderCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteImageBuilderCommand = DeleteImageBuilderCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteImageCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteImageCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteImageCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteImageCommand = DeleteImageCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteImagePermissionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteImagePermissionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteImagePermissionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteImagePermissionsCommand = DeleteImagePermissionsCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteStackCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteStackCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteStackCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteStackCommand = DeleteStackCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteUsageReportSubscriptionCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteUsageReportSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteUsageReportSubscriptionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteUsageReportSubscriptionCommand = DeleteUsageReportSubscriptionCommand;
|
|
@@ -37,10 +37,10 @@ class DeleteUserCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DeleteUserCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DeleteUserCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DeleteUserCommand = DeleteUserCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeAppBlocksCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeAppBlocksCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeAppBlocksCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeAppBlocksCommand = DescribeAppBlocksCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeApplicationFleetAssociationsCommand extends smithy_client_1.Comman
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeApplicationFleetAssociationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeApplicationFleetAssociationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeApplicationFleetAssociationsCommand = DescribeApplicationFleetAssociationsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeApplicationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeApplicationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeApplicationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeApplicationsCommand = DescribeApplicationsCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeDirectoryConfigsCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeDirectoryConfigsCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeDirectoryConfigsCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeDirectoryConfigsCommand = DescribeDirectoryConfigsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeEntitlementsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeEntitlementsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeEntitlementsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeEntitlementsCommand = DescribeEntitlementsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeFleetsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeFleetsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeFleetsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeFleetsCommand = DescribeFleetsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeImageBuildersCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeImageBuildersCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeImageBuildersCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeImageBuildersCommand = DescribeImageBuildersCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeImagePermissionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeImagePermissionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeImagePermissionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeImagePermissionsCommand = DescribeImagePermissionsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeImagesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeImagesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeImagesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeImagesCommand = DescribeImagesCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeSessionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeSessionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeSessionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeSessionsCommand = DescribeSessionsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeStacksCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeStacksCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeStacksCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeStacksCommand = DescribeStacksCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeUsageReportSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeUsageReportSubscriptionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeUsageReportSubscriptionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeUsageReportSubscriptionsCommand = DescribeUsageReportSubscriptionsCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeUserStackAssociationsCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeUserStackAssociationsCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeUserStackAssociationsCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeUserStackAssociationsCommand = DescribeUserStackAssociationsCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeUsersCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeUsersCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeUsersCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeUsersCommand = DescribeUsersCommand;
|