@aws-sdk/client-service-catalog 3.54.0 → 3.56.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 (117) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ServiceCatalogClient.js +13 -13
  3. package/dist-cjs/commands/AcceptPortfolioShareCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateBudgetWithResourceCommand.js +3 -3
  5. package/dist-cjs/commands/AssociatePrincipalWithPortfolioCommand.js +3 -3
  6. package/dist-cjs/commands/AssociateProductWithPortfolioCommand.js +3 -3
  7. package/dist-cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +3 -3
  8. package/dist-cjs/commands/AssociateTagOptionWithResourceCommand.js +3 -3
  9. package/dist-cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +3 -3
  10. package/dist-cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +3 -3
  11. package/dist-cjs/commands/CopyProductCommand.js +3 -3
  12. package/dist-cjs/commands/CreateConstraintCommand.js +3 -3
  13. package/dist-cjs/commands/CreatePortfolioCommand.js +3 -3
  14. package/dist-cjs/commands/CreatePortfolioShareCommand.js +3 -3
  15. package/dist-cjs/commands/CreateProductCommand.js +3 -3
  16. package/dist-cjs/commands/CreateProvisionedProductPlanCommand.js +3 -3
  17. package/dist-cjs/commands/CreateProvisioningArtifactCommand.js +3 -3
  18. package/dist-cjs/commands/CreateServiceActionCommand.js +3 -3
  19. package/dist-cjs/commands/CreateTagOptionCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteConstraintCommand.js +3 -3
  21. package/dist-cjs/commands/DeletePortfolioCommand.js +3 -3
  22. package/dist-cjs/commands/DeletePortfolioShareCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteProductCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteProvisionedProductPlanCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteProvisioningArtifactCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteServiceActionCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteTagOptionCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeConstraintCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeCopyProductStatusCommand.js +3 -3
  30. package/dist-cjs/commands/DescribePortfolioCommand.js +3 -3
  31. package/dist-cjs/commands/DescribePortfolioShareStatusCommand.js +3 -3
  32. package/dist-cjs/commands/DescribePortfolioSharesCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeProductAsAdminCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeProductCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeProductViewCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeProvisionedProductCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeProvisionedProductPlanCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeProvisioningArtifactCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeProvisioningParametersCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeRecordCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeServiceActionCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeServiceActionExecutionParametersCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeTagOptionCommand.js +3 -3
  44. package/dist-cjs/commands/DisableAWSOrganizationsAccessCommand.js +3 -3
  45. package/dist-cjs/commands/DisassociateBudgetFromResourceCommand.js +3 -3
  46. package/dist-cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +3 -3
  47. package/dist-cjs/commands/DisassociateProductFromPortfolioCommand.js +3 -3
  48. package/dist-cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +3 -3
  49. package/dist-cjs/commands/DisassociateTagOptionFromResourceCommand.js +3 -3
  50. package/dist-cjs/commands/EnableAWSOrganizationsAccessCommand.js +3 -3
  51. package/dist-cjs/commands/ExecuteProvisionedProductPlanCommand.js +3 -3
  52. package/dist-cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +3 -3
  53. package/dist-cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +3 -3
  54. package/dist-cjs/commands/GetProvisionedProductOutputsCommand.js +3 -3
  55. package/dist-cjs/commands/ImportAsProvisionedProductCommand.js +3 -3
  56. package/dist-cjs/commands/ListAcceptedPortfolioSharesCommand.js +3 -3
  57. package/dist-cjs/commands/ListBudgetsForResourceCommand.js +3 -3
  58. package/dist-cjs/commands/ListConstraintsForPortfolioCommand.js +3 -3
  59. package/dist-cjs/commands/ListLaunchPathsCommand.js +3 -3
  60. package/dist-cjs/commands/ListOrganizationPortfolioAccessCommand.js +3 -3
  61. package/dist-cjs/commands/ListPortfolioAccessCommand.js +3 -3
  62. package/dist-cjs/commands/ListPortfoliosCommand.js +3 -3
  63. package/dist-cjs/commands/ListPortfoliosForProductCommand.js +3 -3
  64. package/dist-cjs/commands/ListPrincipalsForPortfolioCommand.js +3 -3
  65. package/dist-cjs/commands/ListProvisionedProductPlansCommand.js +3 -3
  66. package/dist-cjs/commands/ListProvisioningArtifactsCommand.js +3 -3
  67. package/dist-cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +3 -3
  68. package/dist-cjs/commands/ListRecordHistoryCommand.js +3 -3
  69. package/dist-cjs/commands/ListResourcesForTagOptionCommand.js +3 -3
  70. package/dist-cjs/commands/ListServiceActionsCommand.js +3 -3
  71. package/dist-cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +3 -3
  72. package/dist-cjs/commands/ListStackInstancesForProvisionedProductCommand.js +3 -3
  73. package/dist-cjs/commands/ListTagOptionsCommand.js +3 -3
  74. package/dist-cjs/commands/ProvisionProductCommand.js +3 -3
  75. package/dist-cjs/commands/RejectPortfolioShareCommand.js +3 -3
  76. package/dist-cjs/commands/ScanProvisionedProductsCommand.js +3 -3
  77. package/dist-cjs/commands/SearchProductsAsAdminCommand.js +3 -3
  78. package/dist-cjs/commands/SearchProductsCommand.js +3 -3
  79. package/dist-cjs/commands/SearchProvisionedProductsCommand.js +3 -3
  80. package/dist-cjs/commands/TerminateProvisionedProductCommand.js +3 -3
  81. package/dist-cjs/commands/UpdateConstraintCommand.js +3 -3
  82. package/dist-cjs/commands/UpdatePortfolioCommand.js +3 -3
  83. package/dist-cjs/commands/UpdatePortfolioShareCommand.js +3 -3
  84. package/dist-cjs/commands/UpdateProductCommand.js +3 -3
  85. package/dist-cjs/commands/UpdateProvisionedProductCommand.js +3 -3
  86. package/dist-cjs/commands/UpdateProvisionedProductPropertiesCommand.js +3 -3
  87. package/dist-cjs/commands/UpdateProvisioningArtifactCommand.js +3 -3
  88. package/dist-cjs/commands/UpdateServiceActionCommand.js +3 -3
  89. package/dist-cjs/commands/UpdateTagOptionCommand.js +3 -3
  90. package/dist-cjs/endpoints.js +1 -1
  91. package/dist-cjs/protocols/Aws_json1_1.js +373 -373
  92. package/dist-cjs/runtimeConfig.browser.js +4 -4
  93. package/dist-cjs/runtimeConfig.js +9 -9
  94. package/dist-cjs/runtimeConfig.native.js +1 -1
  95. package/dist-es/ServiceCatalog.js +87 -87
  96. package/dist-es/pagination/DescribePortfolioSharesPaginator.js +4 -4
  97. package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +4 -4
  98. package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +4 -4
  99. package/dist-es/pagination/ListBudgetsForResourcePaginator.js +4 -4
  100. package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +4 -4
  101. package/dist-es/pagination/ListLaunchPathsPaginator.js +4 -4
  102. package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +4 -4
  103. package/dist-es/pagination/ListPortfolioAccessPaginator.js +4 -4
  104. package/dist-es/pagination/ListPortfoliosForProductPaginator.js +4 -4
  105. package/dist-es/pagination/ListPortfoliosPaginator.js +4 -4
  106. package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +4 -4
  107. package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +4 -4
  108. package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +4 -4
  109. package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +4 -4
  110. package/dist-es/pagination/ListServiceActionsPaginator.js +4 -4
  111. package/dist-es/pagination/ListTagOptionsPaginator.js +4 -4
  112. package/dist-es/pagination/SearchProductsAsAdminPaginator.js +4 -4
  113. package/dist-es/pagination/SearchProductsPaginator.js +4 -4
  114. package/dist-es/pagination/SearchProvisionedProductsPaginator.js +4 -4
  115. package/dist-types/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  117. package/package.json +34 -34
