@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
|
@@ -0,0 +1,1315 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { AcceptPortfolioShareCommand, } from "./commands/AcceptPortfolioShareCommand";
|
|
3
|
+
import { AssociateBudgetWithResourceCommand, } from "./commands/AssociateBudgetWithResourceCommand";
|
|
4
|
+
import { AssociatePrincipalWithPortfolioCommand, } from "./commands/AssociatePrincipalWithPortfolioCommand";
|
|
5
|
+
import { AssociateProductWithPortfolioCommand, } from "./commands/AssociateProductWithPortfolioCommand";
|
|
6
|
+
import { AssociateServiceActionWithProvisioningArtifactCommand, } from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
|
|
7
|
+
import { AssociateTagOptionWithResourceCommand, } from "./commands/AssociateTagOptionWithResourceCommand";
|
|
8
|
+
import { BatchAssociateServiceActionWithProvisioningArtifactCommand, } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
9
|
+
import { BatchDisassociateServiceActionFromProvisioningArtifactCommand, } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
10
|
+
import { CopyProductCommand } from "./commands/CopyProductCommand";
|
|
11
|
+
import { CreateConstraintCommand, } from "./commands/CreateConstraintCommand";
|
|
12
|
+
import { CreatePortfolioCommand, } from "./commands/CreatePortfolioCommand";
|
|
13
|
+
import { CreatePortfolioShareCommand, } from "./commands/CreatePortfolioShareCommand";
|
|
14
|
+
import { CreateProductCommand, } from "./commands/CreateProductCommand";
|
|
15
|
+
import { CreateProvisionedProductPlanCommand, } from "./commands/CreateProvisionedProductPlanCommand";
|
|
16
|
+
import { CreateProvisioningArtifactCommand, } from "./commands/CreateProvisioningArtifactCommand";
|
|
17
|
+
import { CreateServiceActionCommand, } from "./commands/CreateServiceActionCommand";
|
|
18
|
+
import { CreateTagOptionCommand, } from "./commands/CreateTagOptionCommand";
|
|
19
|
+
import { DeleteConstraintCommand, } from "./commands/DeleteConstraintCommand";
|
|
20
|
+
import { DeletePortfolioCommand, } from "./commands/DeletePortfolioCommand";
|
|
21
|
+
import { DeletePortfolioShareCommand, } from "./commands/DeletePortfolioShareCommand";
|
|
22
|
+
import { DeleteProductCommand, } from "./commands/DeleteProductCommand";
|
|
23
|
+
import { DeleteProvisionedProductPlanCommand, } from "./commands/DeleteProvisionedProductPlanCommand";
|
|
24
|
+
import { DeleteProvisioningArtifactCommand, } from "./commands/DeleteProvisioningArtifactCommand";
|
|
25
|
+
import { DeleteServiceActionCommand, } from "./commands/DeleteServiceActionCommand";
|
|
26
|
+
import { DeleteTagOptionCommand, } from "./commands/DeleteTagOptionCommand";
|
|
27
|
+
import { DescribeConstraintCommand, } from "./commands/DescribeConstraintCommand";
|
|
28
|
+
import { DescribeCopyProductStatusCommand, } from "./commands/DescribeCopyProductStatusCommand";
|
|
29
|
+
import { DescribePortfolioCommand, } from "./commands/DescribePortfolioCommand";
|
|
30
|
+
import { DescribePortfolioSharesCommand, } from "./commands/DescribePortfolioSharesCommand";
|
|
31
|
+
import { DescribePortfolioShareStatusCommand, } from "./commands/DescribePortfolioShareStatusCommand";
|
|
32
|
+
import { DescribeProductAsAdminCommand, } from "./commands/DescribeProductAsAdminCommand";
|
|
33
|
+
import { DescribeProductCommand, } from "./commands/DescribeProductCommand";
|
|
34
|
+
import { DescribeProductViewCommand, } from "./commands/DescribeProductViewCommand";
|
|
35
|
+
import { DescribeProvisionedProductCommand, } from "./commands/DescribeProvisionedProductCommand";
|
|
36
|
+
import { DescribeProvisionedProductPlanCommand, } from "./commands/DescribeProvisionedProductPlanCommand";
|
|
37
|
+
import { DescribeProvisioningArtifactCommand, } from "./commands/DescribeProvisioningArtifactCommand";
|
|
38
|
+
import { DescribeProvisioningParametersCommand, } from "./commands/DescribeProvisioningParametersCommand";
|
|
39
|
+
import { DescribeRecordCommand, } from "./commands/DescribeRecordCommand";
|
|
40
|
+
import { DescribeServiceActionCommand, } from "./commands/DescribeServiceActionCommand";
|
|
41
|
+
import { DescribeServiceActionExecutionParametersCommand, } from "./commands/DescribeServiceActionExecutionParametersCommand";
|
|
42
|
+
import { DescribeTagOptionCommand, } from "./commands/DescribeTagOptionCommand";
|
|
43
|
+
import { DisableAWSOrganizationsAccessCommand, } from "./commands/DisableAWSOrganizationsAccessCommand";
|
|
44
|
+
import { DisassociateBudgetFromResourceCommand, } from "./commands/DisassociateBudgetFromResourceCommand";
|
|
45
|
+
import { DisassociatePrincipalFromPortfolioCommand, } from "./commands/DisassociatePrincipalFromPortfolioCommand";
|
|
46
|
+
import { DisassociateProductFromPortfolioCommand, } from "./commands/DisassociateProductFromPortfolioCommand";
|
|
47
|
+
import { DisassociateServiceActionFromProvisioningArtifactCommand, } from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
48
|
+
import { DisassociateTagOptionFromResourceCommand, } from "./commands/DisassociateTagOptionFromResourceCommand";
|
|
49
|
+
import { EnableAWSOrganizationsAccessCommand, } from "./commands/EnableAWSOrganizationsAccessCommand";
|
|
50
|
+
import { ExecuteProvisionedProductPlanCommand, } from "./commands/ExecuteProvisionedProductPlanCommand";
|
|
51
|
+
import { ExecuteProvisionedProductServiceActionCommand, } from "./commands/ExecuteProvisionedProductServiceActionCommand";
|
|
52
|
+
import { GetAWSOrganizationsAccessStatusCommand, } from "./commands/GetAWSOrganizationsAccessStatusCommand";
|
|
53
|
+
import { GetProvisionedProductOutputsCommand, } from "./commands/GetProvisionedProductOutputsCommand";
|
|
54
|
+
import { ImportAsProvisionedProductCommand, } from "./commands/ImportAsProvisionedProductCommand";
|
|
55
|
+
import { ListAcceptedPortfolioSharesCommand, } from "./commands/ListAcceptedPortfolioSharesCommand";
|
|
56
|
+
import { ListBudgetsForResourceCommand, } from "./commands/ListBudgetsForResourceCommand";
|
|
57
|
+
import { ListConstraintsForPortfolioCommand, } from "./commands/ListConstraintsForPortfolioCommand";
|
|
58
|
+
import { ListLaunchPathsCommand, } from "./commands/ListLaunchPathsCommand";
|
|
59
|
+
import { ListOrganizationPortfolioAccessCommand, } from "./commands/ListOrganizationPortfolioAccessCommand";
|
|
60
|
+
import { ListPortfolioAccessCommand, } from "./commands/ListPortfolioAccessCommand";
|
|
61
|
+
import { ListPortfoliosCommand, } from "./commands/ListPortfoliosCommand";
|
|
62
|
+
import { ListPortfoliosForProductCommand, } from "./commands/ListPortfoliosForProductCommand";
|
|
63
|
+
import { ListPrincipalsForPortfolioCommand, } from "./commands/ListPrincipalsForPortfolioCommand";
|
|
64
|
+
import { ListProvisionedProductPlansCommand, } from "./commands/ListProvisionedProductPlansCommand";
|
|
65
|
+
import { ListProvisioningArtifactsCommand, } from "./commands/ListProvisioningArtifactsCommand";
|
|
66
|
+
import { ListProvisioningArtifactsForServiceActionCommand, } from "./commands/ListProvisioningArtifactsForServiceActionCommand";
|
|
67
|
+
import { ListRecordHistoryCommand, } from "./commands/ListRecordHistoryCommand";
|
|
68
|
+
import { ListResourcesForTagOptionCommand, } from "./commands/ListResourcesForTagOptionCommand";
|
|
69
|
+
import { ListServiceActionsCommand, } from "./commands/ListServiceActionsCommand";
|
|
70
|
+
import { ListServiceActionsForProvisioningArtifactCommand, } from "./commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
71
|
+
import { ListStackInstancesForProvisionedProductCommand, } from "./commands/ListStackInstancesForProvisionedProductCommand";
|
|
72
|
+
import { ListTagOptionsCommand, } from "./commands/ListTagOptionsCommand";
|
|
73
|
+
import { ProvisionProductCommand, } from "./commands/ProvisionProductCommand";
|
|
74
|
+
import { RejectPortfolioShareCommand, } from "./commands/RejectPortfolioShareCommand";
|
|
75
|
+
import { ScanProvisionedProductsCommand, } from "./commands/ScanProvisionedProductsCommand";
|
|
76
|
+
import { SearchProductsAsAdminCommand, } from "./commands/SearchProductsAsAdminCommand";
|
|
77
|
+
import { SearchProductsCommand, } from "./commands/SearchProductsCommand";
|
|
78
|
+
import { SearchProvisionedProductsCommand, } from "./commands/SearchProvisionedProductsCommand";
|
|
79
|
+
import { TerminateProvisionedProductCommand, } from "./commands/TerminateProvisionedProductCommand";
|
|
80
|
+
import { UpdateConstraintCommand, } from "./commands/UpdateConstraintCommand";
|
|
81
|
+
import { UpdatePortfolioCommand, } from "./commands/UpdatePortfolioCommand";
|
|
82
|
+
import { UpdatePortfolioShareCommand, } from "./commands/UpdatePortfolioShareCommand";
|
|
83
|
+
import { UpdateProductCommand, } from "./commands/UpdateProductCommand";
|
|
84
|
+
import { UpdateProvisionedProductCommand, } from "./commands/UpdateProvisionedProductCommand";
|
|
85
|
+
import { UpdateProvisionedProductPropertiesCommand, } from "./commands/UpdateProvisionedProductPropertiesCommand";
|
|
86
|
+
import { UpdateProvisioningArtifactCommand, } from "./commands/UpdateProvisioningArtifactCommand";
|
|
87
|
+
import { UpdateServiceActionCommand, } from "./commands/UpdateServiceActionCommand";
|
|
88
|
+
import { UpdateTagOptionCommand, } from "./commands/UpdateTagOptionCommand";
|
|
89
|
+
import { ServiceCatalogClient } from "./ServiceCatalogClient";
|
|
90
|
+
var ServiceCatalog = (function (_super) {
|
|
91
|
+
__extends(ServiceCatalog, _super);
|
|
92
|
+
function ServiceCatalog() {
|
|
93
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
94
|
+
}
|
|
95
|
+
ServiceCatalog.prototype.acceptPortfolioShare = function (args, optionsOrCb, cb) {
|
|
96
|
+
var command = new AcceptPortfolioShareCommand(args);
|
|
97
|
+
if (typeof optionsOrCb === "function") {
|
|
98
|
+
this.send(command, optionsOrCb);
|
|
99
|
+
}
|
|
100
|
+
else if (typeof cb === "function") {
|
|
101
|
+
if (typeof optionsOrCb !== "object")
|
|
102
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
103
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
return this.send(command, optionsOrCb);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
ServiceCatalog.prototype.associateBudgetWithResource = function (args, optionsOrCb, cb) {
|
|
110
|
+
var command = new AssociateBudgetWithResourceCommand(args);
|
|
111
|
+
if (typeof optionsOrCb === "function") {
|
|
112
|
+
this.send(command, optionsOrCb);
|
|
113
|
+
}
|
|
114
|
+
else if (typeof cb === "function") {
|
|
115
|
+
if (typeof optionsOrCb !== "object")
|
|
116
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
117
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
return this.send(command, optionsOrCb);
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
ServiceCatalog.prototype.associatePrincipalWithPortfolio = function (args, optionsOrCb, cb) {
|
|
124
|
+
var command = new AssociatePrincipalWithPortfolioCommand(args);
|
|
125
|
+
if (typeof optionsOrCb === "function") {
|
|
126
|
+
this.send(command, optionsOrCb);
|
|
127
|
+
}
|
|
128
|
+
else if (typeof cb === "function") {
|
|
129
|
+
if (typeof optionsOrCb !== "object")
|
|
130
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
131
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
132
|
+
}
|
|
133
|
+
else {
|
|
134
|
+
return this.send(command, optionsOrCb);
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
ServiceCatalog.prototype.associateProductWithPortfolio = function (args, optionsOrCb, cb) {
|
|
138
|
+
var command = new AssociateProductWithPortfolioCommand(args);
|
|
139
|
+
if (typeof optionsOrCb === "function") {
|
|
140
|
+
this.send(command, optionsOrCb);
|
|
141
|
+
}
|
|
142
|
+
else if (typeof cb === "function") {
|
|
143
|
+
if (typeof optionsOrCb !== "object")
|
|
144
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
145
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
146
|
+
}
|
|
147
|
+
else {
|
|
148
|
+
return this.send(command, optionsOrCb);
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
ServiceCatalog.prototype.associateServiceActionWithProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
152
|
+
var command = new AssociateServiceActionWithProvisioningArtifactCommand(args);
|
|
153
|
+
if (typeof optionsOrCb === "function") {
|
|
154
|
+
this.send(command, optionsOrCb);
|
|
155
|
+
}
|
|
156
|
+
else if (typeof cb === "function") {
|
|
157
|
+
if (typeof optionsOrCb !== "object")
|
|
158
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
159
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
160
|
+
}
|
|
161
|
+
else {
|
|
162
|
+
return this.send(command, optionsOrCb);
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
ServiceCatalog.prototype.associateTagOptionWithResource = function (args, optionsOrCb, cb) {
|
|
166
|
+
var command = new AssociateTagOptionWithResourceCommand(args);
|
|
167
|
+
if (typeof optionsOrCb === "function") {
|
|
168
|
+
this.send(command, optionsOrCb);
|
|
169
|
+
}
|
|
170
|
+
else if (typeof cb === "function") {
|
|
171
|
+
if (typeof optionsOrCb !== "object")
|
|
172
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
173
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
174
|
+
}
|
|
175
|
+
else {
|
|
176
|
+
return this.send(command, optionsOrCb);
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
ServiceCatalog.prototype.batchAssociateServiceActionWithProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
180
|
+
var command = new BatchAssociateServiceActionWithProvisioningArtifactCommand(args);
|
|
181
|
+
if (typeof optionsOrCb === "function") {
|
|
182
|
+
this.send(command, optionsOrCb);
|
|
183
|
+
}
|
|
184
|
+
else if (typeof cb === "function") {
|
|
185
|
+
if (typeof optionsOrCb !== "object")
|
|
186
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
187
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
188
|
+
}
|
|
189
|
+
else {
|
|
190
|
+
return this.send(command, optionsOrCb);
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
ServiceCatalog.prototype.batchDisassociateServiceActionFromProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
194
|
+
var command = new BatchDisassociateServiceActionFromProvisioningArtifactCommand(args);
|
|
195
|
+
if (typeof optionsOrCb === "function") {
|
|
196
|
+
this.send(command, optionsOrCb);
|
|
197
|
+
}
|
|
198
|
+
else if (typeof cb === "function") {
|
|
199
|
+
if (typeof optionsOrCb !== "object")
|
|
200
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
201
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
202
|
+
}
|
|
203
|
+
else {
|
|
204
|
+
return this.send(command, optionsOrCb);
|
|
205
|
+
}
|
|
206
|
+
};
|
|
207
|
+
ServiceCatalog.prototype.copyProduct = function (args, optionsOrCb, cb) {
|
|
208
|
+
var command = new CopyProductCommand(args);
|
|
209
|
+
if (typeof optionsOrCb === "function") {
|
|
210
|
+
this.send(command, optionsOrCb);
|
|
211
|
+
}
|
|
212
|
+
else if (typeof cb === "function") {
|
|
213
|
+
if (typeof optionsOrCb !== "object")
|
|
214
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
215
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
216
|
+
}
|
|
217
|
+
else {
|
|
218
|
+
return this.send(command, optionsOrCb);
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
ServiceCatalog.prototype.createConstraint = function (args, optionsOrCb, cb) {
|
|
222
|
+
var command = new CreateConstraintCommand(args);
|
|
223
|
+
if (typeof optionsOrCb === "function") {
|
|
224
|
+
this.send(command, optionsOrCb);
|
|
225
|
+
}
|
|
226
|
+
else if (typeof cb === "function") {
|
|
227
|
+
if (typeof optionsOrCb !== "object")
|
|
228
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
229
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
230
|
+
}
|
|
231
|
+
else {
|
|
232
|
+
return this.send(command, optionsOrCb);
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
ServiceCatalog.prototype.createPortfolio = function (args, optionsOrCb, cb) {
|
|
236
|
+
var command = new CreatePortfolioCommand(args);
|
|
237
|
+
if (typeof optionsOrCb === "function") {
|
|
238
|
+
this.send(command, optionsOrCb);
|
|
239
|
+
}
|
|
240
|
+
else if (typeof cb === "function") {
|
|
241
|
+
if (typeof optionsOrCb !== "object")
|
|
242
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
243
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
244
|
+
}
|
|
245
|
+
else {
|
|
246
|
+
return this.send(command, optionsOrCb);
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
ServiceCatalog.prototype.createPortfolioShare = function (args, optionsOrCb, cb) {
|
|
250
|
+
var command = new CreatePortfolioShareCommand(args);
|
|
251
|
+
if (typeof optionsOrCb === "function") {
|
|
252
|
+
this.send(command, optionsOrCb);
|
|
253
|
+
}
|
|
254
|
+
else if (typeof cb === "function") {
|
|
255
|
+
if (typeof optionsOrCb !== "object")
|
|
256
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
257
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
258
|
+
}
|
|
259
|
+
else {
|
|
260
|
+
return this.send(command, optionsOrCb);
|
|
261
|
+
}
|
|
262
|
+
};
|
|
263
|
+
ServiceCatalog.prototype.createProduct = function (args, optionsOrCb, cb) {
|
|
264
|
+
var command = new CreateProductCommand(args);
|
|
265
|
+
if (typeof optionsOrCb === "function") {
|
|
266
|
+
this.send(command, optionsOrCb);
|
|
267
|
+
}
|
|
268
|
+
else if (typeof cb === "function") {
|
|
269
|
+
if (typeof optionsOrCb !== "object")
|
|
270
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
271
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
272
|
+
}
|
|
273
|
+
else {
|
|
274
|
+
return this.send(command, optionsOrCb);
|
|
275
|
+
}
|
|
276
|
+
};
|
|
277
|
+
ServiceCatalog.prototype.createProvisionedProductPlan = function (args, optionsOrCb, cb) {
|
|
278
|
+
var command = new CreateProvisionedProductPlanCommand(args);
|
|
279
|
+
if (typeof optionsOrCb === "function") {
|
|
280
|
+
this.send(command, optionsOrCb);
|
|
281
|
+
}
|
|
282
|
+
else if (typeof cb === "function") {
|
|
283
|
+
if (typeof optionsOrCb !== "object")
|
|
284
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
285
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
286
|
+
}
|
|
287
|
+
else {
|
|
288
|
+
return this.send(command, optionsOrCb);
|
|
289
|
+
}
|
|
290
|
+
};
|
|
291
|
+
ServiceCatalog.prototype.createProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
292
|
+
var command = new CreateProvisioningArtifactCommand(args);
|
|
293
|
+
if (typeof optionsOrCb === "function") {
|
|
294
|
+
this.send(command, optionsOrCb);
|
|
295
|
+
}
|
|
296
|
+
else if (typeof cb === "function") {
|
|
297
|
+
if (typeof optionsOrCb !== "object")
|
|
298
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
299
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
300
|
+
}
|
|
301
|
+
else {
|
|
302
|
+
return this.send(command, optionsOrCb);
|
|
303
|
+
}
|
|
304
|
+
};
|
|
305
|
+
ServiceCatalog.prototype.createServiceAction = function (args, optionsOrCb, cb) {
|
|
306
|
+
var command = new CreateServiceActionCommand(args);
|
|
307
|
+
if (typeof optionsOrCb === "function") {
|
|
308
|
+
this.send(command, optionsOrCb);
|
|
309
|
+
}
|
|
310
|
+
else if (typeof cb === "function") {
|
|
311
|
+
if (typeof optionsOrCb !== "object")
|
|
312
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
313
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
314
|
+
}
|
|
315
|
+
else {
|
|
316
|
+
return this.send(command, optionsOrCb);
|
|
317
|
+
}
|
|
318
|
+
};
|
|
319
|
+
ServiceCatalog.prototype.createTagOption = function (args, optionsOrCb, cb) {
|
|
320
|
+
var command = new CreateTagOptionCommand(args);
|
|
321
|
+
if (typeof optionsOrCb === "function") {
|
|
322
|
+
this.send(command, optionsOrCb);
|
|
323
|
+
}
|
|
324
|
+
else if (typeof cb === "function") {
|
|
325
|
+
if (typeof optionsOrCb !== "object")
|
|
326
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
327
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
328
|
+
}
|
|
329
|
+
else {
|
|
330
|
+
return this.send(command, optionsOrCb);
|
|
331
|
+
}
|
|
332
|
+
};
|
|
333
|
+
ServiceCatalog.prototype.deleteConstraint = function (args, optionsOrCb, cb) {
|
|
334
|
+
var command = new DeleteConstraintCommand(args);
|
|
335
|
+
if (typeof optionsOrCb === "function") {
|
|
336
|
+
this.send(command, optionsOrCb);
|
|
337
|
+
}
|
|
338
|
+
else if (typeof cb === "function") {
|
|
339
|
+
if (typeof optionsOrCb !== "object")
|
|
340
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
341
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
342
|
+
}
|
|
343
|
+
else {
|
|
344
|
+
return this.send(command, optionsOrCb);
|
|
345
|
+
}
|
|
346
|
+
};
|
|
347
|
+
ServiceCatalog.prototype.deletePortfolio = function (args, optionsOrCb, cb) {
|
|
348
|
+
var command = new DeletePortfolioCommand(args);
|
|
349
|
+
if (typeof optionsOrCb === "function") {
|
|
350
|
+
this.send(command, optionsOrCb);
|
|
351
|
+
}
|
|
352
|
+
else if (typeof cb === "function") {
|
|
353
|
+
if (typeof optionsOrCb !== "object")
|
|
354
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
355
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
356
|
+
}
|
|
357
|
+
else {
|
|
358
|
+
return this.send(command, optionsOrCb);
|
|
359
|
+
}
|
|
360
|
+
};
|
|
361
|
+
ServiceCatalog.prototype.deletePortfolioShare = function (args, optionsOrCb, cb) {
|
|
362
|
+
var command = new DeletePortfolioShareCommand(args);
|
|
363
|
+
if (typeof optionsOrCb === "function") {
|
|
364
|
+
this.send(command, optionsOrCb);
|
|
365
|
+
}
|
|
366
|
+
else if (typeof cb === "function") {
|
|
367
|
+
if (typeof optionsOrCb !== "object")
|
|
368
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
369
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
370
|
+
}
|
|
371
|
+
else {
|
|
372
|
+
return this.send(command, optionsOrCb);
|
|
373
|
+
}
|
|
374
|
+
};
|
|
375
|
+
ServiceCatalog.prototype.deleteProduct = function (args, optionsOrCb, cb) {
|
|
376
|
+
var command = new DeleteProductCommand(args);
|
|
377
|
+
if (typeof optionsOrCb === "function") {
|
|
378
|
+
this.send(command, optionsOrCb);
|
|
379
|
+
}
|
|
380
|
+
else if (typeof cb === "function") {
|
|
381
|
+
if (typeof optionsOrCb !== "object")
|
|
382
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
383
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
384
|
+
}
|
|
385
|
+
else {
|
|
386
|
+
return this.send(command, optionsOrCb);
|
|
387
|
+
}
|
|
388
|
+
};
|
|
389
|
+
ServiceCatalog.prototype.deleteProvisionedProductPlan = function (args, optionsOrCb, cb) {
|
|
390
|
+
var command = new DeleteProvisionedProductPlanCommand(args);
|
|
391
|
+
if (typeof optionsOrCb === "function") {
|
|
392
|
+
this.send(command, optionsOrCb);
|
|
393
|
+
}
|
|
394
|
+
else if (typeof cb === "function") {
|
|
395
|
+
if (typeof optionsOrCb !== "object")
|
|
396
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
397
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
398
|
+
}
|
|
399
|
+
else {
|
|
400
|
+
return this.send(command, optionsOrCb);
|
|
401
|
+
}
|
|
402
|
+
};
|
|
403
|
+
ServiceCatalog.prototype.deleteProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
404
|
+
var command = new DeleteProvisioningArtifactCommand(args);
|
|
405
|
+
if (typeof optionsOrCb === "function") {
|
|
406
|
+
this.send(command, optionsOrCb);
|
|
407
|
+
}
|
|
408
|
+
else if (typeof cb === "function") {
|
|
409
|
+
if (typeof optionsOrCb !== "object")
|
|
410
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
411
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
412
|
+
}
|
|
413
|
+
else {
|
|
414
|
+
return this.send(command, optionsOrCb);
|
|
415
|
+
}
|
|
416
|
+
};
|
|
417
|
+
ServiceCatalog.prototype.deleteServiceAction = function (args, optionsOrCb, cb) {
|
|
418
|
+
var command = new DeleteServiceActionCommand(args);
|
|
419
|
+
if (typeof optionsOrCb === "function") {
|
|
420
|
+
this.send(command, optionsOrCb);
|
|
421
|
+
}
|
|
422
|
+
else if (typeof cb === "function") {
|
|
423
|
+
if (typeof optionsOrCb !== "object")
|
|
424
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
425
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
426
|
+
}
|
|
427
|
+
else {
|
|
428
|
+
return this.send(command, optionsOrCb);
|
|
429
|
+
}
|
|
430
|
+
};
|
|
431
|
+
ServiceCatalog.prototype.deleteTagOption = function (args, optionsOrCb, cb) {
|
|
432
|
+
var command = new DeleteTagOptionCommand(args);
|
|
433
|
+
if (typeof optionsOrCb === "function") {
|
|
434
|
+
this.send(command, optionsOrCb);
|
|
435
|
+
}
|
|
436
|
+
else if (typeof cb === "function") {
|
|
437
|
+
if (typeof optionsOrCb !== "object")
|
|
438
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
439
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
440
|
+
}
|
|
441
|
+
else {
|
|
442
|
+
return this.send(command, optionsOrCb);
|
|
443
|
+
}
|
|
444
|
+
};
|
|
445
|
+
ServiceCatalog.prototype.describeConstraint = function (args, optionsOrCb, cb) {
|
|
446
|
+
var command = new DescribeConstraintCommand(args);
|
|
447
|
+
if (typeof optionsOrCb === "function") {
|
|
448
|
+
this.send(command, optionsOrCb);
|
|
449
|
+
}
|
|
450
|
+
else if (typeof cb === "function") {
|
|
451
|
+
if (typeof optionsOrCb !== "object")
|
|
452
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
453
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
454
|
+
}
|
|
455
|
+
else {
|
|
456
|
+
return this.send(command, optionsOrCb);
|
|
457
|
+
}
|
|
458
|
+
};
|
|
459
|
+
ServiceCatalog.prototype.describeCopyProductStatus = function (args, optionsOrCb, cb) {
|
|
460
|
+
var command = new DescribeCopyProductStatusCommand(args);
|
|
461
|
+
if (typeof optionsOrCb === "function") {
|
|
462
|
+
this.send(command, optionsOrCb);
|
|
463
|
+
}
|
|
464
|
+
else if (typeof cb === "function") {
|
|
465
|
+
if (typeof optionsOrCb !== "object")
|
|
466
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
467
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
468
|
+
}
|
|
469
|
+
else {
|
|
470
|
+
return this.send(command, optionsOrCb);
|
|
471
|
+
}
|
|
472
|
+
};
|
|
473
|
+
ServiceCatalog.prototype.describePortfolio = function (args, optionsOrCb, cb) {
|
|
474
|
+
var command = new DescribePortfolioCommand(args);
|
|
475
|
+
if (typeof optionsOrCb === "function") {
|
|
476
|
+
this.send(command, optionsOrCb);
|
|
477
|
+
}
|
|
478
|
+
else if (typeof cb === "function") {
|
|
479
|
+
if (typeof optionsOrCb !== "object")
|
|
480
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
481
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
482
|
+
}
|
|
483
|
+
else {
|
|
484
|
+
return this.send(command, optionsOrCb);
|
|
485
|
+
}
|
|
486
|
+
};
|
|
487
|
+
ServiceCatalog.prototype.describePortfolioShares = function (args, optionsOrCb, cb) {
|
|
488
|
+
var command = new DescribePortfolioSharesCommand(args);
|
|
489
|
+
if (typeof optionsOrCb === "function") {
|
|
490
|
+
this.send(command, optionsOrCb);
|
|
491
|
+
}
|
|
492
|
+
else if (typeof cb === "function") {
|
|
493
|
+
if (typeof optionsOrCb !== "object")
|
|
494
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
495
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
496
|
+
}
|
|
497
|
+
else {
|
|
498
|
+
return this.send(command, optionsOrCb);
|
|
499
|
+
}
|
|
500
|
+
};
|
|
501
|
+
ServiceCatalog.prototype.describePortfolioShareStatus = function (args, optionsOrCb, cb) {
|
|
502
|
+
var command = new DescribePortfolioShareStatusCommand(args);
|
|
503
|
+
if (typeof optionsOrCb === "function") {
|
|
504
|
+
this.send(command, optionsOrCb);
|
|
505
|
+
}
|
|
506
|
+
else if (typeof cb === "function") {
|
|
507
|
+
if (typeof optionsOrCb !== "object")
|
|
508
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
509
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
510
|
+
}
|
|
511
|
+
else {
|
|
512
|
+
return this.send(command, optionsOrCb);
|
|
513
|
+
}
|
|
514
|
+
};
|
|
515
|
+
ServiceCatalog.prototype.describeProduct = function (args, optionsOrCb, cb) {
|
|
516
|
+
var command = new DescribeProductCommand(args);
|
|
517
|
+
if (typeof optionsOrCb === "function") {
|
|
518
|
+
this.send(command, optionsOrCb);
|
|
519
|
+
}
|
|
520
|
+
else if (typeof cb === "function") {
|
|
521
|
+
if (typeof optionsOrCb !== "object")
|
|
522
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
523
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
524
|
+
}
|
|
525
|
+
else {
|
|
526
|
+
return this.send(command, optionsOrCb);
|
|
527
|
+
}
|
|
528
|
+
};
|
|
529
|
+
ServiceCatalog.prototype.describeProductAsAdmin = function (args, optionsOrCb, cb) {
|
|
530
|
+
var command = new DescribeProductAsAdminCommand(args);
|
|
531
|
+
if (typeof optionsOrCb === "function") {
|
|
532
|
+
this.send(command, optionsOrCb);
|
|
533
|
+
}
|
|
534
|
+
else if (typeof cb === "function") {
|
|
535
|
+
if (typeof optionsOrCb !== "object")
|
|
536
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
537
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
538
|
+
}
|
|
539
|
+
else {
|
|
540
|
+
return this.send(command, optionsOrCb);
|
|
541
|
+
}
|
|
542
|
+
};
|
|
543
|
+
ServiceCatalog.prototype.describeProductView = function (args, optionsOrCb, cb) {
|
|
544
|
+
var command = new DescribeProductViewCommand(args);
|
|
545
|
+
if (typeof optionsOrCb === "function") {
|
|
546
|
+
this.send(command, optionsOrCb);
|
|
547
|
+
}
|
|
548
|
+
else if (typeof cb === "function") {
|
|
549
|
+
if (typeof optionsOrCb !== "object")
|
|
550
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
551
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
552
|
+
}
|
|
553
|
+
else {
|
|
554
|
+
return this.send(command, optionsOrCb);
|
|
555
|
+
}
|
|
556
|
+
};
|
|
557
|
+
ServiceCatalog.prototype.describeProvisionedProduct = function (args, optionsOrCb, cb) {
|
|
558
|
+
var command = new DescribeProvisionedProductCommand(args);
|
|
559
|
+
if (typeof optionsOrCb === "function") {
|
|
560
|
+
this.send(command, optionsOrCb);
|
|
561
|
+
}
|
|
562
|
+
else if (typeof cb === "function") {
|
|
563
|
+
if (typeof optionsOrCb !== "object")
|
|
564
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
565
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
566
|
+
}
|
|
567
|
+
else {
|
|
568
|
+
return this.send(command, optionsOrCb);
|
|
569
|
+
}
|
|
570
|
+
};
|
|
571
|
+
ServiceCatalog.prototype.describeProvisionedProductPlan = function (args, optionsOrCb, cb) {
|
|
572
|
+
var command = new DescribeProvisionedProductPlanCommand(args);
|
|
573
|
+
if (typeof optionsOrCb === "function") {
|
|
574
|
+
this.send(command, optionsOrCb);
|
|
575
|
+
}
|
|
576
|
+
else if (typeof cb === "function") {
|
|
577
|
+
if (typeof optionsOrCb !== "object")
|
|
578
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
579
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
580
|
+
}
|
|
581
|
+
else {
|
|
582
|
+
return this.send(command, optionsOrCb);
|
|
583
|
+
}
|
|
584
|
+
};
|
|
585
|
+
ServiceCatalog.prototype.describeProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
586
|
+
var command = new DescribeProvisioningArtifactCommand(args);
|
|
587
|
+
if (typeof optionsOrCb === "function") {
|
|
588
|
+
this.send(command, optionsOrCb);
|
|
589
|
+
}
|
|
590
|
+
else if (typeof cb === "function") {
|
|
591
|
+
if (typeof optionsOrCb !== "object")
|
|
592
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
593
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
594
|
+
}
|
|
595
|
+
else {
|
|
596
|
+
return this.send(command, optionsOrCb);
|
|
597
|
+
}
|
|
598
|
+
};
|
|
599
|
+
ServiceCatalog.prototype.describeProvisioningParameters = function (args, optionsOrCb, cb) {
|
|
600
|
+
var command = new DescribeProvisioningParametersCommand(args);
|
|
601
|
+
if (typeof optionsOrCb === "function") {
|
|
602
|
+
this.send(command, optionsOrCb);
|
|
603
|
+
}
|
|
604
|
+
else if (typeof cb === "function") {
|
|
605
|
+
if (typeof optionsOrCb !== "object")
|
|
606
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
607
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
608
|
+
}
|
|
609
|
+
else {
|
|
610
|
+
return this.send(command, optionsOrCb);
|
|
611
|
+
}
|
|
612
|
+
};
|
|
613
|
+
ServiceCatalog.prototype.describeRecord = function (args, optionsOrCb, cb) {
|
|
614
|
+
var command = new DescribeRecordCommand(args);
|
|
615
|
+
if (typeof optionsOrCb === "function") {
|
|
616
|
+
this.send(command, optionsOrCb);
|
|
617
|
+
}
|
|
618
|
+
else if (typeof cb === "function") {
|
|
619
|
+
if (typeof optionsOrCb !== "object")
|
|
620
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
621
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
622
|
+
}
|
|
623
|
+
else {
|
|
624
|
+
return this.send(command, optionsOrCb);
|
|
625
|
+
}
|
|
626
|
+
};
|
|
627
|
+
ServiceCatalog.prototype.describeServiceAction = function (args, optionsOrCb, cb) {
|
|
628
|
+
var command = new DescribeServiceActionCommand(args);
|
|
629
|
+
if (typeof optionsOrCb === "function") {
|
|
630
|
+
this.send(command, optionsOrCb);
|
|
631
|
+
}
|
|
632
|
+
else if (typeof cb === "function") {
|
|
633
|
+
if (typeof optionsOrCb !== "object")
|
|
634
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
635
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
636
|
+
}
|
|
637
|
+
else {
|
|
638
|
+
return this.send(command, optionsOrCb);
|
|
639
|
+
}
|
|
640
|
+
};
|
|
641
|
+
ServiceCatalog.prototype.describeServiceActionExecutionParameters = function (args, optionsOrCb, cb) {
|
|
642
|
+
var command = new DescribeServiceActionExecutionParametersCommand(args);
|
|
643
|
+
if (typeof optionsOrCb === "function") {
|
|
644
|
+
this.send(command, optionsOrCb);
|
|
645
|
+
}
|
|
646
|
+
else if (typeof cb === "function") {
|
|
647
|
+
if (typeof optionsOrCb !== "object")
|
|
648
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
649
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
650
|
+
}
|
|
651
|
+
else {
|
|
652
|
+
return this.send(command, optionsOrCb);
|
|
653
|
+
}
|
|
654
|
+
};
|
|
655
|
+
ServiceCatalog.prototype.describeTagOption = function (args, optionsOrCb, cb) {
|
|
656
|
+
var command = new DescribeTagOptionCommand(args);
|
|
657
|
+
if (typeof optionsOrCb === "function") {
|
|
658
|
+
this.send(command, optionsOrCb);
|
|
659
|
+
}
|
|
660
|
+
else if (typeof cb === "function") {
|
|
661
|
+
if (typeof optionsOrCb !== "object")
|
|
662
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
663
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
664
|
+
}
|
|
665
|
+
else {
|
|
666
|
+
return this.send(command, optionsOrCb);
|
|
667
|
+
}
|
|
668
|
+
};
|
|
669
|
+
ServiceCatalog.prototype.disableAWSOrganizationsAccess = function (args, optionsOrCb, cb) {
|
|
670
|
+
var command = new DisableAWSOrganizationsAccessCommand(args);
|
|
671
|
+
if (typeof optionsOrCb === "function") {
|
|
672
|
+
this.send(command, optionsOrCb);
|
|
673
|
+
}
|
|
674
|
+
else if (typeof cb === "function") {
|
|
675
|
+
if (typeof optionsOrCb !== "object")
|
|
676
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
677
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
678
|
+
}
|
|
679
|
+
else {
|
|
680
|
+
return this.send(command, optionsOrCb);
|
|
681
|
+
}
|
|
682
|
+
};
|
|
683
|
+
ServiceCatalog.prototype.disassociateBudgetFromResource = function (args, optionsOrCb, cb) {
|
|
684
|
+
var command = new DisassociateBudgetFromResourceCommand(args);
|
|
685
|
+
if (typeof optionsOrCb === "function") {
|
|
686
|
+
this.send(command, optionsOrCb);
|
|
687
|
+
}
|
|
688
|
+
else if (typeof cb === "function") {
|
|
689
|
+
if (typeof optionsOrCb !== "object")
|
|
690
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
691
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
692
|
+
}
|
|
693
|
+
else {
|
|
694
|
+
return this.send(command, optionsOrCb);
|
|
695
|
+
}
|
|
696
|
+
};
|
|
697
|
+
ServiceCatalog.prototype.disassociatePrincipalFromPortfolio = function (args, optionsOrCb, cb) {
|
|
698
|
+
var command = new DisassociatePrincipalFromPortfolioCommand(args);
|
|
699
|
+
if (typeof optionsOrCb === "function") {
|
|
700
|
+
this.send(command, optionsOrCb);
|
|
701
|
+
}
|
|
702
|
+
else if (typeof cb === "function") {
|
|
703
|
+
if (typeof optionsOrCb !== "object")
|
|
704
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
705
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
706
|
+
}
|
|
707
|
+
else {
|
|
708
|
+
return this.send(command, optionsOrCb);
|
|
709
|
+
}
|
|
710
|
+
};
|
|
711
|
+
ServiceCatalog.prototype.disassociateProductFromPortfolio = function (args, optionsOrCb, cb) {
|
|
712
|
+
var command = new DisassociateProductFromPortfolioCommand(args);
|
|
713
|
+
if (typeof optionsOrCb === "function") {
|
|
714
|
+
this.send(command, optionsOrCb);
|
|
715
|
+
}
|
|
716
|
+
else if (typeof cb === "function") {
|
|
717
|
+
if (typeof optionsOrCb !== "object")
|
|
718
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
719
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
720
|
+
}
|
|
721
|
+
else {
|
|
722
|
+
return this.send(command, optionsOrCb);
|
|
723
|
+
}
|
|
724
|
+
};
|
|
725
|
+
ServiceCatalog.prototype.disassociateServiceActionFromProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
726
|
+
var command = new DisassociateServiceActionFromProvisioningArtifactCommand(args);
|
|
727
|
+
if (typeof optionsOrCb === "function") {
|
|
728
|
+
this.send(command, optionsOrCb);
|
|
729
|
+
}
|
|
730
|
+
else if (typeof cb === "function") {
|
|
731
|
+
if (typeof optionsOrCb !== "object")
|
|
732
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
733
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
734
|
+
}
|
|
735
|
+
else {
|
|
736
|
+
return this.send(command, optionsOrCb);
|
|
737
|
+
}
|
|
738
|
+
};
|
|
739
|
+
ServiceCatalog.prototype.disassociateTagOptionFromResource = function (args, optionsOrCb, cb) {
|
|
740
|
+
var command = new DisassociateTagOptionFromResourceCommand(args);
|
|
741
|
+
if (typeof optionsOrCb === "function") {
|
|
742
|
+
this.send(command, optionsOrCb);
|
|
743
|
+
}
|
|
744
|
+
else if (typeof cb === "function") {
|
|
745
|
+
if (typeof optionsOrCb !== "object")
|
|
746
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
747
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
748
|
+
}
|
|
749
|
+
else {
|
|
750
|
+
return this.send(command, optionsOrCb);
|
|
751
|
+
}
|
|
752
|
+
};
|
|
753
|
+
ServiceCatalog.prototype.enableAWSOrganizationsAccess = function (args, optionsOrCb, cb) {
|
|
754
|
+
var command = new EnableAWSOrganizationsAccessCommand(args);
|
|
755
|
+
if (typeof optionsOrCb === "function") {
|
|
756
|
+
this.send(command, optionsOrCb);
|
|
757
|
+
}
|
|
758
|
+
else if (typeof cb === "function") {
|
|
759
|
+
if (typeof optionsOrCb !== "object")
|
|
760
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
761
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
762
|
+
}
|
|
763
|
+
else {
|
|
764
|
+
return this.send(command, optionsOrCb);
|
|
765
|
+
}
|
|
766
|
+
};
|
|
767
|
+
ServiceCatalog.prototype.executeProvisionedProductPlan = function (args, optionsOrCb, cb) {
|
|
768
|
+
var command = new ExecuteProvisionedProductPlanCommand(args);
|
|
769
|
+
if (typeof optionsOrCb === "function") {
|
|
770
|
+
this.send(command, optionsOrCb);
|
|
771
|
+
}
|
|
772
|
+
else if (typeof cb === "function") {
|
|
773
|
+
if (typeof optionsOrCb !== "object")
|
|
774
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
775
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
776
|
+
}
|
|
777
|
+
else {
|
|
778
|
+
return this.send(command, optionsOrCb);
|
|
779
|
+
}
|
|
780
|
+
};
|
|
781
|
+
ServiceCatalog.prototype.executeProvisionedProductServiceAction = function (args, optionsOrCb, cb) {
|
|
782
|
+
var command = new ExecuteProvisionedProductServiceActionCommand(args);
|
|
783
|
+
if (typeof optionsOrCb === "function") {
|
|
784
|
+
this.send(command, optionsOrCb);
|
|
785
|
+
}
|
|
786
|
+
else if (typeof cb === "function") {
|
|
787
|
+
if (typeof optionsOrCb !== "object")
|
|
788
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
789
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
790
|
+
}
|
|
791
|
+
else {
|
|
792
|
+
return this.send(command, optionsOrCb);
|
|
793
|
+
}
|
|
794
|
+
};
|
|
795
|
+
ServiceCatalog.prototype.getAWSOrganizationsAccessStatus = function (args, optionsOrCb, cb) {
|
|
796
|
+
var command = new GetAWSOrganizationsAccessStatusCommand(args);
|
|
797
|
+
if (typeof optionsOrCb === "function") {
|
|
798
|
+
this.send(command, optionsOrCb);
|
|
799
|
+
}
|
|
800
|
+
else if (typeof cb === "function") {
|
|
801
|
+
if (typeof optionsOrCb !== "object")
|
|
802
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
803
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
804
|
+
}
|
|
805
|
+
else {
|
|
806
|
+
return this.send(command, optionsOrCb);
|
|
807
|
+
}
|
|
808
|
+
};
|
|
809
|
+
ServiceCatalog.prototype.getProvisionedProductOutputs = function (args, optionsOrCb, cb) {
|
|
810
|
+
var command = new GetProvisionedProductOutputsCommand(args);
|
|
811
|
+
if (typeof optionsOrCb === "function") {
|
|
812
|
+
this.send(command, optionsOrCb);
|
|
813
|
+
}
|
|
814
|
+
else if (typeof cb === "function") {
|
|
815
|
+
if (typeof optionsOrCb !== "object")
|
|
816
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
817
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
818
|
+
}
|
|
819
|
+
else {
|
|
820
|
+
return this.send(command, optionsOrCb);
|
|
821
|
+
}
|
|
822
|
+
};
|
|
823
|
+
ServiceCatalog.prototype.importAsProvisionedProduct = function (args, optionsOrCb, cb) {
|
|
824
|
+
var command = new ImportAsProvisionedProductCommand(args);
|
|
825
|
+
if (typeof optionsOrCb === "function") {
|
|
826
|
+
this.send(command, optionsOrCb);
|
|
827
|
+
}
|
|
828
|
+
else if (typeof cb === "function") {
|
|
829
|
+
if (typeof optionsOrCb !== "object")
|
|
830
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
831
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
832
|
+
}
|
|
833
|
+
else {
|
|
834
|
+
return this.send(command, optionsOrCb);
|
|
835
|
+
}
|
|
836
|
+
};
|
|
837
|
+
ServiceCatalog.prototype.listAcceptedPortfolioShares = function (args, optionsOrCb, cb) {
|
|
838
|
+
var command = new ListAcceptedPortfolioSharesCommand(args);
|
|
839
|
+
if (typeof optionsOrCb === "function") {
|
|
840
|
+
this.send(command, optionsOrCb);
|
|
841
|
+
}
|
|
842
|
+
else if (typeof cb === "function") {
|
|
843
|
+
if (typeof optionsOrCb !== "object")
|
|
844
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
845
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
846
|
+
}
|
|
847
|
+
else {
|
|
848
|
+
return this.send(command, optionsOrCb);
|
|
849
|
+
}
|
|
850
|
+
};
|
|
851
|
+
ServiceCatalog.prototype.listBudgetsForResource = function (args, optionsOrCb, cb) {
|
|
852
|
+
var command = new ListBudgetsForResourceCommand(args);
|
|
853
|
+
if (typeof optionsOrCb === "function") {
|
|
854
|
+
this.send(command, optionsOrCb);
|
|
855
|
+
}
|
|
856
|
+
else if (typeof cb === "function") {
|
|
857
|
+
if (typeof optionsOrCb !== "object")
|
|
858
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
859
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
860
|
+
}
|
|
861
|
+
else {
|
|
862
|
+
return this.send(command, optionsOrCb);
|
|
863
|
+
}
|
|
864
|
+
};
|
|
865
|
+
ServiceCatalog.prototype.listConstraintsForPortfolio = function (args, optionsOrCb, cb) {
|
|
866
|
+
var command = new ListConstraintsForPortfolioCommand(args);
|
|
867
|
+
if (typeof optionsOrCb === "function") {
|
|
868
|
+
this.send(command, optionsOrCb);
|
|
869
|
+
}
|
|
870
|
+
else if (typeof cb === "function") {
|
|
871
|
+
if (typeof optionsOrCb !== "object")
|
|
872
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
873
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
874
|
+
}
|
|
875
|
+
else {
|
|
876
|
+
return this.send(command, optionsOrCb);
|
|
877
|
+
}
|
|
878
|
+
};
|
|
879
|
+
ServiceCatalog.prototype.listLaunchPaths = function (args, optionsOrCb, cb) {
|
|
880
|
+
var command = new ListLaunchPathsCommand(args);
|
|
881
|
+
if (typeof optionsOrCb === "function") {
|
|
882
|
+
this.send(command, optionsOrCb);
|
|
883
|
+
}
|
|
884
|
+
else if (typeof cb === "function") {
|
|
885
|
+
if (typeof optionsOrCb !== "object")
|
|
886
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
887
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
888
|
+
}
|
|
889
|
+
else {
|
|
890
|
+
return this.send(command, optionsOrCb);
|
|
891
|
+
}
|
|
892
|
+
};
|
|
893
|
+
ServiceCatalog.prototype.listOrganizationPortfolioAccess = function (args, optionsOrCb, cb) {
|
|
894
|
+
var command = new ListOrganizationPortfolioAccessCommand(args);
|
|
895
|
+
if (typeof optionsOrCb === "function") {
|
|
896
|
+
this.send(command, optionsOrCb);
|
|
897
|
+
}
|
|
898
|
+
else if (typeof cb === "function") {
|
|
899
|
+
if (typeof optionsOrCb !== "object")
|
|
900
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
901
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
902
|
+
}
|
|
903
|
+
else {
|
|
904
|
+
return this.send(command, optionsOrCb);
|
|
905
|
+
}
|
|
906
|
+
};
|
|
907
|
+
ServiceCatalog.prototype.listPortfolioAccess = function (args, optionsOrCb, cb) {
|
|
908
|
+
var command = new ListPortfolioAccessCommand(args);
|
|
909
|
+
if (typeof optionsOrCb === "function") {
|
|
910
|
+
this.send(command, optionsOrCb);
|
|
911
|
+
}
|
|
912
|
+
else if (typeof cb === "function") {
|
|
913
|
+
if (typeof optionsOrCb !== "object")
|
|
914
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
915
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
916
|
+
}
|
|
917
|
+
else {
|
|
918
|
+
return this.send(command, optionsOrCb);
|
|
919
|
+
}
|
|
920
|
+
};
|
|
921
|
+
ServiceCatalog.prototype.listPortfolios = function (args, optionsOrCb, cb) {
|
|
922
|
+
var command = new ListPortfoliosCommand(args);
|
|
923
|
+
if (typeof optionsOrCb === "function") {
|
|
924
|
+
this.send(command, optionsOrCb);
|
|
925
|
+
}
|
|
926
|
+
else if (typeof cb === "function") {
|
|
927
|
+
if (typeof optionsOrCb !== "object")
|
|
928
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
929
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
930
|
+
}
|
|
931
|
+
else {
|
|
932
|
+
return this.send(command, optionsOrCb);
|
|
933
|
+
}
|
|
934
|
+
};
|
|
935
|
+
ServiceCatalog.prototype.listPortfoliosForProduct = function (args, optionsOrCb, cb) {
|
|
936
|
+
var command = new ListPortfoliosForProductCommand(args);
|
|
937
|
+
if (typeof optionsOrCb === "function") {
|
|
938
|
+
this.send(command, optionsOrCb);
|
|
939
|
+
}
|
|
940
|
+
else if (typeof cb === "function") {
|
|
941
|
+
if (typeof optionsOrCb !== "object")
|
|
942
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
943
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
944
|
+
}
|
|
945
|
+
else {
|
|
946
|
+
return this.send(command, optionsOrCb);
|
|
947
|
+
}
|
|
948
|
+
};
|
|
949
|
+
ServiceCatalog.prototype.listPrincipalsForPortfolio = function (args, optionsOrCb, cb) {
|
|
950
|
+
var command = new ListPrincipalsForPortfolioCommand(args);
|
|
951
|
+
if (typeof optionsOrCb === "function") {
|
|
952
|
+
this.send(command, optionsOrCb);
|
|
953
|
+
}
|
|
954
|
+
else if (typeof cb === "function") {
|
|
955
|
+
if (typeof optionsOrCb !== "object")
|
|
956
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
957
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
958
|
+
}
|
|
959
|
+
else {
|
|
960
|
+
return this.send(command, optionsOrCb);
|
|
961
|
+
}
|
|
962
|
+
};
|
|
963
|
+
ServiceCatalog.prototype.listProvisionedProductPlans = function (args, optionsOrCb, cb) {
|
|
964
|
+
var command = new ListProvisionedProductPlansCommand(args);
|
|
965
|
+
if (typeof optionsOrCb === "function") {
|
|
966
|
+
this.send(command, optionsOrCb);
|
|
967
|
+
}
|
|
968
|
+
else if (typeof cb === "function") {
|
|
969
|
+
if (typeof optionsOrCb !== "object")
|
|
970
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
971
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
972
|
+
}
|
|
973
|
+
else {
|
|
974
|
+
return this.send(command, optionsOrCb);
|
|
975
|
+
}
|
|
976
|
+
};
|
|
977
|
+
ServiceCatalog.prototype.listProvisioningArtifacts = function (args, optionsOrCb, cb) {
|
|
978
|
+
var command = new ListProvisioningArtifactsCommand(args);
|
|
979
|
+
if (typeof optionsOrCb === "function") {
|
|
980
|
+
this.send(command, optionsOrCb);
|
|
981
|
+
}
|
|
982
|
+
else if (typeof cb === "function") {
|
|
983
|
+
if (typeof optionsOrCb !== "object")
|
|
984
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
985
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
986
|
+
}
|
|
987
|
+
else {
|
|
988
|
+
return this.send(command, optionsOrCb);
|
|
989
|
+
}
|
|
990
|
+
};
|
|
991
|
+
ServiceCatalog.prototype.listProvisioningArtifactsForServiceAction = function (args, optionsOrCb, cb) {
|
|
992
|
+
var command = new ListProvisioningArtifactsForServiceActionCommand(args);
|
|
993
|
+
if (typeof optionsOrCb === "function") {
|
|
994
|
+
this.send(command, optionsOrCb);
|
|
995
|
+
}
|
|
996
|
+
else if (typeof cb === "function") {
|
|
997
|
+
if (typeof optionsOrCb !== "object")
|
|
998
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
999
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1000
|
+
}
|
|
1001
|
+
else {
|
|
1002
|
+
return this.send(command, optionsOrCb);
|
|
1003
|
+
}
|
|
1004
|
+
};
|
|
1005
|
+
ServiceCatalog.prototype.listRecordHistory = function (args, optionsOrCb, cb) {
|
|
1006
|
+
var command = new ListRecordHistoryCommand(args);
|
|
1007
|
+
if (typeof optionsOrCb === "function") {
|
|
1008
|
+
this.send(command, optionsOrCb);
|
|
1009
|
+
}
|
|
1010
|
+
else if (typeof cb === "function") {
|
|
1011
|
+
if (typeof optionsOrCb !== "object")
|
|
1012
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1013
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1014
|
+
}
|
|
1015
|
+
else {
|
|
1016
|
+
return this.send(command, optionsOrCb);
|
|
1017
|
+
}
|
|
1018
|
+
};
|
|
1019
|
+
ServiceCatalog.prototype.listResourcesForTagOption = function (args, optionsOrCb, cb) {
|
|
1020
|
+
var command = new ListResourcesForTagOptionCommand(args);
|
|
1021
|
+
if (typeof optionsOrCb === "function") {
|
|
1022
|
+
this.send(command, optionsOrCb);
|
|
1023
|
+
}
|
|
1024
|
+
else if (typeof cb === "function") {
|
|
1025
|
+
if (typeof optionsOrCb !== "object")
|
|
1026
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1027
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1028
|
+
}
|
|
1029
|
+
else {
|
|
1030
|
+
return this.send(command, optionsOrCb);
|
|
1031
|
+
}
|
|
1032
|
+
};
|
|
1033
|
+
ServiceCatalog.prototype.listServiceActions = function (args, optionsOrCb, cb) {
|
|
1034
|
+
var command = new ListServiceActionsCommand(args);
|
|
1035
|
+
if (typeof optionsOrCb === "function") {
|
|
1036
|
+
this.send(command, optionsOrCb);
|
|
1037
|
+
}
|
|
1038
|
+
else if (typeof cb === "function") {
|
|
1039
|
+
if (typeof optionsOrCb !== "object")
|
|
1040
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1041
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1042
|
+
}
|
|
1043
|
+
else {
|
|
1044
|
+
return this.send(command, optionsOrCb);
|
|
1045
|
+
}
|
|
1046
|
+
};
|
|
1047
|
+
ServiceCatalog.prototype.listServiceActionsForProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
1048
|
+
var command = new ListServiceActionsForProvisioningArtifactCommand(args);
|
|
1049
|
+
if (typeof optionsOrCb === "function") {
|
|
1050
|
+
this.send(command, optionsOrCb);
|
|
1051
|
+
}
|
|
1052
|
+
else if (typeof cb === "function") {
|
|
1053
|
+
if (typeof optionsOrCb !== "object")
|
|
1054
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1055
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1056
|
+
}
|
|
1057
|
+
else {
|
|
1058
|
+
return this.send(command, optionsOrCb);
|
|
1059
|
+
}
|
|
1060
|
+
};
|
|
1061
|
+
ServiceCatalog.prototype.listStackInstancesForProvisionedProduct = function (args, optionsOrCb, cb) {
|
|
1062
|
+
var command = new ListStackInstancesForProvisionedProductCommand(args);
|
|
1063
|
+
if (typeof optionsOrCb === "function") {
|
|
1064
|
+
this.send(command, optionsOrCb);
|
|
1065
|
+
}
|
|
1066
|
+
else if (typeof cb === "function") {
|
|
1067
|
+
if (typeof optionsOrCb !== "object")
|
|
1068
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1069
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1070
|
+
}
|
|
1071
|
+
else {
|
|
1072
|
+
return this.send(command, optionsOrCb);
|
|
1073
|
+
}
|
|
1074
|
+
};
|
|
1075
|
+
ServiceCatalog.prototype.listTagOptions = function (args, optionsOrCb, cb) {
|
|
1076
|
+
var command = new ListTagOptionsCommand(args);
|
|
1077
|
+
if (typeof optionsOrCb === "function") {
|
|
1078
|
+
this.send(command, optionsOrCb);
|
|
1079
|
+
}
|
|
1080
|
+
else if (typeof cb === "function") {
|
|
1081
|
+
if (typeof optionsOrCb !== "object")
|
|
1082
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1083
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1084
|
+
}
|
|
1085
|
+
else {
|
|
1086
|
+
return this.send(command, optionsOrCb);
|
|
1087
|
+
}
|
|
1088
|
+
};
|
|
1089
|
+
ServiceCatalog.prototype.provisionProduct = function (args, optionsOrCb, cb) {
|
|
1090
|
+
var command = new ProvisionProductCommand(args);
|
|
1091
|
+
if (typeof optionsOrCb === "function") {
|
|
1092
|
+
this.send(command, optionsOrCb);
|
|
1093
|
+
}
|
|
1094
|
+
else if (typeof cb === "function") {
|
|
1095
|
+
if (typeof optionsOrCb !== "object")
|
|
1096
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1097
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1098
|
+
}
|
|
1099
|
+
else {
|
|
1100
|
+
return this.send(command, optionsOrCb);
|
|
1101
|
+
}
|
|
1102
|
+
};
|
|
1103
|
+
ServiceCatalog.prototype.rejectPortfolioShare = function (args, optionsOrCb, cb) {
|
|
1104
|
+
var command = new RejectPortfolioShareCommand(args);
|
|
1105
|
+
if (typeof optionsOrCb === "function") {
|
|
1106
|
+
this.send(command, optionsOrCb);
|
|
1107
|
+
}
|
|
1108
|
+
else if (typeof cb === "function") {
|
|
1109
|
+
if (typeof optionsOrCb !== "object")
|
|
1110
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1111
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1112
|
+
}
|
|
1113
|
+
else {
|
|
1114
|
+
return this.send(command, optionsOrCb);
|
|
1115
|
+
}
|
|
1116
|
+
};
|
|
1117
|
+
ServiceCatalog.prototype.scanProvisionedProducts = function (args, optionsOrCb, cb) {
|
|
1118
|
+
var command = new ScanProvisionedProductsCommand(args);
|
|
1119
|
+
if (typeof optionsOrCb === "function") {
|
|
1120
|
+
this.send(command, optionsOrCb);
|
|
1121
|
+
}
|
|
1122
|
+
else if (typeof cb === "function") {
|
|
1123
|
+
if (typeof optionsOrCb !== "object")
|
|
1124
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1125
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1126
|
+
}
|
|
1127
|
+
else {
|
|
1128
|
+
return this.send(command, optionsOrCb);
|
|
1129
|
+
}
|
|
1130
|
+
};
|
|
1131
|
+
ServiceCatalog.prototype.searchProducts = function (args, optionsOrCb, cb) {
|
|
1132
|
+
var command = new SearchProductsCommand(args);
|
|
1133
|
+
if (typeof optionsOrCb === "function") {
|
|
1134
|
+
this.send(command, optionsOrCb);
|
|
1135
|
+
}
|
|
1136
|
+
else if (typeof cb === "function") {
|
|
1137
|
+
if (typeof optionsOrCb !== "object")
|
|
1138
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1139
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1140
|
+
}
|
|
1141
|
+
else {
|
|
1142
|
+
return this.send(command, optionsOrCb);
|
|
1143
|
+
}
|
|
1144
|
+
};
|
|
1145
|
+
ServiceCatalog.prototype.searchProductsAsAdmin = function (args, optionsOrCb, cb) {
|
|
1146
|
+
var command = new SearchProductsAsAdminCommand(args);
|
|
1147
|
+
if (typeof optionsOrCb === "function") {
|
|
1148
|
+
this.send(command, optionsOrCb);
|
|
1149
|
+
}
|
|
1150
|
+
else if (typeof cb === "function") {
|
|
1151
|
+
if (typeof optionsOrCb !== "object")
|
|
1152
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1153
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1154
|
+
}
|
|
1155
|
+
else {
|
|
1156
|
+
return this.send(command, optionsOrCb);
|
|
1157
|
+
}
|
|
1158
|
+
};
|
|
1159
|
+
ServiceCatalog.prototype.searchProvisionedProducts = function (args, optionsOrCb, cb) {
|
|
1160
|
+
var command = new SearchProvisionedProductsCommand(args);
|
|
1161
|
+
if (typeof optionsOrCb === "function") {
|
|
1162
|
+
this.send(command, optionsOrCb);
|
|
1163
|
+
}
|
|
1164
|
+
else if (typeof cb === "function") {
|
|
1165
|
+
if (typeof optionsOrCb !== "object")
|
|
1166
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1167
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1168
|
+
}
|
|
1169
|
+
else {
|
|
1170
|
+
return this.send(command, optionsOrCb);
|
|
1171
|
+
}
|
|
1172
|
+
};
|
|
1173
|
+
ServiceCatalog.prototype.terminateProvisionedProduct = function (args, optionsOrCb, cb) {
|
|
1174
|
+
var command = new TerminateProvisionedProductCommand(args);
|
|
1175
|
+
if (typeof optionsOrCb === "function") {
|
|
1176
|
+
this.send(command, optionsOrCb);
|
|
1177
|
+
}
|
|
1178
|
+
else if (typeof cb === "function") {
|
|
1179
|
+
if (typeof optionsOrCb !== "object")
|
|
1180
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1181
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1182
|
+
}
|
|
1183
|
+
else {
|
|
1184
|
+
return this.send(command, optionsOrCb);
|
|
1185
|
+
}
|
|
1186
|
+
};
|
|
1187
|
+
ServiceCatalog.prototype.updateConstraint = function (args, optionsOrCb, cb) {
|
|
1188
|
+
var command = new UpdateConstraintCommand(args);
|
|
1189
|
+
if (typeof optionsOrCb === "function") {
|
|
1190
|
+
this.send(command, optionsOrCb);
|
|
1191
|
+
}
|
|
1192
|
+
else if (typeof cb === "function") {
|
|
1193
|
+
if (typeof optionsOrCb !== "object")
|
|
1194
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1195
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1196
|
+
}
|
|
1197
|
+
else {
|
|
1198
|
+
return this.send(command, optionsOrCb);
|
|
1199
|
+
}
|
|
1200
|
+
};
|
|
1201
|
+
ServiceCatalog.prototype.updatePortfolio = function (args, optionsOrCb, cb) {
|
|
1202
|
+
var command = new UpdatePortfolioCommand(args);
|
|
1203
|
+
if (typeof optionsOrCb === "function") {
|
|
1204
|
+
this.send(command, optionsOrCb);
|
|
1205
|
+
}
|
|
1206
|
+
else if (typeof cb === "function") {
|
|
1207
|
+
if (typeof optionsOrCb !== "object")
|
|
1208
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1209
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1210
|
+
}
|
|
1211
|
+
else {
|
|
1212
|
+
return this.send(command, optionsOrCb);
|
|
1213
|
+
}
|
|
1214
|
+
};
|
|
1215
|
+
ServiceCatalog.prototype.updatePortfolioShare = function (args, optionsOrCb, cb) {
|
|
1216
|
+
var command = new UpdatePortfolioShareCommand(args);
|
|
1217
|
+
if (typeof optionsOrCb === "function") {
|
|
1218
|
+
this.send(command, optionsOrCb);
|
|
1219
|
+
}
|
|
1220
|
+
else if (typeof cb === "function") {
|
|
1221
|
+
if (typeof optionsOrCb !== "object")
|
|
1222
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1223
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1224
|
+
}
|
|
1225
|
+
else {
|
|
1226
|
+
return this.send(command, optionsOrCb);
|
|
1227
|
+
}
|
|
1228
|
+
};
|
|
1229
|
+
ServiceCatalog.prototype.updateProduct = function (args, optionsOrCb, cb) {
|
|
1230
|
+
var command = new UpdateProductCommand(args);
|
|
1231
|
+
if (typeof optionsOrCb === "function") {
|
|
1232
|
+
this.send(command, optionsOrCb);
|
|
1233
|
+
}
|
|
1234
|
+
else if (typeof cb === "function") {
|
|
1235
|
+
if (typeof optionsOrCb !== "object")
|
|
1236
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1237
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1238
|
+
}
|
|
1239
|
+
else {
|
|
1240
|
+
return this.send(command, optionsOrCb);
|
|
1241
|
+
}
|
|
1242
|
+
};
|
|
1243
|
+
ServiceCatalog.prototype.updateProvisionedProduct = function (args, optionsOrCb, cb) {
|
|
1244
|
+
var command = new UpdateProvisionedProductCommand(args);
|
|
1245
|
+
if (typeof optionsOrCb === "function") {
|
|
1246
|
+
this.send(command, optionsOrCb);
|
|
1247
|
+
}
|
|
1248
|
+
else if (typeof cb === "function") {
|
|
1249
|
+
if (typeof optionsOrCb !== "object")
|
|
1250
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1251
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1252
|
+
}
|
|
1253
|
+
else {
|
|
1254
|
+
return this.send(command, optionsOrCb);
|
|
1255
|
+
}
|
|
1256
|
+
};
|
|
1257
|
+
ServiceCatalog.prototype.updateProvisionedProductProperties = function (args, optionsOrCb, cb) {
|
|
1258
|
+
var command = new UpdateProvisionedProductPropertiesCommand(args);
|
|
1259
|
+
if (typeof optionsOrCb === "function") {
|
|
1260
|
+
this.send(command, optionsOrCb);
|
|
1261
|
+
}
|
|
1262
|
+
else if (typeof cb === "function") {
|
|
1263
|
+
if (typeof optionsOrCb !== "object")
|
|
1264
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1265
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1266
|
+
}
|
|
1267
|
+
else {
|
|
1268
|
+
return this.send(command, optionsOrCb);
|
|
1269
|
+
}
|
|
1270
|
+
};
|
|
1271
|
+
ServiceCatalog.prototype.updateProvisioningArtifact = function (args, optionsOrCb, cb) {
|
|
1272
|
+
var command = new UpdateProvisioningArtifactCommand(args);
|
|
1273
|
+
if (typeof optionsOrCb === "function") {
|
|
1274
|
+
this.send(command, optionsOrCb);
|
|
1275
|
+
}
|
|
1276
|
+
else if (typeof cb === "function") {
|
|
1277
|
+
if (typeof optionsOrCb !== "object")
|
|
1278
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1279
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1280
|
+
}
|
|
1281
|
+
else {
|
|
1282
|
+
return this.send(command, optionsOrCb);
|
|
1283
|
+
}
|
|
1284
|
+
};
|
|
1285
|
+
ServiceCatalog.prototype.updateServiceAction = function (args, optionsOrCb, cb) {
|
|
1286
|
+
var command = new UpdateServiceActionCommand(args);
|
|
1287
|
+
if (typeof optionsOrCb === "function") {
|
|
1288
|
+
this.send(command, optionsOrCb);
|
|
1289
|
+
}
|
|
1290
|
+
else if (typeof cb === "function") {
|
|
1291
|
+
if (typeof optionsOrCb !== "object")
|
|
1292
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1293
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1294
|
+
}
|
|
1295
|
+
else {
|
|
1296
|
+
return this.send(command, optionsOrCb);
|
|
1297
|
+
}
|
|
1298
|
+
};
|
|
1299
|
+
ServiceCatalog.prototype.updateTagOption = function (args, optionsOrCb, cb) {
|
|
1300
|
+
var command = new UpdateTagOptionCommand(args);
|
|
1301
|
+
if (typeof optionsOrCb === "function") {
|
|
1302
|
+
this.send(command, optionsOrCb);
|
|
1303
|
+
}
|
|
1304
|
+
else if (typeof cb === "function") {
|
|
1305
|
+
if (typeof optionsOrCb !== "object")
|
|
1306
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1307
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1308
|
+
}
|
|
1309
|
+
else {
|
|
1310
|
+
return this.send(command, optionsOrCb);
|
|
1311
|
+
}
|
|
1312
|
+
};
|
|
1313
|
+
return ServiceCatalog;
|
|
1314
|
+
}(ServiceCatalogClient));
|
|
1315
|
+
export { ServiceCatalog };
|