@aws-sdk/client-service-catalog 3.33.0 → 3.36.1
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 +47 -0
- package/dist-cjs/ServiceCatalog.js +1312 -0
- package/dist-cjs/ServiceCatalogClient.js +35 -0
- package/dist-cjs/commands/AcceptPortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/AssociateBudgetWithResourceCommand.js +36 -0
- package/dist-cjs/commands/AssociatePrincipalWithPortfolioCommand.js +36 -0
- package/dist-cjs/commands/AssociateProductWithPortfolioCommand.js +36 -0
- package/dist-cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/AssociateTagOptionWithResourceCommand.js +36 -0
- package/dist-cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/CopyProductCommand.js +36 -0
- package/dist-cjs/commands/CreateConstraintCommand.js +36 -0
- package/dist-cjs/commands/CreatePortfolioCommand.js +36 -0
- package/dist-cjs/commands/CreatePortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/CreateProductCommand.js +36 -0
- package/dist-cjs/commands/CreateProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/CreateProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/CreateServiceActionCommand.js +36 -0
- package/dist-cjs/commands/CreateTagOptionCommand.js +36 -0
- package/dist-cjs/commands/DeleteConstraintCommand.js +36 -0
- package/dist-cjs/commands/DeletePortfolioCommand.js +36 -0
- package/dist-cjs/commands/DeletePortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/DeleteProductCommand.js +36 -0
- package/dist-cjs/commands/DeleteProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/DeleteServiceActionCommand.js +36 -0
- package/dist-cjs/commands/DeleteTagOptionCommand.js +36 -0
- package/dist-cjs/commands/DescribeConstraintCommand.js +36 -0
- package/dist-cjs/commands/DescribeCopyProductStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribePortfolioCommand.js +36 -0
- package/dist-cjs/commands/DescribePortfolioShareStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribePortfolioSharesCommand.js +36 -0
- package/dist-cjs/commands/DescribeProductAsAdminCommand.js +36 -0
- package/dist-cjs/commands/DescribeProductCommand.js +36 -0
- package/dist-cjs/commands/DescribeProductViewCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisioningParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeRecordCommand.js +36 -0
- package/dist-cjs/commands/DescribeServiceActionCommand.js +36 -0
- package/dist-cjs/commands/DescribeServiceActionExecutionParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeTagOptionCommand.js +36 -0
- package/dist-cjs/commands/DisableAWSOrganizationsAccessCommand.js +36 -0
- package/dist-cjs/commands/DisassociateBudgetFromResourceCommand.js +36 -0
- package/dist-cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +36 -0
- package/dist-cjs/commands/DisassociateProductFromPortfolioCommand.js +36 -0
- package/dist-cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/DisassociateTagOptionFromResourceCommand.js +36 -0
- package/dist-cjs/commands/EnableAWSOrganizationsAccessCommand.js +36 -0
- package/dist-cjs/commands/ExecuteProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +36 -0
- package/dist-cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +36 -0
- package/dist-cjs/commands/GetProvisionedProductOutputsCommand.js +36 -0
- package/dist-cjs/commands/ImportAsProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/ListAcceptedPortfolioSharesCommand.js +36 -0
- package/dist-cjs/commands/ListBudgetsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListConstraintsForPortfolioCommand.js +36 -0
- package/dist-cjs/commands/ListLaunchPathsCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationPortfolioAccessCommand.js +36 -0
- package/dist-cjs/commands/ListPortfolioAccessCommand.js +36 -0
- package/dist-cjs/commands/ListPortfoliosCommand.js +36 -0
- package/dist-cjs/commands/ListPortfoliosForProductCommand.js +36 -0
- package/dist-cjs/commands/ListPrincipalsForPortfolioCommand.js +36 -0
- package/dist-cjs/commands/ListProvisionedProductPlansCommand.js +36 -0
- package/dist-cjs/commands/ListProvisioningArtifactsCommand.js +36 -0
- package/dist-cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +36 -0
- package/dist-cjs/commands/ListRecordHistoryCommand.js +36 -0
- package/dist-cjs/commands/ListResourcesForTagOptionCommand.js +36 -0
- package/dist-cjs/commands/ListServiceActionsCommand.js +36 -0
- package/dist-cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/ListStackInstancesForProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/ListTagOptionsCommand.js +36 -0
- package/dist-cjs/commands/ProvisionProductCommand.js +36 -0
- package/dist-cjs/commands/RejectPortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/ScanProvisionedProductsCommand.js +36 -0
- package/dist-cjs/commands/SearchProductsAsAdminCommand.js +36 -0
- package/dist-cjs/commands/SearchProductsCommand.js +36 -0
- package/dist-cjs/commands/SearchProvisionedProductsCommand.js +36 -0
- package/dist-cjs/commands/TerminateProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/UpdateConstraintCommand.js +36 -0
- package/dist-cjs/commands/UpdatePortfolioCommand.js +36 -0
- package/dist-cjs/commands/UpdatePortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/UpdateProductCommand.js +36 -0
- package/dist-cjs/commands/UpdateProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/UpdateProvisionedProductPropertiesCommand.js +36 -0
- package/dist-cjs/commands/UpdateProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/UpdateServiceActionCommand.js +36 -0
- package/dist-cjs/commands/UpdateTagOptionCommand.js +36 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +113 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1614 -0
- package/dist-cjs/pagination/DescribePortfolioSharesPaginator.js +35 -0
- package/dist-cjs/pagination/GetProvisionedProductOutputsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAcceptedPortfolioSharesPaginator.js +35 -0
- package/dist-cjs/pagination/ListBudgetsForResourcePaginator.js +35 -0
- package/dist-cjs/pagination/ListConstraintsForPortfolioPaginator.js +35 -0
- package/dist-cjs/pagination/ListLaunchPathsPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrganizationPortfolioAccessPaginator.js +35 -0
- package/dist-cjs/pagination/ListPortfolioAccessPaginator.js +35 -0
- package/dist-cjs/pagination/ListPortfoliosForProductPaginator.js +35 -0
- package/dist-cjs/pagination/ListPortfoliosPaginator.js +35 -0
- package/dist-cjs/pagination/ListPrincipalsForPortfolioPaginator.js +35 -0
- package/dist-cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourcesForTagOptionPaginator.js +35 -0
- package/dist-cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +35 -0
- package/dist-cjs/pagination/ListServiceActionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTagOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchProductsAsAdminPaginator.js +35 -0
- package/dist-cjs/pagination/SearchProductsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchProvisionedProductsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +9001 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/ServiceCatalog.js +1315 -0
- package/dist-es/ServiceCatalogClient.js +37 -0
- package/dist-es/commands/AcceptPortfolioShareCommand.js +39 -0
- package/dist-es/commands/AssociateBudgetWithResourceCommand.js +39 -0
- package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +39 -0
- package/dist-es/commands/AssociateProductWithPortfolioCommand.js +39 -0
- package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +39 -0
- package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/CopyProductCommand.js +39 -0
- package/dist-es/commands/CreateConstraintCommand.js +39 -0
- package/dist-es/commands/CreatePortfolioCommand.js +39 -0
- package/dist-es/commands/CreatePortfolioShareCommand.js +39 -0
- package/dist-es/commands/CreateProductCommand.js +39 -0
- package/dist-es/commands/CreateProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/CreateProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/CreateServiceActionCommand.js +39 -0
- package/dist-es/commands/CreateTagOptionCommand.js +39 -0
- package/dist-es/commands/DeleteConstraintCommand.js +39 -0
- package/dist-es/commands/DeletePortfolioCommand.js +39 -0
- package/dist-es/commands/DeletePortfolioShareCommand.js +39 -0
- package/dist-es/commands/DeleteProductCommand.js +39 -0
- package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/DeleteProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/DeleteServiceActionCommand.js +39 -0
- package/dist-es/commands/DeleteTagOptionCommand.js +39 -0
- package/dist-es/commands/DescribeConstraintCommand.js +39 -0
- package/dist-es/commands/DescribeCopyProductStatusCommand.js +39 -0
- package/dist-es/commands/DescribePortfolioCommand.js +39 -0
- package/dist-es/commands/DescribePortfolioShareStatusCommand.js +39 -0
- package/dist-es/commands/DescribePortfolioSharesCommand.js +39 -0
- package/dist-es/commands/DescribeProductAsAdminCommand.js +39 -0
- package/dist-es/commands/DescribeProductCommand.js +39 -0
- package/dist-es/commands/DescribeProductViewCommand.js +39 -0
- package/dist-es/commands/DescribeProvisionedProductCommand.js +39 -0
- package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/DescribeProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/DescribeProvisioningParametersCommand.js +39 -0
- package/dist-es/commands/DescribeRecordCommand.js +39 -0
- package/dist-es/commands/DescribeServiceActionCommand.js +39 -0
- package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +39 -0
- package/dist-es/commands/DescribeTagOptionCommand.js +39 -0
- package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +39 -0
- package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +39 -0
- package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +39 -0
- package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +39 -0
- package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +39 -0
- package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +39 -0
- package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +39 -0
- package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +39 -0
- package/dist-es/commands/GetProvisionedProductOutputsCommand.js +39 -0
- package/dist-es/commands/ImportAsProvisionedProductCommand.js +39 -0
- package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +39 -0
- package/dist-es/commands/ListBudgetsForResourceCommand.js +39 -0
- package/dist-es/commands/ListConstraintsForPortfolioCommand.js +39 -0
- package/dist-es/commands/ListLaunchPathsCommand.js +39 -0
- package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +39 -0
- package/dist-es/commands/ListPortfolioAccessCommand.js +39 -0
- package/dist-es/commands/ListPortfoliosCommand.js +39 -0
- package/dist-es/commands/ListPortfoliosForProductCommand.js +39 -0
- package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +39 -0
- package/dist-es/commands/ListProvisionedProductPlansCommand.js +39 -0
- package/dist-es/commands/ListProvisioningArtifactsCommand.js +39 -0
- package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +39 -0
- package/dist-es/commands/ListRecordHistoryCommand.js +39 -0
- package/dist-es/commands/ListResourcesForTagOptionCommand.js +39 -0
- package/dist-es/commands/ListServiceActionsCommand.js +39 -0
- package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +39 -0
- package/dist-es/commands/ListTagOptionsCommand.js +39 -0
- package/dist-es/commands/ProvisionProductCommand.js +39 -0
- package/dist-es/commands/RejectPortfolioShareCommand.js +39 -0
- package/dist-es/commands/ScanProvisionedProductsCommand.js +39 -0
- package/dist-es/commands/SearchProductsAsAdminCommand.js +39 -0
- package/dist-es/commands/SearchProductsCommand.js +39 -0
- package/dist-es/commands/SearchProvisionedProductsCommand.js +39 -0
- package/dist-es/commands/TerminateProvisionedProductCommand.js +39 -0
- package/dist-es/commands/UpdateConstraintCommand.js +39 -0
- package/dist-es/commands/UpdatePortfolioCommand.js +39 -0
- package/dist-es/commands/UpdatePortfolioShareCommand.js +39 -0
- package/dist-es/commands/UpdateProductCommand.js +39 -0
- package/dist-es/commands/UpdateProvisionedProductCommand.js +39 -0
- package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +39 -0
- package/dist-es/commands/UpdateProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/UpdateServiceActionCommand.js +39 -0
- package/dist-es/commands/UpdateTagOptionCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1137 -0
- package/dist-es/pagination/DescribePortfolioSharesPaginator.js +74 -0
- package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +74 -0
- package/dist-es/pagination/ListBudgetsForResourcePaginator.js +74 -0
- package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +74 -0
- package/dist-es/pagination/ListLaunchPathsPaginator.js +74 -0
- package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +74 -0
- package/dist-es/pagination/ListPortfolioAccessPaginator.js +74 -0
- package/dist-es/pagination/ListPortfoliosForProductPaginator.js +74 -0
- package/dist-es/pagination/ListPortfoliosPaginator.js +74 -0
- package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +74 -0
- package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +74 -0
- package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +74 -0
- package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +74 -0
- package/dist-es/pagination/ListServiceActionsPaginator.js +74 -0
- package/dist-es/pagination/ListTagOptionsPaginator.js +74 -0
- package/dist-es/pagination/SearchProductsAsAdminPaginator.js +74 -0
- package/dist-es/pagination/SearchProductsPaginator.js +74 -0
- package/dist-es/pagination/SearchProvisionedProductsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +9354 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/ServiceCatalog.d.ts +746 -0
- package/dist-types/ServiceCatalogClient.d.ts +225 -0
- package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +35 -0
- package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +35 -0
- package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +35 -0
- package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +36 -0
- package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +35 -0
- package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/CopyProductCommand.d.ts +39 -0
- package/dist-types/commands/CreateConstraintCommand.d.ts +36 -0
- package/dist-types/commands/CreatePortfolioCommand.d.ts +36 -0
- package/dist-types/commands/CreatePortfolioShareCommand.d.ts +43 -0
- package/dist-types/commands/CreateProductCommand.d.ts +41 -0
- package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +41 -0
- package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +40 -0
- package/dist-types/commands/CreateServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/CreateTagOptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConstraintCommand.d.ts +36 -0
- package/dist-types/commands/DeletePortfolioCommand.d.ts +38 -0
- package/dist-types/commands/DeletePortfolioShareCommand.d.ts +38 -0
- package/dist-types/commands/DeleteProductCommand.d.ts +37 -0
- package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +38 -0
- package/dist-types/commands/DeleteServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTagOptionCommand.d.ts +36 -0
- package/dist-types/commands/DescribeConstraintCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +35 -0
- package/dist-types/commands/DescribePortfolioCommand.d.ts +36 -0
- package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProductCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProductViewCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +42 -0
- package/dist-types/commands/DescribeRecordCommand.d.ts +43 -0
- package/dist-types/commands/DescribeServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTagOptionCommand.d.ts +35 -0
- package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +41 -0
- package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +35 -0
- package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +40 -0
- package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +35 -0
- package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +36 -0
- package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +35 -0
- package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +48 -0
- package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +35 -0
- package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +35 -0
- package/dist-types/commands/ListLaunchPathsCommand.d.ts +37 -0
- package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +38 -0
- package/dist-types/commands/ListPortfolioAccessCommand.d.ts +36 -0
- package/dist-types/commands/ListPortfoliosCommand.d.ts +35 -0
- package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +35 -0
- package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +35 -0
- package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +35 -0
- package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +35 -0
- package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/ListRecordHistoryCommand.d.ts +35 -0
- package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceActionsCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +35 -0
- package/dist-types/commands/ListTagOptionsCommand.d.ts +35 -0
- package/dist-types/commands/ProvisionProductCommand.d.ts +43 -0
- package/dist-types/commands/RejectPortfolioShareCommand.d.ts +35 -0
- package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +36 -0
- package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +35 -0
- package/dist-types/commands/SearchProductsCommand.d.ts +35 -0
- package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +35 -0
- package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +37 -0
- package/dist-types/commands/UpdateConstraintCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePortfolioCommand.d.ts +36 -0
- package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +43 -0
- package/dist-types/commands/UpdateProductCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +39 -0
- package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +36 -0
- package/dist-types/commands/UpdateServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTagOptionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribePortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetProvisionedProductOutputsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBudgetsForResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/ListConstraintsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLaunchPathsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortfoliosForProductPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortfoliosPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourcesForTagOptionPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServiceActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchProductsAsAdminPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchProductsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchProvisionedProductsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +263 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/ServiceCatalog.d.ts +440 -0
- package/dist-types/ts3.4/ServiceCatalogClient.d.ts +154 -0
- package/dist-types/ts3.4/commands/AcceptPortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBudgetWithResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePrincipalWithPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateProductWithPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTagOptionWithResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCopyProductStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortfolioShareStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortfolioSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProductAsAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProductViewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisioningParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRecordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServiceActionExecutionParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableAWSOrganizationsAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBudgetFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateProductFromPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTagOptionFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAWSOrganizationsAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProvisionedProductOutputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportAsProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAcceptedPortfolioSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBudgetsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConstraintsForPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLaunchPathsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationPortfolioAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortfolioAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortfoliosCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortfoliosForProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPrincipalsForPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProvisionedProductPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProvisioningArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecordHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourcesForTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackInstancesForProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectPortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ScanProvisionedProductsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchProductsAsAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchProductsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchProvisionedProductsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProvisionedProductPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagOptionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3195 -0
- package/dist-types/ts3.4/pagination/DescribePortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetProvisionedProductOutputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBudgetsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListConstraintsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLaunchPathsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortfoliosForProductPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortfoliosPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPrincipalsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourcesForTagOptionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchProductsAsAdminPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchProductsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchProvisionedProductsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +263 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +52 -49
- package/ServiceCatalog.ts +0 -3364
- package/ServiceCatalogClient.ts +0 -688
- package/commands/AcceptPortfolioShareCommand.ts +0 -94
- package/commands/AssociateBudgetWithResourceCommand.ts +0 -97
- package/commands/AssociatePrincipalWithPortfolioCommand.ts +0 -102
- package/commands/AssociateProductWithPortfolioCommand.ts +0 -100
- package/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +0 -109
- package/commands/AssociateTagOptionWithResourceCommand.ts +0 -102
- package/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +0 -109
- package/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +0 -109
- package/commands/CopyProductCommand.ts +0 -98
- package/commands/CreateConstraintCommand.ts +0 -95
- package/commands/CreatePortfolioCommand.ts +0 -95
- package/commands/CreatePortfolioShareCommand.ts +0 -102
- package/commands/CreateProductCommand.ts +0 -100
- package/commands/CreateProvisionedProductPlanCommand.ts +0 -105
- package/commands/CreateProvisioningArtifactCommand.ts +0 -102
- package/commands/CreateServiceActionCommand.ts +0 -94
- package/commands/CreateTagOptionCommand.ts +0 -94
- package/commands/DeleteConstraintCommand.ts +0 -95
- package/commands/DeletePortfolioCommand.ts +0 -97
- package/commands/DeletePortfolioShareCommand.ts +0 -97
- package/commands/DeleteProductCommand.ts +0 -96
- package/commands/DeleteProvisionedProductPlanCommand.ts +0 -99
- package/commands/DeleteProvisioningArtifactCommand.ts +0 -100
- package/commands/DeleteServiceActionCommand.ts +0 -94
- package/commands/DeleteTagOptionCommand.ts +0 -95
- package/commands/DescribeConstraintCommand.ts +0 -94
- package/commands/DescribeCopyProductStatusCommand.ts +0 -97
- package/commands/DescribePortfolioCommand.ts +0 -95
- package/commands/DescribePortfolioShareStatusCommand.ts +0 -100
- package/commands/DescribePortfolioSharesCommand.ts +0 -98
- package/commands/DescribeProductAsAdminCommand.ts +0 -94
- package/commands/DescribeProductCommand.ts +0 -94
- package/commands/DescribeProductViewCommand.ts +0 -94
- package/commands/DescribeProvisionedProductCommand.ts +0 -97
- package/commands/DescribeProvisionedProductPlanCommand.ts +0 -102
- package/commands/DescribeProvisioningArtifactCommand.ts +0 -99
- package/commands/DescribeProvisioningParametersCommand.ts +0 -109
- package/commands/DescribeRecordCommand.ts +0 -102
- package/commands/DescribeServiceActionCommand.ts +0 -94
- package/commands/DescribeServiceActionExecutionParametersCommand.ts +0 -109
- package/commands/DescribeTagOptionCommand.ts +0 -94
- package/commands/DisableAWSOrganizationsAccessCommand.ts +0 -105
- package/commands/DisassociateBudgetFromResourceCommand.ts +0 -102
- package/commands/DisassociatePrincipalFromPortfolioCommand.ts +0 -103
- package/commands/DisassociateProductFromPortfolioCommand.ts +0 -103
- package/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +0 -109
- package/commands/DisassociateTagOptionFromResourceCommand.ts +0 -102
- package/commands/EnableAWSOrganizationsAccessCommand.ts +0 -104
- package/commands/ExecuteProvisionedProductPlanCommand.ts +0 -99
- package/commands/ExecuteProvisionedProductServiceActionCommand.ts +0 -106
- package/commands/GetAWSOrganizationsAccessStatusCommand.ts +0 -103
- package/commands/GetProvisionedProductOutputsCommand.ts +0 -99
- package/commands/ImportAsProvisionedProductCommand.ts +0 -110
- package/commands/ListAcceptedPortfolioSharesCommand.ts +0 -97
- package/commands/ListBudgetsForResourceCommand.ts +0 -94
- package/commands/ListConstraintsForPortfolioCommand.ts +0 -97
- package/commands/ListLaunchPathsCommand.ts +0 -96
- package/commands/ListOrganizationPortfolioAccessCommand.ts +0 -105
- package/commands/ListPortfolioAccessCommand.ts +0 -95
- package/commands/ListPortfoliosCommand.ts +0 -94
- package/commands/ListPortfoliosForProductCommand.ts +0 -94
- package/commands/ListPrincipalsForPortfolioCommand.ts +0 -97
- package/commands/ListProvisionedProductPlansCommand.ts +0 -97
- package/commands/ListProvisioningArtifactsCommand.ts +0 -97
- package/commands/ListProvisioningArtifactsForServiceActionCommand.ts +0 -109
- package/commands/ListRecordHistoryCommand.ts +0 -94
- package/commands/ListResourcesForTagOptionCommand.ts +0 -97
- package/commands/ListServiceActionsCommand.ts +0 -94
- package/commands/ListServiceActionsForProvisioningArtifactCommand.ts +0 -109
- package/commands/ListStackInstancesForProvisionedProductCommand.ts +0 -109
- package/commands/ListTagOptionsCommand.ts +0 -94
- package/commands/ProvisionProductCommand.ts +0 -102
- package/commands/RejectPortfolioShareCommand.ts +0 -94
- package/commands/ScanProvisionedProductsCommand.ts +0 -95
- package/commands/SearchProductsAsAdminCommand.ts +0 -94
- package/commands/SearchProductsCommand.ts +0 -94
- package/commands/SearchProvisionedProductsCommand.ts +0 -97
- package/commands/TerminateProvisionedProductCommand.ts +0 -99
- package/commands/UpdateConstraintCommand.ts +0 -94
- package/commands/UpdatePortfolioCommand.ts +0 -95
- package/commands/UpdatePortfolioShareCommand.ts +0 -102
- package/commands/UpdateProductCommand.ts +0 -94
- package/commands/UpdateProvisionedProductCommand.ts +0 -98
- package/commands/UpdateProvisionedProductPropertiesCommand.ts +0 -102
- package/commands/UpdateProvisioningArtifactCommand.ts +0 -98
- package/commands/UpdateServiceActionCommand.ts +0 -94
- package/commands/UpdateTagOptionCommand.ts +0 -94
- package/dist/cjs/ServiceCatalog.js +0 -1322
- package/dist/cjs/ServiceCatalog.js.map +0 -1
- package/dist/cjs/ServiceCatalogClient.js +0 -50
- package/dist/cjs/ServiceCatalogClient.js.map +0 -1
- package/dist/cjs/commands/AcceptPortfolioShareCommand.js +0 -61
- package/dist/cjs/commands/AcceptPortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBudgetWithResourceCommand.js +0 -61
- package/dist/cjs/commands/AssociateBudgetWithResourceCommand.js.map +0 -1
- package/dist/cjs/commands/AssociatePrincipalWithPortfolioCommand.js +0 -61
- package/dist/cjs/commands/AssociatePrincipalWithPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateProductWithPortfolioCommand.js +0 -62
- package/dist/cjs/commands/AssociateProductWithPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateTagOptionWithResourceCommand.js +0 -61
- package/dist/cjs/commands/AssociateTagOptionWithResourceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/CopyProductCommand.js +0 -65
- package/dist/cjs/commands/CopyProductCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConstraintCommand.js +0 -62
- package/dist/cjs/commands/CreateConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePortfolioCommand.js +0 -62
- package/dist/cjs/commands/CreatePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePortfolioShareCommand.js +0 -69
- package/dist/cjs/commands/CreatePortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProductCommand.js +0 -67
- package/dist/cjs/commands/CreateProductCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProvisionedProductPlanCommand.js +0 -67
- package/dist/cjs/commands/CreateProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProvisioningArtifactCommand.js +0 -66
- package/dist/cjs/commands/CreateProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/CreateServiceActionCommand.js +0 -61
- package/dist/cjs/commands/CreateServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagOptionCommand.js +0 -61
- package/dist/cjs/commands/CreateTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConstraintCommand.js +0 -62
- package/dist/cjs/commands/DeleteConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePortfolioCommand.js +0 -64
- package/dist/cjs/commands/DeletePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePortfolioShareCommand.js +0 -64
- package/dist/cjs/commands/DeletePortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProductCommand.js +0 -63
- package/dist/cjs/commands/DeleteProductCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProvisionedProductPlanCommand.js +0 -61
- package/dist/cjs/commands/DeleteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProvisioningArtifactCommand.js +0 -64
- package/dist/cjs/commands/DeleteProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteServiceActionCommand.js +0 -61
- package/dist/cjs/commands/DeleteServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagOptionCommand.js +0 -62
- package/dist/cjs/commands/DeleteTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConstraintCommand.js +0 -61
- package/dist/cjs/commands/DescribeConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCopyProductStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeCopyProductStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortfolioCommand.js +0 -62
- package/dist/cjs/commands/DescribePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortfolioShareStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribePortfolioShareStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortfolioSharesCommand.js +0 -65
- package/dist/cjs/commands/DescribePortfolioSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProductAsAdminCommand.js +0 -61
- package/dist/cjs/commands/DescribeProductAsAdminCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProductCommand.js +0 -61
- package/dist/cjs/commands/DescribeProductCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProductViewCommand.js +0 -61
- package/dist/cjs/commands/DescribeProductViewCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisionedProductCommand.js +0 -61
- package/dist/cjs/commands/DescribeProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisionedProductPlanCommand.js +0 -61
- package/dist/cjs/commands/DescribeProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/DescribeProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisioningParametersCommand.js +0 -68
- package/dist/cjs/commands/DescribeProvisioningParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRecordCommand.js +0 -69
- package/dist/cjs/commands/DescribeRecordCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeServiceActionCommand.js +0 -61
- package/dist/cjs/commands/DescribeServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeServiceActionExecutionParametersCommand.js +0 -61
- package/dist/cjs/commands/DescribeServiceActionExecutionParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagOptionCommand.js +0 -61
- package/dist/cjs/commands/DescribeTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/DisableAWSOrganizationsAccessCommand.js +0 -67
- package/dist/cjs/commands/DisableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBudgetFromResourceCommand.js +0 -61
- package/dist/cjs/commands/DisassociateBudgetFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +0 -62
- package/dist/cjs/commands/DisassociatePrincipalFromPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateProductFromPortfolioCommand.js +0 -62
- package/dist/cjs/commands/DisassociateProductFromPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateTagOptionFromResourceCommand.js +0 -61
- package/dist/cjs/commands/DisassociateTagOptionFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/EnableAWSOrganizationsAccessCommand.js +0 -66
- package/dist/cjs/commands/EnableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteProvisionedProductPlanCommand.js +0 -61
- package/dist/cjs/commands/ExecuteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +0 -61
- package/dist/cjs/commands/ExecuteProvisionedProductServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +0 -62
- package/dist/cjs/commands/GetAWSOrganizationsAccessStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetProvisionedProductOutputsCommand.js +0 -61
- package/dist/cjs/commands/GetProvisionedProductOutputsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportAsProvisionedProductCommand.js +0 -74
- package/dist/cjs/commands/ImportAsProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/ListAcceptedPortfolioSharesCommand.js +0 -61
- package/dist/cjs/commands/ListAcceptedPortfolioSharesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBudgetsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListBudgetsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListConstraintsForPortfolioCommand.js +0 -61
- package/dist/cjs/commands/ListConstraintsForPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/ListLaunchPathsCommand.js +0 -63
- package/dist/cjs/commands/ListLaunchPathsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOrganizationPortfolioAccessCommand.js +0 -64
- package/dist/cjs/commands/ListOrganizationPortfolioAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortfolioAccessCommand.js +0 -62
- package/dist/cjs/commands/ListPortfolioAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortfoliosCommand.js +0 -61
- package/dist/cjs/commands/ListPortfoliosCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortfoliosForProductCommand.js +0 -61
- package/dist/cjs/commands/ListPortfoliosForProductCommand.js.map +0 -1
- package/dist/cjs/commands/ListPrincipalsForPortfolioCommand.js +0 -61
- package/dist/cjs/commands/ListPrincipalsForPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisionedProductPlansCommand.js +0 -61
- package/dist/cjs/commands/ListProvisionedProductPlansCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisioningArtifactsCommand.js +0 -61
- package/dist/cjs/commands/ListProvisioningArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +0 -61
- package/dist/cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecordHistoryCommand.js +0 -61
- package/dist/cjs/commands/ListRecordHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourcesForTagOptionCommand.js +0 -61
- package/dist/cjs/commands/ListResourcesForTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/ListServiceActionsCommand.js +0 -61
- package/dist/cjs/commands/ListServiceActionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackInstancesForProvisionedProductCommand.js +0 -61
- package/dist/cjs/commands/ListStackInstancesForProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagOptionsCommand.js +0 -61
- package/dist/cjs/commands/ListTagOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/ProvisionProductCommand.js +0 -69
- package/dist/cjs/commands/ProvisionProductCommand.js.map +0 -1
- package/dist/cjs/commands/RejectPortfolioShareCommand.js +0 -61
- package/dist/cjs/commands/RejectPortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/ScanProvisionedProductsCommand.js +0 -62
- package/dist/cjs/commands/ScanProvisionedProductsCommand.js.map +0 -1
- package/dist/cjs/commands/SearchProductsAsAdminCommand.js +0 -61
- package/dist/cjs/commands/SearchProductsAsAdminCommand.js.map +0 -1
- package/dist/cjs/commands/SearchProductsCommand.js +0 -61
- package/dist/cjs/commands/SearchProductsCommand.js.map +0 -1
- package/dist/cjs/commands/SearchProvisionedProductsCommand.js +0 -61
- package/dist/cjs/commands/SearchProvisionedProductsCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateProvisionedProductCommand.js +0 -63
- package/dist/cjs/commands/TerminateProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConstraintCommand.js +0 -61
- package/dist/cjs/commands/UpdateConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePortfolioCommand.js +0 -62
- package/dist/cjs/commands/UpdatePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePortfolioShareCommand.js +0 -69
- package/dist/cjs/commands/UpdatePortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProductCommand.js +0 -61
- package/dist/cjs/commands/UpdateProductCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProvisionedProductCommand.js +0 -65
- package/dist/cjs/commands/UpdateProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProvisionedProductPropertiesCommand.js +0 -61
- package/dist/cjs/commands/UpdateProvisionedProductPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProvisioningArtifactCommand.js +0 -62
- package/dist/cjs/commands/UpdateProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServiceActionCommand.js +0 -61
- package/dist/cjs/commands/UpdateServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagOptionCommand.js +0 -61
- package/dist/cjs/commands/UpdateTagOptionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -114
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2320
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribePortfolioSharesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePortfolioSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetProvisionedProductOutputsPaginator.js +0 -46
- package/dist/cjs/pagination/GetProvisionedProductOutputsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAcceptedPortfolioSharesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAcceptedPortfolioSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBudgetsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListBudgetsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListConstraintsForPortfolioPaginator.js +0 -46
- package/dist/cjs/pagination/ListConstraintsForPortfolioPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLaunchPathsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLaunchPathsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOrganizationPortfolioAccessPaginator.js +0 -46
- package/dist/cjs/pagination/ListOrganizationPortfolioAccessPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortfolioAccessPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortfolioAccessPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortfoliosForProductPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortfoliosForProductPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortfoliosPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortfoliosPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPrincipalsForPortfolioPaginator.js +0 -46
- package/dist/cjs/pagination/ListPrincipalsForPortfolioPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +0 -46
- package/dist/cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResourcesForTagOptionPaginator.js +0 -46
- package/dist/cjs/pagination/ListResourcesForTagOptionPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +0 -46
- package/dist/cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServiceActionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListServiceActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagOptionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTagOptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchProductsAsAdminPaginator.js +0 -46
- package/dist/cjs/pagination/SearchProductsAsAdminPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchProductsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchProductsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchProvisionedProductsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchProvisionedProductsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -9007
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ServiceCatalog.js +0 -1325
- package/dist/es/ServiceCatalog.js.map +0 -1
- package/dist/es/ServiceCatalogClient.js +0 -52
- package/dist/es/ServiceCatalogClient.js.map +0 -1
- package/dist/es/commands/AcceptPortfolioShareCommand.js +0 -65
- package/dist/es/commands/AcceptPortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/AssociateBudgetWithResourceCommand.js +0 -65
- package/dist/es/commands/AssociateBudgetWithResourceCommand.js.map +0 -1
- package/dist/es/commands/AssociatePrincipalWithPortfolioCommand.js +0 -65
- package/dist/es/commands/AssociatePrincipalWithPortfolioCommand.js.map +0 -1
- package/dist/es/commands/AssociateProductWithPortfolioCommand.js +0 -66
- package/dist/es/commands/AssociateProductWithPortfolioCommand.js.map +0 -1
- package/dist/es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/AssociateTagOptionWithResourceCommand.js +0 -65
- package/dist/es/commands/AssociateTagOptionWithResourceCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/CopyProductCommand.js +0 -69
- package/dist/es/commands/CopyProductCommand.js.map +0 -1
- package/dist/es/commands/CreateConstraintCommand.js +0 -66
- package/dist/es/commands/CreateConstraintCommand.js.map +0 -1
- package/dist/es/commands/CreatePortfolioCommand.js +0 -66
- package/dist/es/commands/CreatePortfolioCommand.js.map +0 -1
- package/dist/es/commands/CreatePortfolioShareCommand.js +0 -73
- package/dist/es/commands/CreatePortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/CreateProductCommand.js +0 -71
- package/dist/es/commands/CreateProductCommand.js.map +0 -1
- package/dist/es/commands/CreateProvisionedProductPlanCommand.js +0 -71
- package/dist/es/commands/CreateProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/CreateProvisioningArtifactCommand.js +0 -70
- package/dist/es/commands/CreateProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/CreateServiceActionCommand.js +0 -65
- package/dist/es/commands/CreateServiceActionCommand.js.map +0 -1
- package/dist/es/commands/CreateTagOptionCommand.js +0 -65
- package/dist/es/commands/CreateTagOptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConstraintCommand.js +0 -66
- package/dist/es/commands/DeleteConstraintCommand.js.map +0 -1
- package/dist/es/commands/DeletePortfolioCommand.js +0 -68
- package/dist/es/commands/DeletePortfolioCommand.js.map +0 -1
- package/dist/es/commands/DeletePortfolioShareCommand.js +0 -68
- package/dist/es/commands/DeletePortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/DeleteProductCommand.js +0 -67
- package/dist/es/commands/DeleteProductCommand.js.map +0 -1
- package/dist/es/commands/DeleteProvisionedProductPlanCommand.js +0 -65
- package/dist/es/commands/DeleteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteProvisioningArtifactCommand.js +0 -68
- package/dist/es/commands/DeleteProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/DeleteServiceActionCommand.js +0 -65
- package/dist/es/commands/DeleteServiceActionCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagOptionCommand.js +0 -66
- package/dist/es/commands/DeleteTagOptionCommand.js.map +0 -1
- package/dist/es/commands/DescribeConstraintCommand.js +0 -65
- package/dist/es/commands/DescribeConstraintCommand.js.map +0 -1
- package/dist/es/commands/DescribeCopyProductStatusCommand.js +0 -65
- package/dist/es/commands/DescribeCopyProductStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribePortfolioCommand.js +0 -66
- package/dist/es/commands/DescribePortfolioCommand.js.map +0 -1
- package/dist/es/commands/DescribePortfolioShareStatusCommand.js +0 -66
- package/dist/es/commands/DescribePortfolioShareStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribePortfolioSharesCommand.js +0 -69
- package/dist/es/commands/DescribePortfolioSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeProductAsAdminCommand.js +0 -65
- package/dist/es/commands/DescribeProductAsAdminCommand.js.map +0 -1
- package/dist/es/commands/DescribeProductCommand.js +0 -65
- package/dist/es/commands/DescribeProductCommand.js.map +0 -1
- package/dist/es/commands/DescribeProductViewCommand.js +0 -65
- package/dist/es/commands/DescribeProductViewCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisionedProductCommand.js +0 -65
- package/dist/es/commands/DescribeProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisionedProductPlanCommand.js +0 -65
- package/dist/es/commands/DescribeProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/DescribeProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisioningParametersCommand.js +0 -72
- package/dist/es/commands/DescribeProvisioningParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeRecordCommand.js +0 -73
- package/dist/es/commands/DescribeRecordCommand.js.map +0 -1
- package/dist/es/commands/DescribeServiceActionCommand.js +0 -65
- package/dist/es/commands/DescribeServiceActionCommand.js.map +0 -1
- package/dist/es/commands/DescribeServiceActionExecutionParametersCommand.js +0 -65
- package/dist/es/commands/DescribeServiceActionExecutionParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagOptionCommand.js +0 -65
- package/dist/es/commands/DescribeTagOptionCommand.js.map +0 -1
- package/dist/es/commands/DisableAWSOrganizationsAccessCommand.js +0 -71
- package/dist/es/commands/DisableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBudgetFromResourceCommand.js +0 -65
- package/dist/es/commands/DisassociateBudgetFromResourceCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePrincipalFromPortfolioCommand.js +0 -66
- package/dist/es/commands/DisassociatePrincipalFromPortfolioCommand.js.map +0 -1
- package/dist/es/commands/DisassociateProductFromPortfolioCommand.js +0 -66
- package/dist/es/commands/DisassociateProductFromPortfolioCommand.js.map +0 -1
- package/dist/es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/DisassociateTagOptionFromResourceCommand.js +0 -65
- package/dist/es/commands/DisassociateTagOptionFromResourceCommand.js.map +0 -1
- package/dist/es/commands/EnableAWSOrganizationsAccessCommand.js +0 -70
- package/dist/es/commands/EnableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/es/commands/ExecuteProvisionedProductPlanCommand.js +0 -65
- package/dist/es/commands/ExecuteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/ExecuteProvisionedProductServiceActionCommand.js +0 -65
- package/dist/es/commands/ExecuteProvisionedProductServiceActionCommand.js.map +0 -1
- package/dist/es/commands/GetAWSOrganizationsAccessStatusCommand.js +0 -66
- package/dist/es/commands/GetAWSOrganizationsAccessStatusCommand.js.map +0 -1
- package/dist/es/commands/GetProvisionedProductOutputsCommand.js +0 -65
- package/dist/es/commands/GetProvisionedProductOutputsCommand.js.map +0 -1
- package/dist/es/commands/ImportAsProvisionedProductCommand.js +0 -78
- package/dist/es/commands/ImportAsProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/ListAcceptedPortfolioSharesCommand.js +0 -65
- package/dist/es/commands/ListAcceptedPortfolioSharesCommand.js.map +0 -1
- package/dist/es/commands/ListBudgetsForResourceCommand.js +0 -65
- package/dist/es/commands/ListBudgetsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListConstraintsForPortfolioCommand.js +0 -65
- package/dist/es/commands/ListConstraintsForPortfolioCommand.js.map +0 -1
- package/dist/es/commands/ListLaunchPathsCommand.js +0 -67
- package/dist/es/commands/ListLaunchPathsCommand.js.map +0 -1
- package/dist/es/commands/ListOrganizationPortfolioAccessCommand.js +0 -68
- package/dist/es/commands/ListOrganizationPortfolioAccessCommand.js.map +0 -1
- package/dist/es/commands/ListPortfolioAccessCommand.js +0 -66
- package/dist/es/commands/ListPortfolioAccessCommand.js.map +0 -1
- package/dist/es/commands/ListPortfoliosCommand.js +0 -65
- package/dist/es/commands/ListPortfoliosCommand.js.map +0 -1
- package/dist/es/commands/ListPortfoliosForProductCommand.js +0 -65
- package/dist/es/commands/ListPortfoliosForProductCommand.js.map +0 -1
- package/dist/es/commands/ListPrincipalsForPortfolioCommand.js +0 -65
- package/dist/es/commands/ListPrincipalsForPortfolioCommand.js.map +0 -1
- package/dist/es/commands/ListProvisionedProductPlansCommand.js +0 -65
- package/dist/es/commands/ListProvisionedProductPlansCommand.js.map +0 -1
- package/dist/es/commands/ListProvisioningArtifactsCommand.js +0 -65
- package/dist/es/commands/ListProvisioningArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListProvisioningArtifactsForServiceActionCommand.js +0 -65
- package/dist/es/commands/ListProvisioningArtifactsForServiceActionCommand.js.map +0 -1
- package/dist/es/commands/ListRecordHistoryCommand.js +0 -65
- package/dist/es/commands/ListRecordHistoryCommand.js.map +0 -1
- package/dist/es/commands/ListResourcesForTagOptionCommand.js +0 -65
- package/dist/es/commands/ListResourcesForTagOptionCommand.js.map +0 -1
- package/dist/es/commands/ListServiceActionsCommand.js +0 -65
- package/dist/es/commands/ListServiceActionsCommand.js.map +0 -1
- package/dist/es/commands/ListServiceActionsForProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/ListServiceActionsForProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/ListStackInstancesForProvisionedProductCommand.js +0 -65
- package/dist/es/commands/ListStackInstancesForProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/ListTagOptionsCommand.js +0 -65
- package/dist/es/commands/ListTagOptionsCommand.js.map +0 -1
- package/dist/es/commands/ProvisionProductCommand.js +0 -73
- package/dist/es/commands/ProvisionProductCommand.js.map +0 -1
- package/dist/es/commands/RejectPortfolioShareCommand.js +0 -65
- package/dist/es/commands/RejectPortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/ScanProvisionedProductsCommand.js +0 -66
- package/dist/es/commands/ScanProvisionedProductsCommand.js.map +0 -1
- package/dist/es/commands/SearchProductsAsAdminCommand.js +0 -65
- package/dist/es/commands/SearchProductsAsAdminCommand.js.map +0 -1
- package/dist/es/commands/SearchProductsCommand.js +0 -65
- package/dist/es/commands/SearchProductsCommand.js.map +0 -1
- package/dist/es/commands/SearchProvisionedProductsCommand.js +0 -65
- package/dist/es/commands/SearchProvisionedProductsCommand.js.map +0 -1
- package/dist/es/commands/TerminateProvisionedProductCommand.js +0 -67
- package/dist/es/commands/TerminateProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/UpdateConstraintCommand.js +0 -65
- package/dist/es/commands/UpdateConstraintCommand.js.map +0 -1
- package/dist/es/commands/UpdatePortfolioCommand.js +0 -66
- package/dist/es/commands/UpdatePortfolioCommand.js.map +0 -1
- package/dist/es/commands/UpdatePortfolioShareCommand.js +0 -73
- package/dist/es/commands/UpdatePortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateProductCommand.js +0 -65
- package/dist/es/commands/UpdateProductCommand.js.map +0 -1
- package/dist/es/commands/UpdateProvisionedProductCommand.js +0 -69
- package/dist/es/commands/UpdateProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/UpdateProvisionedProductPropertiesCommand.js +0 -65
- package/dist/es/commands/UpdateProvisionedProductPropertiesCommand.js.map +0 -1
- package/dist/es/commands/UpdateProvisioningArtifactCommand.js +0 -66
- package/dist/es/commands/UpdateProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/UpdateServiceActionCommand.js +0 -65
- package/dist/es/commands/UpdateServiceActionCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagOptionCommand.js +0 -65
- package/dist/es/commands/UpdateTagOptionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -111
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1843
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribePortfolioSharesPaginator.js +0 -87
- package/dist/es/pagination/DescribePortfolioSharesPaginator.js.map +0 -1
- package/dist/es/pagination/GetProvisionedProductOutputsPaginator.js +0 -87
- package/dist/es/pagination/GetProvisionedProductOutputsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAcceptedPortfolioSharesPaginator.js +0 -87
- package/dist/es/pagination/ListAcceptedPortfolioSharesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBudgetsForResourcePaginator.js +0 -87
- package/dist/es/pagination/ListBudgetsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListConstraintsForPortfolioPaginator.js +0 -87
- package/dist/es/pagination/ListConstraintsForPortfolioPaginator.js.map +0 -1
- package/dist/es/pagination/ListLaunchPathsPaginator.js +0 -87
- package/dist/es/pagination/ListLaunchPathsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOrganizationPortfolioAccessPaginator.js +0 -87
- package/dist/es/pagination/ListOrganizationPortfolioAccessPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortfolioAccessPaginator.js +0 -87
- package/dist/es/pagination/ListPortfolioAccessPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortfoliosForProductPaginator.js +0 -87
- package/dist/es/pagination/ListPortfoliosForProductPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortfoliosPaginator.js +0 -87
- package/dist/es/pagination/ListPortfoliosPaginator.js.map +0 -1
- package/dist/es/pagination/ListPrincipalsForPortfolioPaginator.js +0 -87
- package/dist/es/pagination/ListPrincipalsForPortfolioPaginator.js.map +0 -1
- package/dist/es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +0 -87
- package/dist/es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourcesForTagOptionPaginator.js +0 -87
- package/dist/es/pagination/ListResourcesForTagOptionPaginator.js.map +0 -1
- package/dist/es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +0 -87
- package/dist/es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js.map +0 -1
- package/dist/es/pagination/ListServiceActionsPaginator.js +0 -87
- package/dist/es/pagination/ListServiceActionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagOptionsPaginator.js +0 -87
- package/dist/es/pagination/ListTagOptionsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchProductsAsAdminPaginator.js +0 -87
- package/dist/es/pagination/SearchProductsAsAdminPaginator.js.map +0 -1
- package/dist/es/pagination/SearchProductsPaginator.js +0 -87
- package/dist/es/pagination/SearchProductsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchProvisionedProductsPaginator.js +0 -87
- package/dist/es/pagination/SearchProvisionedProductsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -9360
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ServiceCatalog.d.ts +0 -746
- package/dist/types/ServiceCatalogClient.d.ts +0 -225
- package/dist/types/commands/AcceptPortfolioShareCommand.d.ts +0 -35
- package/dist/types/commands/AssociateBudgetWithResourceCommand.d.ts +0 -35
- package/dist/types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +0 -35
- package/dist/types/commands/AssociateProductWithPortfolioCommand.d.ts +0 -36
- package/dist/types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/AssociateTagOptionWithResourceCommand.d.ts +0 -35
- package/dist/types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/CopyProductCommand.d.ts +0 -39
- package/dist/types/commands/CreateConstraintCommand.d.ts +0 -36
- package/dist/types/commands/CreatePortfolioCommand.d.ts +0 -36
- package/dist/types/commands/CreatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/commands/CreateProductCommand.d.ts +0 -41
- package/dist/types/commands/CreateProvisionedProductPlanCommand.d.ts +0 -41
- package/dist/types/commands/CreateProvisioningArtifactCommand.d.ts +0 -40
- package/dist/types/commands/CreateServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/CreateTagOptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteConstraintCommand.d.ts +0 -36
- package/dist/types/commands/DeletePortfolioCommand.d.ts +0 -38
- package/dist/types/commands/DeletePortfolioShareCommand.d.ts +0 -38
- package/dist/types/commands/DeleteProductCommand.d.ts +0 -37
- package/dist/types/commands/DeleteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/commands/DeleteProvisioningArtifactCommand.d.ts +0 -38
- package/dist/types/commands/DeleteServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteTagOptionCommand.d.ts +0 -36
- package/dist/types/commands/DescribeConstraintCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCopyProductStatusCommand.d.ts +0 -35
- package/dist/types/commands/DescribePortfolioCommand.d.ts +0 -36
- package/dist/types/commands/DescribePortfolioShareStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribePortfolioSharesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeProductAsAdminCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProductCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProductViewCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisionedProductCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisioningParametersCommand.d.ts +0 -42
- package/dist/types/commands/DescribeRecordCommand.d.ts +0 -43
- package/dist/types/commands/DescribeServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTagOptionCommand.d.ts +0 -35
- package/dist/types/commands/DisableAWSOrganizationsAccessCommand.d.ts +0 -41
- package/dist/types/commands/DisassociateBudgetFromResourceCommand.d.ts +0 -35
- package/dist/types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateProductFromPortfolioCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateTagOptionFromResourceCommand.d.ts +0 -35
- package/dist/types/commands/EnableAWSOrganizationsAccessCommand.d.ts +0 -40
- package/dist/types/commands/ExecuteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +0 -36
- package/dist/types/commands/GetProvisionedProductOutputsCommand.d.ts +0 -35
- package/dist/types/commands/ImportAsProvisionedProductCommand.d.ts +0 -48
- package/dist/types/commands/ListAcceptedPortfolioSharesCommand.d.ts +0 -35
- package/dist/types/commands/ListBudgetsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListConstraintsForPortfolioCommand.d.ts +0 -35
- package/dist/types/commands/ListLaunchPathsCommand.d.ts +0 -37
- package/dist/types/commands/ListOrganizationPortfolioAccessCommand.d.ts +0 -38
- package/dist/types/commands/ListPortfolioAccessCommand.d.ts +0 -36
- package/dist/types/commands/ListPortfoliosCommand.d.ts +0 -35
- package/dist/types/commands/ListPortfoliosForProductCommand.d.ts +0 -35
- package/dist/types/commands/ListPrincipalsForPortfolioCommand.d.ts +0 -35
- package/dist/types/commands/ListProvisionedProductPlansCommand.d.ts +0 -35
- package/dist/types/commands/ListProvisioningArtifactsCommand.d.ts +0 -35
- package/dist/types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/ListRecordHistoryCommand.d.ts +0 -35
- package/dist/types/commands/ListResourcesForTagOptionCommand.d.ts +0 -35
- package/dist/types/commands/ListServiceActionsCommand.d.ts +0 -35
- package/dist/types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +0 -35
- package/dist/types/commands/ListTagOptionsCommand.d.ts +0 -35
- package/dist/types/commands/ProvisionProductCommand.d.ts +0 -43
- package/dist/types/commands/RejectPortfolioShareCommand.d.ts +0 -35
- package/dist/types/commands/ScanProvisionedProductsCommand.d.ts +0 -36
- package/dist/types/commands/SearchProductsAsAdminCommand.d.ts +0 -35
- package/dist/types/commands/SearchProductsCommand.d.ts +0 -35
- package/dist/types/commands/SearchProvisionedProductsCommand.d.ts +0 -35
- package/dist/types/commands/TerminateProvisionedProductCommand.d.ts +0 -37
- package/dist/types/commands/UpdateConstraintCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePortfolioCommand.d.ts +0 -36
- package/dist/types/commands/UpdatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/commands/UpdateProductCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProvisionedProductCommand.d.ts +0 -39
- package/dist/types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProvisioningArtifactCommand.d.ts +0 -36
- package/dist/types/commands/UpdateServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTagOptionCommand.d.ts +0 -35
- package/dist/types/pagination/DescribePortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetProvisionedProductOutputsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBudgetsForResourcePaginator.d.ts +0 -4
- package/dist/types/pagination/ListConstraintsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLaunchPathsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortfoliosForProductPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortfoliosPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResourcesForTagOptionPaginator.d.ts +0 -4
- package/dist/types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +0 -4
- package/dist/types/pagination/ListServiceActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagOptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchProductsAsAdminPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchProductsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchProvisionedProductsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -263
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/ServiceCatalog.d.ts +0 -746
- package/dist/types/ts3.4/ServiceCatalogClient.d.ts +0 -225
- package/dist/types/ts3.4/commands/AcceptPortfolioShareCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateBudgetWithResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociatePrincipalWithPortfolioCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateProductWithPortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateTagOptionWithResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CopyProductCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateConstraintCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateProductCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateProvisionedProductPlanCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateProvisioningArtifactCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteConstraintCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePortfolioCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeletePortfolioShareCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteProductCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProvisioningArtifactCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTagOptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeConstraintCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCopyProductStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePortfolioShareStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePortfolioSharesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeProductAsAdminCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProductViewCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisionedProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisioningParametersCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeRecordCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeServiceActionExecutionParametersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableAWSOrganizationsAccessCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DisassociateBudgetFromResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateProductFromPortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateTagOptionFromResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableAWSOrganizationsAccessCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ExecuteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetProvisionedProductOutputsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportAsProvisionedProductCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/ListAcceptedPortfolioSharesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListBudgetsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConstraintsForPortfolioCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListLaunchPathsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListOrganizationPortfolioAccessCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPortfolioAccessCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPortfoliosCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPortfoliosForProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPrincipalsForPortfolioCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProvisionedProductPlansCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProvisioningArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRecordHistoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResourcesForTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListServiceActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStackInstancesForProvisionedProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ProvisionProductCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/RejectPortfolioShareCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ScanProvisionedProductsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchProductsAsAdminCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SearchProductsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SearchProvisionedProductsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TerminateProvisionedProductCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateConstraintCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProvisionedProductCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateProvisionedProductPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProvisioningArtifactCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -7067
- package/dist/types/ts3.4/pagination/DescribePortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetProvisionedProductOutputsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBudgetsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListConstraintsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLaunchPathsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortfoliosForProductPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortfoliosPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPrincipalsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResourcesForTagOptionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListServiceActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagOptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchProductsAsAdminPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchProductsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchProvisionedProductsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -263
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8533
- package/pagination/DescribePortfolioSharesPaginator.ts +0 -58
- package/pagination/GetProvisionedProductOutputsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAcceptedPortfolioSharesPaginator.ts +0 -58
- package/pagination/ListBudgetsForResourcePaginator.ts +0 -58
- package/pagination/ListConstraintsForPortfolioPaginator.ts +0 -58
- package/pagination/ListLaunchPathsPaginator.ts +0 -58
- package/pagination/ListOrganizationPortfolioAccessPaginator.ts +0 -58
- package/pagination/ListPortfolioAccessPaginator.ts +0 -58
- package/pagination/ListPortfoliosForProductPaginator.ts +0 -58
- package/pagination/ListPortfoliosPaginator.ts +0 -58
- package/pagination/ListPrincipalsForPortfolioPaginator.ts +0 -58
- package/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts +0 -58
- package/pagination/ListResourcesForTagOptionPaginator.ts +0 -58
- package/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts +0 -58
- package/pagination/ListServiceActionsPaginator.ts +0 -58
- package/pagination/ListTagOptionsPaginator.ts +0 -58
- package/pagination/SearchProductsAsAdminPaginator.ts +0 -58
- package/pagination/SearchProductsPaginator.ts +0 -58
- package/pagination/SearchProvisionedProductsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -11443
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import {
|
|
3
|
-
BatchAssociateServiceActionWithProvisioningArtifactInput,
|
|
4
|
-
BatchAssociateServiceActionWithProvisioningArtifactOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand,
|
|
8
|
-
serializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand,
|
|
9
|
-
} from "../protocols/Aws_json1_1";
|
|
10
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
14
|
-
FinalizeHandlerArguments,
|
|
15
|
-
Handler,
|
|
16
|
-
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
|
-
MetadataBearer as __MetadataBearer,
|
|
20
|
-
SerdeContext as __SerdeContext,
|
|
21
|
-
} from "@aws-sdk/types";
|
|
22
|
-
|
|
23
|
-
export interface BatchAssociateServiceActionWithProvisioningArtifactCommandInput
|
|
24
|
-
extends BatchAssociateServiceActionWithProvisioningArtifactInput {}
|
|
25
|
-
export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutput
|
|
26
|
-
extends BatchAssociateServiceActionWithProvisioningArtifactOutput,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>Associates multiple self-service actions with provisioning artifacts.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
35
|
-
* // const { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
36
|
-
* const client = new ServiceCatalogClient(config);
|
|
37
|
-
* const command = new BatchAssociateServiceActionWithProvisioningArtifactCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link BatchAssociateServiceActionWithProvisioningArtifactCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link BatchAssociateServiceActionWithProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class BatchAssociateServiceActionWithProvisioningArtifactCommand extends $Command<
|
|
47
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
48
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommandOutput,
|
|
49
|
-
ServiceCatalogClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: BatchAssociateServiceActionWithProvisioningArtifactCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: ServiceCatalogClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<
|
|
68
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
69
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommandOutput
|
|
70
|
-
> {
|
|
71
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
72
|
-
|
|
73
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
74
|
-
|
|
75
|
-
const { logger } = configuration;
|
|
76
|
-
const clientName = "ServiceCatalogClient";
|
|
77
|
-
const commandName = "BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
78
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
79
|
-
logger,
|
|
80
|
-
clientName,
|
|
81
|
-
commandName,
|
|
82
|
-
inputFilterSensitiveLog: BatchAssociateServiceActionWithProvisioningArtifactInput.filterSensitiveLog,
|
|
83
|
-
outputFilterSensitiveLog: BatchAssociateServiceActionWithProvisioningArtifactOutput.filterSensitiveLog,
|
|
84
|
-
};
|
|
85
|
-
const { requestHandler } = configuration;
|
|
86
|
-
return stack.resolve(
|
|
87
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
88
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
89
|
-
handlerExecutionContext
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private serialize(
|
|
94
|
-
input: BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
95
|
-
context: __SerdeContext
|
|
96
|
-
): Promise<__HttpRequest> {
|
|
97
|
-
return serializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand(input, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
private deserialize(
|
|
101
|
-
output: __HttpResponse,
|
|
102
|
-
context: __SerdeContext
|
|
103
|
-
): Promise<BatchAssociateServiceActionWithProvisioningArtifactCommandOutput> {
|
|
104
|
-
return deserializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand(output, context);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// Start section: command_body_extra
|
|
108
|
-
// End section: command_body_extra
|
|
109
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import {
|
|
3
|
-
BatchDisassociateServiceActionFromProvisioningArtifactInput,
|
|
4
|
-
BatchDisassociateServiceActionFromProvisioningArtifactOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand,
|
|
8
|
-
serializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand,
|
|
9
|
-
} from "../protocols/Aws_json1_1";
|
|
10
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
14
|
-
FinalizeHandlerArguments,
|
|
15
|
-
Handler,
|
|
16
|
-
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
|
-
MetadataBearer as __MetadataBearer,
|
|
20
|
-
SerdeContext as __SerdeContext,
|
|
21
|
-
} from "@aws-sdk/types";
|
|
22
|
-
|
|
23
|
-
export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandInput
|
|
24
|
-
extends BatchDisassociateServiceActionFromProvisioningArtifactInput {}
|
|
25
|
-
export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput
|
|
26
|
-
extends BatchDisassociateServiceActionFromProvisioningArtifactOutput,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>Disassociates a batch of self-service actions from the specified provisioning artifact.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
35
|
-
* // const { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
36
|
-
* const client = new ServiceCatalogClient(config);
|
|
37
|
-
* const command = new BatchDisassociateServiceActionFromProvisioningArtifactCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link BatchDisassociateServiceActionFromProvisioningArtifactCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class BatchDisassociateServiceActionFromProvisioningArtifactCommand extends $Command<
|
|
47
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
48
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput,
|
|
49
|
-
ServiceCatalogClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: ServiceCatalogClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<
|
|
68
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
69
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput
|
|
70
|
-
> {
|
|
71
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
72
|
-
|
|
73
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
74
|
-
|
|
75
|
-
const { logger } = configuration;
|
|
76
|
-
const clientName = "ServiceCatalogClient";
|
|
77
|
-
const commandName = "BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
78
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
79
|
-
logger,
|
|
80
|
-
clientName,
|
|
81
|
-
commandName,
|
|
82
|
-
inputFilterSensitiveLog: BatchDisassociateServiceActionFromProvisioningArtifactInput.filterSensitiveLog,
|
|
83
|
-
outputFilterSensitiveLog: BatchDisassociateServiceActionFromProvisioningArtifactOutput.filterSensitiveLog,
|
|
84
|
-
};
|
|
85
|
-
const { requestHandler } = configuration;
|
|
86
|
-
return stack.resolve(
|
|
87
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
88
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
89
|
-
handlerExecutionContext
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private serialize(
|
|
94
|
-
input: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
95
|
-
context: __SerdeContext
|
|
96
|
-
): Promise<__HttpRequest> {
|
|
97
|
-
return serializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand(input, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
private deserialize(
|
|
101
|
-
output: __HttpResponse,
|
|
102
|
-
context: __SerdeContext
|
|
103
|
-
): Promise<BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput> {
|
|
104
|
-
return deserializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand(output, context);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// Start section: command_body_extra
|
|
108
|
-
// End section: command_body_extra
|
|
109
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CopyProductInput, CopyProductOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CopyProductCommand,
|
|
5
|
-
serializeAws_json1_1CopyProductCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CopyProductCommandInput extends CopyProductInput {}
|
|
21
|
-
export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Copies the specified source product to the specified target product or a new product.</p>
|
|
25
|
-
* <p>You can copy a product to the same account or another account.
|
|
26
|
-
* You can copy a product to the same region or another region.</p>
|
|
27
|
-
* <p>This operation is performed asynchronously. To track the progress of the
|
|
28
|
-
* operation, use <a>DescribeCopyProductStatus</a>.</p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { ServiceCatalogClient, CopyProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
33
|
-
* // const { ServiceCatalogClient, CopyProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
34
|
-
* const client = new ServiceCatalogClient(config);
|
|
35
|
-
* const command = new CopyProductCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link CopyProductCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link CopyProductCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export class CopyProductCommand extends $Command<
|
|
45
|
-
CopyProductCommandInput,
|
|
46
|
-
CopyProductCommandOutput,
|
|
47
|
-
ServiceCatalogClientResolvedConfig
|
|
48
|
-
> {
|
|
49
|
-
// Start section: command_properties
|
|
50
|
-
// End section: command_properties
|
|
51
|
-
|
|
52
|
-
constructor(readonly input: CopyProductCommandInput) {
|
|
53
|
-
// Start section: command_constructor
|
|
54
|
-
super();
|
|
55
|
-
// End section: command_constructor
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
resolveMiddleware(
|
|
62
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
63
|
-
configuration: ServiceCatalogClientResolvedConfig,
|
|
64
|
-
options?: __HttpHandlerOptions
|
|
65
|
-
): Handler<CopyProductCommandInput, CopyProductCommandOutput> {
|
|
66
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
67
|
-
|
|
68
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
-
|
|
70
|
-
const { logger } = configuration;
|
|
71
|
-
const clientName = "ServiceCatalogClient";
|
|
72
|
-
const commandName = "CopyProductCommand";
|
|
73
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
74
|
-
logger,
|
|
75
|
-
clientName,
|
|
76
|
-
commandName,
|
|
77
|
-
inputFilterSensitiveLog: CopyProductInput.filterSensitiveLog,
|
|
78
|
-
outputFilterSensitiveLog: CopyProductOutput.filterSensitiveLog,
|
|
79
|
-
};
|
|
80
|
-
const { requestHandler } = configuration;
|
|
81
|
-
return stack.resolve(
|
|
82
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
83
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
84
|
-
handlerExecutionContext
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private serialize(input: CopyProductCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
89
|
-
return serializeAws_json1_1CopyProductCommand(input, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CopyProductCommandOutput> {
|
|
93
|
-
return deserializeAws_json1_1CopyProductCommand(output, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// Start section: command_body_extra
|
|
97
|
-
// End section: command_body_extra
|
|
98
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateConstraintInput, CreateConstraintOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateConstraintCommand,
|
|
5
|
-
serializeAws_json1_1CreateConstraintCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateConstraintCommandInput extends CreateConstraintInput {}
|
|
21
|
-
export interface CreateConstraintCommandOutput extends CreateConstraintOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a constraint.</p>
|
|
25
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { ServiceCatalogClient, CreateConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
30
|
-
* // const { ServiceCatalogClient, CreateConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
31
|
-
* const client = new ServiceCatalogClient(config);
|
|
32
|
-
* const command = new CreateConstraintCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link CreateConstraintCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link CreateConstraintCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class CreateConstraintCommand extends $Command<
|
|
42
|
-
CreateConstraintCommandInput,
|
|
43
|
-
CreateConstraintCommandOutput,
|
|
44
|
-
ServiceCatalogClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: CreateConstraintCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: ServiceCatalogClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<CreateConstraintCommandInput, CreateConstraintCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "ServiceCatalogClient";
|
|
69
|
-
const commandName = "CreateConstraintCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: CreateConstraintInput.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: CreateConstraintOutput.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: CreateConstraintCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1CreateConstraintCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateConstraintCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1CreateConstraintCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreatePortfolioInput, CreatePortfolioOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreatePortfolioCommand,
|
|
5
|
-
serializeAws_json1_1CreatePortfolioCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreatePortfolioCommandInput extends CreatePortfolioInput {}
|
|
21
|
-
export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a portfolio.</p>
|
|
25
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { ServiceCatalogClient, CreatePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
30
|
-
* // const { ServiceCatalogClient, CreatePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
31
|
-
* const client = new ServiceCatalogClient(config);
|
|
32
|
-
* const command = new CreatePortfolioCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link CreatePortfolioCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link CreatePortfolioCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class CreatePortfolioCommand extends $Command<
|
|
42
|
-
CreatePortfolioCommandInput,
|
|
43
|
-
CreatePortfolioCommandOutput,
|
|
44
|
-
ServiceCatalogClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: CreatePortfolioCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: ServiceCatalogClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<CreatePortfolioCommandInput, CreatePortfolioCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "ServiceCatalogClient";
|
|
69
|
-
const commandName = "CreatePortfolioCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: CreatePortfolioInput.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: CreatePortfolioOutput.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: CreatePortfolioCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1CreatePortfolioCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreatePortfolioCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1CreatePortfolioCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreatePortfolioShareInput, CreatePortfolioShareOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreatePortfolioShareCommand,
|
|
5
|
-
serializeAws_json1_1CreatePortfolioShareCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreatePortfolioShareCommandInput extends CreatePortfolioShareInput {}
|
|
21
|
-
export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Shares the specified portfolio with the specified account or organization node.
|
|
25
|
-
* Shares to an organization node can only be created by the management account of an
|
|
26
|
-
* organization or by a delegated administrator. You can share portfolios to an organization,
|
|
27
|
-
* an organizational unit, or a specific account.</p>
|
|
28
|
-
* <p>Note that if a delegated admin is de-registered, they can no longer create portfolio shares.</p>
|
|
29
|
-
* <p>
|
|
30
|
-
* <code>AWSOrganizationsAccess</code> must be enabled in order to create a portfolio share to an organization node.</p>
|
|
31
|
-
* <p>You can't share a shared resource, including portfolios that contain a shared product.</p>
|
|
32
|
-
* <p>If the portfolio share with the specified account or organization node already exists, this action will have no effect and will not return an error. To update an existing share, you must use the <code> UpdatePortfolioShare</code> API instead.</p>
|
|
33
|
-
* @example
|
|
34
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
-
* ```javascript
|
|
36
|
-
* import { ServiceCatalogClient, CreatePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
37
|
-
* // const { ServiceCatalogClient, CreatePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
38
|
-
* const client = new ServiceCatalogClient(config);
|
|
39
|
-
* const command = new CreatePortfolioShareCommand(input);
|
|
40
|
-
* const response = await client.send(command);
|
|
41
|
-
* ```
|
|
42
|
-
*
|
|
43
|
-
* @see {@link CreatePortfolioShareCommandInput} for command's `input` shape.
|
|
44
|
-
* @see {@link CreatePortfolioShareCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
export class CreatePortfolioShareCommand extends $Command<
|
|
49
|
-
CreatePortfolioShareCommandInput,
|
|
50
|
-
CreatePortfolioShareCommandOutput,
|
|
51
|
-
ServiceCatalogClientResolvedConfig
|
|
52
|
-
> {
|
|
53
|
-
// Start section: command_properties
|
|
54
|
-
// End section: command_properties
|
|
55
|
-
|
|
56
|
-
constructor(readonly input: CreatePortfolioShareCommandInput) {
|
|
57
|
-
// Start section: command_constructor
|
|
58
|
-
super();
|
|
59
|
-
// End section: command_constructor
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(
|
|
66
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
67
|
-
configuration: ServiceCatalogClientResolvedConfig,
|
|
68
|
-
options?: __HttpHandlerOptions
|
|
69
|
-
): Handler<CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput> {
|
|
70
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
71
|
-
|
|
72
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
73
|
-
|
|
74
|
-
const { logger } = configuration;
|
|
75
|
-
const clientName = "ServiceCatalogClient";
|
|
76
|
-
const commandName = "CreatePortfolioShareCommand";
|
|
77
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
78
|
-
logger,
|
|
79
|
-
clientName,
|
|
80
|
-
commandName,
|
|
81
|
-
inputFilterSensitiveLog: CreatePortfolioShareInput.filterSensitiveLog,
|
|
82
|
-
outputFilterSensitiveLog: CreatePortfolioShareOutput.filterSensitiveLog,
|
|
83
|
-
};
|
|
84
|
-
const { requestHandler } = configuration;
|
|
85
|
-
return stack.resolve(
|
|
86
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
87
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
88
|
-
handlerExecutionContext
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private serialize(input: CreatePortfolioShareCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
93
|
-
return serializeAws_json1_1CreatePortfolioShareCommand(input, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreatePortfolioShareCommandOutput> {
|
|
97
|
-
return deserializeAws_json1_1CreatePortfolioShareCommand(output, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// Start section: command_body_extra
|
|
101
|
-
// End section: command_body_extra
|
|
102
|
-
}
|