@aws-sdk/client-appstream 3.306.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 +6 -6
|
@@ -37,10 +37,10 @@ class DisableUserCommand 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_DisableUserCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DisableUserCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DisableUserCommand = DisableUserCommand;
|
|
@@ -36,10 +36,10 @@ class DisassociateApplicationFleetCommand 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_DisassociateApplicationFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DisassociateApplicationFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DisassociateApplicationFleetCommand = DisassociateApplicationFleetCommand;
|
|
@@ -36,10 +36,10 @@ class DisassociateApplicationFromEntitlementCommand extends smithy_client_1.Comm
|
|
|
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_DisassociateApplicationFromEntitlementCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DisassociateApplicationFromEntitlementCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DisassociateApplicationFromEntitlementCommand = DisassociateApplicationFromEntitlementCommand;
|
|
@@ -36,10 +36,10 @@ class DisassociateFleetCommand 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_DisassociateFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DisassociateFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DisassociateFleetCommand = DisassociateFleetCommand;
|
|
@@ -37,10 +37,10 @@ class EnableUserCommand 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_EnableUserCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_EnableUserCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.EnableUserCommand = EnableUserCommand;
|
|
@@ -36,10 +36,10 @@ class ExpireSessionCommand 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_ExpireSessionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ExpireSessionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExpireSessionCommand = ExpireSessionCommand;
|
|
@@ -36,10 +36,10 @@ class ListAssociatedFleetsCommand 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_ListAssociatedFleetsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListAssociatedFleetsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListAssociatedFleetsCommand = ListAssociatedFleetsCommand;
|
|
@@ -36,10 +36,10 @@ class ListAssociatedStacksCommand 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_ListAssociatedStacksCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListAssociatedStacksCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListAssociatedStacksCommand = ListAssociatedStacksCommand;
|
|
@@ -36,10 +36,10 @@ class ListEntitledApplicationsCommand 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_ListEntitledApplicationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListEntitledApplicationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListEntitledApplicationsCommand = ListEntitledApplicationsCommand;
|
|
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand 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_ListTagsForResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -36,10 +36,10 @@ class StartFleetCommand 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_StartFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StartFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StartFleetCommand = StartFleetCommand;
|
|
@@ -36,10 +36,10 @@ class StartImageBuilderCommand 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_StartImageBuilderCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StartImageBuilderCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StartImageBuilderCommand = StartImageBuilderCommand;
|
|
@@ -36,10 +36,10 @@ class StopFleetCommand 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_StopFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StopFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StopFleetCommand = StopFleetCommand;
|
|
@@ -36,10 +36,10 @@ class StopImageBuilderCommand 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_StopImageBuilderCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StopImageBuilderCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StopImageBuilderCommand = StopImageBuilderCommand;
|
|
@@ -36,10 +36,10 @@ class TagResourceCommand 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_TagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_UntagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateApplicationCommand 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_UpdateApplicationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateApplicationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
@@ -37,10 +37,10 @@ class UpdateDirectoryConfigCommand 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_UpdateDirectoryConfigCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_UpdateDirectoryConfigCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UpdateDirectoryConfigCommand = UpdateDirectoryConfigCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateEntitlementCommand 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_UpdateEntitlementCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateEntitlementCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateEntitlementCommand = UpdateEntitlementCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateFleetCommand 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_UpdateFleetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateFleetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateFleetCommand = UpdateFleetCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateImagePermissionsCommand 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_UpdateImagePermissionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateImagePermissionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateImagePermissionsCommand = UpdateImagePermissionsCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateStackCommand 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_UpdateStackCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateStackCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateStackCommand = UpdateStackCommand;
|