@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,36 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreatePortfolioInput, CreatePortfolioOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreatePortfolioCommandInput extends CreatePortfolioInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a portfolio.</p>
|
|
11
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ServiceCatalogClient, CreatePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
16
|
-
* // const { ServiceCatalogClient, CreatePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
17
|
-
* const client = new ServiceCatalogClient(config);
|
|
18
|
-
* const command = new CreatePortfolioCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreatePortfolioCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreatePortfolioCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreatePortfolioCommand extends $Command<CreatePortfolioCommandInput, CreatePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
28
|
-
readonly input: CreatePortfolioCommandInput;
|
|
29
|
-
constructor(input: CreatePortfolioCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePortfolioCommandInput, CreatePortfolioCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreatePortfolioShareInput, CreatePortfolioShareOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreatePortfolioShareCommandInput extends CreatePortfolioShareInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Shares the specified portfolio with the specified account or organization node.
|
|
11
|
-
* Shares to an organization node can only be created by the management account of an
|
|
12
|
-
* organization or by a delegated administrator. You can share portfolios to an organization,
|
|
13
|
-
* an organizational unit, or a specific account.</p>
|
|
14
|
-
* <p>Note that if a delegated admin is de-registered, they can no longer create portfolio shares.</p>
|
|
15
|
-
* <p>
|
|
16
|
-
* <code>AWSOrganizationsAccess</code> must be enabled in order to create a portfolio share to an organization node.</p>
|
|
17
|
-
* <p>You can't share a shared resource, including portfolios that contain a shared product.</p>
|
|
18
|
-
* <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>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { ServiceCatalogClient, CreatePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
23
|
-
* // const { ServiceCatalogClient, CreatePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
24
|
-
* const client = new ServiceCatalogClient(config);
|
|
25
|
-
* const command = new CreatePortfolioShareCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link CreatePortfolioShareCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link CreatePortfolioShareCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
export declare class CreatePortfolioShareCommand extends $Command<CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
35
|
-
readonly input: CreatePortfolioShareCommandInput;
|
|
36
|
-
constructor(input: CreatePortfolioShareCommandInput);
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput>;
|
|
41
|
-
private serialize;
|
|
42
|
-
private deserialize;
|
|
43
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateProductInput, CreateProductOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateProductCommandInput extends CreateProductInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateProductCommandOutput extends CreateProductOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a product.</p>
|
|
11
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>The user or role that performs this operation must have the
|
|
14
|
-
* <code>cloudformation:GetTemplate</code> IAM policy permission. This policy permission is
|
|
15
|
-
* required when using the <code>ImportFromPhysicalId</code> template source in the
|
|
16
|
-
* information data section.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { ServiceCatalogClient, CreateProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
21
|
-
* // const { ServiceCatalogClient, CreateProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
22
|
-
* const client = new ServiceCatalogClient(config);
|
|
23
|
-
* const command = new CreateProductCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link CreateProductCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link CreateProductCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class CreateProductCommand extends $Command<CreateProductCommandInput, CreateProductCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
33
|
-
readonly input: CreateProductCommandInput;
|
|
34
|
-
constructor(input: CreateProductCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProductCommandInput, CreateProductCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateProvisionedProductPlanInput, CreateProvisionedProductPlanOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateProvisionedProductPlanCommandInput extends CreateProvisionedProductPlanInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisionedProductPlanOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a plan. A plan includes the list of resources to be
|
|
11
|
-
* created (when provisioning a new product) or modified (when updating a provisioned product)
|
|
12
|
-
* when the plan is executed.</p>
|
|
13
|
-
* <p>You can create one plan per provisioned product. To create a plan for an existing
|
|
14
|
-
* provisioned product, the product status must be AVAILBLE or TAINTED.</p>
|
|
15
|
-
* <p>To view the resource changes in the change set, use <a>DescribeProvisionedProductPlan</a>.
|
|
16
|
-
* To create or modify the provisioned product, use <a>ExecuteProvisionedProductPlan</a>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { ServiceCatalogClient, CreateProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
21
|
-
* // const { ServiceCatalogClient, CreateProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
22
|
-
* const client = new ServiceCatalogClient(config);
|
|
23
|
-
* const command = new CreateProvisionedProductPlanCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link CreateProvisionedProductPlanCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link CreateProvisionedProductPlanCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class CreateProvisionedProductPlanCommand extends $Command<CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
33
|
-
readonly input: CreateProvisionedProductPlanCommandInput;
|
|
34
|
-
constructor(input: CreateProvisionedProductPlanCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateProvisioningArtifactInput, CreateProvisioningArtifactOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateProvisioningArtifactCommandInput extends CreateProvisioningArtifactInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateProvisioningArtifactCommandOutput extends CreateProvisioningArtifactOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a provisioning artifact (also known as a version) for the specified product.</p>
|
|
11
|
-
* <p>You cannot create a provisioning artifact for a product that was shared with you.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
|
|
14
|
-
* IAM policy permission. This policy permission is required when using the
|
|
15
|
-
* <code>ImportFromPhysicalId</code> template source in the information data section.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { ServiceCatalogClient, CreateProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
20
|
-
* // const { ServiceCatalogClient, CreateProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
21
|
-
* const client = new ServiceCatalogClient(config);
|
|
22
|
-
* const command = new CreateProvisioningArtifactCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link CreateProvisioningArtifactCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link CreateProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class CreateProvisioningArtifactCommand extends $Command<CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
32
|
-
readonly input: CreateProvisioningArtifactCommandInput;
|
|
33
|
-
constructor(input: CreateProvisioningArtifactCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateServiceActionInput, CreateServiceActionOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateServiceActionCommandInput extends CreateServiceActionInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateServiceActionCommandOutput extends CreateServiceActionOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a self-service action.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, CreateServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, CreateServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new CreateServiceActionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateServiceActionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateServiceActionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateServiceActionCommand extends $Command<CreateServiceActionCommandInput, CreateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateServiceActionCommandInput;
|
|
28
|
-
constructor(input: CreateServiceActionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceActionCommandInput, CreateServiceActionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateTagOptionInput, CreateTagOptionOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateTagOptionCommandInput extends CreateTagOptionInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a TagOption.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, CreateTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, CreateTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new CreateTagOptionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateTagOptionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateTagOptionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateTagOptionCommand extends $Command<CreateTagOptionCommandInput, CreateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateTagOptionCommandInput;
|
|
28
|
-
constructor(input: CreateTagOptionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagOptionCommandInput, CreateTagOptionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeleteConstraintInput, DeleteConstraintOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteConstraintCommandInput extends DeleteConstraintInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified constraint.</p>
|
|
11
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ServiceCatalogClient, DeleteConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
16
|
-
* // const { ServiceCatalogClient, DeleteConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
17
|
-
* const client = new ServiceCatalogClient(config);
|
|
18
|
-
* const command = new DeleteConstraintCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteConstraintCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteConstraintCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DeleteConstraintCommand extends $Command<DeleteConstraintCommandInput, DeleteConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
28
|
-
readonly input: DeleteConstraintCommandInput;
|
|
29
|
-
constructor(input: DeleteConstraintCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConstraintCommandInput, DeleteConstraintCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeletePortfolioInput, DeletePortfolioOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeletePortfolioCommandInput extends DeletePortfolioInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified portfolio.</p>
|
|
11
|
-
* <p>You cannot delete a portfolio if it was shared with you or if it has associated
|
|
12
|
-
* products, users, constraints, or shared accounts.</p>
|
|
13
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { ServiceCatalogClient, DeletePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
18
|
-
* // const { ServiceCatalogClient, DeletePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
19
|
-
* const client = new ServiceCatalogClient(config);
|
|
20
|
-
* const command = new DeletePortfolioCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeletePortfolioCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeletePortfolioCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeletePortfolioCommand extends $Command<DeletePortfolioCommandInput, DeletePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
30
|
-
readonly input: DeletePortfolioCommandInput;
|
|
31
|
-
constructor(input: DeletePortfolioCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortfolioCommandInput, DeletePortfolioCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeletePortfolioShareInput, DeletePortfolioShareOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeletePortfolioShareCommandInput extends DeletePortfolioShareInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeletePortfolioShareCommandOutput extends DeletePortfolioShareOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Stops sharing the specified portfolio with the specified account or organization
|
|
11
|
-
* node. Shares to an organization node can only be deleted by the management account of an
|
|
12
|
-
* organization or by a delegated administrator.</p>
|
|
13
|
-
* <p>Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { ServiceCatalogClient, DeletePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
18
|
-
* // const { ServiceCatalogClient, DeletePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
19
|
-
* const client = new ServiceCatalogClient(config);
|
|
20
|
-
* const command = new DeletePortfolioShareCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeletePortfolioShareCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeletePortfolioShareCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeletePortfolioShareCommand extends $Command<DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
30
|
-
readonly input: DeletePortfolioShareCommandInput;
|
|
31
|
-
constructor(input: DeletePortfolioShareCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeleteProductInput, DeleteProductOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteProductCommandInput extends DeleteProductInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteProductCommandOutput extends DeleteProductOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified product.</p>
|
|
11
|
-
* <p>You cannot delete a product if it was shared with you or is associated with a portfolio.</p>
|
|
12
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ServiceCatalogClient, DeleteProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
17
|
-
* // const { ServiceCatalogClient, DeleteProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
18
|
-
* const client = new ServiceCatalogClient(config);
|
|
19
|
-
* const command = new DeleteProductCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteProductCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteProductCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class DeleteProductCommand extends $Command<DeleteProductCommandInput, DeleteProductCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
29
|
-
readonly input: DeleteProductCommandInput;
|
|
30
|
-
constructor(input: DeleteProductCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProductCommandInput, DeleteProductCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeleteProvisionedProductPlanInput, DeleteProvisionedProductPlanOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteProvisionedProductPlanCommandInput extends DeleteProvisionedProductPlanInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteProvisionedProductPlanCommandOutput extends DeleteProvisionedProductPlanOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified plan.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, DeleteProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, DeleteProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new DeleteProvisionedProductPlanCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteProvisionedProductPlanCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteProvisionedProductPlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DeleteProvisionedProductPlanCommand extends $Command<DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: DeleteProvisionedProductPlanCommandInput;
|
|
28
|
-
constructor(input: DeleteProvisionedProductPlanCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeleteProvisioningArtifactInput, DeleteProvisioningArtifactOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteProvisioningArtifactCommandInput extends DeleteProvisioningArtifactInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteProvisioningArtifactCommandOutput extends DeleteProvisioningArtifactOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified provisioning artifact (also known as a version) for the specified product.</p>
|
|
11
|
-
* <p>You cannot delete a provisioning artifact associated with a product that was shared with you.
|
|
12
|
-
* You cannot delete the last provisioning artifact for a product, because a product must have at
|
|
13
|
-
* least one provisioning artifact.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { ServiceCatalogClient, DeleteProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
18
|
-
* // const { ServiceCatalogClient, DeleteProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
19
|
-
* const client = new ServiceCatalogClient(config);
|
|
20
|
-
* const command = new DeleteProvisioningArtifactCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteProvisioningArtifactCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeleteProvisioningArtifactCommand extends $Command<DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
30
|
-
readonly input: DeleteProvisioningArtifactCommandInput;
|
|
31
|
-
constructor(input: DeleteProvisioningArtifactCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeleteServiceActionInput, DeleteServiceActionOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteServiceActionCommandInput extends DeleteServiceActionInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a self-service action.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, DeleteServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, DeleteServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new DeleteServiceActionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteServiceActionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteServiceActionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DeleteServiceActionCommand extends $Command<DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: DeleteServiceActionCommandInput;
|
|
28
|
-
constructor(input: DeleteServiceActionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DeleteTagOptionInput, DeleteTagOptionOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteTagOptionCommandInput extends DeleteTagOptionInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified TagOption.</p>
|
|
11
|
-
* <p>You cannot delete a TagOption if it is associated with a product or portfolio.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ServiceCatalogClient, DeleteTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
16
|
-
* // const { ServiceCatalogClient, DeleteTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
17
|
-
* const client = new ServiceCatalogClient(config);
|
|
18
|
-
* const command = new DeleteTagOptionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteTagOptionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteTagOptionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DeleteTagOptionCommand extends $Command<DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
28
|
-
readonly input: DeleteTagOptionCommandInput;
|
|
29
|
-
constructor(input: DeleteTagOptionCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { DescribeConstraintInput, DescribeConstraintOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeConstraintCommandInput extends DescribeConstraintInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeConstraintCommandOutput extends DescribeConstraintOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about the specified constraint.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, DescribeConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, DescribeConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new DescribeConstraintCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeConstraintCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeConstraintCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeConstraintCommand extends $Command<DescribeConstraintCommandInput, DescribeConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeConstraintCommandInput;
|
|
28
|
-
constructor(input: DescribeConstraintCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConstraintCommandInput, DescribeConstraintCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|