@aws-sdk/client-service-catalog 3.183.0 → 3.186.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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/ServiceCatalog.js +357 -350
- package/dist-es/ServiceCatalogClient.js +28 -22
- package/dist-es/commands/AcceptPortfolioShareCommand.js +28 -21
- package/dist-es/commands/AssociateBudgetWithResourceCommand.js +28 -21
- package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +28 -21
- package/dist-es/commands/AssociateProductWithPortfolioCommand.js +28 -21
- package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +28 -21
- package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/CopyProductCommand.js +28 -21
- package/dist-es/commands/CreateConstraintCommand.js +28 -21
- package/dist-es/commands/CreatePortfolioCommand.js +28 -21
- package/dist-es/commands/CreatePortfolioShareCommand.js +28 -21
- package/dist-es/commands/CreateProductCommand.js +28 -21
- package/dist-es/commands/CreateProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/CreateProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/CreateServiceActionCommand.js +28 -21
- package/dist-es/commands/CreateTagOptionCommand.js +28 -21
- package/dist-es/commands/DeleteConstraintCommand.js +28 -21
- package/dist-es/commands/DeletePortfolioCommand.js +28 -21
- package/dist-es/commands/DeletePortfolioShareCommand.js +28 -21
- package/dist-es/commands/DeleteProductCommand.js +28 -21
- package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/DeleteProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/DeleteServiceActionCommand.js +28 -21
- package/dist-es/commands/DeleteTagOptionCommand.js +28 -21
- package/dist-es/commands/DescribeConstraintCommand.js +28 -21
- package/dist-es/commands/DescribeCopyProductStatusCommand.js +28 -21
- package/dist-es/commands/DescribePortfolioCommand.js +28 -21
- package/dist-es/commands/DescribePortfolioShareStatusCommand.js +28 -21
- package/dist-es/commands/DescribePortfolioSharesCommand.js +28 -21
- package/dist-es/commands/DescribeProductAsAdminCommand.js +28 -21
- package/dist-es/commands/DescribeProductCommand.js +28 -21
- package/dist-es/commands/DescribeProductViewCommand.js +28 -21
- package/dist-es/commands/DescribeProvisionedProductCommand.js +28 -21
- package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/DescribeProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/DescribeProvisioningParametersCommand.js +28 -21
- package/dist-es/commands/DescribeRecordCommand.js +28 -21
- package/dist-es/commands/DescribeServiceActionCommand.js +28 -21
- package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +28 -21
- package/dist-es/commands/DescribeTagOptionCommand.js +28 -21
- package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +28 -21
- package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +28 -21
- package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +28 -21
- package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +28 -21
- package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +28 -21
- package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +28 -21
- package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +28 -21
- package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +28 -21
- package/dist-es/commands/GetProvisionedProductOutputsCommand.js +28 -21
- package/dist-es/commands/ImportAsProvisionedProductCommand.js +28 -21
- package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +28 -21
- package/dist-es/commands/ListBudgetsForResourceCommand.js +28 -21
- package/dist-es/commands/ListConstraintsForPortfolioCommand.js +28 -21
- package/dist-es/commands/ListLaunchPathsCommand.js +28 -21
- package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +28 -21
- package/dist-es/commands/ListPortfolioAccessCommand.js +28 -21
- package/dist-es/commands/ListPortfoliosCommand.js +28 -21
- package/dist-es/commands/ListPortfoliosForProductCommand.js +28 -21
- package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +28 -21
- package/dist-es/commands/ListProvisionedProductPlansCommand.js +28 -21
- package/dist-es/commands/ListProvisioningArtifactsCommand.js +28 -21
- package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +28 -21
- package/dist-es/commands/ListRecordHistoryCommand.js +28 -21
- package/dist-es/commands/ListResourcesForTagOptionCommand.js +28 -21
- package/dist-es/commands/ListServiceActionsCommand.js +28 -21
- package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +28 -21
- package/dist-es/commands/ListTagOptionsCommand.js +28 -21
- package/dist-es/commands/ProvisionProductCommand.js +28 -21
- package/dist-es/commands/RejectPortfolioShareCommand.js +28 -21
- package/dist-es/commands/ScanProvisionedProductsCommand.js +28 -21
- package/dist-es/commands/SearchProductsAsAdminCommand.js +28 -21
- package/dist-es/commands/SearchProductsCommand.js +28 -21
- package/dist-es/commands/SearchProvisionedProductsCommand.js +28 -21
- package/dist-es/commands/TerminateProvisionedProductCommand.js +28 -21
- package/dist-es/commands/UpdateConstraintCommand.js +28 -21
- package/dist-es/commands/UpdatePortfolioCommand.js +28 -21
- package/dist-es/commands/UpdatePortfolioShareCommand.js +28 -21
- package/dist-es/commands/UpdateProductCommand.js +28 -21
- package/dist-es/commands/UpdateProvisionedProductCommand.js +28 -21
- package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +28 -21
- package/dist-es/commands/UpdateProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/UpdateServiceActionCommand.js +28 -21
- package/dist-es/commands/UpdateTagOptionCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ServiceCatalogServiceException.js +10 -5
- package/dist-es/models/models_0.js +324 -777
- package/dist-es/pagination/DescribePortfolioSharesPaginator.js +68 -25
- package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +68 -25
- package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +68 -25
- package/dist-es/pagination/ListBudgetsForResourcePaginator.js +68 -25
- package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +68 -25
- package/dist-es/pagination/ListLaunchPathsPaginator.js +68 -25
- package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +68 -25
- package/dist-es/pagination/ListPortfolioAccessPaginator.js +68 -25
- package/dist-es/pagination/ListPortfoliosForProductPaginator.js +68 -25
- package/dist-es/pagination/ListPortfoliosPaginator.js +68 -25
- package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +68 -25
- package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +68 -25
- package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +68 -25
- package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +68 -25
- package/dist-es/pagination/ListServiceActionsPaginator.js +68 -25
- package/dist-es/pagination/ListTagOptionsPaginator.js +68 -25
- package/dist-es/pagination/SearchProductsAsAdminPaginator.js +68 -25
- package/dist-es/pagination/SearchProductsPaginator.js +68 -25
- package/dist-es/pagination/SearchProvisionedProductsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6725 -5338
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
@@ -6973,10 +6973,10 @@ const deserializeAws_json1_1UsageInstructions = (output, context) => {
|
|
|
6973
6973
|
return retVal;
|
|
6974
6974
|
};
|
|
6975
6975
|
const deserializeMetadata = (output) => {
|
|
6976
|
-
var _a;
|
|
6976
|
+
var _a, _b;
|
|
6977
6977
|
return ({
|
|
6978
6978
|
httpStatusCode: output.statusCode,
|
|
6979
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
6979
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
6980
6980
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
6981
6981
|
cfId: output.headers["x-amz-cf-id"],
|
|
6982
6982
|
});
|