@@ -11,7 +11,7 @@ class DeleteTagOptionCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DeleteTagOptionCommand 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_1DeleteTagOptionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteTagOptionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteTagOptionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteTagOptionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteTagOptionCommand = DeleteTagOptionCommand;
@@ -11,7 +11,7 @@ class DescribeConstraintCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeConstraintCommand 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_1DescribeConstraintCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeConstraintCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeConstraintCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeConstraintCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeConstraintCommand = DescribeConstraintCommand;
@@ -11,7 +11,7 @@ class DescribeCopyProductStatusCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeCopyProductStatusCommand 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_1DescribeCopyProductStatusCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeCopyProductStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeCopyProductStatusCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeCopyProductStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeCopyProductStatusCommand = DescribeCopyProductStatusCommand;
@@ -11,7 +11,7 @@ class DescribePortfolioCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribePortfolioCommand 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_1DescribePortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribePortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribePortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribePortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribePortfolioCommand = DescribePortfolioCommand;
@@ -11,7 +11,7 @@ class DescribePortfolioShareStatusCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribePortfolioShareStatusCommand 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_1DescribePortfolioShareStatusCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribePortfolioShareStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribePortfolioShareStatusCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribePortfolioShareStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribePortfolioShareStatusCommand = DescribePortfolioShareStatusCommand;
@@ -11,7 +11,7 @@ class DescribePortfolioSharesCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribePortfolioSharesCommand 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_1DescribePortfolioSharesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribePortfolioSharesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribePortfolioSharesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribePortfolioSharesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribePortfolioSharesCommand = DescribePortfolioSharesCommand;
@@ -11,7 +11,7 @@ class DescribeProductAsAdminCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProductAsAdminCommand 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_1DescribeProductAsAdminCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProductAsAdminCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProductAsAdminCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProductAsAdminCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProductAsAdminCommand = DescribeProductAsAdminCommand;
@@ -11,7 +11,7 @@ class DescribeProductCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProductCommand 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_1DescribeProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProductCommand = DescribeProductCommand;
@@ -11,7 +11,7 @@ class DescribeProductViewCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProductViewCommand 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_1DescribeProductViewCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProductViewCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProductViewCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProductViewCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProductViewCommand = DescribeProductViewCommand;
@@ -11,7 +11,7 @@ class DescribeProvisionedProductCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProvisionedProductCommand 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_1DescribeProvisionedProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProvisionedProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProvisionedProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProvisionedProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProvisionedProductCommand = DescribeProvisionedProductCommand;
@@ -11,7 +11,7 @@ class DescribeProvisionedProductPlanCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProvisionedProductPlanCommand 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_1DescribeProvisionedProductPlanCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProvisionedProductPlanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProvisionedProductPlanCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProvisionedProductPlanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProvisionedProductPlanCommand = DescribeProvisionedProductPlanCommand;
@@ -11,7 +11,7 @@ class DescribeProvisioningArtifactCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProvisioningArtifactCommand 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_1DescribeProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProvisioningArtifactCommand = DescribeProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class DescribeProvisioningParametersCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeProvisioningParametersCommand 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_1DescribeProvisioningParametersCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeProvisioningParametersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeProvisioningParametersCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeProvisioningParametersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeProvisioningParametersCommand = DescribeProvisioningParametersCommand;
@@ -11,7 +11,7 @@ class DescribeRecordCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeRecordCommand 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_1DescribeRecordCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeRecordCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeRecordCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeRecordCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeRecordCommand = DescribeRecordCommand;
@@ -11,7 +11,7 @@ class DescribeServiceActionCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeServiceActionCommand 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_1DescribeServiceActionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeServiceActionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeServiceActionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeServiceActionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeServiceActionCommand = DescribeServiceActionCommand;
@@ -11,7 +11,7 @@ class DescribeServiceActionExecutionParametersCommand extends smithy_client_1.Co
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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeServiceActionExecutionParametersCommand extends smithy_client_1.Co
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_1DescribeServiceActionExecutionParametersCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeServiceActionExecutionParametersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeServiceActionExecutionParametersCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeServiceActionExecutionParametersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeServiceActionExecutionParametersCommand = DescribeServiceActionExecutionParametersCommand;
@@ -11,7 +11,7 @@ class DescribeTagOptionCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DescribeTagOptionCommand 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_1DescribeTagOptionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeTagOptionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeTagOptionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeTagOptionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeTagOptionCommand = DescribeTagOptionCommand;
@@ -11,7 +11,7 @@ class DisableAWSOrganizationsAccessCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DisableAWSOrganizationsAccessCommand 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_1DisableAWSOrganizationsAccessCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisableAWSOrganizationsAccessCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisableAWSOrganizationsAccessCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisableAWSOrganizationsAccessCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisableAWSOrganizationsAccessCommand = DisableAWSOrganizationsAccessCommand;
@@ -11,7 +11,7 @@ class DisassociateBudgetFromResourceCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DisassociateBudgetFromResourceCommand 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_1DisassociateBudgetFromResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateBudgetFromResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateBudgetFromResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateBudgetFromResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateBudgetFromResourceCommand = DisassociateBudgetFromResourceCommand;
@@ -11,7 +11,7 @@ class DisassociatePrincipalFromPortfolioCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DisassociatePrincipalFromPortfolioCommand 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_1DisassociatePrincipalFromPortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociatePrincipalFromPortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociatePrincipalFromPortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociatePrincipalFromPortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociatePrincipalFromPortfolioCommand = DisassociatePrincipalFromPortfolioCommand;
@@ -11,7 +11,7 @@ class DisassociateProductFromPortfolioCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DisassociateProductFromPortfolioCommand 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_1DisassociateProductFromPortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateProductFromPortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateProductFromPortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateProductFromPortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateProductFromPortfolioCommand = DisassociateProductFromPortfolioCommand;
@@ -11,7 +11,7 @@ class DisassociateServiceActionFromProvisioningArtifactCommand extends smithy_cl
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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DisassociateServiceActionFromProvisioningArtifactCommand extends smithy_cl
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_1DisassociateServiceActionFromProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateServiceActionFromProvisioningArtifactCommand = DisassociateServiceActionFromProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class DisassociateTagOptionFromResourceCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class DisassociateTagOptionFromResourceCommand 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_1DisassociateTagOptionFromResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DisassociateTagOptionFromResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DisassociateTagOptionFromResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DisassociateTagOptionFromResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateTagOptionFromResourceCommand = DisassociateTagOptionFromResourceCommand;
@@ -11,7 +11,7 @@ class EnableAWSOrganizationsAccessCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class EnableAWSOrganizationsAccessCommand 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_1EnableAWSOrganizationsAccessCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1EnableAWSOrganizationsAccessCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1EnableAWSOrganizationsAccessCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1EnableAWSOrganizationsAccessCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.EnableAWSOrganizationsAccessCommand = EnableAWSOrganizationsAccessCommand;
@@ -11,7 +11,7 @@ class ExecuteProvisionedProductPlanCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class ExecuteProvisionedProductPlanCommand 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_1ExecuteProvisionedProductPlanCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ExecuteProvisionedProductPlanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ExecuteProvisionedProductPlanCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ExecuteProvisionedProductPlanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ExecuteProvisionedProductPlanCommand = ExecuteProvisionedProductPlanCommand;
@@ -11,7 +11,7 @@ class ExecuteProvisionedProductServiceActionCommand extends smithy_client_1.Comm
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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class ExecuteProvisionedProductServiceActionCommand extends smithy_client_1.Comm
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_1ExecuteProvisionedProductServiceActionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ExecuteProvisionedProductServiceActionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ExecuteProvisionedProductServiceActionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ExecuteProvisionedProductServiceActionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ExecuteProvisionedProductServiceActionCommand = ExecuteProvisionedProductServiceActionCommand;
@@ -11,7 +11,7 @@ class GetAWSOrganizationsAccessStatusCommand 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 = "ServiceCatalogClient";
@@ -27,10 +27,10 @@ class GetAWSOrganizationsAccessStatusCommand 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_1GetAWSOrganizationsAccessStatusCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetAWSOrganizationsAccessStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetAWSOrganizationsAccessStatusCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetAWSOrganizationsAccessStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAWSOrganizationsAccessStatusCommand = GetAWSOrganizationsAccessStatusCommand;