@aws-sdk/client-service-catalog 3.414.0 → 3.421.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 (182) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AcceptPortfolioShareCommand.js +5 -0
  3. package/dist-cjs/commands/AssociateBudgetWithResourceCommand.js +5 -0
  4. package/dist-cjs/commands/AssociatePrincipalWithPortfolioCommand.js +5 -0
  5. package/dist-cjs/commands/AssociateProductWithPortfolioCommand.js +5 -0
  6. package/dist-cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +5 -0
  7. package/dist-cjs/commands/AssociateTagOptionWithResourceCommand.js +5 -0
  8. package/dist-cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +5 -0
  9. package/dist-cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +5 -0
  10. package/dist-cjs/commands/CopyProductCommand.js +5 -0
  11. package/dist-cjs/commands/CreateConstraintCommand.js +5 -0
  12. package/dist-cjs/commands/CreatePortfolioCommand.js +5 -0
  13. package/dist-cjs/commands/CreatePortfolioShareCommand.js +5 -0
  14. package/dist-cjs/commands/CreateProductCommand.js +5 -0
  15. package/dist-cjs/commands/CreateProvisionedProductPlanCommand.js +5 -0
  16. package/dist-cjs/commands/CreateProvisioningArtifactCommand.js +5 -0
  17. package/dist-cjs/commands/CreateServiceActionCommand.js +5 -0
  18. package/dist-cjs/commands/CreateTagOptionCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteConstraintCommand.js +5 -0
  20. package/dist-cjs/commands/DeletePortfolioCommand.js +5 -0
  21. package/dist-cjs/commands/DeletePortfolioShareCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteProductCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteProvisionedProductPlanCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteProvisioningArtifactCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteServiceActionCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteTagOptionCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeConstraintCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeCopyProductStatusCommand.js +5 -0
  29. package/dist-cjs/commands/DescribePortfolioCommand.js +5 -0
  30. package/dist-cjs/commands/DescribePortfolioShareStatusCommand.js +5 -0
  31. package/dist-cjs/commands/DescribePortfolioSharesCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeProductAsAdminCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeProductCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeProductViewCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeProvisionedProductCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeProvisionedProductPlanCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeProvisioningArtifactCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeProvisioningParametersCommand.js +5 -0
  39. package/dist-cjs/commands/DescribeRecordCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeServiceActionCommand.js +5 -0
  41. package/dist-cjs/commands/DescribeServiceActionExecutionParametersCommand.js +5 -0
  42. package/dist-cjs/commands/DescribeTagOptionCommand.js +5 -0
  43. package/dist-cjs/commands/DisableAWSOrganizationsAccessCommand.js +5 -0
  44. package/dist-cjs/commands/DisassociateBudgetFromResourceCommand.js +5 -0
  45. package/dist-cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +5 -0
  46. package/dist-cjs/commands/DisassociateProductFromPortfolioCommand.js +5 -0
  47. package/dist-cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +5 -0
  48. package/dist-cjs/commands/DisassociateTagOptionFromResourceCommand.js +5 -0
  49. package/dist-cjs/commands/EnableAWSOrganizationsAccessCommand.js +5 -0
  50. package/dist-cjs/commands/ExecuteProvisionedProductPlanCommand.js +5 -0
  51. package/dist-cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +5 -0
  52. package/dist-cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +5 -0
  53. package/dist-cjs/commands/GetProvisionedProductOutputsCommand.js +5 -0
  54. package/dist-cjs/commands/ImportAsProvisionedProductCommand.js +5 -0
  55. package/dist-cjs/commands/ListAcceptedPortfolioSharesCommand.js +5 -0
  56. package/dist-cjs/commands/ListBudgetsForResourceCommand.js +5 -0
  57. package/dist-cjs/commands/ListConstraintsForPortfolioCommand.js +5 -0
  58. package/dist-cjs/commands/ListLaunchPathsCommand.js +5 -0
  59. package/dist-cjs/commands/ListOrganizationPortfolioAccessCommand.js +5 -0
  60. package/dist-cjs/commands/ListPortfolioAccessCommand.js +5 -0
  61. package/dist-cjs/commands/ListPortfoliosCommand.js +5 -0
  62. package/dist-cjs/commands/ListPortfoliosForProductCommand.js +5 -0
  63. package/dist-cjs/commands/ListPrincipalsForPortfolioCommand.js +5 -0
  64. package/dist-cjs/commands/ListProvisionedProductPlansCommand.js +5 -0
  65. package/dist-cjs/commands/ListProvisioningArtifactsCommand.js +5 -0
  66. package/dist-cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +5 -0
  67. package/dist-cjs/commands/ListRecordHistoryCommand.js +5 -0
  68. package/dist-cjs/commands/ListResourcesForTagOptionCommand.js +5 -0
  69. package/dist-cjs/commands/ListServiceActionsCommand.js +5 -0
  70. package/dist-cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +5 -0
  71. package/dist-cjs/commands/ListStackInstancesForProvisionedProductCommand.js +5 -0
  72. package/dist-cjs/commands/ListTagOptionsCommand.js +5 -0
  73. package/dist-cjs/commands/NotifyProvisionProductEngineWorkflowResultCommand.js +5 -0
  74. package/dist-cjs/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.js +5 -0
  75. package/dist-cjs/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.js +5 -0
  76. package/dist-cjs/commands/ProvisionProductCommand.js +5 -0
  77. package/dist-cjs/commands/RejectPortfolioShareCommand.js +5 -0
  78. package/dist-cjs/commands/ScanProvisionedProductsCommand.js +5 -0
  79. package/dist-cjs/commands/SearchProductsAsAdminCommand.js +5 -0
  80. package/dist-cjs/commands/SearchProductsCommand.js +5 -0
  81. package/dist-cjs/commands/SearchProvisionedProductsCommand.js +5 -0
  82. package/dist-cjs/commands/TerminateProvisionedProductCommand.js +5 -0
  83. package/dist-cjs/commands/UpdateConstraintCommand.js +5 -0
  84. package/dist-cjs/commands/UpdatePortfolioCommand.js +5 -0
  85. package/dist-cjs/commands/UpdatePortfolioShareCommand.js +5 -0
  86. package/dist-cjs/commands/UpdateProductCommand.js +5 -0
  87. package/dist-cjs/commands/UpdateProvisionedProductCommand.js +5 -0
  88. package/dist-cjs/commands/UpdateProvisionedProductPropertiesCommand.js +5 -0
  89. package/dist-cjs/commands/UpdateProvisioningArtifactCommand.js +5 -0
  90. package/dist-cjs/commands/UpdateServiceActionCommand.js +5 -0
  91. package/dist-cjs/commands/UpdateTagOptionCommand.js +5 -0
  92. package/dist-es/commands/AcceptPortfolioShareCommand.js +5 -0
  93. package/dist-es/commands/AssociateBudgetWithResourceCommand.js +5 -0
  94. package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +5 -0
  95. package/dist-es/commands/AssociateProductWithPortfolioCommand.js +5 -0
  96. package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +5 -0
  97. package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +5 -0
  98. package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +5 -0
  99. package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +5 -0
  100. package/dist-es/commands/CopyProductCommand.js +5 -0
  101. package/dist-es/commands/CreateConstraintCommand.js +5 -0
  102. package/dist-es/commands/CreatePortfolioCommand.js +5 -0
  103. package/dist-es/commands/CreatePortfolioShareCommand.js +5 -0
  104. package/dist-es/commands/CreateProductCommand.js +5 -0
  105. package/dist-es/commands/CreateProvisionedProductPlanCommand.js +5 -0
  106. package/dist-es/commands/CreateProvisioningArtifactCommand.js +5 -0
  107. package/dist-es/commands/CreateServiceActionCommand.js +5 -0
  108. package/dist-es/commands/CreateTagOptionCommand.js +5 -0
  109. package/dist-es/commands/DeleteConstraintCommand.js +5 -0
  110. package/dist-es/commands/DeletePortfolioCommand.js +5 -0
  111. package/dist-es/commands/DeletePortfolioShareCommand.js +5 -0
  112. package/dist-es/commands/DeleteProductCommand.js +5 -0
  113. package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +5 -0
  114. package/dist-es/commands/DeleteProvisioningArtifactCommand.js +5 -0
  115. package/dist-es/commands/DeleteServiceActionCommand.js +5 -0
  116. package/dist-es/commands/DeleteTagOptionCommand.js +5 -0
  117. package/dist-es/commands/DescribeConstraintCommand.js +5 -0
  118. package/dist-es/commands/DescribeCopyProductStatusCommand.js +5 -0
  119. package/dist-es/commands/DescribePortfolioCommand.js +5 -0
  120. package/dist-es/commands/DescribePortfolioShareStatusCommand.js +5 -0
  121. package/dist-es/commands/DescribePortfolioSharesCommand.js +5 -0
  122. package/dist-es/commands/DescribeProductAsAdminCommand.js +5 -0
  123. package/dist-es/commands/DescribeProductCommand.js +5 -0
  124. package/dist-es/commands/DescribeProductViewCommand.js +5 -0
  125. package/dist-es/commands/DescribeProvisionedProductCommand.js +5 -0
  126. package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +5 -0
  127. package/dist-es/commands/DescribeProvisioningArtifactCommand.js +5 -0
  128. package/dist-es/commands/DescribeProvisioningParametersCommand.js +5 -0
  129. package/dist-es/commands/DescribeRecordCommand.js +5 -0
  130. package/dist-es/commands/DescribeServiceActionCommand.js +5 -0
  131. package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +5 -0
  132. package/dist-es/commands/DescribeTagOptionCommand.js +5 -0
  133. package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +5 -0
  134. package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +5 -0
  135. package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +5 -0
  136. package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +5 -0
  137. package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +5 -0
  138. package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +5 -0
  139. package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +5 -0
  140. package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +5 -0
  141. package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +5 -0
  142. package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +5 -0
  143. package/dist-es/commands/GetProvisionedProductOutputsCommand.js +5 -0
  144. package/dist-es/commands/ImportAsProvisionedProductCommand.js +5 -0
  145. package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +5 -0
  146. package/dist-es/commands/ListBudgetsForResourceCommand.js +5 -0
  147. package/dist-es/commands/ListConstraintsForPortfolioCommand.js +5 -0
  148. package/dist-es/commands/ListLaunchPathsCommand.js +5 -0
  149. package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +5 -0
  150. package/dist-es/commands/ListPortfolioAccessCommand.js +5 -0
  151. package/dist-es/commands/ListPortfoliosCommand.js +5 -0
  152. package/dist-es/commands/ListPortfoliosForProductCommand.js +5 -0
  153. package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +5 -0
  154. package/dist-es/commands/ListProvisionedProductPlansCommand.js +5 -0
  155. package/dist-es/commands/ListProvisioningArtifactsCommand.js +5 -0
  156. package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +5 -0
  157. package/dist-es/commands/ListRecordHistoryCommand.js +5 -0
  158. package/dist-es/commands/ListResourcesForTagOptionCommand.js +5 -0
  159. package/dist-es/commands/ListServiceActionsCommand.js +5 -0
  160. package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +5 -0
  161. package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +5 -0
  162. package/dist-es/commands/ListTagOptionsCommand.js +5 -0
  163. package/dist-es/commands/NotifyProvisionProductEngineWorkflowResultCommand.js +5 -0
  164. package/dist-es/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.js +5 -0
  165. package/dist-es/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.js +5 -0
  166. package/dist-es/commands/ProvisionProductCommand.js +5 -0
  167. package/dist-es/commands/RejectPortfolioShareCommand.js +5 -0
  168. package/dist-es/commands/ScanProvisionedProductsCommand.js +5 -0
  169. package/dist-es/commands/SearchProductsAsAdminCommand.js +5 -0
  170. package/dist-es/commands/SearchProductsCommand.js +5 -0
  171. package/dist-es/commands/SearchProvisionedProductsCommand.js +5 -0
  172. package/dist-es/commands/TerminateProvisionedProductCommand.js +5 -0
  173. package/dist-es/commands/UpdateConstraintCommand.js +5 -0
  174. package/dist-es/commands/UpdatePortfolioCommand.js +5 -0
  175. package/dist-es/commands/UpdatePortfolioShareCommand.js +5 -0
  176. package/dist-es/commands/UpdateProductCommand.js +5 -0
  177. package/dist-es/commands/UpdateProvisionedProductCommand.js +5 -0
  178. package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +5 -0
  179. package/dist-es/commands/UpdateProvisioningArtifactCommand.js +5 -0
  180. package/dist-es/commands/UpdateServiceActionCommand.js +5 -0
  181. package/dist-es/commands/UpdateTagOptionCommand.js +5 -0
  182. package/package.json +31 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeProvisioningArtifactCommand, se_DescribeProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeProvisioningArtifactCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeProvisioningArtifactCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DescribeProvisioningArtifact",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeProvisioningParametersCommand, se_DescribeProvisioningParametersCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeProvisioningParametersCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeProvisioningParametersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DescribeProvisioningParameters",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeRecordCommand, se_DescribeRecordCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeRecordCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeRecordCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DescribeRecord",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeServiceActionCommand, se_DescribeServiceActionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeServiceActionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeServiceActionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DescribeServiceAction",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeServiceActionExecutionParametersCommand, se_DescribeServiceActionExecutionParametersCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeServiceActionExecutionParametersCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeServiceActionExecutionParametersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DescribeServiceActionExecutionParameters",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTagOptionCommand, se_DescribeTagOptionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeTagOptionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTagOptionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DescribeTagOption",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisableAWSOrganizationsAccessCommand, se_DisableAWSOrganizationsAccessCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisableAWSOrganizationsAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisableAWSOrganizationsAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DisableAWSOrganizationsAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateBudgetFromResourceCommand, se_DisassociateBudgetFromResourceCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisassociateBudgetFromResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateBudgetFromResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DisassociateBudgetFromResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociatePrincipalFromPortfolioCommand, se_DisassociatePrincipalFromPortfolioCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisassociatePrincipalFromPortfolioCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociatePrincipalFromPortfolioCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DisassociatePrincipalFromPortfolio",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateProductFromPortfolioCommand, se_DisassociateProductFromPortfolioCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisassociateProductFromPortfolioCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateProductFromPortfolioCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DisassociateProductFromPortfolio",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateServiceActionFromProvisioningArtifactCommand, se_DisassociateServiceActionFromProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisassociateServiceActionFromProvisioningArtifactCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateServiceActionFromProvisioningArtifactCommand extends $C
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DisassociateServiceActionFromProvisioningArtifact",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateTagOptionFromResourceCommand, se_DisassociateTagOptionFromResourceCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisassociateTagOptionFromResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateTagOptionFromResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "DisassociateTagOptionFromResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnableAWSOrganizationsAccessCommand, se_EnableAWSOrganizationsAccessCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class EnableAWSOrganizationsAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnableAWSOrganizationsAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "EnableAWSOrganizationsAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ExecuteProvisionedProductPlanCommand, se_ExecuteProvisionedProductPlanCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ExecuteProvisionedProductPlanCommand extends $Command {
@@ -29,6 +30,10 @@ export class ExecuteProvisionedProductPlanCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ExecuteProvisionedProductPlan",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ExecuteProvisionedProductServiceActionCommand, se_ExecuteProvisionedProductServiceActionCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ExecuteProvisionedProductServiceActionCommand extends $Command {
@@ -29,6 +30,10 @@ export class ExecuteProvisionedProductServiceActionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ExecuteProvisionedProductServiceAction",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAWSOrganizationsAccessStatusCommand, se_GetAWSOrganizationsAccessStatusCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetAWSOrganizationsAccessStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAWSOrganizationsAccessStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "GetAWSOrganizationsAccessStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetProvisionedProductOutputsCommand, se_GetProvisionedProductOutputsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetProvisionedProductOutputsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetProvisionedProductOutputsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "GetProvisionedProductOutputs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ImportAsProvisionedProductCommand, se_ImportAsProvisionedProductCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ImportAsProvisionedProductCommand extends $Command {
@@ -29,6 +30,10 @@ export class ImportAsProvisionedProductCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ImportAsProvisionedProduct",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAcceptedPortfolioSharesCommand, se_ListAcceptedPortfolioSharesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListAcceptedPortfolioSharesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAcceptedPortfolioSharesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListAcceptedPortfolioShares",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListBudgetsForResourceCommand, se_ListBudgetsForResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListBudgetsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListBudgetsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListBudgetsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListConstraintsForPortfolioCommand, se_ListConstraintsForPortfolioCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListConstraintsForPortfolioCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListConstraintsForPortfolioCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListConstraintsForPortfolio",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListLaunchPathsCommand, se_ListLaunchPathsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListLaunchPathsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListLaunchPathsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListLaunchPaths",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListOrganizationPortfolioAccessCommand, se_ListOrganizationPortfolioAccessCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListOrganizationPortfolioAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOrganizationPortfolioAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListOrganizationPortfolioAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPortfolioAccessCommand, se_ListPortfolioAccessCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPortfolioAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPortfolioAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListPortfolioAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPortfoliosCommand, se_ListPortfoliosCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPortfoliosCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPortfoliosCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListPortfolios",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPortfoliosForProductCommand, se_ListPortfoliosForProductCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPortfoliosForProductCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPortfoliosForProductCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListPortfoliosForProduct",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPrincipalsForPortfolioCommand, se_ListPrincipalsForPortfolioCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPrincipalsForPortfolioCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPrincipalsForPortfolioCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListPrincipalsForPortfolio",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListProvisionedProductPlansCommand, se_ListProvisionedProductPlansCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListProvisionedProductPlansCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListProvisionedProductPlansCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListProvisionedProductPlans",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListProvisioningArtifactsCommand, se_ListProvisioningArtifactsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListProvisioningArtifactsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListProvisioningArtifactsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListProvisioningArtifacts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListProvisioningArtifactsForServiceActionCommand, se_ListProvisioningArtifactsForServiceActionCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListProvisioningArtifactsForServiceActionCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListProvisioningArtifactsForServiceActionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListProvisioningArtifactsForServiceAction",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRecordHistoryCommand, se_ListRecordHistoryCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRecordHistoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRecordHistoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListRecordHistory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListResourcesForTagOptionCommand, se_ListResourcesForTagOptionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListResourcesForTagOptionCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListResourcesForTagOptionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWS242ServiceCatalogService",
35
+ operation: "ListResourcesForTagOption",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);