@aws-sdk/client-appstream 3.54.1 → 3.55.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.
Files changed (82) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/AppStreamClient.js +13 -13
  3. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateFleetCommand.js +3 -3
  6. package/dist-cjs/commands/BatchAssociateUserStackCommand.js +3 -3
  7. package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +3 -3
  8. package/dist-cjs/commands/CopyImageCommand.js +3 -3
  9. package/dist-cjs/commands/CreateAppBlockCommand.js +3 -3
  10. package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
  11. package/dist-cjs/commands/CreateDirectoryConfigCommand.js +3 -3
  12. package/dist-cjs/commands/CreateEntitlementCommand.js +3 -3
  13. package/dist-cjs/commands/CreateFleetCommand.js +3 -3
  14. package/dist-cjs/commands/CreateImageBuilderCommand.js +3 -3
  15. package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
  16. package/dist-cjs/commands/CreateStackCommand.js +3 -3
  17. package/dist-cjs/commands/CreateStreamingURLCommand.js +3 -3
  18. package/dist-cjs/commands/CreateUpdatedImageCommand.js +3 -3
  19. package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +3 -3
  20. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteAppBlockCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteEntitlementCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteFleetCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteImageBuilderCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteImageCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteImagePermissionsCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteStackCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeAppBlocksCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeApplicationsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeEntitlementsCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeFleetsCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeImageBuildersCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeImagePermissionsCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeSessionsCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeStacksCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeUsersCommand.js +3 -3
  46. package/dist-cjs/commands/DisableUserCommand.js +3 -3
  47. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +3 -3
  48. package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
  49. package/dist-cjs/commands/DisassociateFleetCommand.js +3 -3
  50. package/dist-cjs/commands/EnableUserCommand.js +3 -3
  51. package/dist-cjs/commands/ExpireSessionCommand.js +3 -3
  52. package/dist-cjs/commands/ListAssociatedFleetsCommand.js +3 -3
  53. package/dist-cjs/commands/ListAssociatedStacksCommand.js +3 -3
  54. package/dist-cjs/commands/ListEntitledApplicationsCommand.js +3 -3
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  56. package/dist-cjs/commands/StartFleetCommand.js +3 -3
  57. package/dist-cjs/commands/StartImageBuilderCommand.js +3 -3
  58. package/dist-cjs/commands/StopFleetCommand.js +3 -3
  59. package/dist-cjs/commands/StopImageBuilderCommand.js +3 -3
  60. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  61. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateEntitlementCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateFleetCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateImagePermissionsCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateStackCommand.js +3 -3
  68. package/dist-cjs/endpoints.js +1 -1
  69. package/dist-cjs/protocols/Aws_json1_1.js +274 -274
  70. package/dist-cjs/runtimeConfig.browser.js +4 -4
  71. package/dist-cjs/runtimeConfig.js +9 -9
  72. package/dist-cjs/runtimeConfig.native.js +1 -1
  73. package/dist-cjs/waiters/waitForFleetStarted.js +3 -3
  74. package/dist-cjs/waiters/waitForFleetStopped.js +3 -3
  75. package/dist-es/AppStream.js +65 -65
  76. package/dist-es/pagination/DescribeImagePermissionsPaginator.js +4 -4
  77. package/dist-es/pagination/DescribeImagesPaginator.js +4 -4
  78. package/dist-es/waiters/waitForFleetStarted.js +3 -3
  79. package/dist-es/waiters/waitForFleetStopped.js +3 -3
  80. package/dist-types/runtimeConfig.native.d.ts +2 -2
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  82. package/package.json +35 -35
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class StartFleetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class StartFleetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StartFleetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartFleetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartFleetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartFleetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartFleetCommand = StartFleetCommand;
@@ -11,7 +11,7 @@ class StartImageBuilderCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class StartImageBuilderCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StartImageBuilderCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartImageBuilderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartImageBuilderCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartImageBuilderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartImageBuilderCommand = StartImageBuilderCommand;
@@ -11,7 +11,7 @@ class StopFleetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class StopFleetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StopFleetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopFleetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopFleetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopFleetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopFleetCommand = StopFleetCommand;
@@ -11,7 +11,7 @@ class StopImageBuilderCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class StopImageBuilderCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StopImageBuilderCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopImageBuilderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopImageBuilderCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopImageBuilderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopImageBuilderCommand = StopImageBuilderCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1TagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateApplicationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateApplicationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateApplicationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateApplicationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
@@ -11,7 +11,7 @@ class UpdateDirectoryConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UpdateDirectoryConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateDirectoryConfigCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDirectoryConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateDirectoryConfigCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDirectoryConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDirectoryConfigCommand = UpdateDirectoryConfigCommand;
@@ -11,7 +11,7 @@ class UpdateEntitlementCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UpdateEntitlementCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateEntitlementCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateEntitlementCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateEntitlementCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateEntitlementCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEntitlementCommand = UpdateEntitlementCommand;
@@ -11,7 +11,7 @@ class UpdateFleetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UpdateFleetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateFleetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFleetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateFleetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFleetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateFleetCommand = UpdateFleetCommand;
@@ -11,7 +11,7 @@ class UpdateImagePermissionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UpdateImagePermissionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateImagePermissionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateImagePermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateImagePermissionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateImagePermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateImagePermissionsCommand = UpdateImagePermissionsCommand;
@@ -11,7 +11,7 @@ class UpdateStackCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppStreamClient";
@@ -27,10 +27,10 @@ class UpdateStackCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateStackCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateStackCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateStackCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateStackCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateStackCommand = UpdateStackCommand;
@@ -150,7 +150,7 @@ const partitionHash = {
150
150
  ],
151
151
  },
152
152
  };
153
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
153
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
154
154
  ...options,
155
155
  signingService: "appstream",
156
156
  regionHash,