@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog
9
+
10
+
11
+
12
+
13
+
14
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-service-catalog
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class ServiceCatalogClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AcceptPortfolioShareCommand 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 AcceptPortfolioShareCommand 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_1AcceptPortfolioShareCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AcceptPortfolioShareCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AcceptPortfolioShareCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AcceptPortfolioShareCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AcceptPortfolioShareCommand = AcceptPortfolioShareCommand;
@@ -11,7 +11,7 @@ class AssociateBudgetWithResourceCommand 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 AssociateBudgetWithResourceCommand 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_1AssociateBudgetWithResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateBudgetWithResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateBudgetWithResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateBudgetWithResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateBudgetWithResourceCommand = AssociateBudgetWithResourceCommand;
@@ -11,7 +11,7 @@ class AssociatePrincipalWithPortfolioCommand 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 AssociatePrincipalWithPortfolioCommand 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_1AssociatePrincipalWithPortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociatePrincipalWithPortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociatePrincipalWithPortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociatePrincipalWithPortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociatePrincipalWithPortfolioCommand = AssociatePrincipalWithPortfolioCommand;
@@ -11,7 +11,7 @@ class AssociateProductWithPortfolioCommand 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 AssociateProductWithPortfolioCommand 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_1AssociateProductWithPortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateProductWithPortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateProductWithPortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateProductWithPortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateProductWithPortfolioCommand = AssociateProductWithPortfolioCommand;
@@ -11,7 +11,7 @@ class AssociateServiceActionWithProvisioningArtifactCommand extends smithy_clien
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 AssociateServiceActionWithProvisioningArtifactCommand extends smithy_clien
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_1AssociateServiceActionWithProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateServiceActionWithProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateServiceActionWithProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateServiceActionWithProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateServiceActionWithProvisioningArtifactCommand = AssociateServiceActionWithProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class AssociateTagOptionWithResourceCommand 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 AssociateTagOptionWithResourceCommand 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_1AssociateTagOptionWithResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1AssociateTagOptionWithResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1AssociateTagOptionWithResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1AssociateTagOptionWithResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateTagOptionWithResourceCommand = AssociateTagOptionWithResourceCommand;
@@ -11,7 +11,7 @@ class BatchAssociateServiceActionWithProvisioningArtifactCommand extends smithy_
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 BatchAssociateServiceActionWithProvisioningArtifactCommand extends smithy_
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_1BatchAssociateServiceActionWithProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchAssociateServiceActionWithProvisioningArtifactCommand = BatchAssociateServiceActionWithProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class BatchDisassociateServiceActionFromProvisioningArtifactCommand extends smit
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 BatchDisassociateServiceActionFromProvisioningArtifactCommand extends smit
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_1BatchDisassociateServiceActionFromProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchDisassociateServiceActionFromProvisioningArtifactCommand = BatchDisassociateServiceActionFromProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class CopyProductCommand 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 CopyProductCommand 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_1CopyProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CopyProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CopyProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CopyProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CopyProductCommand = CopyProductCommand;
@@ -11,7 +11,7 @@ class CreateConstraintCommand 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 CreateConstraintCommand 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_1CreateConstraintCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateConstraintCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateConstraintCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateConstraintCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateConstraintCommand = CreateConstraintCommand;
@@ -11,7 +11,7 @@ class CreatePortfolioCommand 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 CreatePortfolioCommand 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_1CreatePortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreatePortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreatePortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreatePortfolioCommand = CreatePortfolioCommand;
@@ -11,7 +11,7 @@ class CreatePortfolioShareCommand 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 CreatePortfolioShareCommand 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_1CreatePortfolioShareCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreatePortfolioShareCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreatePortfolioShareCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePortfolioShareCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreatePortfolioShareCommand = CreatePortfolioShareCommand;
@@ -11,7 +11,7 @@ class CreateProductCommand 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 CreateProductCommand 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_1CreateProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateProductCommand = CreateProductCommand;
@@ -11,7 +11,7 @@ class CreateProvisionedProductPlanCommand 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 CreateProvisionedProductPlanCommand 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_1CreateProvisionedProductPlanCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateProvisionedProductPlanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateProvisionedProductPlanCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateProvisionedProductPlanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateProvisionedProductPlanCommand = CreateProvisionedProductPlanCommand;
@@ -11,7 +11,7 @@ class CreateProvisioningArtifactCommand 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 CreateProvisioningArtifactCommand 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_1CreateProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateProvisioningArtifactCommand = CreateProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class CreateServiceActionCommand 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 CreateServiceActionCommand 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_1CreateServiceActionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateServiceActionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateServiceActionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateServiceActionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateServiceActionCommand = CreateServiceActionCommand;
@@ -11,7 +11,7 @@ class CreateTagOptionCommand 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 CreateTagOptionCommand 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_1CreateTagOptionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateTagOptionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateTagOptionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateTagOptionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateTagOptionCommand = CreateTagOptionCommand;
@@ -11,7 +11,7 @@ class DeleteConstraintCommand 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 DeleteConstraintCommand 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_1DeleteConstraintCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteConstraintCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteConstraintCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteConstraintCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteConstraintCommand = DeleteConstraintCommand;
@@ -11,7 +11,7 @@ class DeletePortfolioCommand 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 DeletePortfolioCommand 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_1DeletePortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeletePortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeletePortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeletePortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeletePortfolioCommand = DeletePortfolioCommand;
@@ -11,7 +11,7 @@ class DeletePortfolioShareCommand 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 DeletePortfolioShareCommand 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_1DeletePortfolioShareCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeletePortfolioShareCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeletePortfolioShareCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeletePortfolioShareCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeletePortfolioShareCommand = DeletePortfolioShareCommand;
@@ -11,7 +11,7 @@ class DeleteProductCommand 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 DeleteProductCommand 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_1DeleteProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteProductCommand = DeleteProductCommand;
@@ -11,7 +11,7 @@ class DeleteProvisionedProductPlanCommand 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 DeleteProvisionedProductPlanCommand 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_1DeleteProvisionedProductPlanCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteProvisionedProductPlanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteProvisionedProductPlanCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteProvisionedProductPlanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteProvisionedProductPlanCommand = DeleteProvisionedProductPlanCommand;
@@ -11,7 +11,7 @@ class DeleteProvisioningArtifactCommand 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 DeleteProvisioningArtifactCommand 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_1DeleteProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteProvisioningArtifactCommand = DeleteProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class DeleteServiceActionCommand 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 DeleteServiceActionCommand 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_1DeleteServiceActionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteServiceActionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteServiceActionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteServiceActionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteServiceActionCommand = DeleteServiceActionCommand;