@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
package/ServiceCatalog.ts
DELETED
|
@@ -1,3364 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClient } from "./ServiceCatalogClient";
|
|
2
|
-
import {
|
|
3
|
-
AcceptPortfolioShareCommand,
|
|
4
|
-
AcceptPortfolioShareCommandInput,
|
|
5
|
-
AcceptPortfolioShareCommandOutput,
|
|
6
|
-
} from "./commands/AcceptPortfolioShareCommand";
|
|
7
|
-
import {
|
|
8
|
-
AssociateBudgetWithResourceCommand,
|
|
9
|
-
AssociateBudgetWithResourceCommandInput,
|
|
10
|
-
AssociateBudgetWithResourceCommandOutput,
|
|
11
|
-
} from "./commands/AssociateBudgetWithResourceCommand";
|
|
12
|
-
import {
|
|
13
|
-
AssociatePrincipalWithPortfolioCommand,
|
|
14
|
-
AssociatePrincipalWithPortfolioCommandInput,
|
|
15
|
-
AssociatePrincipalWithPortfolioCommandOutput,
|
|
16
|
-
} from "./commands/AssociatePrincipalWithPortfolioCommand";
|
|
17
|
-
import {
|
|
18
|
-
AssociateProductWithPortfolioCommand,
|
|
19
|
-
AssociateProductWithPortfolioCommandInput,
|
|
20
|
-
AssociateProductWithPortfolioCommandOutput,
|
|
21
|
-
} from "./commands/AssociateProductWithPortfolioCommand";
|
|
22
|
-
import {
|
|
23
|
-
AssociateServiceActionWithProvisioningArtifactCommand,
|
|
24
|
-
AssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
25
|
-
AssociateServiceActionWithProvisioningArtifactCommandOutput,
|
|
26
|
-
} from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
|
|
27
|
-
import {
|
|
28
|
-
AssociateTagOptionWithResourceCommand,
|
|
29
|
-
AssociateTagOptionWithResourceCommandInput,
|
|
30
|
-
AssociateTagOptionWithResourceCommandOutput,
|
|
31
|
-
} from "./commands/AssociateTagOptionWithResourceCommand";
|
|
32
|
-
import {
|
|
33
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommand,
|
|
34
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
35
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommandOutput,
|
|
36
|
-
} from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
37
|
-
import {
|
|
38
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommand,
|
|
39
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
40
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput,
|
|
41
|
-
} from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
42
|
-
import { CopyProductCommand, CopyProductCommandInput, CopyProductCommandOutput } from "./commands/CopyProductCommand";
|
|
43
|
-
import {
|
|
44
|
-
CreateConstraintCommand,
|
|
45
|
-
CreateConstraintCommandInput,
|
|
46
|
-
CreateConstraintCommandOutput,
|
|
47
|
-
} from "./commands/CreateConstraintCommand";
|
|
48
|
-
import {
|
|
49
|
-
CreatePortfolioCommand,
|
|
50
|
-
CreatePortfolioCommandInput,
|
|
51
|
-
CreatePortfolioCommandOutput,
|
|
52
|
-
} from "./commands/CreatePortfolioCommand";
|
|
53
|
-
import {
|
|
54
|
-
CreatePortfolioShareCommand,
|
|
55
|
-
CreatePortfolioShareCommandInput,
|
|
56
|
-
CreatePortfolioShareCommandOutput,
|
|
57
|
-
} from "./commands/CreatePortfolioShareCommand";
|
|
58
|
-
import {
|
|
59
|
-
CreateProductCommand,
|
|
60
|
-
CreateProductCommandInput,
|
|
61
|
-
CreateProductCommandOutput,
|
|
62
|
-
} from "./commands/CreateProductCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateProvisionedProductPlanCommand,
|
|
65
|
-
CreateProvisionedProductPlanCommandInput,
|
|
66
|
-
CreateProvisionedProductPlanCommandOutput,
|
|
67
|
-
} from "./commands/CreateProvisionedProductPlanCommand";
|
|
68
|
-
import {
|
|
69
|
-
CreateProvisioningArtifactCommand,
|
|
70
|
-
CreateProvisioningArtifactCommandInput,
|
|
71
|
-
CreateProvisioningArtifactCommandOutput,
|
|
72
|
-
} from "./commands/CreateProvisioningArtifactCommand";
|
|
73
|
-
import {
|
|
74
|
-
CreateServiceActionCommand,
|
|
75
|
-
CreateServiceActionCommandInput,
|
|
76
|
-
CreateServiceActionCommandOutput,
|
|
77
|
-
} from "./commands/CreateServiceActionCommand";
|
|
78
|
-
import {
|
|
79
|
-
CreateTagOptionCommand,
|
|
80
|
-
CreateTagOptionCommandInput,
|
|
81
|
-
CreateTagOptionCommandOutput,
|
|
82
|
-
} from "./commands/CreateTagOptionCommand";
|
|
83
|
-
import {
|
|
84
|
-
DeleteConstraintCommand,
|
|
85
|
-
DeleteConstraintCommandInput,
|
|
86
|
-
DeleteConstraintCommandOutput,
|
|
87
|
-
} from "./commands/DeleteConstraintCommand";
|
|
88
|
-
import {
|
|
89
|
-
DeletePortfolioCommand,
|
|
90
|
-
DeletePortfolioCommandInput,
|
|
91
|
-
DeletePortfolioCommandOutput,
|
|
92
|
-
} from "./commands/DeletePortfolioCommand";
|
|
93
|
-
import {
|
|
94
|
-
DeletePortfolioShareCommand,
|
|
95
|
-
DeletePortfolioShareCommandInput,
|
|
96
|
-
DeletePortfolioShareCommandOutput,
|
|
97
|
-
} from "./commands/DeletePortfolioShareCommand";
|
|
98
|
-
import {
|
|
99
|
-
DeleteProductCommand,
|
|
100
|
-
DeleteProductCommandInput,
|
|
101
|
-
DeleteProductCommandOutput,
|
|
102
|
-
} from "./commands/DeleteProductCommand";
|
|
103
|
-
import {
|
|
104
|
-
DeleteProvisionedProductPlanCommand,
|
|
105
|
-
DeleteProvisionedProductPlanCommandInput,
|
|
106
|
-
DeleteProvisionedProductPlanCommandOutput,
|
|
107
|
-
} from "./commands/DeleteProvisionedProductPlanCommand";
|
|
108
|
-
import {
|
|
109
|
-
DeleteProvisioningArtifactCommand,
|
|
110
|
-
DeleteProvisioningArtifactCommandInput,
|
|
111
|
-
DeleteProvisioningArtifactCommandOutput,
|
|
112
|
-
} from "./commands/DeleteProvisioningArtifactCommand";
|
|
113
|
-
import {
|
|
114
|
-
DeleteServiceActionCommand,
|
|
115
|
-
DeleteServiceActionCommandInput,
|
|
116
|
-
DeleteServiceActionCommandOutput,
|
|
117
|
-
} from "./commands/DeleteServiceActionCommand";
|
|
118
|
-
import {
|
|
119
|
-
DeleteTagOptionCommand,
|
|
120
|
-
DeleteTagOptionCommandInput,
|
|
121
|
-
DeleteTagOptionCommandOutput,
|
|
122
|
-
} from "./commands/DeleteTagOptionCommand";
|
|
123
|
-
import {
|
|
124
|
-
DescribeConstraintCommand,
|
|
125
|
-
DescribeConstraintCommandInput,
|
|
126
|
-
DescribeConstraintCommandOutput,
|
|
127
|
-
} from "./commands/DescribeConstraintCommand";
|
|
128
|
-
import {
|
|
129
|
-
DescribeCopyProductStatusCommand,
|
|
130
|
-
DescribeCopyProductStatusCommandInput,
|
|
131
|
-
DescribeCopyProductStatusCommandOutput,
|
|
132
|
-
} from "./commands/DescribeCopyProductStatusCommand";
|
|
133
|
-
import {
|
|
134
|
-
DescribePortfolioCommand,
|
|
135
|
-
DescribePortfolioCommandInput,
|
|
136
|
-
DescribePortfolioCommandOutput,
|
|
137
|
-
} from "./commands/DescribePortfolioCommand";
|
|
138
|
-
import {
|
|
139
|
-
DescribePortfolioShareStatusCommand,
|
|
140
|
-
DescribePortfolioShareStatusCommandInput,
|
|
141
|
-
DescribePortfolioShareStatusCommandOutput,
|
|
142
|
-
} from "./commands/DescribePortfolioShareStatusCommand";
|
|
143
|
-
import {
|
|
144
|
-
DescribePortfolioSharesCommand,
|
|
145
|
-
DescribePortfolioSharesCommandInput,
|
|
146
|
-
DescribePortfolioSharesCommandOutput,
|
|
147
|
-
} from "./commands/DescribePortfolioSharesCommand";
|
|
148
|
-
import {
|
|
149
|
-
DescribeProductAsAdminCommand,
|
|
150
|
-
DescribeProductAsAdminCommandInput,
|
|
151
|
-
DescribeProductAsAdminCommandOutput,
|
|
152
|
-
} from "./commands/DescribeProductAsAdminCommand";
|
|
153
|
-
import {
|
|
154
|
-
DescribeProductCommand,
|
|
155
|
-
DescribeProductCommandInput,
|
|
156
|
-
DescribeProductCommandOutput,
|
|
157
|
-
} from "./commands/DescribeProductCommand";
|
|
158
|
-
import {
|
|
159
|
-
DescribeProductViewCommand,
|
|
160
|
-
DescribeProductViewCommandInput,
|
|
161
|
-
DescribeProductViewCommandOutput,
|
|
162
|
-
} from "./commands/DescribeProductViewCommand";
|
|
163
|
-
import {
|
|
164
|
-
DescribeProvisionedProductCommand,
|
|
165
|
-
DescribeProvisionedProductCommandInput,
|
|
166
|
-
DescribeProvisionedProductCommandOutput,
|
|
167
|
-
} from "./commands/DescribeProvisionedProductCommand";
|
|
168
|
-
import {
|
|
169
|
-
DescribeProvisionedProductPlanCommand,
|
|
170
|
-
DescribeProvisionedProductPlanCommandInput,
|
|
171
|
-
DescribeProvisionedProductPlanCommandOutput,
|
|
172
|
-
} from "./commands/DescribeProvisionedProductPlanCommand";
|
|
173
|
-
import {
|
|
174
|
-
DescribeProvisioningArtifactCommand,
|
|
175
|
-
DescribeProvisioningArtifactCommandInput,
|
|
176
|
-
DescribeProvisioningArtifactCommandOutput,
|
|
177
|
-
} from "./commands/DescribeProvisioningArtifactCommand";
|
|
178
|
-
import {
|
|
179
|
-
DescribeProvisioningParametersCommand,
|
|
180
|
-
DescribeProvisioningParametersCommandInput,
|
|
181
|
-
DescribeProvisioningParametersCommandOutput,
|
|
182
|
-
} from "./commands/DescribeProvisioningParametersCommand";
|
|
183
|
-
import {
|
|
184
|
-
DescribeRecordCommand,
|
|
185
|
-
DescribeRecordCommandInput,
|
|
186
|
-
DescribeRecordCommandOutput,
|
|
187
|
-
} from "./commands/DescribeRecordCommand";
|
|
188
|
-
import {
|
|
189
|
-
DescribeServiceActionCommand,
|
|
190
|
-
DescribeServiceActionCommandInput,
|
|
191
|
-
DescribeServiceActionCommandOutput,
|
|
192
|
-
} from "./commands/DescribeServiceActionCommand";
|
|
193
|
-
import {
|
|
194
|
-
DescribeServiceActionExecutionParametersCommand,
|
|
195
|
-
DescribeServiceActionExecutionParametersCommandInput,
|
|
196
|
-
DescribeServiceActionExecutionParametersCommandOutput,
|
|
197
|
-
} from "./commands/DescribeServiceActionExecutionParametersCommand";
|
|
198
|
-
import {
|
|
199
|
-
DescribeTagOptionCommand,
|
|
200
|
-
DescribeTagOptionCommandInput,
|
|
201
|
-
DescribeTagOptionCommandOutput,
|
|
202
|
-
} from "./commands/DescribeTagOptionCommand";
|
|
203
|
-
import {
|
|
204
|
-
DisableAWSOrganizationsAccessCommand,
|
|
205
|
-
DisableAWSOrganizationsAccessCommandInput,
|
|
206
|
-
DisableAWSOrganizationsAccessCommandOutput,
|
|
207
|
-
} from "./commands/DisableAWSOrganizationsAccessCommand";
|
|
208
|
-
import {
|
|
209
|
-
DisassociateBudgetFromResourceCommand,
|
|
210
|
-
DisassociateBudgetFromResourceCommandInput,
|
|
211
|
-
DisassociateBudgetFromResourceCommandOutput,
|
|
212
|
-
} from "./commands/DisassociateBudgetFromResourceCommand";
|
|
213
|
-
import {
|
|
214
|
-
DisassociatePrincipalFromPortfolioCommand,
|
|
215
|
-
DisassociatePrincipalFromPortfolioCommandInput,
|
|
216
|
-
DisassociatePrincipalFromPortfolioCommandOutput,
|
|
217
|
-
} from "./commands/DisassociatePrincipalFromPortfolioCommand";
|
|
218
|
-
import {
|
|
219
|
-
DisassociateProductFromPortfolioCommand,
|
|
220
|
-
DisassociateProductFromPortfolioCommandInput,
|
|
221
|
-
DisassociateProductFromPortfolioCommandOutput,
|
|
222
|
-
} from "./commands/DisassociateProductFromPortfolioCommand";
|
|
223
|
-
import {
|
|
224
|
-
DisassociateServiceActionFromProvisioningArtifactCommand,
|
|
225
|
-
DisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
226
|
-
DisassociateServiceActionFromProvisioningArtifactCommandOutput,
|
|
227
|
-
} from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
228
|
-
import {
|
|
229
|
-
DisassociateTagOptionFromResourceCommand,
|
|
230
|
-
DisassociateTagOptionFromResourceCommandInput,
|
|
231
|
-
DisassociateTagOptionFromResourceCommandOutput,
|
|
232
|
-
} from "./commands/DisassociateTagOptionFromResourceCommand";
|
|
233
|
-
import {
|
|
234
|
-
EnableAWSOrganizationsAccessCommand,
|
|
235
|
-
EnableAWSOrganizationsAccessCommandInput,
|
|
236
|
-
EnableAWSOrganizationsAccessCommandOutput,
|
|
237
|
-
} from "./commands/EnableAWSOrganizationsAccessCommand";
|
|
238
|
-
import {
|
|
239
|
-
ExecuteProvisionedProductPlanCommand,
|
|
240
|
-
ExecuteProvisionedProductPlanCommandInput,
|
|
241
|
-
ExecuteProvisionedProductPlanCommandOutput,
|
|
242
|
-
} from "./commands/ExecuteProvisionedProductPlanCommand";
|
|
243
|
-
import {
|
|
244
|
-
ExecuteProvisionedProductServiceActionCommand,
|
|
245
|
-
ExecuteProvisionedProductServiceActionCommandInput,
|
|
246
|
-
ExecuteProvisionedProductServiceActionCommandOutput,
|
|
247
|
-
} from "./commands/ExecuteProvisionedProductServiceActionCommand";
|
|
248
|
-
import {
|
|
249
|
-
GetAWSOrganizationsAccessStatusCommand,
|
|
250
|
-
GetAWSOrganizationsAccessStatusCommandInput,
|
|
251
|
-
GetAWSOrganizationsAccessStatusCommandOutput,
|
|
252
|
-
} from "./commands/GetAWSOrganizationsAccessStatusCommand";
|
|
253
|
-
import {
|
|
254
|
-
GetProvisionedProductOutputsCommand,
|
|
255
|
-
GetProvisionedProductOutputsCommandInput,
|
|
256
|
-
GetProvisionedProductOutputsCommandOutput,
|
|
257
|
-
} from "./commands/GetProvisionedProductOutputsCommand";
|
|
258
|
-
import {
|
|
259
|
-
ImportAsProvisionedProductCommand,
|
|
260
|
-
ImportAsProvisionedProductCommandInput,
|
|
261
|
-
ImportAsProvisionedProductCommandOutput,
|
|
262
|
-
} from "./commands/ImportAsProvisionedProductCommand";
|
|
263
|
-
import {
|
|
264
|
-
ListAcceptedPortfolioSharesCommand,
|
|
265
|
-
ListAcceptedPortfolioSharesCommandInput,
|
|
266
|
-
ListAcceptedPortfolioSharesCommandOutput,
|
|
267
|
-
} from "./commands/ListAcceptedPortfolioSharesCommand";
|
|
268
|
-
import {
|
|
269
|
-
ListBudgetsForResourceCommand,
|
|
270
|
-
ListBudgetsForResourceCommandInput,
|
|
271
|
-
ListBudgetsForResourceCommandOutput,
|
|
272
|
-
} from "./commands/ListBudgetsForResourceCommand";
|
|
273
|
-
import {
|
|
274
|
-
ListConstraintsForPortfolioCommand,
|
|
275
|
-
ListConstraintsForPortfolioCommandInput,
|
|
276
|
-
ListConstraintsForPortfolioCommandOutput,
|
|
277
|
-
} from "./commands/ListConstraintsForPortfolioCommand";
|
|
278
|
-
import {
|
|
279
|
-
ListLaunchPathsCommand,
|
|
280
|
-
ListLaunchPathsCommandInput,
|
|
281
|
-
ListLaunchPathsCommandOutput,
|
|
282
|
-
} from "./commands/ListLaunchPathsCommand";
|
|
283
|
-
import {
|
|
284
|
-
ListOrganizationPortfolioAccessCommand,
|
|
285
|
-
ListOrganizationPortfolioAccessCommandInput,
|
|
286
|
-
ListOrganizationPortfolioAccessCommandOutput,
|
|
287
|
-
} from "./commands/ListOrganizationPortfolioAccessCommand";
|
|
288
|
-
import {
|
|
289
|
-
ListPortfolioAccessCommand,
|
|
290
|
-
ListPortfolioAccessCommandInput,
|
|
291
|
-
ListPortfolioAccessCommandOutput,
|
|
292
|
-
} from "./commands/ListPortfolioAccessCommand";
|
|
293
|
-
import {
|
|
294
|
-
ListPortfoliosCommand,
|
|
295
|
-
ListPortfoliosCommandInput,
|
|
296
|
-
ListPortfoliosCommandOutput,
|
|
297
|
-
} from "./commands/ListPortfoliosCommand";
|
|
298
|
-
import {
|
|
299
|
-
ListPortfoliosForProductCommand,
|
|
300
|
-
ListPortfoliosForProductCommandInput,
|
|
301
|
-
ListPortfoliosForProductCommandOutput,
|
|
302
|
-
} from "./commands/ListPortfoliosForProductCommand";
|
|
303
|
-
import {
|
|
304
|
-
ListPrincipalsForPortfolioCommand,
|
|
305
|
-
ListPrincipalsForPortfolioCommandInput,
|
|
306
|
-
ListPrincipalsForPortfolioCommandOutput,
|
|
307
|
-
} from "./commands/ListPrincipalsForPortfolioCommand";
|
|
308
|
-
import {
|
|
309
|
-
ListProvisionedProductPlansCommand,
|
|
310
|
-
ListProvisionedProductPlansCommandInput,
|
|
311
|
-
ListProvisionedProductPlansCommandOutput,
|
|
312
|
-
} from "./commands/ListProvisionedProductPlansCommand";
|
|
313
|
-
import {
|
|
314
|
-
ListProvisioningArtifactsCommand,
|
|
315
|
-
ListProvisioningArtifactsCommandInput,
|
|
316
|
-
ListProvisioningArtifactsCommandOutput,
|
|
317
|
-
} from "./commands/ListProvisioningArtifactsCommand";
|
|
318
|
-
import {
|
|
319
|
-
ListProvisioningArtifactsForServiceActionCommand,
|
|
320
|
-
ListProvisioningArtifactsForServiceActionCommandInput,
|
|
321
|
-
ListProvisioningArtifactsForServiceActionCommandOutput,
|
|
322
|
-
} from "./commands/ListProvisioningArtifactsForServiceActionCommand";
|
|
323
|
-
import {
|
|
324
|
-
ListRecordHistoryCommand,
|
|
325
|
-
ListRecordHistoryCommandInput,
|
|
326
|
-
ListRecordHistoryCommandOutput,
|
|
327
|
-
} from "./commands/ListRecordHistoryCommand";
|
|
328
|
-
import {
|
|
329
|
-
ListResourcesForTagOptionCommand,
|
|
330
|
-
ListResourcesForTagOptionCommandInput,
|
|
331
|
-
ListResourcesForTagOptionCommandOutput,
|
|
332
|
-
} from "./commands/ListResourcesForTagOptionCommand";
|
|
333
|
-
import {
|
|
334
|
-
ListServiceActionsCommand,
|
|
335
|
-
ListServiceActionsCommandInput,
|
|
336
|
-
ListServiceActionsCommandOutput,
|
|
337
|
-
} from "./commands/ListServiceActionsCommand";
|
|
338
|
-
import {
|
|
339
|
-
ListServiceActionsForProvisioningArtifactCommand,
|
|
340
|
-
ListServiceActionsForProvisioningArtifactCommandInput,
|
|
341
|
-
ListServiceActionsForProvisioningArtifactCommandOutput,
|
|
342
|
-
} from "./commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
343
|
-
import {
|
|
344
|
-
ListStackInstancesForProvisionedProductCommand,
|
|
345
|
-
ListStackInstancesForProvisionedProductCommandInput,
|
|
346
|
-
ListStackInstancesForProvisionedProductCommandOutput,
|
|
347
|
-
} from "./commands/ListStackInstancesForProvisionedProductCommand";
|
|
348
|
-
import {
|
|
349
|
-
ListTagOptionsCommand,
|
|
350
|
-
ListTagOptionsCommandInput,
|
|
351
|
-
ListTagOptionsCommandOutput,
|
|
352
|
-
} from "./commands/ListTagOptionsCommand";
|
|
353
|
-
import {
|
|
354
|
-
ProvisionProductCommand,
|
|
355
|
-
ProvisionProductCommandInput,
|
|
356
|
-
ProvisionProductCommandOutput,
|
|
357
|
-
} from "./commands/ProvisionProductCommand";
|
|
358
|
-
import {
|
|
359
|
-
RejectPortfolioShareCommand,
|
|
360
|
-
RejectPortfolioShareCommandInput,
|
|
361
|
-
RejectPortfolioShareCommandOutput,
|
|
362
|
-
} from "./commands/RejectPortfolioShareCommand";
|
|
363
|
-
import {
|
|
364
|
-
ScanProvisionedProductsCommand,
|
|
365
|
-
ScanProvisionedProductsCommandInput,
|
|
366
|
-
ScanProvisionedProductsCommandOutput,
|
|
367
|
-
} from "./commands/ScanProvisionedProductsCommand";
|
|
368
|
-
import {
|
|
369
|
-
SearchProductsAsAdminCommand,
|
|
370
|
-
SearchProductsAsAdminCommandInput,
|
|
371
|
-
SearchProductsAsAdminCommandOutput,
|
|
372
|
-
} from "./commands/SearchProductsAsAdminCommand";
|
|
373
|
-
import {
|
|
374
|
-
SearchProductsCommand,
|
|
375
|
-
SearchProductsCommandInput,
|
|
376
|
-
SearchProductsCommandOutput,
|
|
377
|
-
} from "./commands/SearchProductsCommand";
|
|
378
|
-
import {
|
|
379
|
-
SearchProvisionedProductsCommand,
|
|
380
|
-
SearchProvisionedProductsCommandInput,
|
|
381
|
-
SearchProvisionedProductsCommandOutput,
|
|
382
|
-
} from "./commands/SearchProvisionedProductsCommand";
|
|
383
|
-
import {
|
|
384
|
-
TerminateProvisionedProductCommand,
|
|
385
|
-
TerminateProvisionedProductCommandInput,
|
|
386
|
-
TerminateProvisionedProductCommandOutput,
|
|
387
|
-
} from "./commands/TerminateProvisionedProductCommand";
|
|
388
|
-
import {
|
|
389
|
-
UpdateConstraintCommand,
|
|
390
|
-
UpdateConstraintCommandInput,
|
|
391
|
-
UpdateConstraintCommandOutput,
|
|
392
|
-
} from "./commands/UpdateConstraintCommand";
|
|
393
|
-
import {
|
|
394
|
-
UpdatePortfolioCommand,
|
|
395
|
-
UpdatePortfolioCommandInput,
|
|
396
|
-
UpdatePortfolioCommandOutput,
|
|
397
|
-
} from "./commands/UpdatePortfolioCommand";
|
|
398
|
-
import {
|
|
399
|
-
UpdatePortfolioShareCommand,
|
|
400
|
-
UpdatePortfolioShareCommandInput,
|
|
401
|
-
UpdatePortfolioShareCommandOutput,
|
|
402
|
-
} from "./commands/UpdatePortfolioShareCommand";
|
|
403
|
-
import {
|
|
404
|
-
UpdateProductCommand,
|
|
405
|
-
UpdateProductCommandInput,
|
|
406
|
-
UpdateProductCommandOutput,
|
|
407
|
-
} from "./commands/UpdateProductCommand";
|
|
408
|
-
import {
|
|
409
|
-
UpdateProvisionedProductCommand,
|
|
410
|
-
UpdateProvisionedProductCommandInput,
|
|
411
|
-
UpdateProvisionedProductCommandOutput,
|
|
412
|
-
} from "./commands/UpdateProvisionedProductCommand";
|
|
413
|
-
import {
|
|
414
|
-
UpdateProvisionedProductPropertiesCommand,
|
|
415
|
-
UpdateProvisionedProductPropertiesCommandInput,
|
|
416
|
-
UpdateProvisionedProductPropertiesCommandOutput,
|
|
417
|
-
} from "./commands/UpdateProvisionedProductPropertiesCommand";
|
|
418
|
-
import {
|
|
419
|
-
UpdateProvisioningArtifactCommand,
|
|
420
|
-
UpdateProvisioningArtifactCommandInput,
|
|
421
|
-
UpdateProvisioningArtifactCommandOutput,
|
|
422
|
-
} from "./commands/UpdateProvisioningArtifactCommand";
|
|
423
|
-
import {
|
|
424
|
-
UpdateServiceActionCommand,
|
|
425
|
-
UpdateServiceActionCommandInput,
|
|
426
|
-
UpdateServiceActionCommandOutput,
|
|
427
|
-
} from "./commands/UpdateServiceActionCommand";
|
|
428
|
-
import {
|
|
429
|
-
UpdateTagOptionCommand,
|
|
430
|
-
UpdateTagOptionCommandInput,
|
|
431
|
-
UpdateTagOptionCommandOutput,
|
|
432
|
-
} from "./commands/UpdateTagOptionCommand";
|
|
433
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
434
|
-
|
|
435
|
-
/**
|
|
436
|
-
* <fullname>AWS Service Catalog</fullname>
|
|
437
|
-
* <p>
|
|
438
|
-
* <a href="https://aws.amazon.com/servicecatalog/">AWS Service Catalog</a> enables
|
|
439
|
-
* organizations to create and manage catalogs of IT services that are approved for AWS. To
|
|
440
|
-
* get the most out of this documentation, you should be familiar with the terminology
|
|
441
|
-
* discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">AWS Service Catalog
|
|
442
|
-
* Concepts</a>.</p>
|
|
443
|
-
*/
|
|
444
|
-
export class ServiceCatalog extends ServiceCatalogClient {
|
|
445
|
-
/**
|
|
446
|
-
* <p>Accepts an offer to share the specified portfolio.</p>
|
|
447
|
-
*/
|
|
448
|
-
public acceptPortfolioShare(
|
|
449
|
-
args: AcceptPortfolioShareCommandInput,
|
|
450
|
-
options?: __HttpHandlerOptions
|
|
451
|
-
): Promise<AcceptPortfolioShareCommandOutput>;
|
|
452
|
-
public acceptPortfolioShare(
|
|
453
|
-
args: AcceptPortfolioShareCommandInput,
|
|
454
|
-
cb: (err: any, data?: AcceptPortfolioShareCommandOutput) => void
|
|
455
|
-
): void;
|
|
456
|
-
public acceptPortfolioShare(
|
|
457
|
-
args: AcceptPortfolioShareCommandInput,
|
|
458
|
-
options: __HttpHandlerOptions,
|
|
459
|
-
cb: (err: any, data?: AcceptPortfolioShareCommandOutput) => void
|
|
460
|
-
): void;
|
|
461
|
-
public acceptPortfolioShare(
|
|
462
|
-
args: AcceptPortfolioShareCommandInput,
|
|
463
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AcceptPortfolioShareCommandOutput) => void),
|
|
464
|
-
cb?: (err: any, data?: AcceptPortfolioShareCommandOutput) => void
|
|
465
|
-
): Promise<AcceptPortfolioShareCommandOutput> | void {
|
|
466
|
-
const command = new AcceptPortfolioShareCommand(args);
|
|
467
|
-
if (typeof optionsOrCb === "function") {
|
|
468
|
-
this.send(command, optionsOrCb);
|
|
469
|
-
} else if (typeof cb === "function") {
|
|
470
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
471
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
472
|
-
} else {
|
|
473
|
-
return this.send(command, optionsOrCb);
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
/**
|
|
478
|
-
* <p>Associates the specified budget with the specified resource.</p>
|
|
479
|
-
*/
|
|
480
|
-
public associateBudgetWithResource(
|
|
481
|
-
args: AssociateBudgetWithResourceCommandInput,
|
|
482
|
-
options?: __HttpHandlerOptions
|
|
483
|
-
): Promise<AssociateBudgetWithResourceCommandOutput>;
|
|
484
|
-
public associateBudgetWithResource(
|
|
485
|
-
args: AssociateBudgetWithResourceCommandInput,
|
|
486
|
-
cb: (err: any, data?: AssociateBudgetWithResourceCommandOutput) => void
|
|
487
|
-
): void;
|
|
488
|
-
public associateBudgetWithResource(
|
|
489
|
-
args: AssociateBudgetWithResourceCommandInput,
|
|
490
|
-
options: __HttpHandlerOptions,
|
|
491
|
-
cb: (err: any, data?: AssociateBudgetWithResourceCommandOutput) => void
|
|
492
|
-
): void;
|
|
493
|
-
public associateBudgetWithResource(
|
|
494
|
-
args: AssociateBudgetWithResourceCommandInput,
|
|
495
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateBudgetWithResourceCommandOutput) => void),
|
|
496
|
-
cb?: (err: any, data?: AssociateBudgetWithResourceCommandOutput) => void
|
|
497
|
-
): Promise<AssociateBudgetWithResourceCommandOutput> | void {
|
|
498
|
-
const command = new AssociateBudgetWithResourceCommand(args);
|
|
499
|
-
if (typeof optionsOrCb === "function") {
|
|
500
|
-
this.send(command, optionsOrCb);
|
|
501
|
-
} else if (typeof cb === "function") {
|
|
502
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
503
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
-
} else {
|
|
505
|
-
return this.send(command, optionsOrCb);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* <p>Associates the specified principal ARN with the specified portfolio.</p>
|
|
511
|
-
*/
|
|
512
|
-
public associatePrincipalWithPortfolio(
|
|
513
|
-
args: AssociatePrincipalWithPortfolioCommandInput,
|
|
514
|
-
options?: __HttpHandlerOptions
|
|
515
|
-
): Promise<AssociatePrincipalWithPortfolioCommandOutput>;
|
|
516
|
-
public associatePrincipalWithPortfolio(
|
|
517
|
-
args: AssociatePrincipalWithPortfolioCommandInput,
|
|
518
|
-
cb: (err: any, data?: AssociatePrincipalWithPortfolioCommandOutput) => void
|
|
519
|
-
): void;
|
|
520
|
-
public associatePrincipalWithPortfolio(
|
|
521
|
-
args: AssociatePrincipalWithPortfolioCommandInput,
|
|
522
|
-
options: __HttpHandlerOptions,
|
|
523
|
-
cb: (err: any, data?: AssociatePrincipalWithPortfolioCommandOutput) => void
|
|
524
|
-
): void;
|
|
525
|
-
public associatePrincipalWithPortfolio(
|
|
526
|
-
args: AssociatePrincipalWithPortfolioCommandInput,
|
|
527
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociatePrincipalWithPortfolioCommandOutput) => void),
|
|
528
|
-
cb?: (err: any, data?: AssociatePrincipalWithPortfolioCommandOutput) => void
|
|
529
|
-
): Promise<AssociatePrincipalWithPortfolioCommandOutput> | void {
|
|
530
|
-
const command = new AssociatePrincipalWithPortfolioCommand(args);
|
|
531
|
-
if (typeof optionsOrCb === "function") {
|
|
532
|
-
this.send(command, optionsOrCb);
|
|
533
|
-
} else if (typeof cb === "function") {
|
|
534
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
535
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
536
|
-
} else {
|
|
537
|
-
return this.send(command, optionsOrCb);
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* <p>Associates the specified product with the specified portfolio.</p>
|
|
543
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
544
|
-
*/
|
|
545
|
-
public associateProductWithPortfolio(
|
|
546
|
-
args: AssociateProductWithPortfolioCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
548
|
-
): Promise<AssociateProductWithPortfolioCommandOutput>;
|
|
549
|
-
public associateProductWithPortfolio(
|
|
550
|
-
args: AssociateProductWithPortfolioCommandInput,
|
|
551
|
-
cb: (err: any, data?: AssociateProductWithPortfolioCommandOutput) => void
|
|
552
|
-
): void;
|
|
553
|
-
public associateProductWithPortfolio(
|
|
554
|
-
args: AssociateProductWithPortfolioCommandInput,
|
|
555
|
-
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: AssociateProductWithPortfolioCommandOutput) => void
|
|
557
|
-
): void;
|
|
558
|
-
public associateProductWithPortfolio(
|
|
559
|
-
args: AssociateProductWithPortfolioCommandInput,
|
|
560
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateProductWithPortfolioCommandOutput) => void),
|
|
561
|
-
cb?: (err: any, data?: AssociateProductWithPortfolioCommandOutput) => void
|
|
562
|
-
): Promise<AssociateProductWithPortfolioCommandOutput> | void {
|
|
563
|
-
const command = new AssociateProductWithPortfolioCommand(args);
|
|
564
|
-
if (typeof optionsOrCb === "function") {
|
|
565
|
-
this.send(command, optionsOrCb);
|
|
566
|
-
} else if (typeof cb === "function") {
|
|
567
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
568
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
569
|
-
} else {
|
|
570
|
-
return this.send(command, optionsOrCb);
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* <p>Associates a self-service action with a provisioning artifact.</p>
|
|
576
|
-
*/
|
|
577
|
-
public associateServiceActionWithProvisioningArtifact(
|
|
578
|
-
args: AssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
579
|
-
options?: __HttpHandlerOptions
|
|
580
|
-
): Promise<AssociateServiceActionWithProvisioningArtifactCommandOutput>;
|
|
581
|
-
public associateServiceActionWithProvisioningArtifact(
|
|
582
|
-
args: AssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
583
|
-
cb: (err: any, data?: AssociateServiceActionWithProvisioningArtifactCommandOutput) => void
|
|
584
|
-
): void;
|
|
585
|
-
public associateServiceActionWithProvisioningArtifact(
|
|
586
|
-
args: AssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
587
|
-
options: __HttpHandlerOptions,
|
|
588
|
-
cb: (err: any, data?: AssociateServiceActionWithProvisioningArtifactCommandOutput) => void
|
|
589
|
-
): void;
|
|
590
|
-
public associateServiceActionWithProvisioningArtifact(
|
|
591
|
-
args: AssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
592
|
-
optionsOrCb?:
|
|
593
|
-
| __HttpHandlerOptions
|
|
594
|
-
| ((err: any, data?: AssociateServiceActionWithProvisioningArtifactCommandOutput) => void),
|
|
595
|
-
cb?: (err: any, data?: AssociateServiceActionWithProvisioningArtifactCommandOutput) => void
|
|
596
|
-
): Promise<AssociateServiceActionWithProvisioningArtifactCommandOutput> | void {
|
|
597
|
-
const command = new AssociateServiceActionWithProvisioningArtifactCommand(args);
|
|
598
|
-
if (typeof optionsOrCb === "function") {
|
|
599
|
-
this.send(command, optionsOrCb);
|
|
600
|
-
} else if (typeof cb === "function") {
|
|
601
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
602
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
603
|
-
} else {
|
|
604
|
-
return this.send(command, optionsOrCb);
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
/**
|
|
609
|
-
* <p>Associate the specified TagOption with the specified portfolio or product.</p>
|
|
610
|
-
*/
|
|
611
|
-
public associateTagOptionWithResource(
|
|
612
|
-
args: AssociateTagOptionWithResourceCommandInput,
|
|
613
|
-
options?: __HttpHandlerOptions
|
|
614
|
-
): Promise<AssociateTagOptionWithResourceCommandOutput>;
|
|
615
|
-
public associateTagOptionWithResource(
|
|
616
|
-
args: AssociateTagOptionWithResourceCommandInput,
|
|
617
|
-
cb: (err: any, data?: AssociateTagOptionWithResourceCommandOutput) => void
|
|
618
|
-
): void;
|
|
619
|
-
public associateTagOptionWithResource(
|
|
620
|
-
args: AssociateTagOptionWithResourceCommandInput,
|
|
621
|
-
options: __HttpHandlerOptions,
|
|
622
|
-
cb: (err: any, data?: AssociateTagOptionWithResourceCommandOutput) => void
|
|
623
|
-
): void;
|
|
624
|
-
public associateTagOptionWithResource(
|
|
625
|
-
args: AssociateTagOptionWithResourceCommandInput,
|
|
626
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateTagOptionWithResourceCommandOutput) => void),
|
|
627
|
-
cb?: (err: any, data?: AssociateTagOptionWithResourceCommandOutput) => void
|
|
628
|
-
): Promise<AssociateTagOptionWithResourceCommandOutput> | void {
|
|
629
|
-
const command = new AssociateTagOptionWithResourceCommand(args);
|
|
630
|
-
if (typeof optionsOrCb === "function") {
|
|
631
|
-
this.send(command, optionsOrCb);
|
|
632
|
-
} else if (typeof cb === "function") {
|
|
633
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
634
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
635
|
-
} else {
|
|
636
|
-
return this.send(command, optionsOrCb);
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
/**
|
|
641
|
-
* <p>Associates multiple self-service actions with provisioning artifacts.</p>
|
|
642
|
-
*/
|
|
643
|
-
public batchAssociateServiceActionWithProvisioningArtifact(
|
|
644
|
-
args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
645
|
-
options?: __HttpHandlerOptions
|
|
646
|
-
): Promise<BatchAssociateServiceActionWithProvisioningArtifactCommandOutput>;
|
|
647
|
-
public batchAssociateServiceActionWithProvisioningArtifact(
|
|
648
|
-
args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
649
|
-
cb: (err: any, data?: BatchAssociateServiceActionWithProvisioningArtifactCommandOutput) => void
|
|
650
|
-
): void;
|
|
651
|
-
public batchAssociateServiceActionWithProvisioningArtifact(
|
|
652
|
-
args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
653
|
-
options: __HttpHandlerOptions,
|
|
654
|
-
cb: (err: any, data?: BatchAssociateServiceActionWithProvisioningArtifactCommandOutput) => void
|
|
655
|
-
): void;
|
|
656
|
-
public batchAssociateServiceActionWithProvisioningArtifact(
|
|
657
|
-
args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput,
|
|
658
|
-
optionsOrCb?:
|
|
659
|
-
| __HttpHandlerOptions
|
|
660
|
-
| ((err: any, data?: BatchAssociateServiceActionWithProvisioningArtifactCommandOutput) => void),
|
|
661
|
-
cb?: (err: any, data?: BatchAssociateServiceActionWithProvisioningArtifactCommandOutput) => void
|
|
662
|
-
): Promise<BatchAssociateServiceActionWithProvisioningArtifactCommandOutput> | void {
|
|
663
|
-
const command = new BatchAssociateServiceActionWithProvisioningArtifactCommand(args);
|
|
664
|
-
if (typeof optionsOrCb === "function") {
|
|
665
|
-
this.send(command, optionsOrCb);
|
|
666
|
-
} else if (typeof cb === "function") {
|
|
667
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
668
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
669
|
-
} else {
|
|
670
|
-
return this.send(command, optionsOrCb);
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
/**
|
|
675
|
-
* <p>Disassociates a batch of self-service actions from the specified provisioning artifact.</p>
|
|
676
|
-
*/
|
|
677
|
-
public batchDisassociateServiceActionFromProvisioningArtifact(
|
|
678
|
-
args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
679
|
-
options?: __HttpHandlerOptions
|
|
680
|
-
): Promise<BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput>;
|
|
681
|
-
public batchDisassociateServiceActionFromProvisioningArtifact(
|
|
682
|
-
args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
683
|
-
cb: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void
|
|
684
|
-
): void;
|
|
685
|
-
public batchDisassociateServiceActionFromProvisioningArtifact(
|
|
686
|
-
args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
687
|
-
options: __HttpHandlerOptions,
|
|
688
|
-
cb: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void
|
|
689
|
-
): void;
|
|
690
|
-
public batchDisassociateServiceActionFromProvisioningArtifact(
|
|
691
|
-
args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
692
|
-
optionsOrCb?:
|
|
693
|
-
| __HttpHandlerOptions
|
|
694
|
-
| ((err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void),
|
|
695
|
-
cb?: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void
|
|
696
|
-
): Promise<BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput> | void {
|
|
697
|
-
const command = new BatchDisassociateServiceActionFromProvisioningArtifactCommand(args);
|
|
698
|
-
if (typeof optionsOrCb === "function") {
|
|
699
|
-
this.send(command, optionsOrCb);
|
|
700
|
-
} else if (typeof cb === "function") {
|
|
701
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
702
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
703
|
-
} else {
|
|
704
|
-
return this.send(command, optionsOrCb);
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
/**
|
|
709
|
-
* <p>Copies the specified source product to the specified target product or a new product.</p>
|
|
710
|
-
* <p>You can copy a product to the same account or another account.
|
|
711
|
-
* You can copy a product to the same region or another region.</p>
|
|
712
|
-
* <p>This operation is performed asynchronously. To track the progress of the
|
|
713
|
-
* operation, use <a>DescribeCopyProductStatus</a>.</p>
|
|
714
|
-
*/
|
|
715
|
-
public copyProduct(args: CopyProductCommandInput, options?: __HttpHandlerOptions): Promise<CopyProductCommandOutput>;
|
|
716
|
-
public copyProduct(args: CopyProductCommandInput, cb: (err: any, data?: CopyProductCommandOutput) => void): void;
|
|
717
|
-
public copyProduct(
|
|
718
|
-
args: CopyProductCommandInput,
|
|
719
|
-
options: __HttpHandlerOptions,
|
|
720
|
-
cb: (err: any, data?: CopyProductCommandOutput) => void
|
|
721
|
-
): void;
|
|
722
|
-
public copyProduct(
|
|
723
|
-
args: CopyProductCommandInput,
|
|
724
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CopyProductCommandOutput) => void),
|
|
725
|
-
cb?: (err: any, data?: CopyProductCommandOutput) => void
|
|
726
|
-
): Promise<CopyProductCommandOutput> | void {
|
|
727
|
-
const command = new CopyProductCommand(args);
|
|
728
|
-
if (typeof optionsOrCb === "function") {
|
|
729
|
-
this.send(command, optionsOrCb);
|
|
730
|
-
} else if (typeof cb === "function") {
|
|
731
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
732
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
733
|
-
} else {
|
|
734
|
-
return this.send(command, optionsOrCb);
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/**
|
|
739
|
-
* <p>Creates a constraint.</p>
|
|
740
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
741
|
-
*/
|
|
742
|
-
public createConstraint(
|
|
743
|
-
args: CreateConstraintCommandInput,
|
|
744
|
-
options?: __HttpHandlerOptions
|
|
745
|
-
): Promise<CreateConstraintCommandOutput>;
|
|
746
|
-
public createConstraint(
|
|
747
|
-
args: CreateConstraintCommandInput,
|
|
748
|
-
cb: (err: any, data?: CreateConstraintCommandOutput) => void
|
|
749
|
-
): void;
|
|
750
|
-
public createConstraint(
|
|
751
|
-
args: CreateConstraintCommandInput,
|
|
752
|
-
options: __HttpHandlerOptions,
|
|
753
|
-
cb: (err: any, data?: CreateConstraintCommandOutput) => void
|
|
754
|
-
): void;
|
|
755
|
-
public createConstraint(
|
|
756
|
-
args: CreateConstraintCommandInput,
|
|
757
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateConstraintCommandOutput) => void),
|
|
758
|
-
cb?: (err: any, data?: CreateConstraintCommandOutput) => void
|
|
759
|
-
): Promise<CreateConstraintCommandOutput> | void {
|
|
760
|
-
const command = new CreateConstraintCommand(args);
|
|
761
|
-
if (typeof optionsOrCb === "function") {
|
|
762
|
-
this.send(command, optionsOrCb);
|
|
763
|
-
} else if (typeof cb === "function") {
|
|
764
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
765
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
766
|
-
} else {
|
|
767
|
-
return this.send(command, optionsOrCb);
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/**
|
|
772
|
-
* <p>Creates a portfolio.</p>
|
|
773
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
774
|
-
*/
|
|
775
|
-
public createPortfolio(
|
|
776
|
-
args: CreatePortfolioCommandInput,
|
|
777
|
-
options?: __HttpHandlerOptions
|
|
778
|
-
): Promise<CreatePortfolioCommandOutput>;
|
|
779
|
-
public createPortfolio(
|
|
780
|
-
args: CreatePortfolioCommandInput,
|
|
781
|
-
cb: (err: any, data?: CreatePortfolioCommandOutput) => void
|
|
782
|
-
): void;
|
|
783
|
-
public createPortfolio(
|
|
784
|
-
args: CreatePortfolioCommandInput,
|
|
785
|
-
options: __HttpHandlerOptions,
|
|
786
|
-
cb: (err: any, data?: CreatePortfolioCommandOutput) => void
|
|
787
|
-
): void;
|
|
788
|
-
public createPortfolio(
|
|
789
|
-
args: CreatePortfolioCommandInput,
|
|
790
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePortfolioCommandOutput) => void),
|
|
791
|
-
cb?: (err: any, data?: CreatePortfolioCommandOutput) => void
|
|
792
|
-
): Promise<CreatePortfolioCommandOutput> | void {
|
|
793
|
-
const command = new CreatePortfolioCommand(args);
|
|
794
|
-
if (typeof optionsOrCb === "function") {
|
|
795
|
-
this.send(command, optionsOrCb);
|
|
796
|
-
} else if (typeof cb === "function") {
|
|
797
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
798
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
799
|
-
} else {
|
|
800
|
-
return this.send(command, optionsOrCb);
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
/**
|
|
805
|
-
* <p>Shares the specified portfolio with the specified account or organization node.
|
|
806
|
-
* Shares to an organization node can only be created by the management account of an
|
|
807
|
-
* organization or by a delegated administrator. You can share portfolios to an organization,
|
|
808
|
-
* an organizational unit, or a specific account.</p>
|
|
809
|
-
* <p>Note that if a delegated admin is de-registered, they can no longer create portfolio shares.</p>
|
|
810
|
-
* <p>
|
|
811
|
-
* <code>AWSOrganizationsAccess</code> must be enabled in order to create a portfolio share to an organization node.</p>
|
|
812
|
-
* <p>You can't share a shared resource, including portfolios that contain a shared product.</p>
|
|
813
|
-
* <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>
|
|
814
|
-
*/
|
|
815
|
-
public createPortfolioShare(
|
|
816
|
-
args: CreatePortfolioShareCommandInput,
|
|
817
|
-
options?: __HttpHandlerOptions
|
|
818
|
-
): Promise<CreatePortfolioShareCommandOutput>;
|
|
819
|
-
public createPortfolioShare(
|
|
820
|
-
args: CreatePortfolioShareCommandInput,
|
|
821
|
-
cb: (err: any, data?: CreatePortfolioShareCommandOutput) => void
|
|
822
|
-
): void;
|
|
823
|
-
public createPortfolioShare(
|
|
824
|
-
args: CreatePortfolioShareCommandInput,
|
|
825
|
-
options: __HttpHandlerOptions,
|
|
826
|
-
cb: (err: any, data?: CreatePortfolioShareCommandOutput) => void
|
|
827
|
-
): void;
|
|
828
|
-
public createPortfolioShare(
|
|
829
|
-
args: CreatePortfolioShareCommandInput,
|
|
830
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePortfolioShareCommandOutput) => void),
|
|
831
|
-
cb?: (err: any, data?: CreatePortfolioShareCommandOutput) => void
|
|
832
|
-
): Promise<CreatePortfolioShareCommandOutput> | void {
|
|
833
|
-
const command = new CreatePortfolioShareCommand(args);
|
|
834
|
-
if (typeof optionsOrCb === "function") {
|
|
835
|
-
this.send(command, optionsOrCb);
|
|
836
|
-
} else if (typeof cb === "function") {
|
|
837
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
838
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
839
|
-
} else {
|
|
840
|
-
return this.send(command, optionsOrCb);
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
/**
|
|
845
|
-
* <p>Creates a product.</p>
|
|
846
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
847
|
-
*
|
|
848
|
-
* <p>The user or role that performs this operation must have the
|
|
849
|
-
* <code>cloudformation:GetTemplate</code> IAM policy permission. This policy permission is
|
|
850
|
-
* required when using the <code>ImportFromPhysicalId</code> template source in the
|
|
851
|
-
* information data section.</p>
|
|
852
|
-
*/
|
|
853
|
-
public createProduct(
|
|
854
|
-
args: CreateProductCommandInput,
|
|
855
|
-
options?: __HttpHandlerOptions
|
|
856
|
-
): Promise<CreateProductCommandOutput>;
|
|
857
|
-
public createProduct(
|
|
858
|
-
args: CreateProductCommandInput,
|
|
859
|
-
cb: (err: any, data?: CreateProductCommandOutput) => void
|
|
860
|
-
): void;
|
|
861
|
-
public createProduct(
|
|
862
|
-
args: CreateProductCommandInput,
|
|
863
|
-
options: __HttpHandlerOptions,
|
|
864
|
-
cb: (err: any, data?: CreateProductCommandOutput) => void
|
|
865
|
-
): void;
|
|
866
|
-
public createProduct(
|
|
867
|
-
args: CreateProductCommandInput,
|
|
868
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateProductCommandOutput) => void),
|
|
869
|
-
cb?: (err: any, data?: CreateProductCommandOutput) => void
|
|
870
|
-
): Promise<CreateProductCommandOutput> | void {
|
|
871
|
-
const command = new CreateProductCommand(args);
|
|
872
|
-
if (typeof optionsOrCb === "function") {
|
|
873
|
-
this.send(command, optionsOrCb);
|
|
874
|
-
} else if (typeof cb === "function") {
|
|
875
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
876
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
877
|
-
} else {
|
|
878
|
-
return this.send(command, optionsOrCb);
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
/**
|
|
883
|
-
* <p>Creates a plan. A plan includes the list of resources to be
|
|
884
|
-
* created (when provisioning a new product) or modified (when updating a provisioned product)
|
|
885
|
-
* when the plan is executed.</p>
|
|
886
|
-
* <p>You can create one plan per provisioned product. To create a plan for an existing
|
|
887
|
-
* provisioned product, the product status must be AVAILBLE or TAINTED.</p>
|
|
888
|
-
* <p>To view the resource changes in the change set, use <a>DescribeProvisionedProductPlan</a>.
|
|
889
|
-
* To create or modify the provisioned product, use <a>ExecuteProvisionedProductPlan</a>.</p>
|
|
890
|
-
*/
|
|
891
|
-
public createProvisionedProductPlan(
|
|
892
|
-
args: CreateProvisionedProductPlanCommandInput,
|
|
893
|
-
options?: __HttpHandlerOptions
|
|
894
|
-
): Promise<CreateProvisionedProductPlanCommandOutput>;
|
|
895
|
-
public createProvisionedProductPlan(
|
|
896
|
-
args: CreateProvisionedProductPlanCommandInput,
|
|
897
|
-
cb: (err: any, data?: CreateProvisionedProductPlanCommandOutput) => void
|
|
898
|
-
): void;
|
|
899
|
-
public createProvisionedProductPlan(
|
|
900
|
-
args: CreateProvisionedProductPlanCommandInput,
|
|
901
|
-
options: __HttpHandlerOptions,
|
|
902
|
-
cb: (err: any, data?: CreateProvisionedProductPlanCommandOutput) => void
|
|
903
|
-
): void;
|
|
904
|
-
public createProvisionedProductPlan(
|
|
905
|
-
args: CreateProvisionedProductPlanCommandInput,
|
|
906
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateProvisionedProductPlanCommandOutput) => void),
|
|
907
|
-
cb?: (err: any, data?: CreateProvisionedProductPlanCommandOutput) => void
|
|
908
|
-
): Promise<CreateProvisionedProductPlanCommandOutput> | void {
|
|
909
|
-
const command = new CreateProvisionedProductPlanCommand(args);
|
|
910
|
-
if (typeof optionsOrCb === "function") {
|
|
911
|
-
this.send(command, optionsOrCb);
|
|
912
|
-
} else if (typeof cb === "function") {
|
|
913
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
914
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
915
|
-
} else {
|
|
916
|
-
return this.send(command, optionsOrCb);
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
/**
|
|
921
|
-
* <p>Creates a provisioning artifact (also known as a version) for the specified product.</p>
|
|
922
|
-
* <p>You cannot create a provisioning artifact for a product that was shared with you.</p>
|
|
923
|
-
*
|
|
924
|
-
* <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
|
|
925
|
-
* IAM policy permission. This policy permission is required when using the
|
|
926
|
-
* <code>ImportFromPhysicalId</code> template source in the information data section.</p>
|
|
927
|
-
*/
|
|
928
|
-
public createProvisioningArtifact(
|
|
929
|
-
args: CreateProvisioningArtifactCommandInput,
|
|
930
|
-
options?: __HttpHandlerOptions
|
|
931
|
-
): Promise<CreateProvisioningArtifactCommandOutput>;
|
|
932
|
-
public createProvisioningArtifact(
|
|
933
|
-
args: CreateProvisioningArtifactCommandInput,
|
|
934
|
-
cb: (err: any, data?: CreateProvisioningArtifactCommandOutput) => void
|
|
935
|
-
): void;
|
|
936
|
-
public createProvisioningArtifact(
|
|
937
|
-
args: CreateProvisioningArtifactCommandInput,
|
|
938
|
-
options: __HttpHandlerOptions,
|
|
939
|
-
cb: (err: any, data?: CreateProvisioningArtifactCommandOutput) => void
|
|
940
|
-
): void;
|
|
941
|
-
public createProvisioningArtifact(
|
|
942
|
-
args: CreateProvisioningArtifactCommandInput,
|
|
943
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateProvisioningArtifactCommandOutput) => void),
|
|
944
|
-
cb?: (err: any, data?: CreateProvisioningArtifactCommandOutput) => void
|
|
945
|
-
): Promise<CreateProvisioningArtifactCommandOutput> | void {
|
|
946
|
-
const command = new CreateProvisioningArtifactCommand(args);
|
|
947
|
-
if (typeof optionsOrCb === "function") {
|
|
948
|
-
this.send(command, optionsOrCb);
|
|
949
|
-
} else if (typeof cb === "function") {
|
|
950
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
951
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
952
|
-
} else {
|
|
953
|
-
return this.send(command, optionsOrCb);
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
* <p>Creates a self-service action.</p>
|
|
959
|
-
*/
|
|
960
|
-
public createServiceAction(
|
|
961
|
-
args: CreateServiceActionCommandInput,
|
|
962
|
-
options?: __HttpHandlerOptions
|
|
963
|
-
): Promise<CreateServiceActionCommandOutput>;
|
|
964
|
-
public createServiceAction(
|
|
965
|
-
args: CreateServiceActionCommandInput,
|
|
966
|
-
cb: (err: any, data?: CreateServiceActionCommandOutput) => void
|
|
967
|
-
): void;
|
|
968
|
-
public createServiceAction(
|
|
969
|
-
args: CreateServiceActionCommandInput,
|
|
970
|
-
options: __HttpHandlerOptions,
|
|
971
|
-
cb: (err: any, data?: CreateServiceActionCommandOutput) => void
|
|
972
|
-
): void;
|
|
973
|
-
public createServiceAction(
|
|
974
|
-
args: CreateServiceActionCommandInput,
|
|
975
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateServiceActionCommandOutput) => void),
|
|
976
|
-
cb?: (err: any, data?: CreateServiceActionCommandOutput) => void
|
|
977
|
-
): Promise<CreateServiceActionCommandOutput> | void {
|
|
978
|
-
const command = new CreateServiceActionCommand(args);
|
|
979
|
-
if (typeof optionsOrCb === "function") {
|
|
980
|
-
this.send(command, optionsOrCb);
|
|
981
|
-
} else if (typeof cb === "function") {
|
|
982
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
983
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
984
|
-
} else {
|
|
985
|
-
return this.send(command, optionsOrCb);
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* <p>Creates a TagOption.</p>
|
|
991
|
-
*/
|
|
992
|
-
public createTagOption(
|
|
993
|
-
args: CreateTagOptionCommandInput,
|
|
994
|
-
options?: __HttpHandlerOptions
|
|
995
|
-
): Promise<CreateTagOptionCommandOutput>;
|
|
996
|
-
public createTagOption(
|
|
997
|
-
args: CreateTagOptionCommandInput,
|
|
998
|
-
cb: (err: any, data?: CreateTagOptionCommandOutput) => void
|
|
999
|
-
): void;
|
|
1000
|
-
public createTagOption(
|
|
1001
|
-
args: CreateTagOptionCommandInput,
|
|
1002
|
-
options: __HttpHandlerOptions,
|
|
1003
|
-
cb: (err: any, data?: CreateTagOptionCommandOutput) => void
|
|
1004
|
-
): void;
|
|
1005
|
-
public createTagOption(
|
|
1006
|
-
args: CreateTagOptionCommandInput,
|
|
1007
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTagOptionCommandOutput) => void),
|
|
1008
|
-
cb?: (err: any, data?: CreateTagOptionCommandOutput) => void
|
|
1009
|
-
): Promise<CreateTagOptionCommandOutput> | void {
|
|
1010
|
-
const command = new CreateTagOptionCommand(args);
|
|
1011
|
-
if (typeof optionsOrCb === "function") {
|
|
1012
|
-
this.send(command, optionsOrCb);
|
|
1013
|
-
} else if (typeof cb === "function") {
|
|
1014
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1015
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1016
|
-
} else {
|
|
1017
|
-
return this.send(command, optionsOrCb);
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
/**
|
|
1022
|
-
* <p>Deletes the specified constraint.</p>
|
|
1023
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
1024
|
-
*/
|
|
1025
|
-
public deleteConstraint(
|
|
1026
|
-
args: DeleteConstraintCommandInput,
|
|
1027
|
-
options?: __HttpHandlerOptions
|
|
1028
|
-
): Promise<DeleteConstraintCommandOutput>;
|
|
1029
|
-
public deleteConstraint(
|
|
1030
|
-
args: DeleteConstraintCommandInput,
|
|
1031
|
-
cb: (err: any, data?: DeleteConstraintCommandOutput) => void
|
|
1032
|
-
): void;
|
|
1033
|
-
public deleteConstraint(
|
|
1034
|
-
args: DeleteConstraintCommandInput,
|
|
1035
|
-
options: __HttpHandlerOptions,
|
|
1036
|
-
cb: (err: any, data?: DeleteConstraintCommandOutput) => void
|
|
1037
|
-
): void;
|
|
1038
|
-
public deleteConstraint(
|
|
1039
|
-
args: DeleteConstraintCommandInput,
|
|
1040
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConstraintCommandOutput) => void),
|
|
1041
|
-
cb?: (err: any, data?: DeleteConstraintCommandOutput) => void
|
|
1042
|
-
): Promise<DeleteConstraintCommandOutput> | void {
|
|
1043
|
-
const command = new DeleteConstraintCommand(args);
|
|
1044
|
-
if (typeof optionsOrCb === "function") {
|
|
1045
|
-
this.send(command, optionsOrCb);
|
|
1046
|
-
} else if (typeof cb === "function") {
|
|
1047
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1048
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1049
|
-
} else {
|
|
1050
|
-
return this.send(command, optionsOrCb);
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
/**
|
|
1055
|
-
* <p>Deletes the specified portfolio.</p>
|
|
1056
|
-
* <p>You cannot delete a portfolio if it was shared with you or if it has associated
|
|
1057
|
-
* products, users, constraints, or shared accounts.</p>
|
|
1058
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
1059
|
-
*/
|
|
1060
|
-
public deletePortfolio(
|
|
1061
|
-
args: DeletePortfolioCommandInput,
|
|
1062
|
-
options?: __HttpHandlerOptions
|
|
1063
|
-
): Promise<DeletePortfolioCommandOutput>;
|
|
1064
|
-
public deletePortfolio(
|
|
1065
|
-
args: DeletePortfolioCommandInput,
|
|
1066
|
-
cb: (err: any, data?: DeletePortfolioCommandOutput) => void
|
|
1067
|
-
): void;
|
|
1068
|
-
public deletePortfolio(
|
|
1069
|
-
args: DeletePortfolioCommandInput,
|
|
1070
|
-
options: __HttpHandlerOptions,
|
|
1071
|
-
cb: (err: any, data?: DeletePortfolioCommandOutput) => void
|
|
1072
|
-
): void;
|
|
1073
|
-
public deletePortfolio(
|
|
1074
|
-
args: DeletePortfolioCommandInput,
|
|
1075
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePortfolioCommandOutput) => void),
|
|
1076
|
-
cb?: (err: any, data?: DeletePortfolioCommandOutput) => void
|
|
1077
|
-
): Promise<DeletePortfolioCommandOutput> | void {
|
|
1078
|
-
const command = new DeletePortfolioCommand(args);
|
|
1079
|
-
if (typeof optionsOrCb === "function") {
|
|
1080
|
-
this.send(command, optionsOrCb);
|
|
1081
|
-
} else if (typeof cb === "function") {
|
|
1082
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1083
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1084
|
-
} else {
|
|
1085
|
-
return this.send(command, optionsOrCb);
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
/**
|
|
1090
|
-
* <p>Stops sharing the specified portfolio with the specified account or organization
|
|
1091
|
-
* node. Shares to an organization node can only be deleted by the management account of an
|
|
1092
|
-
* organization or by a delegated administrator.</p>
|
|
1093
|
-
* <p>Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.</p>
|
|
1094
|
-
*/
|
|
1095
|
-
public deletePortfolioShare(
|
|
1096
|
-
args: DeletePortfolioShareCommandInput,
|
|
1097
|
-
options?: __HttpHandlerOptions
|
|
1098
|
-
): Promise<DeletePortfolioShareCommandOutput>;
|
|
1099
|
-
public deletePortfolioShare(
|
|
1100
|
-
args: DeletePortfolioShareCommandInput,
|
|
1101
|
-
cb: (err: any, data?: DeletePortfolioShareCommandOutput) => void
|
|
1102
|
-
): void;
|
|
1103
|
-
public deletePortfolioShare(
|
|
1104
|
-
args: DeletePortfolioShareCommandInput,
|
|
1105
|
-
options: __HttpHandlerOptions,
|
|
1106
|
-
cb: (err: any, data?: DeletePortfolioShareCommandOutput) => void
|
|
1107
|
-
): void;
|
|
1108
|
-
public deletePortfolioShare(
|
|
1109
|
-
args: DeletePortfolioShareCommandInput,
|
|
1110
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePortfolioShareCommandOutput) => void),
|
|
1111
|
-
cb?: (err: any, data?: DeletePortfolioShareCommandOutput) => void
|
|
1112
|
-
): Promise<DeletePortfolioShareCommandOutput> | void {
|
|
1113
|
-
const command = new DeletePortfolioShareCommand(args);
|
|
1114
|
-
if (typeof optionsOrCb === "function") {
|
|
1115
|
-
this.send(command, optionsOrCb);
|
|
1116
|
-
} else if (typeof cb === "function") {
|
|
1117
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1118
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1119
|
-
} else {
|
|
1120
|
-
return this.send(command, optionsOrCb);
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
/**
|
|
1125
|
-
* <p>Deletes the specified product.</p>
|
|
1126
|
-
* <p>You cannot delete a product if it was shared with you or is associated with a portfolio.</p>
|
|
1127
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
1128
|
-
*/
|
|
1129
|
-
public deleteProduct(
|
|
1130
|
-
args: DeleteProductCommandInput,
|
|
1131
|
-
options?: __HttpHandlerOptions
|
|
1132
|
-
): Promise<DeleteProductCommandOutput>;
|
|
1133
|
-
public deleteProduct(
|
|
1134
|
-
args: DeleteProductCommandInput,
|
|
1135
|
-
cb: (err: any, data?: DeleteProductCommandOutput) => void
|
|
1136
|
-
): void;
|
|
1137
|
-
public deleteProduct(
|
|
1138
|
-
args: DeleteProductCommandInput,
|
|
1139
|
-
options: __HttpHandlerOptions,
|
|
1140
|
-
cb: (err: any, data?: DeleteProductCommandOutput) => void
|
|
1141
|
-
): void;
|
|
1142
|
-
public deleteProduct(
|
|
1143
|
-
args: DeleteProductCommandInput,
|
|
1144
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteProductCommandOutput) => void),
|
|
1145
|
-
cb?: (err: any, data?: DeleteProductCommandOutput) => void
|
|
1146
|
-
): Promise<DeleteProductCommandOutput> | void {
|
|
1147
|
-
const command = new DeleteProductCommand(args);
|
|
1148
|
-
if (typeof optionsOrCb === "function") {
|
|
1149
|
-
this.send(command, optionsOrCb);
|
|
1150
|
-
} else if (typeof cb === "function") {
|
|
1151
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1152
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1153
|
-
} else {
|
|
1154
|
-
return this.send(command, optionsOrCb);
|
|
1155
|
-
}
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
/**
|
|
1159
|
-
* <p>Deletes the specified plan.</p>
|
|
1160
|
-
*/
|
|
1161
|
-
public deleteProvisionedProductPlan(
|
|
1162
|
-
args: DeleteProvisionedProductPlanCommandInput,
|
|
1163
|
-
options?: __HttpHandlerOptions
|
|
1164
|
-
): Promise<DeleteProvisionedProductPlanCommandOutput>;
|
|
1165
|
-
public deleteProvisionedProductPlan(
|
|
1166
|
-
args: DeleteProvisionedProductPlanCommandInput,
|
|
1167
|
-
cb: (err: any, data?: DeleteProvisionedProductPlanCommandOutput) => void
|
|
1168
|
-
): void;
|
|
1169
|
-
public deleteProvisionedProductPlan(
|
|
1170
|
-
args: DeleteProvisionedProductPlanCommandInput,
|
|
1171
|
-
options: __HttpHandlerOptions,
|
|
1172
|
-
cb: (err: any, data?: DeleteProvisionedProductPlanCommandOutput) => void
|
|
1173
|
-
): void;
|
|
1174
|
-
public deleteProvisionedProductPlan(
|
|
1175
|
-
args: DeleteProvisionedProductPlanCommandInput,
|
|
1176
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteProvisionedProductPlanCommandOutput) => void),
|
|
1177
|
-
cb?: (err: any, data?: DeleteProvisionedProductPlanCommandOutput) => void
|
|
1178
|
-
): Promise<DeleteProvisionedProductPlanCommandOutput> | void {
|
|
1179
|
-
const command = new DeleteProvisionedProductPlanCommand(args);
|
|
1180
|
-
if (typeof optionsOrCb === "function") {
|
|
1181
|
-
this.send(command, optionsOrCb);
|
|
1182
|
-
} else if (typeof cb === "function") {
|
|
1183
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1184
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1185
|
-
} else {
|
|
1186
|
-
return this.send(command, optionsOrCb);
|
|
1187
|
-
}
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
/**
|
|
1191
|
-
* <p>Deletes the specified provisioning artifact (also known as a version) for the specified product.</p>
|
|
1192
|
-
* <p>You cannot delete a provisioning artifact associated with a product that was shared with you.
|
|
1193
|
-
* You cannot delete the last provisioning artifact for a product, because a product must have at
|
|
1194
|
-
* least one provisioning artifact.</p>
|
|
1195
|
-
*/
|
|
1196
|
-
public deleteProvisioningArtifact(
|
|
1197
|
-
args: DeleteProvisioningArtifactCommandInput,
|
|
1198
|
-
options?: __HttpHandlerOptions
|
|
1199
|
-
): Promise<DeleteProvisioningArtifactCommandOutput>;
|
|
1200
|
-
public deleteProvisioningArtifact(
|
|
1201
|
-
args: DeleteProvisioningArtifactCommandInput,
|
|
1202
|
-
cb: (err: any, data?: DeleteProvisioningArtifactCommandOutput) => void
|
|
1203
|
-
): void;
|
|
1204
|
-
public deleteProvisioningArtifact(
|
|
1205
|
-
args: DeleteProvisioningArtifactCommandInput,
|
|
1206
|
-
options: __HttpHandlerOptions,
|
|
1207
|
-
cb: (err: any, data?: DeleteProvisioningArtifactCommandOutput) => void
|
|
1208
|
-
): void;
|
|
1209
|
-
public deleteProvisioningArtifact(
|
|
1210
|
-
args: DeleteProvisioningArtifactCommandInput,
|
|
1211
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteProvisioningArtifactCommandOutput) => void),
|
|
1212
|
-
cb?: (err: any, data?: DeleteProvisioningArtifactCommandOutput) => void
|
|
1213
|
-
): Promise<DeleteProvisioningArtifactCommandOutput> | void {
|
|
1214
|
-
const command = new DeleteProvisioningArtifactCommand(args);
|
|
1215
|
-
if (typeof optionsOrCb === "function") {
|
|
1216
|
-
this.send(command, optionsOrCb);
|
|
1217
|
-
} else if (typeof cb === "function") {
|
|
1218
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1219
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1220
|
-
} else {
|
|
1221
|
-
return this.send(command, optionsOrCb);
|
|
1222
|
-
}
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
/**
|
|
1226
|
-
* <p>Deletes a self-service action.</p>
|
|
1227
|
-
*/
|
|
1228
|
-
public deleteServiceAction(
|
|
1229
|
-
args: DeleteServiceActionCommandInput,
|
|
1230
|
-
options?: __HttpHandlerOptions
|
|
1231
|
-
): Promise<DeleteServiceActionCommandOutput>;
|
|
1232
|
-
public deleteServiceAction(
|
|
1233
|
-
args: DeleteServiceActionCommandInput,
|
|
1234
|
-
cb: (err: any, data?: DeleteServiceActionCommandOutput) => void
|
|
1235
|
-
): void;
|
|
1236
|
-
public deleteServiceAction(
|
|
1237
|
-
args: DeleteServiceActionCommandInput,
|
|
1238
|
-
options: __HttpHandlerOptions,
|
|
1239
|
-
cb: (err: any, data?: DeleteServiceActionCommandOutput) => void
|
|
1240
|
-
): void;
|
|
1241
|
-
public deleteServiceAction(
|
|
1242
|
-
args: DeleteServiceActionCommandInput,
|
|
1243
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteServiceActionCommandOutput) => void),
|
|
1244
|
-
cb?: (err: any, data?: DeleteServiceActionCommandOutput) => void
|
|
1245
|
-
): Promise<DeleteServiceActionCommandOutput> | void {
|
|
1246
|
-
const command = new DeleteServiceActionCommand(args);
|
|
1247
|
-
if (typeof optionsOrCb === "function") {
|
|
1248
|
-
this.send(command, optionsOrCb);
|
|
1249
|
-
} else if (typeof cb === "function") {
|
|
1250
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1251
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1252
|
-
} else {
|
|
1253
|
-
return this.send(command, optionsOrCb);
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
/**
|
|
1258
|
-
* <p>Deletes the specified TagOption.</p>
|
|
1259
|
-
* <p>You cannot delete a TagOption if it is associated with a product or portfolio.</p>
|
|
1260
|
-
*/
|
|
1261
|
-
public deleteTagOption(
|
|
1262
|
-
args: DeleteTagOptionCommandInput,
|
|
1263
|
-
options?: __HttpHandlerOptions
|
|
1264
|
-
): Promise<DeleteTagOptionCommandOutput>;
|
|
1265
|
-
public deleteTagOption(
|
|
1266
|
-
args: DeleteTagOptionCommandInput,
|
|
1267
|
-
cb: (err: any, data?: DeleteTagOptionCommandOutput) => void
|
|
1268
|
-
): void;
|
|
1269
|
-
public deleteTagOption(
|
|
1270
|
-
args: DeleteTagOptionCommandInput,
|
|
1271
|
-
options: __HttpHandlerOptions,
|
|
1272
|
-
cb: (err: any, data?: DeleteTagOptionCommandOutput) => void
|
|
1273
|
-
): void;
|
|
1274
|
-
public deleteTagOption(
|
|
1275
|
-
args: DeleteTagOptionCommandInput,
|
|
1276
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTagOptionCommandOutput) => void),
|
|
1277
|
-
cb?: (err: any, data?: DeleteTagOptionCommandOutput) => void
|
|
1278
|
-
): Promise<DeleteTagOptionCommandOutput> | void {
|
|
1279
|
-
const command = new DeleteTagOptionCommand(args);
|
|
1280
|
-
if (typeof optionsOrCb === "function") {
|
|
1281
|
-
this.send(command, optionsOrCb);
|
|
1282
|
-
} else if (typeof cb === "function") {
|
|
1283
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1284
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1285
|
-
} else {
|
|
1286
|
-
return this.send(command, optionsOrCb);
|
|
1287
|
-
}
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
/**
|
|
1291
|
-
* <p>Gets information about the specified constraint.</p>
|
|
1292
|
-
*/
|
|
1293
|
-
public describeConstraint(
|
|
1294
|
-
args: DescribeConstraintCommandInput,
|
|
1295
|
-
options?: __HttpHandlerOptions
|
|
1296
|
-
): Promise<DescribeConstraintCommandOutput>;
|
|
1297
|
-
public describeConstraint(
|
|
1298
|
-
args: DescribeConstraintCommandInput,
|
|
1299
|
-
cb: (err: any, data?: DescribeConstraintCommandOutput) => void
|
|
1300
|
-
): void;
|
|
1301
|
-
public describeConstraint(
|
|
1302
|
-
args: DescribeConstraintCommandInput,
|
|
1303
|
-
options: __HttpHandlerOptions,
|
|
1304
|
-
cb: (err: any, data?: DescribeConstraintCommandOutput) => void
|
|
1305
|
-
): void;
|
|
1306
|
-
public describeConstraint(
|
|
1307
|
-
args: DescribeConstraintCommandInput,
|
|
1308
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConstraintCommandOutput) => void),
|
|
1309
|
-
cb?: (err: any, data?: DescribeConstraintCommandOutput) => void
|
|
1310
|
-
): Promise<DescribeConstraintCommandOutput> | void {
|
|
1311
|
-
const command = new DescribeConstraintCommand(args);
|
|
1312
|
-
if (typeof optionsOrCb === "function") {
|
|
1313
|
-
this.send(command, optionsOrCb);
|
|
1314
|
-
} else if (typeof cb === "function") {
|
|
1315
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1316
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1317
|
-
} else {
|
|
1318
|
-
return this.send(command, optionsOrCb);
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
/**
|
|
1323
|
-
* <p>Gets the status of the specified copy product operation.</p>
|
|
1324
|
-
*/
|
|
1325
|
-
public describeCopyProductStatus(
|
|
1326
|
-
args: DescribeCopyProductStatusCommandInput,
|
|
1327
|
-
options?: __HttpHandlerOptions
|
|
1328
|
-
): Promise<DescribeCopyProductStatusCommandOutput>;
|
|
1329
|
-
public describeCopyProductStatus(
|
|
1330
|
-
args: DescribeCopyProductStatusCommandInput,
|
|
1331
|
-
cb: (err: any, data?: DescribeCopyProductStatusCommandOutput) => void
|
|
1332
|
-
): void;
|
|
1333
|
-
public describeCopyProductStatus(
|
|
1334
|
-
args: DescribeCopyProductStatusCommandInput,
|
|
1335
|
-
options: __HttpHandlerOptions,
|
|
1336
|
-
cb: (err: any, data?: DescribeCopyProductStatusCommandOutput) => void
|
|
1337
|
-
): void;
|
|
1338
|
-
public describeCopyProductStatus(
|
|
1339
|
-
args: DescribeCopyProductStatusCommandInput,
|
|
1340
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCopyProductStatusCommandOutput) => void),
|
|
1341
|
-
cb?: (err: any, data?: DescribeCopyProductStatusCommandOutput) => void
|
|
1342
|
-
): Promise<DescribeCopyProductStatusCommandOutput> | void {
|
|
1343
|
-
const command = new DescribeCopyProductStatusCommand(args);
|
|
1344
|
-
if (typeof optionsOrCb === "function") {
|
|
1345
|
-
this.send(command, optionsOrCb);
|
|
1346
|
-
} else if (typeof cb === "function") {
|
|
1347
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1348
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1349
|
-
} else {
|
|
1350
|
-
return this.send(command, optionsOrCb);
|
|
1351
|
-
}
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
/**
|
|
1355
|
-
* <p>Gets information about the specified portfolio.</p>
|
|
1356
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
1357
|
-
*/
|
|
1358
|
-
public describePortfolio(
|
|
1359
|
-
args: DescribePortfolioCommandInput,
|
|
1360
|
-
options?: __HttpHandlerOptions
|
|
1361
|
-
): Promise<DescribePortfolioCommandOutput>;
|
|
1362
|
-
public describePortfolio(
|
|
1363
|
-
args: DescribePortfolioCommandInput,
|
|
1364
|
-
cb: (err: any, data?: DescribePortfolioCommandOutput) => void
|
|
1365
|
-
): void;
|
|
1366
|
-
public describePortfolio(
|
|
1367
|
-
args: DescribePortfolioCommandInput,
|
|
1368
|
-
options: __HttpHandlerOptions,
|
|
1369
|
-
cb: (err: any, data?: DescribePortfolioCommandOutput) => void
|
|
1370
|
-
): void;
|
|
1371
|
-
public describePortfolio(
|
|
1372
|
-
args: DescribePortfolioCommandInput,
|
|
1373
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePortfolioCommandOutput) => void),
|
|
1374
|
-
cb?: (err: any, data?: DescribePortfolioCommandOutput) => void
|
|
1375
|
-
): Promise<DescribePortfolioCommandOutput> | void {
|
|
1376
|
-
const command = new DescribePortfolioCommand(args);
|
|
1377
|
-
if (typeof optionsOrCb === "function") {
|
|
1378
|
-
this.send(command, optionsOrCb);
|
|
1379
|
-
} else if (typeof cb === "function") {
|
|
1380
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1381
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1382
|
-
} else {
|
|
1383
|
-
return this.send(command, optionsOrCb);
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
/**
|
|
1388
|
-
* <p>Returns a summary of each of the portfolio shares that were created for the specified portfolio.</p>
|
|
1389
|
-
* <p>You can use this API to determine which accounts or organizational nodes this
|
|
1390
|
-
* portfolio have been shared, whether the recipient entity has imported the share, and
|
|
1391
|
-
* whether TagOptions are included with the share.</p>
|
|
1392
|
-
* <p>The <code>PortfolioId</code> and <code>Type</code> parameters are both required.</p>
|
|
1393
|
-
*/
|
|
1394
|
-
public describePortfolioShares(
|
|
1395
|
-
args: DescribePortfolioSharesCommandInput,
|
|
1396
|
-
options?: __HttpHandlerOptions
|
|
1397
|
-
): Promise<DescribePortfolioSharesCommandOutput>;
|
|
1398
|
-
public describePortfolioShares(
|
|
1399
|
-
args: DescribePortfolioSharesCommandInput,
|
|
1400
|
-
cb: (err: any, data?: DescribePortfolioSharesCommandOutput) => void
|
|
1401
|
-
): void;
|
|
1402
|
-
public describePortfolioShares(
|
|
1403
|
-
args: DescribePortfolioSharesCommandInput,
|
|
1404
|
-
options: __HttpHandlerOptions,
|
|
1405
|
-
cb: (err: any, data?: DescribePortfolioSharesCommandOutput) => void
|
|
1406
|
-
): void;
|
|
1407
|
-
public describePortfolioShares(
|
|
1408
|
-
args: DescribePortfolioSharesCommandInput,
|
|
1409
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePortfolioSharesCommandOutput) => void),
|
|
1410
|
-
cb?: (err: any, data?: DescribePortfolioSharesCommandOutput) => void
|
|
1411
|
-
): Promise<DescribePortfolioSharesCommandOutput> | void {
|
|
1412
|
-
const command = new DescribePortfolioSharesCommand(args);
|
|
1413
|
-
if (typeof optionsOrCb === "function") {
|
|
1414
|
-
this.send(command, optionsOrCb);
|
|
1415
|
-
} else if (typeof cb === "function") {
|
|
1416
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1417
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1418
|
-
} else {
|
|
1419
|
-
return this.send(command, optionsOrCb);
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
/**
|
|
1424
|
-
* <p>Gets the status of the specified portfolio share operation. This API can only be called
|
|
1425
|
-
* by the management account in the organization or by a delegated admin.</p>
|
|
1426
|
-
*/
|
|
1427
|
-
public describePortfolioShareStatus(
|
|
1428
|
-
args: DescribePortfolioShareStatusCommandInput,
|
|
1429
|
-
options?: __HttpHandlerOptions
|
|
1430
|
-
): Promise<DescribePortfolioShareStatusCommandOutput>;
|
|
1431
|
-
public describePortfolioShareStatus(
|
|
1432
|
-
args: DescribePortfolioShareStatusCommandInput,
|
|
1433
|
-
cb: (err: any, data?: DescribePortfolioShareStatusCommandOutput) => void
|
|
1434
|
-
): void;
|
|
1435
|
-
public describePortfolioShareStatus(
|
|
1436
|
-
args: DescribePortfolioShareStatusCommandInput,
|
|
1437
|
-
options: __HttpHandlerOptions,
|
|
1438
|
-
cb: (err: any, data?: DescribePortfolioShareStatusCommandOutput) => void
|
|
1439
|
-
): void;
|
|
1440
|
-
public describePortfolioShareStatus(
|
|
1441
|
-
args: DescribePortfolioShareStatusCommandInput,
|
|
1442
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePortfolioShareStatusCommandOutput) => void),
|
|
1443
|
-
cb?: (err: any, data?: DescribePortfolioShareStatusCommandOutput) => void
|
|
1444
|
-
): Promise<DescribePortfolioShareStatusCommandOutput> | void {
|
|
1445
|
-
const command = new DescribePortfolioShareStatusCommand(args);
|
|
1446
|
-
if (typeof optionsOrCb === "function") {
|
|
1447
|
-
this.send(command, optionsOrCb);
|
|
1448
|
-
} else if (typeof cb === "function") {
|
|
1449
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1450
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1451
|
-
} else {
|
|
1452
|
-
return this.send(command, optionsOrCb);
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
/**
|
|
1457
|
-
* <p>Gets information about the specified product.</p>
|
|
1458
|
-
*/
|
|
1459
|
-
public describeProduct(
|
|
1460
|
-
args: DescribeProductCommandInput,
|
|
1461
|
-
options?: __HttpHandlerOptions
|
|
1462
|
-
): Promise<DescribeProductCommandOutput>;
|
|
1463
|
-
public describeProduct(
|
|
1464
|
-
args: DescribeProductCommandInput,
|
|
1465
|
-
cb: (err: any, data?: DescribeProductCommandOutput) => void
|
|
1466
|
-
): void;
|
|
1467
|
-
public describeProduct(
|
|
1468
|
-
args: DescribeProductCommandInput,
|
|
1469
|
-
options: __HttpHandlerOptions,
|
|
1470
|
-
cb: (err: any, data?: DescribeProductCommandOutput) => void
|
|
1471
|
-
): void;
|
|
1472
|
-
public describeProduct(
|
|
1473
|
-
args: DescribeProductCommandInput,
|
|
1474
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProductCommandOutput) => void),
|
|
1475
|
-
cb?: (err: any, data?: DescribeProductCommandOutput) => void
|
|
1476
|
-
): Promise<DescribeProductCommandOutput> | void {
|
|
1477
|
-
const command = new DescribeProductCommand(args);
|
|
1478
|
-
if (typeof optionsOrCb === "function") {
|
|
1479
|
-
this.send(command, optionsOrCb);
|
|
1480
|
-
} else if (typeof cb === "function") {
|
|
1481
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1482
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1483
|
-
} else {
|
|
1484
|
-
return this.send(command, optionsOrCb);
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
/**
|
|
1489
|
-
* <p>Gets information about the specified product. This operation is run with administrator access.</p>
|
|
1490
|
-
*/
|
|
1491
|
-
public describeProductAsAdmin(
|
|
1492
|
-
args: DescribeProductAsAdminCommandInput,
|
|
1493
|
-
options?: __HttpHandlerOptions
|
|
1494
|
-
): Promise<DescribeProductAsAdminCommandOutput>;
|
|
1495
|
-
public describeProductAsAdmin(
|
|
1496
|
-
args: DescribeProductAsAdminCommandInput,
|
|
1497
|
-
cb: (err: any, data?: DescribeProductAsAdminCommandOutput) => void
|
|
1498
|
-
): void;
|
|
1499
|
-
public describeProductAsAdmin(
|
|
1500
|
-
args: DescribeProductAsAdminCommandInput,
|
|
1501
|
-
options: __HttpHandlerOptions,
|
|
1502
|
-
cb: (err: any, data?: DescribeProductAsAdminCommandOutput) => void
|
|
1503
|
-
): void;
|
|
1504
|
-
public describeProductAsAdmin(
|
|
1505
|
-
args: DescribeProductAsAdminCommandInput,
|
|
1506
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProductAsAdminCommandOutput) => void),
|
|
1507
|
-
cb?: (err: any, data?: DescribeProductAsAdminCommandOutput) => void
|
|
1508
|
-
): Promise<DescribeProductAsAdminCommandOutput> | void {
|
|
1509
|
-
const command = new DescribeProductAsAdminCommand(args);
|
|
1510
|
-
if (typeof optionsOrCb === "function") {
|
|
1511
|
-
this.send(command, optionsOrCb);
|
|
1512
|
-
} else if (typeof cb === "function") {
|
|
1513
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1514
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1515
|
-
} else {
|
|
1516
|
-
return this.send(command, optionsOrCb);
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
/**
|
|
1521
|
-
* <p>Gets information about the specified product.</p>
|
|
1522
|
-
*/
|
|
1523
|
-
public describeProductView(
|
|
1524
|
-
args: DescribeProductViewCommandInput,
|
|
1525
|
-
options?: __HttpHandlerOptions
|
|
1526
|
-
): Promise<DescribeProductViewCommandOutput>;
|
|
1527
|
-
public describeProductView(
|
|
1528
|
-
args: DescribeProductViewCommandInput,
|
|
1529
|
-
cb: (err: any, data?: DescribeProductViewCommandOutput) => void
|
|
1530
|
-
): void;
|
|
1531
|
-
public describeProductView(
|
|
1532
|
-
args: DescribeProductViewCommandInput,
|
|
1533
|
-
options: __HttpHandlerOptions,
|
|
1534
|
-
cb: (err: any, data?: DescribeProductViewCommandOutput) => void
|
|
1535
|
-
): void;
|
|
1536
|
-
public describeProductView(
|
|
1537
|
-
args: DescribeProductViewCommandInput,
|
|
1538
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProductViewCommandOutput) => void),
|
|
1539
|
-
cb?: (err: any, data?: DescribeProductViewCommandOutput) => void
|
|
1540
|
-
): Promise<DescribeProductViewCommandOutput> | void {
|
|
1541
|
-
const command = new DescribeProductViewCommand(args);
|
|
1542
|
-
if (typeof optionsOrCb === "function") {
|
|
1543
|
-
this.send(command, optionsOrCb);
|
|
1544
|
-
} else if (typeof cb === "function") {
|
|
1545
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1546
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1547
|
-
} else {
|
|
1548
|
-
return this.send(command, optionsOrCb);
|
|
1549
|
-
}
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
/**
|
|
1553
|
-
* <p>Gets information about the specified provisioned product.</p>
|
|
1554
|
-
*/
|
|
1555
|
-
public describeProvisionedProduct(
|
|
1556
|
-
args: DescribeProvisionedProductCommandInput,
|
|
1557
|
-
options?: __HttpHandlerOptions
|
|
1558
|
-
): Promise<DescribeProvisionedProductCommandOutput>;
|
|
1559
|
-
public describeProvisionedProduct(
|
|
1560
|
-
args: DescribeProvisionedProductCommandInput,
|
|
1561
|
-
cb: (err: any, data?: DescribeProvisionedProductCommandOutput) => void
|
|
1562
|
-
): void;
|
|
1563
|
-
public describeProvisionedProduct(
|
|
1564
|
-
args: DescribeProvisionedProductCommandInput,
|
|
1565
|
-
options: __HttpHandlerOptions,
|
|
1566
|
-
cb: (err: any, data?: DescribeProvisionedProductCommandOutput) => void
|
|
1567
|
-
): void;
|
|
1568
|
-
public describeProvisionedProduct(
|
|
1569
|
-
args: DescribeProvisionedProductCommandInput,
|
|
1570
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProvisionedProductCommandOutput) => void),
|
|
1571
|
-
cb?: (err: any, data?: DescribeProvisionedProductCommandOutput) => void
|
|
1572
|
-
): Promise<DescribeProvisionedProductCommandOutput> | void {
|
|
1573
|
-
const command = new DescribeProvisionedProductCommand(args);
|
|
1574
|
-
if (typeof optionsOrCb === "function") {
|
|
1575
|
-
this.send(command, optionsOrCb);
|
|
1576
|
-
} else if (typeof cb === "function") {
|
|
1577
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1578
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1579
|
-
} else {
|
|
1580
|
-
return this.send(command, optionsOrCb);
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
/**
|
|
1585
|
-
* <p>Gets information about the resource changes for the specified plan.</p>
|
|
1586
|
-
*/
|
|
1587
|
-
public describeProvisionedProductPlan(
|
|
1588
|
-
args: DescribeProvisionedProductPlanCommandInput,
|
|
1589
|
-
options?: __HttpHandlerOptions
|
|
1590
|
-
): Promise<DescribeProvisionedProductPlanCommandOutput>;
|
|
1591
|
-
public describeProvisionedProductPlan(
|
|
1592
|
-
args: DescribeProvisionedProductPlanCommandInput,
|
|
1593
|
-
cb: (err: any, data?: DescribeProvisionedProductPlanCommandOutput) => void
|
|
1594
|
-
): void;
|
|
1595
|
-
public describeProvisionedProductPlan(
|
|
1596
|
-
args: DescribeProvisionedProductPlanCommandInput,
|
|
1597
|
-
options: __HttpHandlerOptions,
|
|
1598
|
-
cb: (err: any, data?: DescribeProvisionedProductPlanCommandOutput) => void
|
|
1599
|
-
): void;
|
|
1600
|
-
public describeProvisionedProductPlan(
|
|
1601
|
-
args: DescribeProvisionedProductPlanCommandInput,
|
|
1602
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProvisionedProductPlanCommandOutput) => void),
|
|
1603
|
-
cb?: (err: any, data?: DescribeProvisionedProductPlanCommandOutput) => void
|
|
1604
|
-
): Promise<DescribeProvisionedProductPlanCommandOutput> | void {
|
|
1605
|
-
const command = new DescribeProvisionedProductPlanCommand(args);
|
|
1606
|
-
if (typeof optionsOrCb === "function") {
|
|
1607
|
-
this.send(command, optionsOrCb);
|
|
1608
|
-
} else if (typeof cb === "function") {
|
|
1609
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1610
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1611
|
-
} else {
|
|
1612
|
-
return this.send(command, optionsOrCb);
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
|
-
/**
|
|
1617
|
-
* <p>Gets information about the specified provisioning artifact (also known as a version) for the specified product.</p>
|
|
1618
|
-
*/
|
|
1619
|
-
public describeProvisioningArtifact(
|
|
1620
|
-
args: DescribeProvisioningArtifactCommandInput,
|
|
1621
|
-
options?: __HttpHandlerOptions
|
|
1622
|
-
): Promise<DescribeProvisioningArtifactCommandOutput>;
|
|
1623
|
-
public describeProvisioningArtifact(
|
|
1624
|
-
args: DescribeProvisioningArtifactCommandInput,
|
|
1625
|
-
cb: (err: any, data?: DescribeProvisioningArtifactCommandOutput) => void
|
|
1626
|
-
): void;
|
|
1627
|
-
public describeProvisioningArtifact(
|
|
1628
|
-
args: DescribeProvisioningArtifactCommandInput,
|
|
1629
|
-
options: __HttpHandlerOptions,
|
|
1630
|
-
cb: (err: any, data?: DescribeProvisioningArtifactCommandOutput) => void
|
|
1631
|
-
): void;
|
|
1632
|
-
public describeProvisioningArtifact(
|
|
1633
|
-
args: DescribeProvisioningArtifactCommandInput,
|
|
1634
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProvisioningArtifactCommandOutput) => void),
|
|
1635
|
-
cb?: (err: any, data?: DescribeProvisioningArtifactCommandOutput) => void
|
|
1636
|
-
): Promise<DescribeProvisioningArtifactCommandOutput> | void {
|
|
1637
|
-
const command = new DescribeProvisioningArtifactCommand(args);
|
|
1638
|
-
if (typeof optionsOrCb === "function") {
|
|
1639
|
-
this.send(command, optionsOrCb);
|
|
1640
|
-
} else if (typeof cb === "function") {
|
|
1641
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1642
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1643
|
-
} else {
|
|
1644
|
-
return this.send(command, optionsOrCb);
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
/**
|
|
1649
|
-
* <p>Gets information about the configuration required to provision the specified product using
|
|
1650
|
-
* the specified provisioning artifact.</p>
|
|
1651
|
-
* <p>If the output contains a TagOption key with an empty list of values, there is a
|
|
1652
|
-
* TagOption conflict for that key. The end user cannot take action to fix the conflict, and
|
|
1653
|
-
* launch is not blocked. In subsequent calls to <a>ProvisionProduct</a>,
|
|
1654
|
-
* do not include conflicted TagOption keys as tags, or this causes the error
|
|
1655
|
-
* "Parameter validation failed: Missing required parameter in Tags[<i>N</i>]:<i>Value</i>".
|
|
1656
|
-
* Tag the provisioned product with the value <code>sc-tagoption-conflict-portfolioId-productId</code>.</p>
|
|
1657
|
-
*/
|
|
1658
|
-
public describeProvisioningParameters(
|
|
1659
|
-
args: DescribeProvisioningParametersCommandInput,
|
|
1660
|
-
options?: __HttpHandlerOptions
|
|
1661
|
-
): Promise<DescribeProvisioningParametersCommandOutput>;
|
|
1662
|
-
public describeProvisioningParameters(
|
|
1663
|
-
args: DescribeProvisioningParametersCommandInput,
|
|
1664
|
-
cb: (err: any, data?: DescribeProvisioningParametersCommandOutput) => void
|
|
1665
|
-
): void;
|
|
1666
|
-
public describeProvisioningParameters(
|
|
1667
|
-
args: DescribeProvisioningParametersCommandInput,
|
|
1668
|
-
options: __HttpHandlerOptions,
|
|
1669
|
-
cb: (err: any, data?: DescribeProvisioningParametersCommandOutput) => void
|
|
1670
|
-
): void;
|
|
1671
|
-
public describeProvisioningParameters(
|
|
1672
|
-
args: DescribeProvisioningParametersCommandInput,
|
|
1673
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProvisioningParametersCommandOutput) => void),
|
|
1674
|
-
cb?: (err: any, data?: DescribeProvisioningParametersCommandOutput) => void
|
|
1675
|
-
): Promise<DescribeProvisioningParametersCommandOutput> | void {
|
|
1676
|
-
const command = new DescribeProvisioningParametersCommand(args);
|
|
1677
|
-
if (typeof optionsOrCb === "function") {
|
|
1678
|
-
this.send(command, optionsOrCb);
|
|
1679
|
-
} else if (typeof cb === "function") {
|
|
1680
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1681
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1682
|
-
} else {
|
|
1683
|
-
return this.send(command, optionsOrCb);
|
|
1684
|
-
}
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
/**
|
|
1688
|
-
* <p>Gets information about the specified request operation.</p>
|
|
1689
|
-
* <p>Use this operation after calling a request operation (for example, <a>ProvisionProduct</a>,
|
|
1690
|
-
* <a>TerminateProvisionedProduct</a>, or <a>UpdateProvisionedProduct</a>).
|
|
1691
|
-
* </p>
|
|
1692
|
-
* <note>
|
|
1693
|
-
* <p>If a provisioned product was transferred to a new owner using <a>UpdateProvisionedProductProperties</a>, the new owner
|
|
1694
|
-
* will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to
|
|
1695
|
-
* use <a>ListRecordHistory</a> to see the product's history from when he was the owner.</p>
|
|
1696
|
-
* </note>
|
|
1697
|
-
*/
|
|
1698
|
-
public describeRecord(
|
|
1699
|
-
args: DescribeRecordCommandInput,
|
|
1700
|
-
options?: __HttpHandlerOptions
|
|
1701
|
-
): Promise<DescribeRecordCommandOutput>;
|
|
1702
|
-
public describeRecord(
|
|
1703
|
-
args: DescribeRecordCommandInput,
|
|
1704
|
-
cb: (err: any, data?: DescribeRecordCommandOutput) => void
|
|
1705
|
-
): void;
|
|
1706
|
-
public describeRecord(
|
|
1707
|
-
args: DescribeRecordCommandInput,
|
|
1708
|
-
options: __HttpHandlerOptions,
|
|
1709
|
-
cb: (err: any, data?: DescribeRecordCommandOutput) => void
|
|
1710
|
-
): void;
|
|
1711
|
-
public describeRecord(
|
|
1712
|
-
args: DescribeRecordCommandInput,
|
|
1713
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRecordCommandOutput) => void),
|
|
1714
|
-
cb?: (err: any, data?: DescribeRecordCommandOutput) => void
|
|
1715
|
-
): Promise<DescribeRecordCommandOutput> | void {
|
|
1716
|
-
const command = new DescribeRecordCommand(args);
|
|
1717
|
-
if (typeof optionsOrCb === "function") {
|
|
1718
|
-
this.send(command, optionsOrCb);
|
|
1719
|
-
} else if (typeof cb === "function") {
|
|
1720
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1721
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1722
|
-
} else {
|
|
1723
|
-
return this.send(command, optionsOrCb);
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
/**
|
|
1728
|
-
* <p>Describes a self-service action.</p>
|
|
1729
|
-
*/
|
|
1730
|
-
public describeServiceAction(
|
|
1731
|
-
args: DescribeServiceActionCommandInput,
|
|
1732
|
-
options?: __HttpHandlerOptions
|
|
1733
|
-
): Promise<DescribeServiceActionCommandOutput>;
|
|
1734
|
-
public describeServiceAction(
|
|
1735
|
-
args: DescribeServiceActionCommandInput,
|
|
1736
|
-
cb: (err: any, data?: DescribeServiceActionCommandOutput) => void
|
|
1737
|
-
): void;
|
|
1738
|
-
public describeServiceAction(
|
|
1739
|
-
args: DescribeServiceActionCommandInput,
|
|
1740
|
-
options: __HttpHandlerOptions,
|
|
1741
|
-
cb: (err: any, data?: DescribeServiceActionCommandOutput) => void
|
|
1742
|
-
): void;
|
|
1743
|
-
public describeServiceAction(
|
|
1744
|
-
args: DescribeServiceActionCommandInput,
|
|
1745
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeServiceActionCommandOutput) => void),
|
|
1746
|
-
cb?: (err: any, data?: DescribeServiceActionCommandOutput) => void
|
|
1747
|
-
): Promise<DescribeServiceActionCommandOutput> | void {
|
|
1748
|
-
const command = new DescribeServiceActionCommand(args);
|
|
1749
|
-
if (typeof optionsOrCb === "function") {
|
|
1750
|
-
this.send(command, optionsOrCb);
|
|
1751
|
-
} else if (typeof cb === "function") {
|
|
1752
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1753
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1754
|
-
} else {
|
|
1755
|
-
return this.send(command, optionsOrCb);
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
/**
|
|
1760
|
-
* <p>Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.</p>
|
|
1761
|
-
*/
|
|
1762
|
-
public describeServiceActionExecutionParameters(
|
|
1763
|
-
args: DescribeServiceActionExecutionParametersCommandInput,
|
|
1764
|
-
options?: __HttpHandlerOptions
|
|
1765
|
-
): Promise<DescribeServiceActionExecutionParametersCommandOutput>;
|
|
1766
|
-
public describeServiceActionExecutionParameters(
|
|
1767
|
-
args: DescribeServiceActionExecutionParametersCommandInput,
|
|
1768
|
-
cb: (err: any, data?: DescribeServiceActionExecutionParametersCommandOutput) => void
|
|
1769
|
-
): void;
|
|
1770
|
-
public describeServiceActionExecutionParameters(
|
|
1771
|
-
args: DescribeServiceActionExecutionParametersCommandInput,
|
|
1772
|
-
options: __HttpHandlerOptions,
|
|
1773
|
-
cb: (err: any, data?: DescribeServiceActionExecutionParametersCommandOutput) => void
|
|
1774
|
-
): void;
|
|
1775
|
-
public describeServiceActionExecutionParameters(
|
|
1776
|
-
args: DescribeServiceActionExecutionParametersCommandInput,
|
|
1777
|
-
optionsOrCb?:
|
|
1778
|
-
| __HttpHandlerOptions
|
|
1779
|
-
| ((err: any, data?: DescribeServiceActionExecutionParametersCommandOutput) => void),
|
|
1780
|
-
cb?: (err: any, data?: DescribeServiceActionExecutionParametersCommandOutput) => void
|
|
1781
|
-
): Promise<DescribeServiceActionExecutionParametersCommandOutput> | void {
|
|
1782
|
-
const command = new DescribeServiceActionExecutionParametersCommand(args);
|
|
1783
|
-
if (typeof optionsOrCb === "function") {
|
|
1784
|
-
this.send(command, optionsOrCb);
|
|
1785
|
-
} else if (typeof cb === "function") {
|
|
1786
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1787
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1788
|
-
} else {
|
|
1789
|
-
return this.send(command, optionsOrCb);
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
/**
|
|
1794
|
-
* <p>Gets information about the specified TagOption.</p>
|
|
1795
|
-
*/
|
|
1796
|
-
public describeTagOption(
|
|
1797
|
-
args: DescribeTagOptionCommandInput,
|
|
1798
|
-
options?: __HttpHandlerOptions
|
|
1799
|
-
): Promise<DescribeTagOptionCommandOutput>;
|
|
1800
|
-
public describeTagOption(
|
|
1801
|
-
args: DescribeTagOptionCommandInput,
|
|
1802
|
-
cb: (err: any, data?: DescribeTagOptionCommandOutput) => void
|
|
1803
|
-
): void;
|
|
1804
|
-
public describeTagOption(
|
|
1805
|
-
args: DescribeTagOptionCommandInput,
|
|
1806
|
-
options: __HttpHandlerOptions,
|
|
1807
|
-
cb: (err: any, data?: DescribeTagOptionCommandOutput) => void
|
|
1808
|
-
): void;
|
|
1809
|
-
public describeTagOption(
|
|
1810
|
-
args: DescribeTagOptionCommandInput,
|
|
1811
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTagOptionCommandOutput) => void),
|
|
1812
|
-
cb?: (err: any, data?: DescribeTagOptionCommandOutput) => void
|
|
1813
|
-
): Promise<DescribeTagOptionCommandOutput> | void {
|
|
1814
|
-
const command = new DescribeTagOptionCommand(args);
|
|
1815
|
-
if (typeof optionsOrCb === "function") {
|
|
1816
|
-
this.send(command, optionsOrCb);
|
|
1817
|
-
} else if (typeof cb === "function") {
|
|
1818
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1819
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1820
|
-
} else {
|
|
1821
|
-
return this.send(command, optionsOrCb);
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
/**
|
|
1826
|
-
* <p>Disable portfolio sharing through AWS Organizations feature. This feature will not
|
|
1827
|
-
* delete your current shares but it will prevent you from creating new shares throughout your
|
|
1828
|
-
* organization. Current shares will not be in sync with your organization structure if it
|
|
1829
|
-
* changes after calling this API. This API can only be called by the management account in
|
|
1830
|
-
* the organization.</p>
|
|
1831
|
-
* <p>This API can't be invoked if there are active delegated administrators in the organization.</p>
|
|
1832
|
-
* <p>Note that a delegated administrator is not authorized to invoke <code>DisableAWSOrganizationsAccess</code>.</p>
|
|
1833
|
-
*/
|
|
1834
|
-
public disableAWSOrganizationsAccess(
|
|
1835
|
-
args: DisableAWSOrganizationsAccessCommandInput,
|
|
1836
|
-
options?: __HttpHandlerOptions
|
|
1837
|
-
): Promise<DisableAWSOrganizationsAccessCommandOutput>;
|
|
1838
|
-
public disableAWSOrganizationsAccess(
|
|
1839
|
-
args: DisableAWSOrganizationsAccessCommandInput,
|
|
1840
|
-
cb: (err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void
|
|
1841
|
-
): void;
|
|
1842
|
-
public disableAWSOrganizationsAccess(
|
|
1843
|
-
args: DisableAWSOrganizationsAccessCommandInput,
|
|
1844
|
-
options: __HttpHandlerOptions,
|
|
1845
|
-
cb: (err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void
|
|
1846
|
-
): void;
|
|
1847
|
-
public disableAWSOrganizationsAccess(
|
|
1848
|
-
args: DisableAWSOrganizationsAccessCommandInput,
|
|
1849
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void),
|
|
1850
|
-
cb?: (err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void
|
|
1851
|
-
): Promise<DisableAWSOrganizationsAccessCommandOutput> | void {
|
|
1852
|
-
const command = new DisableAWSOrganizationsAccessCommand(args);
|
|
1853
|
-
if (typeof optionsOrCb === "function") {
|
|
1854
|
-
this.send(command, optionsOrCb);
|
|
1855
|
-
} else if (typeof cb === "function") {
|
|
1856
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1857
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1858
|
-
} else {
|
|
1859
|
-
return this.send(command, optionsOrCb);
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
/**
|
|
1864
|
-
* <p>Disassociates the specified budget from the specified resource.</p>
|
|
1865
|
-
*/
|
|
1866
|
-
public disassociateBudgetFromResource(
|
|
1867
|
-
args: DisassociateBudgetFromResourceCommandInput,
|
|
1868
|
-
options?: __HttpHandlerOptions
|
|
1869
|
-
): Promise<DisassociateBudgetFromResourceCommandOutput>;
|
|
1870
|
-
public disassociateBudgetFromResource(
|
|
1871
|
-
args: DisassociateBudgetFromResourceCommandInput,
|
|
1872
|
-
cb: (err: any, data?: DisassociateBudgetFromResourceCommandOutput) => void
|
|
1873
|
-
): void;
|
|
1874
|
-
public disassociateBudgetFromResource(
|
|
1875
|
-
args: DisassociateBudgetFromResourceCommandInput,
|
|
1876
|
-
options: __HttpHandlerOptions,
|
|
1877
|
-
cb: (err: any, data?: DisassociateBudgetFromResourceCommandOutput) => void
|
|
1878
|
-
): void;
|
|
1879
|
-
public disassociateBudgetFromResource(
|
|
1880
|
-
args: DisassociateBudgetFromResourceCommandInput,
|
|
1881
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateBudgetFromResourceCommandOutput) => void),
|
|
1882
|
-
cb?: (err: any, data?: DisassociateBudgetFromResourceCommandOutput) => void
|
|
1883
|
-
): Promise<DisassociateBudgetFromResourceCommandOutput> | void {
|
|
1884
|
-
const command = new DisassociateBudgetFromResourceCommand(args);
|
|
1885
|
-
if (typeof optionsOrCb === "function") {
|
|
1886
|
-
this.send(command, optionsOrCb);
|
|
1887
|
-
} else if (typeof cb === "function") {
|
|
1888
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1889
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1890
|
-
} else {
|
|
1891
|
-
return this.send(command, optionsOrCb);
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
/**
|
|
1896
|
-
* <p>Disassociates a previously associated principal ARN from a specified
|
|
1897
|
-
* portfolio.</p>
|
|
1898
|
-
*/
|
|
1899
|
-
public disassociatePrincipalFromPortfolio(
|
|
1900
|
-
args: DisassociatePrincipalFromPortfolioCommandInput,
|
|
1901
|
-
options?: __HttpHandlerOptions
|
|
1902
|
-
): Promise<DisassociatePrincipalFromPortfolioCommandOutput>;
|
|
1903
|
-
public disassociatePrincipalFromPortfolio(
|
|
1904
|
-
args: DisassociatePrincipalFromPortfolioCommandInput,
|
|
1905
|
-
cb: (err: any, data?: DisassociatePrincipalFromPortfolioCommandOutput) => void
|
|
1906
|
-
): void;
|
|
1907
|
-
public disassociatePrincipalFromPortfolio(
|
|
1908
|
-
args: DisassociatePrincipalFromPortfolioCommandInput,
|
|
1909
|
-
options: __HttpHandlerOptions,
|
|
1910
|
-
cb: (err: any, data?: DisassociatePrincipalFromPortfolioCommandOutput) => void
|
|
1911
|
-
): void;
|
|
1912
|
-
public disassociatePrincipalFromPortfolio(
|
|
1913
|
-
args: DisassociatePrincipalFromPortfolioCommandInput,
|
|
1914
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociatePrincipalFromPortfolioCommandOutput) => void),
|
|
1915
|
-
cb?: (err: any, data?: DisassociatePrincipalFromPortfolioCommandOutput) => void
|
|
1916
|
-
): Promise<DisassociatePrincipalFromPortfolioCommandOutput> | void {
|
|
1917
|
-
const command = new DisassociatePrincipalFromPortfolioCommand(args);
|
|
1918
|
-
if (typeof optionsOrCb === "function") {
|
|
1919
|
-
this.send(command, optionsOrCb);
|
|
1920
|
-
} else if (typeof cb === "function") {
|
|
1921
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1922
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1923
|
-
} else {
|
|
1924
|
-
return this.send(command, optionsOrCb);
|
|
1925
|
-
}
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
/**
|
|
1929
|
-
* <p>Disassociates the specified product from the specified portfolio. </p>
|
|
1930
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
1931
|
-
*/
|
|
1932
|
-
public disassociateProductFromPortfolio(
|
|
1933
|
-
args: DisassociateProductFromPortfolioCommandInput,
|
|
1934
|
-
options?: __HttpHandlerOptions
|
|
1935
|
-
): Promise<DisassociateProductFromPortfolioCommandOutput>;
|
|
1936
|
-
public disassociateProductFromPortfolio(
|
|
1937
|
-
args: DisassociateProductFromPortfolioCommandInput,
|
|
1938
|
-
cb: (err: any, data?: DisassociateProductFromPortfolioCommandOutput) => void
|
|
1939
|
-
): void;
|
|
1940
|
-
public disassociateProductFromPortfolio(
|
|
1941
|
-
args: DisassociateProductFromPortfolioCommandInput,
|
|
1942
|
-
options: __HttpHandlerOptions,
|
|
1943
|
-
cb: (err: any, data?: DisassociateProductFromPortfolioCommandOutput) => void
|
|
1944
|
-
): void;
|
|
1945
|
-
public disassociateProductFromPortfolio(
|
|
1946
|
-
args: DisassociateProductFromPortfolioCommandInput,
|
|
1947
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateProductFromPortfolioCommandOutput) => void),
|
|
1948
|
-
cb?: (err: any, data?: DisassociateProductFromPortfolioCommandOutput) => void
|
|
1949
|
-
): Promise<DisassociateProductFromPortfolioCommandOutput> | void {
|
|
1950
|
-
const command = new DisassociateProductFromPortfolioCommand(args);
|
|
1951
|
-
if (typeof optionsOrCb === "function") {
|
|
1952
|
-
this.send(command, optionsOrCb);
|
|
1953
|
-
} else if (typeof cb === "function") {
|
|
1954
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1955
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1956
|
-
} else {
|
|
1957
|
-
return this.send(command, optionsOrCb);
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
|
|
1961
|
-
/**
|
|
1962
|
-
* <p>Disassociates the specified self-service action association from the specified provisioning artifact.</p>
|
|
1963
|
-
*/
|
|
1964
|
-
public disassociateServiceActionFromProvisioningArtifact(
|
|
1965
|
-
args: DisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
1966
|
-
options?: __HttpHandlerOptions
|
|
1967
|
-
): Promise<DisassociateServiceActionFromProvisioningArtifactCommandOutput>;
|
|
1968
|
-
public disassociateServiceActionFromProvisioningArtifact(
|
|
1969
|
-
args: DisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
1970
|
-
cb: (err: any, data?: DisassociateServiceActionFromProvisioningArtifactCommandOutput) => void
|
|
1971
|
-
): void;
|
|
1972
|
-
public disassociateServiceActionFromProvisioningArtifact(
|
|
1973
|
-
args: DisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
1974
|
-
options: __HttpHandlerOptions,
|
|
1975
|
-
cb: (err: any, data?: DisassociateServiceActionFromProvisioningArtifactCommandOutput) => void
|
|
1976
|
-
): void;
|
|
1977
|
-
public disassociateServiceActionFromProvisioningArtifact(
|
|
1978
|
-
args: DisassociateServiceActionFromProvisioningArtifactCommandInput,
|
|
1979
|
-
optionsOrCb?:
|
|
1980
|
-
| __HttpHandlerOptions
|
|
1981
|
-
| ((err: any, data?: DisassociateServiceActionFromProvisioningArtifactCommandOutput) => void),
|
|
1982
|
-
cb?: (err: any, data?: DisassociateServiceActionFromProvisioningArtifactCommandOutput) => void
|
|
1983
|
-
): Promise<DisassociateServiceActionFromProvisioningArtifactCommandOutput> | void {
|
|
1984
|
-
const command = new DisassociateServiceActionFromProvisioningArtifactCommand(args);
|
|
1985
|
-
if (typeof optionsOrCb === "function") {
|
|
1986
|
-
this.send(command, optionsOrCb);
|
|
1987
|
-
} else if (typeof cb === "function") {
|
|
1988
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1989
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1990
|
-
} else {
|
|
1991
|
-
return this.send(command, optionsOrCb);
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
/**
|
|
1996
|
-
* <p>Disassociates the specified TagOption from the specified resource.</p>
|
|
1997
|
-
*/
|
|
1998
|
-
public disassociateTagOptionFromResource(
|
|
1999
|
-
args: DisassociateTagOptionFromResourceCommandInput,
|
|
2000
|
-
options?: __HttpHandlerOptions
|
|
2001
|
-
): Promise<DisassociateTagOptionFromResourceCommandOutput>;
|
|
2002
|
-
public disassociateTagOptionFromResource(
|
|
2003
|
-
args: DisassociateTagOptionFromResourceCommandInput,
|
|
2004
|
-
cb: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void
|
|
2005
|
-
): void;
|
|
2006
|
-
public disassociateTagOptionFromResource(
|
|
2007
|
-
args: DisassociateTagOptionFromResourceCommandInput,
|
|
2008
|
-
options: __HttpHandlerOptions,
|
|
2009
|
-
cb: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void
|
|
2010
|
-
): void;
|
|
2011
|
-
public disassociateTagOptionFromResource(
|
|
2012
|
-
args: DisassociateTagOptionFromResourceCommandInput,
|
|
2013
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void),
|
|
2014
|
-
cb?: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void
|
|
2015
|
-
): Promise<DisassociateTagOptionFromResourceCommandOutput> | void {
|
|
2016
|
-
const command = new DisassociateTagOptionFromResourceCommand(args);
|
|
2017
|
-
if (typeof optionsOrCb === "function") {
|
|
2018
|
-
this.send(command, optionsOrCb);
|
|
2019
|
-
} else if (typeof cb === "function") {
|
|
2020
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2021
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2022
|
-
} else {
|
|
2023
|
-
return this.send(command, optionsOrCb);
|
|
2024
|
-
}
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
/**
|
|
2028
|
-
* <p>Enable portfolio sharing feature through AWS Organizations. This API will allow Service
|
|
2029
|
-
* Catalog to receive updates on your organization in order to sync your shares with the
|
|
2030
|
-
* current structure. This API can only be called by the management account in the
|
|
2031
|
-
* organization.</p>
|
|
2032
|
-
* <p>By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.</p>
|
|
2033
|
-
* <p>Note that a delegated administrator is not authorized to invoke <code>EnableAWSOrganizationsAccess</code>.</p>
|
|
2034
|
-
*/
|
|
2035
|
-
public enableAWSOrganizationsAccess(
|
|
2036
|
-
args: EnableAWSOrganizationsAccessCommandInput,
|
|
2037
|
-
options?: __HttpHandlerOptions
|
|
2038
|
-
): Promise<EnableAWSOrganizationsAccessCommandOutput>;
|
|
2039
|
-
public enableAWSOrganizationsAccess(
|
|
2040
|
-
args: EnableAWSOrganizationsAccessCommandInput,
|
|
2041
|
-
cb: (err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void
|
|
2042
|
-
): void;
|
|
2043
|
-
public enableAWSOrganizationsAccess(
|
|
2044
|
-
args: EnableAWSOrganizationsAccessCommandInput,
|
|
2045
|
-
options: __HttpHandlerOptions,
|
|
2046
|
-
cb: (err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void
|
|
2047
|
-
): void;
|
|
2048
|
-
public enableAWSOrganizationsAccess(
|
|
2049
|
-
args: EnableAWSOrganizationsAccessCommandInput,
|
|
2050
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void),
|
|
2051
|
-
cb?: (err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void
|
|
2052
|
-
): Promise<EnableAWSOrganizationsAccessCommandOutput> | void {
|
|
2053
|
-
const command = new EnableAWSOrganizationsAccessCommand(args);
|
|
2054
|
-
if (typeof optionsOrCb === "function") {
|
|
2055
|
-
this.send(command, optionsOrCb);
|
|
2056
|
-
} else if (typeof cb === "function") {
|
|
2057
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2058
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2059
|
-
} else {
|
|
2060
|
-
return this.send(command, optionsOrCb);
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
/**
|
|
2065
|
-
* <p>Provisions or modifies a product based on the resource changes for the specified plan.</p>
|
|
2066
|
-
*/
|
|
2067
|
-
public executeProvisionedProductPlan(
|
|
2068
|
-
args: ExecuteProvisionedProductPlanCommandInput,
|
|
2069
|
-
options?: __HttpHandlerOptions
|
|
2070
|
-
): Promise<ExecuteProvisionedProductPlanCommandOutput>;
|
|
2071
|
-
public executeProvisionedProductPlan(
|
|
2072
|
-
args: ExecuteProvisionedProductPlanCommandInput,
|
|
2073
|
-
cb: (err: any, data?: ExecuteProvisionedProductPlanCommandOutput) => void
|
|
2074
|
-
): void;
|
|
2075
|
-
public executeProvisionedProductPlan(
|
|
2076
|
-
args: ExecuteProvisionedProductPlanCommandInput,
|
|
2077
|
-
options: __HttpHandlerOptions,
|
|
2078
|
-
cb: (err: any, data?: ExecuteProvisionedProductPlanCommandOutput) => void
|
|
2079
|
-
): void;
|
|
2080
|
-
public executeProvisionedProductPlan(
|
|
2081
|
-
args: ExecuteProvisionedProductPlanCommandInput,
|
|
2082
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ExecuteProvisionedProductPlanCommandOutput) => void),
|
|
2083
|
-
cb?: (err: any, data?: ExecuteProvisionedProductPlanCommandOutput) => void
|
|
2084
|
-
): Promise<ExecuteProvisionedProductPlanCommandOutput> | void {
|
|
2085
|
-
const command = new ExecuteProvisionedProductPlanCommand(args);
|
|
2086
|
-
if (typeof optionsOrCb === "function") {
|
|
2087
|
-
this.send(command, optionsOrCb);
|
|
2088
|
-
} else if (typeof cb === "function") {
|
|
2089
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2090
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2091
|
-
} else {
|
|
2092
|
-
return this.send(command, optionsOrCb);
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
/**
|
|
2097
|
-
* <p>Executes a self-service action against a provisioned product.</p>
|
|
2098
|
-
*/
|
|
2099
|
-
public executeProvisionedProductServiceAction(
|
|
2100
|
-
args: ExecuteProvisionedProductServiceActionCommandInput,
|
|
2101
|
-
options?: __HttpHandlerOptions
|
|
2102
|
-
): Promise<ExecuteProvisionedProductServiceActionCommandOutput>;
|
|
2103
|
-
public executeProvisionedProductServiceAction(
|
|
2104
|
-
args: ExecuteProvisionedProductServiceActionCommandInput,
|
|
2105
|
-
cb: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void
|
|
2106
|
-
): void;
|
|
2107
|
-
public executeProvisionedProductServiceAction(
|
|
2108
|
-
args: ExecuteProvisionedProductServiceActionCommandInput,
|
|
2109
|
-
options: __HttpHandlerOptions,
|
|
2110
|
-
cb: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void
|
|
2111
|
-
): void;
|
|
2112
|
-
public executeProvisionedProductServiceAction(
|
|
2113
|
-
args: ExecuteProvisionedProductServiceActionCommandInput,
|
|
2114
|
-
optionsOrCb?:
|
|
2115
|
-
| __HttpHandlerOptions
|
|
2116
|
-
| ((err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void),
|
|
2117
|
-
cb?: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void
|
|
2118
|
-
): Promise<ExecuteProvisionedProductServiceActionCommandOutput> | void {
|
|
2119
|
-
const command = new ExecuteProvisionedProductServiceActionCommand(args);
|
|
2120
|
-
if (typeof optionsOrCb === "function") {
|
|
2121
|
-
this.send(command, optionsOrCb);
|
|
2122
|
-
} else if (typeof cb === "function") {
|
|
2123
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2124
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2125
|
-
} else {
|
|
2126
|
-
return this.send(command, optionsOrCb);
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
/**
|
|
2131
|
-
* <p>Get the Access Status for AWS Organization portfolio share feature. This API can only be
|
|
2132
|
-
* called by the management account in the organization or by a delegated admin.</p>
|
|
2133
|
-
*/
|
|
2134
|
-
public getAWSOrganizationsAccessStatus(
|
|
2135
|
-
args: GetAWSOrganizationsAccessStatusCommandInput,
|
|
2136
|
-
options?: __HttpHandlerOptions
|
|
2137
|
-
): Promise<GetAWSOrganizationsAccessStatusCommandOutput>;
|
|
2138
|
-
public getAWSOrganizationsAccessStatus(
|
|
2139
|
-
args: GetAWSOrganizationsAccessStatusCommandInput,
|
|
2140
|
-
cb: (err: any, data?: GetAWSOrganizationsAccessStatusCommandOutput) => void
|
|
2141
|
-
): void;
|
|
2142
|
-
public getAWSOrganizationsAccessStatus(
|
|
2143
|
-
args: GetAWSOrganizationsAccessStatusCommandInput,
|
|
2144
|
-
options: __HttpHandlerOptions,
|
|
2145
|
-
cb: (err: any, data?: GetAWSOrganizationsAccessStatusCommandOutput) => void
|
|
2146
|
-
): void;
|
|
2147
|
-
public getAWSOrganizationsAccessStatus(
|
|
2148
|
-
args: GetAWSOrganizationsAccessStatusCommandInput,
|
|
2149
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAWSOrganizationsAccessStatusCommandOutput) => void),
|
|
2150
|
-
cb?: (err: any, data?: GetAWSOrganizationsAccessStatusCommandOutput) => void
|
|
2151
|
-
): Promise<GetAWSOrganizationsAccessStatusCommandOutput> | void {
|
|
2152
|
-
const command = new GetAWSOrganizationsAccessStatusCommand(args);
|
|
2153
|
-
if (typeof optionsOrCb === "function") {
|
|
2154
|
-
this.send(command, optionsOrCb);
|
|
2155
|
-
} else if (typeof cb === "function") {
|
|
2156
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2157
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2158
|
-
} else {
|
|
2159
|
-
return this.send(command, optionsOrCb);
|
|
2160
|
-
}
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
/**
|
|
2164
|
-
* <p>This API takes either a <code>ProvisonedProductId</code> or a <code>ProvisionedProductName</code>, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.</p>
|
|
2165
|
-
*/
|
|
2166
|
-
public getProvisionedProductOutputs(
|
|
2167
|
-
args: GetProvisionedProductOutputsCommandInput,
|
|
2168
|
-
options?: __HttpHandlerOptions
|
|
2169
|
-
): Promise<GetProvisionedProductOutputsCommandOutput>;
|
|
2170
|
-
public getProvisionedProductOutputs(
|
|
2171
|
-
args: GetProvisionedProductOutputsCommandInput,
|
|
2172
|
-
cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void
|
|
2173
|
-
): void;
|
|
2174
|
-
public getProvisionedProductOutputs(
|
|
2175
|
-
args: GetProvisionedProductOutputsCommandInput,
|
|
2176
|
-
options: __HttpHandlerOptions,
|
|
2177
|
-
cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void
|
|
2178
|
-
): void;
|
|
2179
|
-
public getProvisionedProductOutputs(
|
|
2180
|
-
args: GetProvisionedProductOutputsCommandInput,
|
|
2181
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetProvisionedProductOutputsCommandOutput) => void),
|
|
2182
|
-
cb?: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void
|
|
2183
|
-
): Promise<GetProvisionedProductOutputsCommandOutput> | void {
|
|
2184
|
-
const command = new GetProvisionedProductOutputsCommand(args);
|
|
2185
|
-
if (typeof optionsOrCb === "function") {
|
|
2186
|
-
this.send(command, optionsOrCb);
|
|
2187
|
-
} else if (typeof cb === "function") {
|
|
2188
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2189
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2190
|
-
} else {
|
|
2191
|
-
return this.send(command, optionsOrCb);
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
|
-
/**
|
|
2196
|
-
* <p>Requests the import of a resource as a Service Catalog provisioned product that is
|
|
2197
|
-
* associated to a Service Catalog product and provisioning artifact. Once imported, all
|
|
2198
|
-
* supported Service Catalog governance actions are supported on the provisioned
|
|
2199
|
-
* product.</p>
|
|
2200
|
-
* <p>Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and
|
|
2201
|
-
* non-root nested stacks are not supported.</p>
|
|
2202
|
-
* <p>The CloudFormation stack must have one of the following statuses to be imported:
|
|
2203
|
-
* <code>CREATE_COMPLETE</code>, <code>UPDATE_COMPLETE</code>, <code>UPDATE_ROLLBACK_COMPLETE</code>, <code>IMPORT_COMPLETE</code>,
|
|
2204
|
-
* <code>IMPORT_ROLLBACK_COMPLETE</code>.</p>
|
|
2205
|
-
* <p>Import of the resource requires that the CloudFormation stack template matches the
|
|
2206
|
-
* associated Service Catalog product provisioning artifact. </p>
|
|
2207
|
-
*
|
|
2208
|
-
* <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
|
|
2209
|
-
* and <code>cloudformation:DescribeStacks</code> IAM policy permissions. </p>
|
|
2210
|
-
*/
|
|
2211
|
-
public importAsProvisionedProduct(
|
|
2212
|
-
args: ImportAsProvisionedProductCommandInput,
|
|
2213
|
-
options?: __HttpHandlerOptions
|
|
2214
|
-
): Promise<ImportAsProvisionedProductCommandOutput>;
|
|
2215
|
-
public importAsProvisionedProduct(
|
|
2216
|
-
args: ImportAsProvisionedProductCommandInput,
|
|
2217
|
-
cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void
|
|
2218
|
-
): void;
|
|
2219
|
-
public importAsProvisionedProduct(
|
|
2220
|
-
args: ImportAsProvisionedProductCommandInput,
|
|
2221
|
-
options: __HttpHandlerOptions,
|
|
2222
|
-
cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void
|
|
2223
|
-
): void;
|
|
2224
|
-
public importAsProvisionedProduct(
|
|
2225
|
-
args: ImportAsProvisionedProductCommandInput,
|
|
2226
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportAsProvisionedProductCommandOutput) => void),
|
|
2227
|
-
cb?: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void
|
|
2228
|
-
): Promise<ImportAsProvisionedProductCommandOutput> | void {
|
|
2229
|
-
const command = new ImportAsProvisionedProductCommand(args);
|
|
2230
|
-
if (typeof optionsOrCb === "function") {
|
|
2231
|
-
this.send(command, optionsOrCb);
|
|
2232
|
-
} else if (typeof cb === "function") {
|
|
2233
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2234
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2235
|
-
} else {
|
|
2236
|
-
return this.send(command, optionsOrCb);
|
|
2237
|
-
}
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
/**
|
|
2241
|
-
* <p>Lists all portfolios for which sharing was accepted by this account.</p>
|
|
2242
|
-
*/
|
|
2243
|
-
public listAcceptedPortfolioShares(
|
|
2244
|
-
args: ListAcceptedPortfolioSharesCommandInput,
|
|
2245
|
-
options?: __HttpHandlerOptions
|
|
2246
|
-
): Promise<ListAcceptedPortfolioSharesCommandOutput>;
|
|
2247
|
-
public listAcceptedPortfolioShares(
|
|
2248
|
-
args: ListAcceptedPortfolioSharesCommandInput,
|
|
2249
|
-
cb: (err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void
|
|
2250
|
-
): void;
|
|
2251
|
-
public listAcceptedPortfolioShares(
|
|
2252
|
-
args: ListAcceptedPortfolioSharesCommandInput,
|
|
2253
|
-
options: __HttpHandlerOptions,
|
|
2254
|
-
cb: (err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void
|
|
2255
|
-
): void;
|
|
2256
|
-
public listAcceptedPortfolioShares(
|
|
2257
|
-
args: ListAcceptedPortfolioSharesCommandInput,
|
|
2258
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void),
|
|
2259
|
-
cb?: (err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void
|
|
2260
|
-
): Promise<ListAcceptedPortfolioSharesCommandOutput> | void {
|
|
2261
|
-
const command = new ListAcceptedPortfolioSharesCommand(args);
|
|
2262
|
-
if (typeof optionsOrCb === "function") {
|
|
2263
|
-
this.send(command, optionsOrCb);
|
|
2264
|
-
} else if (typeof cb === "function") {
|
|
2265
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2267
|
-
} else {
|
|
2268
|
-
return this.send(command, optionsOrCb);
|
|
2269
|
-
}
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
|
-
/**
|
|
2273
|
-
* <p>Lists all the budgets associated to the specified resource.</p>
|
|
2274
|
-
*/
|
|
2275
|
-
public listBudgetsForResource(
|
|
2276
|
-
args: ListBudgetsForResourceCommandInput,
|
|
2277
|
-
options?: __HttpHandlerOptions
|
|
2278
|
-
): Promise<ListBudgetsForResourceCommandOutput>;
|
|
2279
|
-
public listBudgetsForResource(
|
|
2280
|
-
args: ListBudgetsForResourceCommandInput,
|
|
2281
|
-
cb: (err: any, data?: ListBudgetsForResourceCommandOutput) => void
|
|
2282
|
-
): void;
|
|
2283
|
-
public listBudgetsForResource(
|
|
2284
|
-
args: ListBudgetsForResourceCommandInput,
|
|
2285
|
-
options: __HttpHandlerOptions,
|
|
2286
|
-
cb: (err: any, data?: ListBudgetsForResourceCommandOutput) => void
|
|
2287
|
-
): void;
|
|
2288
|
-
public listBudgetsForResource(
|
|
2289
|
-
args: ListBudgetsForResourceCommandInput,
|
|
2290
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBudgetsForResourceCommandOutput) => void),
|
|
2291
|
-
cb?: (err: any, data?: ListBudgetsForResourceCommandOutput) => void
|
|
2292
|
-
): Promise<ListBudgetsForResourceCommandOutput> | void {
|
|
2293
|
-
const command = new ListBudgetsForResourceCommand(args);
|
|
2294
|
-
if (typeof optionsOrCb === "function") {
|
|
2295
|
-
this.send(command, optionsOrCb);
|
|
2296
|
-
} else if (typeof cb === "function") {
|
|
2297
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2298
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2299
|
-
} else {
|
|
2300
|
-
return this.send(command, optionsOrCb);
|
|
2301
|
-
}
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
/**
|
|
2305
|
-
* <p>Lists the constraints for the specified portfolio and product.</p>
|
|
2306
|
-
*/
|
|
2307
|
-
public listConstraintsForPortfolio(
|
|
2308
|
-
args: ListConstraintsForPortfolioCommandInput,
|
|
2309
|
-
options?: __HttpHandlerOptions
|
|
2310
|
-
): Promise<ListConstraintsForPortfolioCommandOutput>;
|
|
2311
|
-
public listConstraintsForPortfolio(
|
|
2312
|
-
args: ListConstraintsForPortfolioCommandInput,
|
|
2313
|
-
cb: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void
|
|
2314
|
-
): void;
|
|
2315
|
-
public listConstraintsForPortfolio(
|
|
2316
|
-
args: ListConstraintsForPortfolioCommandInput,
|
|
2317
|
-
options: __HttpHandlerOptions,
|
|
2318
|
-
cb: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void
|
|
2319
|
-
): void;
|
|
2320
|
-
public listConstraintsForPortfolio(
|
|
2321
|
-
args: ListConstraintsForPortfolioCommandInput,
|
|
2322
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListConstraintsForPortfolioCommandOutput) => void),
|
|
2323
|
-
cb?: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void
|
|
2324
|
-
): Promise<ListConstraintsForPortfolioCommandOutput> | void {
|
|
2325
|
-
const command = new ListConstraintsForPortfolioCommand(args);
|
|
2326
|
-
if (typeof optionsOrCb === "function") {
|
|
2327
|
-
this.send(command, optionsOrCb);
|
|
2328
|
-
} else if (typeof cb === "function") {
|
|
2329
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2330
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2331
|
-
} else {
|
|
2332
|
-
return this.send(command, optionsOrCb);
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
/**
|
|
2337
|
-
* <p>Lists the paths to the specified product. A path is how the user
|
|
2338
|
-
* has access to a specified product, and is necessary when provisioning a product. A path
|
|
2339
|
-
* also determines the constraints put on the product.</p>
|
|
2340
|
-
*/
|
|
2341
|
-
public listLaunchPaths(
|
|
2342
|
-
args: ListLaunchPathsCommandInput,
|
|
2343
|
-
options?: __HttpHandlerOptions
|
|
2344
|
-
): Promise<ListLaunchPathsCommandOutput>;
|
|
2345
|
-
public listLaunchPaths(
|
|
2346
|
-
args: ListLaunchPathsCommandInput,
|
|
2347
|
-
cb: (err: any, data?: ListLaunchPathsCommandOutput) => void
|
|
2348
|
-
): void;
|
|
2349
|
-
public listLaunchPaths(
|
|
2350
|
-
args: ListLaunchPathsCommandInput,
|
|
2351
|
-
options: __HttpHandlerOptions,
|
|
2352
|
-
cb: (err: any, data?: ListLaunchPathsCommandOutput) => void
|
|
2353
|
-
): void;
|
|
2354
|
-
public listLaunchPaths(
|
|
2355
|
-
args: ListLaunchPathsCommandInput,
|
|
2356
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListLaunchPathsCommandOutput) => void),
|
|
2357
|
-
cb?: (err: any, data?: ListLaunchPathsCommandOutput) => void
|
|
2358
|
-
): Promise<ListLaunchPathsCommandOutput> | void {
|
|
2359
|
-
const command = new ListLaunchPathsCommand(args);
|
|
2360
|
-
if (typeof optionsOrCb === "function") {
|
|
2361
|
-
this.send(command, optionsOrCb);
|
|
2362
|
-
} else if (typeof cb === "function") {
|
|
2363
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2364
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2365
|
-
} else {
|
|
2366
|
-
return this.send(command, optionsOrCb);
|
|
2367
|
-
}
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
/**
|
|
2371
|
-
* <p>Lists the organization nodes that have access to the specified portfolio. This API can
|
|
2372
|
-
* only be called by the management account in the organization or by a delegated
|
|
2373
|
-
* admin.</p>
|
|
2374
|
-
* <p>If a delegated admin is de-registered, they can no longer perform this operation.</p>
|
|
2375
|
-
*/
|
|
2376
|
-
public listOrganizationPortfolioAccess(
|
|
2377
|
-
args: ListOrganizationPortfolioAccessCommandInput,
|
|
2378
|
-
options?: __HttpHandlerOptions
|
|
2379
|
-
): Promise<ListOrganizationPortfolioAccessCommandOutput>;
|
|
2380
|
-
public listOrganizationPortfolioAccess(
|
|
2381
|
-
args: ListOrganizationPortfolioAccessCommandInput,
|
|
2382
|
-
cb: (err: any, data?: ListOrganizationPortfolioAccessCommandOutput) => void
|
|
2383
|
-
): void;
|
|
2384
|
-
public listOrganizationPortfolioAccess(
|
|
2385
|
-
args: ListOrganizationPortfolioAccessCommandInput,
|
|
2386
|
-
options: __HttpHandlerOptions,
|
|
2387
|
-
cb: (err: any, data?: ListOrganizationPortfolioAccessCommandOutput) => void
|
|
2388
|
-
): void;
|
|
2389
|
-
public listOrganizationPortfolioAccess(
|
|
2390
|
-
args: ListOrganizationPortfolioAccessCommandInput,
|
|
2391
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListOrganizationPortfolioAccessCommandOutput) => void),
|
|
2392
|
-
cb?: (err: any, data?: ListOrganizationPortfolioAccessCommandOutput) => void
|
|
2393
|
-
): Promise<ListOrganizationPortfolioAccessCommandOutput> | void {
|
|
2394
|
-
const command = new ListOrganizationPortfolioAccessCommand(args);
|
|
2395
|
-
if (typeof optionsOrCb === "function") {
|
|
2396
|
-
this.send(command, optionsOrCb);
|
|
2397
|
-
} else if (typeof cb === "function") {
|
|
2398
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2399
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2400
|
-
} else {
|
|
2401
|
-
return this.send(command, optionsOrCb);
|
|
2402
|
-
}
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
/**
|
|
2406
|
-
* <p>Lists the account IDs that have access to the specified portfolio.</p>
|
|
2407
|
-
* <p>A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.</p>
|
|
2408
|
-
*/
|
|
2409
|
-
public listPortfolioAccess(
|
|
2410
|
-
args: ListPortfolioAccessCommandInput,
|
|
2411
|
-
options?: __HttpHandlerOptions
|
|
2412
|
-
): Promise<ListPortfolioAccessCommandOutput>;
|
|
2413
|
-
public listPortfolioAccess(
|
|
2414
|
-
args: ListPortfolioAccessCommandInput,
|
|
2415
|
-
cb: (err: any, data?: ListPortfolioAccessCommandOutput) => void
|
|
2416
|
-
): void;
|
|
2417
|
-
public listPortfolioAccess(
|
|
2418
|
-
args: ListPortfolioAccessCommandInput,
|
|
2419
|
-
options: __HttpHandlerOptions,
|
|
2420
|
-
cb: (err: any, data?: ListPortfolioAccessCommandOutput) => void
|
|
2421
|
-
): void;
|
|
2422
|
-
public listPortfolioAccess(
|
|
2423
|
-
args: ListPortfolioAccessCommandInput,
|
|
2424
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPortfolioAccessCommandOutput) => void),
|
|
2425
|
-
cb?: (err: any, data?: ListPortfolioAccessCommandOutput) => void
|
|
2426
|
-
): Promise<ListPortfolioAccessCommandOutput> | void {
|
|
2427
|
-
const command = new ListPortfolioAccessCommand(args);
|
|
2428
|
-
if (typeof optionsOrCb === "function") {
|
|
2429
|
-
this.send(command, optionsOrCb);
|
|
2430
|
-
} else if (typeof cb === "function") {
|
|
2431
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2432
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2433
|
-
} else {
|
|
2434
|
-
return this.send(command, optionsOrCb);
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
|
-
/**
|
|
2439
|
-
* <p>Lists all portfolios in the catalog.</p>
|
|
2440
|
-
*/
|
|
2441
|
-
public listPortfolios(
|
|
2442
|
-
args: ListPortfoliosCommandInput,
|
|
2443
|
-
options?: __HttpHandlerOptions
|
|
2444
|
-
): Promise<ListPortfoliosCommandOutput>;
|
|
2445
|
-
public listPortfolios(
|
|
2446
|
-
args: ListPortfoliosCommandInput,
|
|
2447
|
-
cb: (err: any, data?: ListPortfoliosCommandOutput) => void
|
|
2448
|
-
): void;
|
|
2449
|
-
public listPortfolios(
|
|
2450
|
-
args: ListPortfoliosCommandInput,
|
|
2451
|
-
options: __HttpHandlerOptions,
|
|
2452
|
-
cb: (err: any, data?: ListPortfoliosCommandOutput) => void
|
|
2453
|
-
): void;
|
|
2454
|
-
public listPortfolios(
|
|
2455
|
-
args: ListPortfoliosCommandInput,
|
|
2456
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPortfoliosCommandOutput) => void),
|
|
2457
|
-
cb?: (err: any, data?: ListPortfoliosCommandOutput) => void
|
|
2458
|
-
): Promise<ListPortfoliosCommandOutput> | void {
|
|
2459
|
-
const command = new ListPortfoliosCommand(args);
|
|
2460
|
-
if (typeof optionsOrCb === "function") {
|
|
2461
|
-
this.send(command, optionsOrCb);
|
|
2462
|
-
} else if (typeof cb === "function") {
|
|
2463
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2464
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2465
|
-
} else {
|
|
2466
|
-
return this.send(command, optionsOrCb);
|
|
2467
|
-
}
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
/**
|
|
2471
|
-
* <p>Lists all portfolios that the specified product is associated with.</p>
|
|
2472
|
-
*/
|
|
2473
|
-
public listPortfoliosForProduct(
|
|
2474
|
-
args: ListPortfoliosForProductCommandInput,
|
|
2475
|
-
options?: __HttpHandlerOptions
|
|
2476
|
-
): Promise<ListPortfoliosForProductCommandOutput>;
|
|
2477
|
-
public listPortfoliosForProduct(
|
|
2478
|
-
args: ListPortfoliosForProductCommandInput,
|
|
2479
|
-
cb: (err: any, data?: ListPortfoliosForProductCommandOutput) => void
|
|
2480
|
-
): void;
|
|
2481
|
-
public listPortfoliosForProduct(
|
|
2482
|
-
args: ListPortfoliosForProductCommandInput,
|
|
2483
|
-
options: __HttpHandlerOptions,
|
|
2484
|
-
cb: (err: any, data?: ListPortfoliosForProductCommandOutput) => void
|
|
2485
|
-
): void;
|
|
2486
|
-
public listPortfoliosForProduct(
|
|
2487
|
-
args: ListPortfoliosForProductCommandInput,
|
|
2488
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPortfoliosForProductCommandOutput) => void),
|
|
2489
|
-
cb?: (err: any, data?: ListPortfoliosForProductCommandOutput) => void
|
|
2490
|
-
): Promise<ListPortfoliosForProductCommandOutput> | void {
|
|
2491
|
-
const command = new ListPortfoliosForProductCommand(args);
|
|
2492
|
-
if (typeof optionsOrCb === "function") {
|
|
2493
|
-
this.send(command, optionsOrCb);
|
|
2494
|
-
} else if (typeof cb === "function") {
|
|
2495
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2496
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2497
|
-
} else {
|
|
2498
|
-
return this.send(command, optionsOrCb);
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
/**
|
|
2503
|
-
* <p>Lists all principal ARNs associated with the specified portfolio.</p>
|
|
2504
|
-
*/
|
|
2505
|
-
public listPrincipalsForPortfolio(
|
|
2506
|
-
args: ListPrincipalsForPortfolioCommandInput,
|
|
2507
|
-
options?: __HttpHandlerOptions
|
|
2508
|
-
): Promise<ListPrincipalsForPortfolioCommandOutput>;
|
|
2509
|
-
public listPrincipalsForPortfolio(
|
|
2510
|
-
args: ListPrincipalsForPortfolioCommandInput,
|
|
2511
|
-
cb: (err: any, data?: ListPrincipalsForPortfolioCommandOutput) => void
|
|
2512
|
-
): void;
|
|
2513
|
-
public listPrincipalsForPortfolio(
|
|
2514
|
-
args: ListPrincipalsForPortfolioCommandInput,
|
|
2515
|
-
options: __HttpHandlerOptions,
|
|
2516
|
-
cb: (err: any, data?: ListPrincipalsForPortfolioCommandOutput) => void
|
|
2517
|
-
): void;
|
|
2518
|
-
public listPrincipalsForPortfolio(
|
|
2519
|
-
args: ListPrincipalsForPortfolioCommandInput,
|
|
2520
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPrincipalsForPortfolioCommandOutput) => void),
|
|
2521
|
-
cb?: (err: any, data?: ListPrincipalsForPortfolioCommandOutput) => void
|
|
2522
|
-
): Promise<ListPrincipalsForPortfolioCommandOutput> | void {
|
|
2523
|
-
const command = new ListPrincipalsForPortfolioCommand(args);
|
|
2524
|
-
if (typeof optionsOrCb === "function") {
|
|
2525
|
-
this.send(command, optionsOrCb);
|
|
2526
|
-
} else if (typeof cb === "function") {
|
|
2527
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2528
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2529
|
-
} else {
|
|
2530
|
-
return this.send(command, optionsOrCb);
|
|
2531
|
-
}
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
/**
|
|
2535
|
-
* <p>Lists the plans for the specified provisioned product or all plans to which the user has access.</p>
|
|
2536
|
-
*/
|
|
2537
|
-
public listProvisionedProductPlans(
|
|
2538
|
-
args: ListProvisionedProductPlansCommandInput,
|
|
2539
|
-
options?: __HttpHandlerOptions
|
|
2540
|
-
): Promise<ListProvisionedProductPlansCommandOutput>;
|
|
2541
|
-
public listProvisionedProductPlans(
|
|
2542
|
-
args: ListProvisionedProductPlansCommandInput,
|
|
2543
|
-
cb: (err: any, data?: ListProvisionedProductPlansCommandOutput) => void
|
|
2544
|
-
): void;
|
|
2545
|
-
public listProvisionedProductPlans(
|
|
2546
|
-
args: ListProvisionedProductPlansCommandInput,
|
|
2547
|
-
options: __HttpHandlerOptions,
|
|
2548
|
-
cb: (err: any, data?: ListProvisionedProductPlansCommandOutput) => void
|
|
2549
|
-
): void;
|
|
2550
|
-
public listProvisionedProductPlans(
|
|
2551
|
-
args: ListProvisionedProductPlansCommandInput,
|
|
2552
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListProvisionedProductPlansCommandOutput) => void),
|
|
2553
|
-
cb?: (err: any, data?: ListProvisionedProductPlansCommandOutput) => void
|
|
2554
|
-
): Promise<ListProvisionedProductPlansCommandOutput> | void {
|
|
2555
|
-
const command = new ListProvisionedProductPlansCommand(args);
|
|
2556
|
-
if (typeof optionsOrCb === "function") {
|
|
2557
|
-
this.send(command, optionsOrCb);
|
|
2558
|
-
} else if (typeof cb === "function") {
|
|
2559
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2560
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2561
|
-
} else {
|
|
2562
|
-
return this.send(command, optionsOrCb);
|
|
2563
|
-
}
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
/**
|
|
2567
|
-
* <p>Lists all provisioning artifacts (also known as versions) for the specified product.</p>
|
|
2568
|
-
*/
|
|
2569
|
-
public listProvisioningArtifacts(
|
|
2570
|
-
args: ListProvisioningArtifactsCommandInput,
|
|
2571
|
-
options?: __HttpHandlerOptions
|
|
2572
|
-
): Promise<ListProvisioningArtifactsCommandOutput>;
|
|
2573
|
-
public listProvisioningArtifacts(
|
|
2574
|
-
args: ListProvisioningArtifactsCommandInput,
|
|
2575
|
-
cb: (err: any, data?: ListProvisioningArtifactsCommandOutput) => void
|
|
2576
|
-
): void;
|
|
2577
|
-
public listProvisioningArtifacts(
|
|
2578
|
-
args: ListProvisioningArtifactsCommandInput,
|
|
2579
|
-
options: __HttpHandlerOptions,
|
|
2580
|
-
cb: (err: any, data?: ListProvisioningArtifactsCommandOutput) => void
|
|
2581
|
-
): void;
|
|
2582
|
-
public listProvisioningArtifacts(
|
|
2583
|
-
args: ListProvisioningArtifactsCommandInput,
|
|
2584
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListProvisioningArtifactsCommandOutput) => void),
|
|
2585
|
-
cb?: (err: any, data?: ListProvisioningArtifactsCommandOutput) => void
|
|
2586
|
-
): Promise<ListProvisioningArtifactsCommandOutput> | void {
|
|
2587
|
-
const command = new ListProvisioningArtifactsCommand(args);
|
|
2588
|
-
if (typeof optionsOrCb === "function") {
|
|
2589
|
-
this.send(command, optionsOrCb);
|
|
2590
|
-
} else if (typeof cb === "function") {
|
|
2591
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2592
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2593
|
-
} else {
|
|
2594
|
-
return this.send(command, optionsOrCb);
|
|
2595
|
-
}
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
/**
|
|
2599
|
-
* <p>Lists all provisioning artifacts (also known as versions) for the specified self-service action.</p>
|
|
2600
|
-
*/
|
|
2601
|
-
public listProvisioningArtifactsForServiceAction(
|
|
2602
|
-
args: ListProvisioningArtifactsForServiceActionCommandInput,
|
|
2603
|
-
options?: __HttpHandlerOptions
|
|
2604
|
-
): Promise<ListProvisioningArtifactsForServiceActionCommandOutput>;
|
|
2605
|
-
public listProvisioningArtifactsForServiceAction(
|
|
2606
|
-
args: ListProvisioningArtifactsForServiceActionCommandInput,
|
|
2607
|
-
cb: (err: any, data?: ListProvisioningArtifactsForServiceActionCommandOutput) => void
|
|
2608
|
-
): void;
|
|
2609
|
-
public listProvisioningArtifactsForServiceAction(
|
|
2610
|
-
args: ListProvisioningArtifactsForServiceActionCommandInput,
|
|
2611
|
-
options: __HttpHandlerOptions,
|
|
2612
|
-
cb: (err: any, data?: ListProvisioningArtifactsForServiceActionCommandOutput) => void
|
|
2613
|
-
): void;
|
|
2614
|
-
public listProvisioningArtifactsForServiceAction(
|
|
2615
|
-
args: ListProvisioningArtifactsForServiceActionCommandInput,
|
|
2616
|
-
optionsOrCb?:
|
|
2617
|
-
| __HttpHandlerOptions
|
|
2618
|
-
| ((err: any, data?: ListProvisioningArtifactsForServiceActionCommandOutput) => void),
|
|
2619
|
-
cb?: (err: any, data?: ListProvisioningArtifactsForServiceActionCommandOutput) => void
|
|
2620
|
-
): Promise<ListProvisioningArtifactsForServiceActionCommandOutput> | void {
|
|
2621
|
-
const command = new ListProvisioningArtifactsForServiceActionCommand(args);
|
|
2622
|
-
if (typeof optionsOrCb === "function") {
|
|
2623
|
-
this.send(command, optionsOrCb);
|
|
2624
|
-
} else if (typeof cb === "function") {
|
|
2625
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2626
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2627
|
-
} else {
|
|
2628
|
-
return this.send(command, optionsOrCb);
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2631
|
-
|
|
2632
|
-
/**
|
|
2633
|
-
* <p>Lists the specified requests or all performed requests.</p>
|
|
2634
|
-
*/
|
|
2635
|
-
public listRecordHistory(
|
|
2636
|
-
args: ListRecordHistoryCommandInput,
|
|
2637
|
-
options?: __HttpHandlerOptions
|
|
2638
|
-
): Promise<ListRecordHistoryCommandOutput>;
|
|
2639
|
-
public listRecordHistory(
|
|
2640
|
-
args: ListRecordHistoryCommandInput,
|
|
2641
|
-
cb: (err: any, data?: ListRecordHistoryCommandOutput) => void
|
|
2642
|
-
): void;
|
|
2643
|
-
public listRecordHistory(
|
|
2644
|
-
args: ListRecordHistoryCommandInput,
|
|
2645
|
-
options: __HttpHandlerOptions,
|
|
2646
|
-
cb: (err: any, data?: ListRecordHistoryCommandOutput) => void
|
|
2647
|
-
): void;
|
|
2648
|
-
public listRecordHistory(
|
|
2649
|
-
args: ListRecordHistoryCommandInput,
|
|
2650
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRecordHistoryCommandOutput) => void),
|
|
2651
|
-
cb?: (err: any, data?: ListRecordHistoryCommandOutput) => void
|
|
2652
|
-
): Promise<ListRecordHistoryCommandOutput> | void {
|
|
2653
|
-
const command = new ListRecordHistoryCommand(args);
|
|
2654
|
-
if (typeof optionsOrCb === "function") {
|
|
2655
|
-
this.send(command, optionsOrCb);
|
|
2656
|
-
} else if (typeof cb === "function") {
|
|
2657
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2658
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2659
|
-
} else {
|
|
2660
|
-
return this.send(command, optionsOrCb);
|
|
2661
|
-
}
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
|
-
/**
|
|
2665
|
-
* <p>Lists the resources associated with the specified TagOption.</p>
|
|
2666
|
-
*/
|
|
2667
|
-
public listResourcesForTagOption(
|
|
2668
|
-
args: ListResourcesForTagOptionCommandInput,
|
|
2669
|
-
options?: __HttpHandlerOptions
|
|
2670
|
-
): Promise<ListResourcesForTagOptionCommandOutput>;
|
|
2671
|
-
public listResourcesForTagOption(
|
|
2672
|
-
args: ListResourcesForTagOptionCommandInput,
|
|
2673
|
-
cb: (err: any, data?: ListResourcesForTagOptionCommandOutput) => void
|
|
2674
|
-
): void;
|
|
2675
|
-
public listResourcesForTagOption(
|
|
2676
|
-
args: ListResourcesForTagOptionCommandInput,
|
|
2677
|
-
options: __HttpHandlerOptions,
|
|
2678
|
-
cb: (err: any, data?: ListResourcesForTagOptionCommandOutput) => void
|
|
2679
|
-
): void;
|
|
2680
|
-
public listResourcesForTagOption(
|
|
2681
|
-
args: ListResourcesForTagOptionCommandInput,
|
|
2682
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResourcesForTagOptionCommandOutput) => void),
|
|
2683
|
-
cb?: (err: any, data?: ListResourcesForTagOptionCommandOutput) => void
|
|
2684
|
-
): Promise<ListResourcesForTagOptionCommandOutput> | void {
|
|
2685
|
-
const command = new ListResourcesForTagOptionCommand(args);
|
|
2686
|
-
if (typeof optionsOrCb === "function") {
|
|
2687
|
-
this.send(command, optionsOrCb);
|
|
2688
|
-
} else if (typeof cb === "function") {
|
|
2689
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2690
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2691
|
-
} else {
|
|
2692
|
-
return this.send(command, optionsOrCb);
|
|
2693
|
-
}
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
/**
|
|
2697
|
-
* <p>Lists all self-service actions.</p>
|
|
2698
|
-
*/
|
|
2699
|
-
public listServiceActions(
|
|
2700
|
-
args: ListServiceActionsCommandInput,
|
|
2701
|
-
options?: __HttpHandlerOptions
|
|
2702
|
-
): Promise<ListServiceActionsCommandOutput>;
|
|
2703
|
-
public listServiceActions(
|
|
2704
|
-
args: ListServiceActionsCommandInput,
|
|
2705
|
-
cb: (err: any, data?: ListServiceActionsCommandOutput) => void
|
|
2706
|
-
): void;
|
|
2707
|
-
public listServiceActions(
|
|
2708
|
-
args: ListServiceActionsCommandInput,
|
|
2709
|
-
options: __HttpHandlerOptions,
|
|
2710
|
-
cb: (err: any, data?: ListServiceActionsCommandOutput) => void
|
|
2711
|
-
): void;
|
|
2712
|
-
public listServiceActions(
|
|
2713
|
-
args: ListServiceActionsCommandInput,
|
|
2714
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListServiceActionsCommandOutput) => void),
|
|
2715
|
-
cb?: (err: any, data?: ListServiceActionsCommandOutput) => void
|
|
2716
|
-
): Promise<ListServiceActionsCommandOutput> | void {
|
|
2717
|
-
const command = new ListServiceActionsCommand(args);
|
|
2718
|
-
if (typeof optionsOrCb === "function") {
|
|
2719
|
-
this.send(command, optionsOrCb);
|
|
2720
|
-
} else if (typeof cb === "function") {
|
|
2721
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2722
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2723
|
-
} else {
|
|
2724
|
-
return this.send(command, optionsOrCb);
|
|
2725
|
-
}
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
|
-
/**
|
|
2729
|
-
* <p>Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.</p>
|
|
2730
|
-
*/
|
|
2731
|
-
public listServiceActionsForProvisioningArtifact(
|
|
2732
|
-
args: ListServiceActionsForProvisioningArtifactCommandInput,
|
|
2733
|
-
options?: __HttpHandlerOptions
|
|
2734
|
-
): Promise<ListServiceActionsForProvisioningArtifactCommandOutput>;
|
|
2735
|
-
public listServiceActionsForProvisioningArtifact(
|
|
2736
|
-
args: ListServiceActionsForProvisioningArtifactCommandInput,
|
|
2737
|
-
cb: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void
|
|
2738
|
-
): void;
|
|
2739
|
-
public listServiceActionsForProvisioningArtifact(
|
|
2740
|
-
args: ListServiceActionsForProvisioningArtifactCommandInput,
|
|
2741
|
-
options: __HttpHandlerOptions,
|
|
2742
|
-
cb: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void
|
|
2743
|
-
): void;
|
|
2744
|
-
public listServiceActionsForProvisioningArtifact(
|
|
2745
|
-
args: ListServiceActionsForProvisioningArtifactCommandInput,
|
|
2746
|
-
optionsOrCb?:
|
|
2747
|
-
| __HttpHandlerOptions
|
|
2748
|
-
| ((err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void),
|
|
2749
|
-
cb?: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void
|
|
2750
|
-
): Promise<ListServiceActionsForProvisioningArtifactCommandOutput> | void {
|
|
2751
|
-
const command = new ListServiceActionsForProvisioningArtifactCommand(args);
|
|
2752
|
-
if (typeof optionsOrCb === "function") {
|
|
2753
|
-
this.send(command, optionsOrCb);
|
|
2754
|
-
} else if (typeof cb === "function") {
|
|
2755
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2756
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2757
|
-
} else {
|
|
2758
|
-
return this.send(command, optionsOrCb);
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2761
|
-
|
|
2762
|
-
/**
|
|
2763
|
-
* <p>Returns summary information about stack instances that are associated with the specified <code>CFN_STACKSET</code> type provisioned product. You can filter for stack instances that are associated with a specific AWS account name or region. </p>
|
|
2764
|
-
*/
|
|
2765
|
-
public listStackInstancesForProvisionedProduct(
|
|
2766
|
-
args: ListStackInstancesForProvisionedProductCommandInput,
|
|
2767
|
-
options?: __HttpHandlerOptions
|
|
2768
|
-
): Promise<ListStackInstancesForProvisionedProductCommandOutput>;
|
|
2769
|
-
public listStackInstancesForProvisionedProduct(
|
|
2770
|
-
args: ListStackInstancesForProvisionedProductCommandInput,
|
|
2771
|
-
cb: (err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void
|
|
2772
|
-
): void;
|
|
2773
|
-
public listStackInstancesForProvisionedProduct(
|
|
2774
|
-
args: ListStackInstancesForProvisionedProductCommandInput,
|
|
2775
|
-
options: __HttpHandlerOptions,
|
|
2776
|
-
cb: (err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void
|
|
2777
|
-
): void;
|
|
2778
|
-
public listStackInstancesForProvisionedProduct(
|
|
2779
|
-
args: ListStackInstancesForProvisionedProductCommandInput,
|
|
2780
|
-
optionsOrCb?:
|
|
2781
|
-
| __HttpHandlerOptions
|
|
2782
|
-
| ((err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void),
|
|
2783
|
-
cb?: (err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void
|
|
2784
|
-
): Promise<ListStackInstancesForProvisionedProductCommandOutput> | void {
|
|
2785
|
-
const command = new ListStackInstancesForProvisionedProductCommand(args);
|
|
2786
|
-
if (typeof optionsOrCb === "function") {
|
|
2787
|
-
this.send(command, optionsOrCb);
|
|
2788
|
-
} else if (typeof cb === "function") {
|
|
2789
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2790
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2791
|
-
} else {
|
|
2792
|
-
return this.send(command, optionsOrCb);
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
/**
|
|
2797
|
-
* <p>Lists the specified TagOptions or all TagOptions.</p>
|
|
2798
|
-
*/
|
|
2799
|
-
public listTagOptions(
|
|
2800
|
-
args: ListTagOptionsCommandInput,
|
|
2801
|
-
options?: __HttpHandlerOptions
|
|
2802
|
-
): Promise<ListTagOptionsCommandOutput>;
|
|
2803
|
-
public listTagOptions(
|
|
2804
|
-
args: ListTagOptionsCommandInput,
|
|
2805
|
-
cb: (err: any, data?: ListTagOptionsCommandOutput) => void
|
|
2806
|
-
): void;
|
|
2807
|
-
public listTagOptions(
|
|
2808
|
-
args: ListTagOptionsCommandInput,
|
|
2809
|
-
options: __HttpHandlerOptions,
|
|
2810
|
-
cb: (err: any, data?: ListTagOptionsCommandOutput) => void
|
|
2811
|
-
): void;
|
|
2812
|
-
public listTagOptions(
|
|
2813
|
-
args: ListTagOptionsCommandInput,
|
|
2814
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagOptionsCommandOutput) => void),
|
|
2815
|
-
cb?: (err: any, data?: ListTagOptionsCommandOutput) => void
|
|
2816
|
-
): Promise<ListTagOptionsCommandOutput> | void {
|
|
2817
|
-
const command = new ListTagOptionsCommand(args);
|
|
2818
|
-
if (typeof optionsOrCb === "function") {
|
|
2819
|
-
this.send(command, optionsOrCb);
|
|
2820
|
-
} else if (typeof cb === "function") {
|
|
2821
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2822
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2823
|
-
} else {
|
|
2824
|
-
return this.send(command, optionsOrCb);
|
|
2825
|
-
}
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
/**
|
|
2829
|
-
* <p>Provisions the specified product.</p>
|
|
2830
|
-
* <p>A provisioned product is a resourced instance of a product.
|
|
2831
|
-
* For example, provisioning a product based on a CloudFormation template launches a
|
|
2832
|
-
* CloudFormation stack and its underlying resources.
|
|
2833
|
-
* You can check the status of this request using <a>DescribeRecord</a>.</p>
|
|
2834
|
-
* <p>If the request contains a tag key with an empty list of values, there is a
|
|
2835
|
-
* tag conflict for that key. Do not include conflicted keys as tags, or this causes
|
|
2836
|
-
* the error "Parameter validation failed: Missing required parameter in
|
|
2837
|
-
* Tags[<i>N</i>]:<i>Value</i>".</p>
|
|
2838
|
-
*/
|
|
2839
|
-
public provisionProduct(
|
|
2840
|
-
args: ProvisionProductCommandInput,
|
|
2841
|
-
options?: __HttpHandlerOptions
|
|
2842
|
-
): Promise<ProvisionProductCommandOutput>;
|
|
2843
|
-
public provisionProduct(
|
|
2844
|
-
args: ProvisionProductCommandInput,
|
|
2845
|
-
cb: (err: any, data?: ProvisionProductCommandOutput) => void
|
|
2846
|
-
): void;
|
|
2847
|
-
public provisionProduct(
|
|
2848
|
-
args: ProvisionProductCommandInput,
|
|
2849
|
-
options: __HttpHandlerOptions,
|
|
2850
|
-
cb: (err: any, data?: ProvisionProductCommandOutput) => void
|
|
2851
|
-
): void;
|
|
2852
|
-
public provisionProduct(
|
|
2853
|
-
args: ProvisionProductCommandInput,
|
|
2854
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ProvisionProductCommandOutput) => void),
|
|
2855
|
-
cb?: (err: any, data?: ProvisionProductCommandOutput) => void
|
|
2856
|
-
): Promise<ProvisionProductCommandOutput> | void {
|
|
2857
|
-
const command = new ProvisionProductCommand(args);
|
|
2858
|
-
if (typeof optionsOrCb === "function") {
|
|
2859
|
-
this.send(command, optionsOrCb);
|
|
2860
|
-
} else if (typeof cb === "function") {
|
|
2861
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2862
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2863
|
-
} else {
|
|
2864
|
-
return this.send(command, optionsOrCb);
|
|
2865
|
-
}
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
/**
|
|
2869
|
-
* <p>Rejects an offer to share the specified portfolio.</p>
|
|
2870
|
-
*/
|
|
2871
|
-
public rejectPortfolioShare(
|
|
2872
|
-
args: RejectPortfolioShareCommandInput,
|
|
2873
|
-
options?: __HttpHandlerOptions
|
|
2874
|
-
): Promise<RejectPortfolioShareCommandOutput>;
|
|
2875
|
-
public rejectPortfolioShare(
|
|
2876
|
-
args: RejectPortfolioShareCommandInput,
|
|
2877
|
-
cb: (err: any, data?: RejectPortfolioShareCommandOutput) => void
|
|
2878
|
-
): void;
|
|
2879
|
-
public rejectPortfolioShare(
|
|
2880
|
-
args: RejectPortfolioShareCommandInput,
|
|
2881
|
-
options: __HttpHandlerOptions,
|
|
2882
|
-
cb: (err: any, data?: RejectPortfolioShareCommandOutput) => void
|
|
2883
|
-
): void;
|
|
2884
|
-
public rejectPortfolioShare(
|
|
2885
|
-
args: RejectPortfolioShareCommandInput,
|
|
2886
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RejectPortfolioShareCommandOutput) => void),
|
|
2887
|
-
cb?: (err: any, data?: RejectPortfolioShareCommandOutput) => void
|
|
2888
|
-
): Promise<RejectPortfolioShareCommandOutput> | void {
|
|
2889
|
-
const command = new RejectPortfolioShareCommand(args);
|
|
2890
|
-
if (typeof optionsOrCb === "function") {
|
|
2891
|
-
this.send(command, optionsOrCb);
|
|
2892
|
-
} else if (typeof cb === "function") {
|
|
2893
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2894
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2895
|
-
} else {
|
|
2896
|
-
return this.send(command, optionsOrCb);
|
|
2897
|
-
}
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
/**
|
|
2901
|
-
* <p>Lists the provisioned products that are available (not terminated).</p>
|
|
2902
|
-
* <p>To use additional filtering, see <a>SearchProvisionedProducts</a>.</p>
|
|
2903
|
-
*/
|
|
2904
|
-
public scanProvisionedProducts(
|
|
2905
|
-
args: ScanProvisionedProductsCommandInput,
|
|
2906
|
-
options?: __HttpHandlerOptions
|
|
2907
|
-
): Promise<ScanProvisionedProductsCommandOutput>;
|
|
2908
|
-
public scanProvisionedProducts(
|
|
2909
|
-
args: ScanProvisionedProductsCommandInput,
|
|
2910
|
-
cb: (err: any, data?: ScanProvisionedProductsCommandOutput) => void
|
|
2911
|
-
): void;
|
|
2912
|
-
public scanProvisionedProducts(
|
|
2913
|
-
args: ScanProvisionedProductsCommandInput,
|
|
2914
|
-
options: __HttpHandlerOptions,
|
|
2915
|
-
cb: (err: any, data?: ScanProvisionedProductsCommandOutput) => void
|
|
2916
|
-
): void;
|
|
2917
|
-
public scanProvisionedProducts(
|
|
2918
|
-
args: ScanProvisionedProductsCommandInput,
|
|
2919
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ScanProvisionedProductsCommandOutput) => void),
|
|
2920
|
-
cb?: (err: any, data?: ScanProvisionedProductsCommandOutput) => void
|
|
2921
|
-
): Promise<ScanProvisionedProductsCommandOutput> | void {
|
|
2922
|
-
const command = new ScanProvisionedProductsCommand(args);
|
|
2923
|
-
if (typeof optionsOrCb === "function") {
|
|
2924
|
-
this.send(command, optionsOrCb);
|
|
2925
|
-
} else if (typeof cb === "function") {
|
|
2926
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2927
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2928
|
-
} else {
|
|
2929
|
-
return this.send(command, optionsOrCb);
|
|
2930
|
-
}
|
|
2931
|
-
}
|
|
2932
|
-
|
|
2933
|
-
/**
|
|
2934
|
-
* <p>Gets information about the products to which the caller has access.</p>
|
|
2935
|
-
*/
|
|
2936
|
-
public searchProducts(
|
|
2937
|
-
args: SearchProductsCommandInput,
|
|
2938
|
-
options?: __HttpHandlerOptions
|
|
2939
|
-
): Promise<SearchProductsCommandOutput>;
|
|
2940
|
-
public searchProducts(
|
|
2941
|
-
args: SearchProductsCommandInput,
|
|
2942
|
-
cb: (err: any, data?: SearchProductsCommandOutput) => void
|
|
2943
|
-
): void;
|
|
2944
|
-
public searchProducts(
|
|
2945
|
-
args: SearchProductsCommandInput,
|
|
2946
|
-
options: __HttpHandlerOptions,
|
|
2947
|
-
cb: (err: any, data?: SearchProductsCommandOutput) => void
|
|
2948
|
-
): void;
|
|
2949
|
-
public searchProducts(
|
|
2950
|
-
args: SearchProductsCommandInput,
|
|
2951
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SearchProductsCommandOutput) => void),
|
|
2952
|
-
cb?: (err: any, data?: SearchProductsCommandOutput) => void
|
|
2953
|
-
): Promise<SearchProductsCommandOutput> | void {
|
|
2954
|
-
const command = new SearchProductsCommand(args);
|
|
2955
|
-
if (typeof optionsOrCb === "function") {
|
|
2956
|
-
this.send(command, optionsOrCb);
|
|
2957
|
-
} else if (typeof cb === "function") {
|
|
2958
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2959
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2960
|
-
} else {
|
|
2961
|
-
return this.send(command, optionsOrCb);
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
|
-
/**
|
|
2966
|
-
* <p>Gets information about the products for the specified portfolio or all products.</p>
|
|
2967
|
-
*/
|
|
2968
|
-
public searchProductsAsAdmin(
|
|
2969
|
-
args: SearchProductsAsAdminCommandInput,
|
|
2970
|
-
options?: __HttpHandlerOptions
|
|
2971
|
-
): Promise<SearchProductsAsAdminCommandOutput>;
|
|
2972
|
-
public searchProductsAsAdmin(
|
|
2973
|
-
args: SearchProductsAsAdminCommandInput,
|
|
2974
|
-
cb: (err: any, data?: SearchProductsAsAdminCommandOutput) => void
|
|
2975
|
-
): void;
|
|
2976
|
-
public searchProductsAsAdmin(
|
|
2977
|
-
args: SearchProductsAsAdminCommandInput,
|
|
2978
|
-
options: __HttpHandlerOptions,
|
|
2979
|
-
cb: (err: any, data?: SearchProductsAsAdminCommandOutput) => void
|
|
2980
|
-
): void;
|
|
2981
|
-
public searchProductsAsAdmin(
|
|
2982
|
-
args: SearchProductsAsAdminCommandInput,
|
|
2983
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SearchProductsAsAdminCommandOutput) => void),
|
|
2984
|
-
cb?: (err: any, data?: SearchProductsAsAdminCommandOutput) => void
|
|
2985
|
-
): Promise<SearchProductsAsAdminCommandOutput> | void {
|
|
2986
|
-
const command = new SearchProductsAsAdminCommand(args);
|
|
2987
|
-
if (typeof optionsOrCb === "function") {
|
|
2988
|
-
this.send(command, optionsOrCb);
|
|
2989
|
-
} else if (typeof cb === "function") {
|
|
2990
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2991
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2992
|
-
} else {
|
|
2993
|
-
return this.send(command, optionsOrCb);
|
|
2994
|
-
}
|
|
2995
|
-
}
|
|
2996
|
-
|
|
2997
|
-
/**
|
|
2998
|
-
* <p>Gets information about the provisioned products that meet the specified criteria.</p>
|
|
2999
|
-
*/
|
|
3000
|
-
public searchProvisionedProducts(
|
|
3001
|
-
args: SearchProvisionedProductsCommandInput,
|
|
3002
|
-
options?: __HttpHandlerOptions
|
|
3003
|
-
): Promise<SearchProvisionedProductsCommandOutput>;
|
|
3004
|
-
public searchProvisionedProducts(
|
|
3005
|
-
args: SearchProvisionedProductsCommandInput,
|
|
3006
|
-
cb: (err: any, data?: SearchProvisionedProductsCommandOutput) => void
|
|
3007
|
-
): void;
|
|
3008
|
-
public searchProvisionedProducts(
|
|
3009
|
-
args: SearchProvisionedProductsCommandInput,
|
|
3010
|
-
options: __HttpHandlerOptions,
|
|
3011
|
-
cb: (err: any, data?: SearchProvisionedProductsCommandOutput) => void
|
|
3012
|
-
): void;
|
|
3013
|
-
public searchProvisionedProducts(
|
|
3014
|
-
args: SearchProvisionedProductsCommandInput,
|
|
3015
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SearchProvisionedProductsCommandOutput) => void),
|
|
3016
|
-
cb?: (err: any, data?: SearchProvisionedProductsCommandOutput) => void
|
|
3017
|
-
): Promise<SearchProvisionedProductsCommandOutput> | void {
|
|
3018
|
-
const command = new SearchProvisionedProductsCommand(args);
|
|
3019
|
-
if (typeof optionsOrCb === "function") {
|
|
3020
|
-
this.send(command, optionsOrCb);
|
|
3021
|
-
} else if (typeof cb === "function") {
|
|
3022
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3023
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3024
|
-
} else {
|
|
3025
|
-
return this.send(command, optionsOrCb);
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
/**
|
|
3030
|
-
* <p>Terminates the specified provisioned product.</p>
|
|
3031
|
-
* <p>This operation does not delete any records associated with the provisioned product.</p>
|
|
3032
|
-
* <p>You can check the status of this request using <a>DescribeRecord</a>.</p>
|
|
3033
|
-
*/
|
|
3034
|
-
public terminateProvisionedProduct(
|
|
3035
|
-
args: TerminateProvisionedProductCommandInput,
|
|
3036
|
-
options?: __HttpHandlerOptions
|
|
3037
|
-
): Promise<TerminateProvisionedProductCommandOutput>;
|
|
3038
|
-
public terminateProvisionedProduct(
|
|
3039
|
-
args: TerminateProvisionedProductCommandInput,
|
|
3040
|
-
cb: (err: any, data?: TerminateProvisionedProductCommandOutput) => void
|
|
3041
|
-
): void;
|
|
3042
|
-
public terminateProvisionedProduct(
|
|
3043
|
-
args: TerminateProvisionedProductCommandInput,
|
|
3044
|
-
options: __HttpHandlerOptions,
|
|
3045
|
-
cb: (err: any, data?: TerminateProvisionedProductCommandOutput) => void
|
|
3046
|
-
): void;
|
|
3047
|
-
public terminateProvisionedProduct(
|
|
3048
|
-
args: TerminateProvisionedProductCommandInput,
|
|
3049
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TerminateProvisionedProductCommandOutput) => void),
|
|
3050
|
-
cb?: (err: any, data?: TerminateProvisionedProductCommandOutput) => void
|
|
3051
|
-
): Promise<TerminateProvisionedProductCommandOutput> | void {
|
|
3052
|
-
const command = new TerminateProvisionedProductCommand(args);
|
|
3053
|
-
if (typeof optionsOrCb === "function") {
|
|
3054
|
-
this.send(command, optionsOrCb);
|
|
3055
|
-
} else if (typeof cb === "function") {
|
|
3056
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3057
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3058
|
-
} else {
|
|
3059
|
-
return this.send(command, optionsOrCb);
|
|
3060
|
-
}
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
/**
|
|
3064
|
-
* <p>Updates the specified constraint.</p>
|
|
3065
|
-
*/
|
|
3066
|
-
public updateConstraint(
|
|
3067
|
-
args: UpdateConstraintCommandInput,
|
|
3068
|
-
options?: __HttpHandlerOptions
|
|
3069
|
-
): Promise<UpdateConstraintCommandOutput>;
|
|
3070
|
-
public updateConstraint(
|
|
3071
|
-
args: UpdateConstraintCommandInput,
|
|
3072
|
-
cb: (err: any, data?: UpdateConstraintCommandOutput) => void
|
|
3073
|
-
): void;
|
|
3074
|
-
public updateConstraint(
|
|
3075
|
-
args: UpdateConstraintCommandInput,
|
|
3076
|
-
options: __HttpHandlerOptions,
|
|
3077
|
-
cb: (err: any, data?: UpdateConstraintCommandOutput) => void
|
|
3078
|
-
): void;
|
|
3079
|
-
public updateConstraint(
|
|
3080
|
-
args: UpdateConstraintCommandInput,
|
|
3081
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateConstraintCommandOutput) => void),
|
|
3082
|
-
cb?: (err: any, data?: UpdateConstraintCommandOutput) => void
|
|
3083
|
-
): Promise<UpdateConstraintCommandOutput> | void {
|
|
3084
|
-
const command = new UpdateConstraintCommand(args);
|
|
3085
|
-
if (typeof optionsOrCb === "function") {
|
|
3086
|
-
this.send(command, optionsOrCb);
|
|
3087
|
-
} else if (typeof cb === "function") {
|
|
3088
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3089
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3090
|
-
} else {
|
|
3091
|
-
return this.send(command, optionsOrCb);
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
|
|
3095
|
-
/**
|
|
3096
|
-
* <p>Updates the specified portfolio.</p>
|
|
3097
|
-
* <p>You cannot update a product that was shared with you.</p>
|
|
3098
|
-
*/
|
|
3099
|
-
public updatePortfolio(
|
|
3100
|
-
args: UpdatePortfolioCommandInput,
|
|
3101
|
-
options?: __HttpHandlerOptions
|
|
3102
|
-
): Promise<UpdatePortfolioCommandOutput>;
|
|
3103
|
-
public updatePortfolio(
|
|
3104
|
-
args: UpdatePortfolioCommandInput,
|
|
3105
|
-
cb: (err: any, data?: UpdatePortfolioCommandOutput) => void
|
|
3106
|
-
): void;
|
|
3107
|
-
public updatePortfolio(
|
|
3108
|
-
args: UpdatePortfolioCommandInput,
|
|
3109
|
-
options: __HttpHandlerOptions,
|
|
3110
|
-
cb: (err: any, data?: UpdatePortfolioCommandOutput) => void
|
|
3111
|
-
): void;
|
|
3112
|
-
public updatePortfolio(
|
|
3113
|
-
args: UpdatePortfolioCommandInput,
|
|
3114
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePortfolioCommandOutput) => void),
|
|
3115
|
-
cb?: (err: any, data?: UpdatePortfolioCommandOutput) => void
|
|
3116
|
-
): Promise<UpdatePortfolioCommandOutput> | void {
|
|
3117
|
-
const command = new UpdatePortfolioCommand(args);
|
|
3118
|
-
if (typeof optionsOrCb === "function") {
|
|
3119
|
-
this.send(command, optionsOrCb);
|
|
3120
|
-
} else if (typeof cb === "function") {
|
|
3121
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3122
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3123
|
-
} else {
|
|
3124
|
-
return this.send(command, optionsOrCb);
|
|
3125
|
-
}
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
/**
|
|
3129
|
-
* <p>Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share. </p>
|
|
3130
|
-
*
|
|
3131
|
-
* <p>The portfolio share cannot be updated if the <code> CreatePortfolioShare</code> operation is <code>IN_PROGRESS</code>, as the share is not available to recipient entities. In this case, you must wait for the portfolio share to be COMPLETED.</p>
|
|
3132
|
-
*
|
|
3133
|
-
* <p>You must provide the <code>accountId</code> or organization node in the input, but not both.</p>
|
|
3134
|
-
*
|
|
3135
|
-
* <p>If the portfolio is shared to both an external account and an organization node, and both shares need to be updated, you must invoke <code>UpdatePortfolioShare</code> separately for each share type. </p>
|
|
3136
|
-
*
|
|
3137
|
-
* <p>This API cannot be used for removing the portfolio share. You must use <code>DeletePortfolioShare</code> API for that action. </p>
|
|
3138
|
-
*/
|
|
3139
|
-
public updatePortfolioShare(
|
|
3140
|
-
args: UpdatePortfolioShareCommandInput,
|
|
3141
|
-
options?: __HttpHandlerOptions
|
|
3142
|
-
): Promise<UpdatePortfolioShareCommandOutput>;
|
|
3143
|
-
public updatePortfolioShare(
|
|
3144
|
-
args: UpdatePortfolioShareCommandInput,
|
|
3145
|
-
cb: (err: any, data?: UpdatePortfolioShareCommandOutput) => void
|
|
3146
|
-
): void;
|
|
3147
|
-
public updatePortfolioShare(
|
|
3148
|
-
args: UpdatePortfolioShareCommandInput,
|
|
3149
|
-
options: __HttpHandlerOptions,
|
|
3150
|
-
cb: (err: any, data?: UpdatePortfolioShareCommandOutput) => void
|
|
3151
|
-
): void;
|
|
3152
|
-
public updatePortfolioShare(
|
|
3153
|
-
args: UpdatePortfolioShareCommandInput,
|
|
3154
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePortfolioShareCommandOutput) => void),
|
|
3155
|
-
cb?: (err: any, data?: UpdatePortfolioShareCommandOutput) => void
|
|
3156
|
-
): Promise<UpdatePortfolioShareCommandOutput> | void {
|
|
3157
|
-
const command = new UpdatePortfolioShareCommand(args);
|
|
3158
|
-
if (typeof optionsOrCb === "function") {
|
|
3159
|
-
this.send(command, optionsOrCb);
|
|
3160
|
-
} else if (typeof cb === "function") {
|
|
3161
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3162
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3163
|
-
} else {
|
|
3164
|
-
return this.send(command, optionsOrCb);
|
|
3165
|
-
}
|
|
3166
|
-
}
|
|
3167
|
-
|
|
3168
|
-
/**
|
|
3169
|
-
* <p>Updates the specified product.</p>
|
|
3170
|
-
*/
|
|
3171
|
-
public updateProduct(
|
|
3172
|
-
args: UpdateProductCommandInput,
|
|
3173
|
-
options?: __HttpHandlerOptions
|
|
3174
|
-
): Promise<UpdateProductCommandOutput>;
|
|
3175
|
-
public updateProduct(
|
|
3176
|
-
args: UpdateProductCommandInput,
|
|
3177
|
-
cb: (err: any, data?: UpdateProductCommandOutput) => void
|
|
3178
|
-
): void;
|
|
3179
|
-
public updateProduct(
|
|
3180
|
-
args: UpdateProductCommandInput,
|
|
3181
|
-
options: __HttpHandlerOptions,
|
|
3182
|
-
cb: (err: any, data?: UpdateProductCommandOutput) => void
|
|
3183
|
-
): void;
|
|
3184
|
-
public updateProduct(
|
|
3185
|
-
args: UpdateProductCommandInput,
|
|
3186
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateProductCommandOutput) => void),
|
|
3187
|
-
cb?: (err: any, data?: UpdateProductCommandOutput) => void
|
|
3188
|
-
): Promise<UpdateProductCommandOutput> | void {
|
|
3189
|
-
const command = new UpdateProductCommand(args);
|
|
3190
|
-
if (typeof optionsOrCb === "function") {
|
|
3191
|
-
this.send(command, optionsOrCb);
|
|
3192
|
-
} else if (typeof cb === "function") {
|
|
3193
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3194
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3195
|
-
} else {
|
|
3196
|
-
return this.send(command, optionsOrCb);
|
|
3197
|
-
}
|
|
3198
|
-
}
|
|
3199
|
-
|
|
3200
|
-
/**
|
|
3201
|
-
* <p>Requests updates to the configuration of the specified provisioned product.</p>
|
|
3202
|
-
* <p>If there are tags associated with the object, they cannot be updated or added.
|
|
3203
|
-
* Depending on the specific updates requested, this operation can update with no
|
|
3204
|
-
* interruption, with some interruption, or replace the provisioned product entirely.</p>
|
|
3205
|
-
* <p>You can check the status of this request using <a>DescribeRecord</a>.</p>
|
|
3206
|
-
*/
|
|
3207
|
-
public updateProvisionedProduct(
|
|
3208
|
-
args: UpdateProvisionedProductCommandInput,
|
|
3209
|
-
options?: __HttpHandlerOptions
|
|
3210
|
-
): Promise<UpdateProvisionedProductCommandOutput>;
|
|
3211
|
-
public updateProvisionedProduct(
|
|
3212
|
-
args: UpdateProvisionedProductCommandInput,
|
|
3213
|
-
cb: (err: any, data?: UpdateProvisionedProductCommandOutput) => void
|
|
3214
|
-
): void;
|
|
3215
|
-
public updateProvisionedProduct(
|
|
3216
|
-
args: UpdateProvisionedProductCommandInput,
|
|
3217
|
-
options: __HttpHandlerOptions,
|
|
3218
|
-
cb: (err: any, data?: UpdateProvisionedProductCommandOutput) => void
|
|
3219
|
-
): void;
|
|
3220
|
-
public updateProvisionedProduct(
|
|
3221
|
-
args: UpdateProvisionedProductCommandInput,
|
|
3222
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateProvisionedProductCommandOutput) => void),
|
|
3223
|
-
cb?: (err: any, data?: UpdateProvisionedProductCommandOutput) => void
|
|
3224
|
-
): Promise<UpdateProvisionedProductCommandOutput> | void {
|
|
3225
|
-
const command = new UpdateProvisionedProductCommand(args);
|
|
3226
|
-
if (typeof optionsOrCb === "function") {
|
|
3227
|
-
this.send(command, optionsOrCb);
|
|
3228
|
-
} else if (typeof cb === "function") {
|
|
3229
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3230
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3231
|
-
} else {
|
|
3232
|
-
return this.send(command, optionsOrCb);
|
|
3233
|
-
}
|
|
3234
|
-
}
|
|
3235
|
-
|
|
3236
|
-
/**
|
|
3237
|
-
* <p>Requests updates to the properties of the specified provisioned product.</p>
|
|
3238
|
-
*/
|
|
3239
|
-
public updateProvisionedProductProperties(
|
|
3240
|
-
args: UpdateProvisionedProductPropertiesCommandInput,
|
|
3241
|
-
options?: __HttpHandlerOptions
|
|
3242
|
-
): Promise<UpdateProvisionedProductPropertiesCommandOutput>;
|
|
3243
|
-
public updateProvisionedProductProperties(
|
|
3244
|
-
args: UpdateProvisionedProductPropertiesCommandInput,
|
|
3245
|
-
cb: (err: any, data?: UpdateProvisionedProductPropertiesCommandOutput) => void
|
|
3246
|
-
): void;
|
|
3247
|
-
public updateProvisionedProductProperties(
|
|
3248
|
-
args: UpdateProvisionedProductPropertiesCommandInput,
|
|
3249
|
-
options: __HttpHandlerOptions,
|
|
3250
|
-
cb: (err: any, data?: UpdateProvisionedProductPropertiesCommandOutput) => void
|
|
3251
|
-
): void;
|
|
3252
|
-
public updateProvisionedProductProperties(
|
|
3253
|
-
args: UpdateProvisionedProductPropertiesCommandInput,
|
|
3254
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateProvisionedProductPropertiesCommandOutput) => void),
|
|
3255
|
-
cb?: (err: any, data?: UpdateProvisionedProductPropertiesCommandOutput) => void
|
|
3256
|
-
): Promise<UpdateProvisionedProductPropertiesCommandOutput> | void {
|
|
3257
|
-
const command = new UpdateProvisionedProductPropertiesCommand(args);
|
|
3258
|
-
if (typeof optionsOrCb === "function") {
|
|
3259
|
-
this.send(command, optionsOrCb);
|
|
3260
|
-
} else if (typeof cb === "function") {
|
|
3261
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3262
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3263
|
-
} else {
|
|
3264
|
-
return this.send(command, optionsOrCb);
|
|
3265
|
-
}
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
|
-
/**
|
|
3269
|
-
* <p>Updates the specified provisioning artifact (also known as a version) for the specified product.</p>
|
|
3270
|
-
* <p>You cannot update a provisioning artifact for a product that was shared with you.</p>
|
|
3271
|
-
*/
|
|
3272
|
-
public updateProvisioningArtifact(
|
|
3273
|
-
args: UpdateProvisioningArtifactCommandInput,
|
|
3274
|
-
options?: __HttpHandlerOptions
|
|
3275
|
-
): Promise<UpdateProvisioningArtifactCommandOutput>;
|
|
3276
|
-
public updateProvisioningArtifact(
|
|
3277
|
-
args: UpdateProvisioningArtifactCommandInput,
|
|
3278
|
-
cb: (err: any, data?: UpdateProvisioningArtifactCommandOutput) => void
|
|
3279
|
-
): void;
|
|
3280
|
-
public updateProvisioningArtifact(
|
|
3281
|
-
args: UpdateProvisioningArtifactCommandInput,
|
|
3282
|
-
options: __HttpHandlerOptions,
|
|
3283
|
-
cb: (err: any, data?: UpdateProvisioningArtifactCommandOutput) => void
|
|
3284
|
-
): void;
|
|
3285
|
-
public updateProvisioningArtifact(
|
|
3286
|
-
args: UpdateProvisioningArtifactCommandInput,
|
|
3287
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateProvisioningArtifactCommandOutput) => void),
|
|
3288
|
-
cb?: (err: any, data?: UpdateProvisioningArtifactCommandOutput) => void
|
|
3289
|
-
): Promise<UpdateProvisioningArtifactCommandOutput> | void {
|
|
3290
|
-
const command = new UpdateProvisioningArtifactCommand(args);
|
|
3291
|
-
if (typeof optionsOrCb === "function") {
|
|
3292
|
-
this.send(command, optionsOrCb);
|
|
3293
|
-
} else if (typeof cb === "function") {
|
|
3294
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3295
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3296
|
-
} else {
|
|
3297
|
-
return this.send(command, optionsOrCb);
|
|
3298
|
-
}
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
/**
|
|
3302
|
-
* <p>Updates a self-service action.</p>
|
|
3303
|
-
*/
|
|
3304
|
-
public updateServiceAction(
|
|
3305
|
-
args: UpdateServiceActionCommandInput,
|
|
3306
|
-
options?: __HttpHandlerOptions
|
|
3307
|
-
): Promise<UpdateServiceActionCommandOutput>;
|
|
3308
|
-
public updateServiceAction(
|
|
3309
|
-
args: UpdateServiceActionCommandInput,
|
|
3310
|
-
cb: (err: any, data?: UpdateServiceActionCommandOutput) => void
|
|
3311
|
-
): void;
|
|
3312
|
-
public updateServiceAction(
|
|
3313
|
-
args: UpdateServiceActionCommandInput,
|
|
3314
|
-
options: __HttpHandlerOptions,
|
|
3315
|
-
cb: (err: any, data?: UpdateServiceActionCommandOutput) => void
|
|
3316
|
-
): void;
|
|
3317
|
-
public updateServiceAction(
|
|
3318
|
-
args: UpdateServiceActionCommandInput,
|
|
3319
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateServiceActionCommandOutput) => void),
|
|
3320
|
-
cb?: (err: any, data?: UpdateServiceActionCommandOutput) => void
|
|
3321
|
-
): Promise<UpdateServiceActionCommandOutput> | void {
|
|
3322
|
-
const command = new UpdateServiceActionCommand(args);
|
|
3323
|
-
if (typeof optionsOrCb === "function") {
|
|
3324
|
-
this.send(command, optionsOrCb);
|
|
3325
|
-
} else if (typeof cb === "function") {
|
|
3326
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3327
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3328
|
-
} else {
|
|
3329
|
-
return this.send(command, optionsOrCb);
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
|
-
/**
|
|
3334
|
-
* <p>Updates the specified TagOption.</p>
|
|
3335
|
-
*/
|
|
3336
|
-
public updateTagOption(
|
|
3337
|
-
args: UpdateTagOptionCommandInput,
|
|
3338
|
-
options?: __HttpHandlerOptions
|
|
3339
|
-
): Promise<UpdateTagOptionCommandOutput>;
|
|
3340
|
-
public updateTagOption(
|
|
3341
|
-
args: UpdateTagOptionCommandInput,
|
|
3342
|
-
cb: (err: any, data?: UpdateTagOptionCommandOutput) => void
|
|
3343
|
-
): void;
|
|
3344
|
-
public updateTagOption(
|
|
3345
|
-
args: UpdateTagOptionCommandInput,
|
|
3346
|
-
options: __HttpHandlerOptions,
|
|
3347
|
-
cb: (err: any, data?: UpdateTagOptionCommandOutput) => void
|
|
3348
|
-
): void;
|
|
3349
|
-
public updateTagOption(
|
|
3350
|
-
args: UpdateTagOptionCommandInput,
|
|
3351
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateTagOptionCommandOutput) => void),
|
|
3352
|
-
cb?: (err: any, data?: UpdateTagOptionCommandOutput) => void
|
|
3353
|
-
): Promise<UpdateTagOptionCommandOutput> | void {
|
|
3354
|
-
const command = new UpdateTagOptionCommand(args);
|
|
3355
|
-
if (typeof optionsOrCb === "function") {
|
|
3356
|
-
this.send(command, optionsOrCb);
|
|
3357
|
-
} else if (typeof cb === "function") {
|
|
3358
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3359
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3360
|
-
} else {
|
|
3361
|
-
return this.send(command, optionsOrCb);
|
|
3362
|
-
}
|
|
3363
|
-
}
|
|
3364
|
-
}
|