@aws-sdk/client-service-catalog 3.53.0 → 3.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) 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/ServiceCatalogClient.d.ts +2 -2
  116. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  117. package/dist-types/runtimeConfig.d.ts +1 -1
  118. package/dist-types/runtimeConfig.native.d.ts +3 -3
  119. package/dist-types/ts3.4/ServiceCatalogClient.d.ts +2 -2
  120. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  121. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  122. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  123. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetProvisionedProductOutputsCommand 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 GetProvisionedProductOutputsCommand 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_1GetProvisionedProductOutputsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetProvisionedProductOutputsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetProvisionedProductOutputsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetProvisionedProductOutputsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetProvisionedProductOutputsCommand = GetProvisionedProductOutputsCommand;
@@ -11,7 +11,7 @@ class ImportAsProvisionedProductCommand 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 ImportAsProvisionedProductCommand 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_1ImportAsProvisionedProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ImportAsProvisionedProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ImportAsProvisionedProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ImportAsProvisionedProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportAsProvisionedProductCommand = ImportAsProvisionedProductCommand;
@@ -11,7 +11,7 @@ class ListAcceptedPortfolioSharesCommand 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 ListAcceptedPortfolioSharesCommand 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_1ListAcceptedPortfolioSharesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListAcceptedPortfolioSharesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListAcceptedPortfolioSharesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListAcceptedPortfolioSharesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAcceptedPortfolioSharesCommand = ListAcceptedPortfolioSharesCommand;
@@ -11,7 +11,7 @@ class ListBudgetsForResourceCommand 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 ListBudgetsForResourceCommand 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_1ListBudgetsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListBudgetsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListBudgetsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListBudgetsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBudgetsForResourceCommand = ListBudgetsForResourceCommand;
@@ -11,7 +11,7 @@ class ListConstraintsForPortfolioCommand 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 ListConstraintsForPortfolioCommand 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_1ListConstraintsForPortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListConstraintsForPortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListConstraintsForPortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListConstraintsForPortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListConstraintsForPortfolioCommand = ListConstraintsForPortfolioCommand;
@@ -11,7 +11,7 @@ class ListLaunchPathsCommand 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 ListLaunchPathsCommand 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_1ListLaunchPathsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListLaunchPathsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListLaunchPathsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListLaunchPathsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListLaunchPathsCommand = ListLaunchPathsCommand;
@@ -11,7 +11,7 @@ class ListOrganizationPortfolioAccessCommand 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 ListOrganizationPortfolioAccessCommand 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_1ListOrganizationPortfolioAccessCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListOrganizationPortfolioAccessCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListOrganizationPortfolioAccessCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListOrganizationPortfolioAccessCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListOrganizationPortfolioAccessCommand = ListOrganizationPortfolioAccessCommand;
@@ -11,7 +11,7 @@ class ListPortfolioAccessCommand 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 ListPortfolioAccessCommand 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_1ListPortfolioAccessCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPortfolioAccessCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPortfolioAccessCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPortfolioAccessCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPortfolioAccessCommand = ListPortfolioAccessCommand;
@@ -11,7 +11,7 @@ class ListPortfoliosCommand 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 ListPortfoliosCommand 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_1ListPortfoliosCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPortfoliosCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPortfoliosCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPortfoliosCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPortfoliosCommand = ListPortfoliosCommand;
@@ -11,7 +11,7 @@ class ListPortfoliosForProductCommand 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 ListPortfoliosForProductCommand 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_1ListPortfoliosForProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPortfoliosForProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPortfoliosForProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPortfoliosForProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPortfoliosForProductCommand = ListPortfoliosForProductCommand;
@@ -11,7 +11,7 @@ class ListPrincipalsForPortfolioCommand 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 ListPrincipalsForPortfolioCommand 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_1ListPrincipalsForPortfolioCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPrincipalsForPortfolioCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPrincipalsForPortfolioCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPrincipalsForPortfolioCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPrincipalsForPortfolioCommand = ListPrincipalsForPortfolioCommand;
@@ -11,7 +11,7 @@ class ListProvisionedProductPlansCommand 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 ListProvisionedProductPlansCommand 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_1ListProvisionedProductPlansCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListProvisionedProductPlansCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListProvisionedProductPlansCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListProvisionedProductPlansCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListProvisionedProductPlansCommand = ListProvisionedProductPlansCommand;
@@ -11,7 +11,7 @@ class ListProvisioningArtifactsCommand 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 ListProvisioningArtifactsCommand 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_1ListProvisioningArtifactsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListProvisioningArtifactsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListProvisioningArtifactsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListProvisioningArtifactsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListProvisioningArtifactsCommand = ListProvisioningArtifactsCommand;
@@ -11,7 +11,7 @@ class ListProvisioningArtifactsForServiceActionCommand extends smithy_client_1.C
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 ListProvisioningArtifactsForServiceActionCommand extends smithy_client_1.C
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_1ListProvisioningArtifactsForServiceActionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListProvisioningArtifactsForServiceActionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListProvisioningArtifactsForServiceActionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListProvisioningArtifactsForServiceActionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListProvisioningArtifactsForServiceActionCommand = ListProvisioningArtifactsForServiceActionCommand;
@@ -11,7 +11,7 @@ class ListRecordHistoryCommand 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 ListRecordHistoryCommand 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_1ListRecordHistoryCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRecordHistoryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRecordHistoryCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRecordHistoryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRecordHistoryCommand = ListRecordHistoryCommand;
@@ -11,7 +11,7 @@ class ListResourcesForTagOptionCommand 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 ListResourcesForTagOptionCommand 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_1ListResourcesForTagOptionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListResourcesForTagOptionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResourcesForTagOptionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListResourcesForTagOptionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResourcesForTagOptionCommand = ListResourcesForTagOptionCommand;
@@ -11,7 +11,7 @@ class ListServiceActionsCommand 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 ListServiceActionsCommand 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_1ListServiceActionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListServiceActionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListServiceActionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListServiceActionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceActionsCommand = ListServiceActionsCommand;
@@ -11,7 +11,7 @@ class ListServiceActionsForProvisioningArtifactCommand extends smithy_client_1.C
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 ListServiceActionsForProvisioningArtifactCommand extends smithy_client_1.C
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_1ListServiceActionsForProvisioningArtifactCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListServiceActionsForProvisioningArtifactCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListServiceActionsForProvisioningArtifactCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListServiceActionsForProvisioningArtifactCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListServiceActionsForProvisioningArtifactCommand = ListServiceActionsForProvisioningArtifactCommand;
@@ -11,7 +11,7 @@ class ListStackInstancesForProvisionedProductCommand extends smithy_client_1.Com
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 ListStackInstancesForProvisionedProductCommand extends smithy_client_1.Com
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_1ListStackInstancesForProvisionedProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListStackInstancesForProvisionedProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListStackInstancesForProvisionedProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListStackInstancesForProvisionedProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListStackInstancesForProvisionedProductCommand = ListStackInstancesForProvisionedProductCommand;
@@ -11,7 +11,7 @@ class ListTagOptionsCommand 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 ListTagOptionsCommand 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_1ListTagOptionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagOptionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagOptionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagOptionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagOptionsCommand = ListTagOptionsCommand;
@@ -11,7 +11,7 @@ class ProvisionProductCommand 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 ProvisionProductCommand 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_1ProvisionProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ProvisionProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ProvisionProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ProvisionProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ProvisionProductCommand = ProvisionProductCommand;
@@ -11,7 +11,7 @@ class RejectPortfolioShareCommand 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 RejectPortfolioShareCommand 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_1RejectPortfolioShareCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RejectPortfolioShareCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RejectPortfolioShareCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RejectPortfolioShareCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RejectPortfolioShareCommand = RejectPortfolioShareCommand;
@@ -11,7 +11,7 @@ class ScanProvisionedProductsCommand 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 ScanProvisionedProductsCommand 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_1ScanProvisionedProductsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ScanProvisionedProductsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ScanProvisionedProductsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ScanProvisionedProductsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ScanProvisionedProductsCommand = ScanProvisionedProductsCommand;
@@ -11,7 +11,7 @@ class SearchProductsAsAdminCommand 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 SearchProductsAsAdminCommand 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_1SearchProductsAsAdminCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SearchProductsAsAdminCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SearchProductsAsAdminCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SearchProductsAsAdminCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchProductsAsAdminCommand = SearchProductsAsAdminCommand;
@@ -11,7 +11,7 @@ class SearchProductsCommand 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 SearchProductsCommand 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_1SearchProductsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SearchProductsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SearchProductsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SearchProductsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchProductsCommand = SearchProductsCommand;
@@ -11,7 +11,7 @@ class SearchProvisionedProductsCommand 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 SearchProvisionedProductsCommand 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_1SearchProvisionedProductsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1SearchProvisionedProductsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1SearchProvisionedProductsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1SearchProvisionedProductsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchProvisionedProductsCommand = SearchProvisionedProductsCommand;
@@ -11,7 +11,7 @@ class TerminateProvisionedProductCommand 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 TerminateProvisionedProductCommand 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_1TerminateProvisionedProductCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TerminateProvisionedProductCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TerminateProvisionedProductCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TerminateProvisionedProductCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TerminateProvisionedProductCommand = TerminateProvisionedProductCommand;