@aws-sdk/client-service-catalog 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/ServiceCatalog.js +1312 -0
- package/dist-cjs/ServiceCatalogClient.js +35 -0
- package/dist-cjs/commands/AcceptPortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/AssociateBudgetWithResourceCommand.js +36 -0
- package/dist-cjs/commands/AssociatePrincipalWithPortfolioCommand.js +36 -0
- package/dist-cjs/commands/AssociateProductWithPortfolioCommand.js +36 -0
- package/dist-cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/AssociateTagOptionWithResourceCommand.js +36 -0
- package/dist-cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/CopyProductCommand.js +36 -0
- package/dist-cjs/commands/CreateConstraintCommand.js +36 -0
- package/dist-cjs/commands/CreatePortfolioCommand.js +36 -0
- package/dist-cjs/commands/CreatePortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/CreateProductCommand.js +36 -0
- package/dist-cjs/commands/CreateProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/CreateProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/CreateServiceActionCommand.js +36 -0
- package/dist-cjs/commands/CreateTagOptionCommand.js +36 -0
- package/dist-cjs/commands/DeleteConstraintCommand.js +36 -0
- package/dist-cjs/commands/DeletePortfolioCommand.js +36 -0
- package/dist-cjs/commands/DeletePortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/DeleteProductCommand.js +36 -0
- package/dist-cjs/commands/DeleteProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/DeleteServiceActionCommand.js +36 -0
- package/dist-cjs/commands/DeleteTagOptionCommand.js +36 -0
- package/dist-cjs/commands/DescribeConstraintCommand.js +36 -0
- package/dist-cjs/commands/DescribeCopyProductStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribePortfolioCommand.js +36 -0
- package/dist-cjs/commands/DescribePortfolioShareStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribePortfolioSharesCommand.js +36 -0
- package/dist-cjs/commands/DescribeProductAsAdminCommand.js +36 -0
- package/dist-cjs/commands/DescribeProductCommand.js +36 -0
- package/dist-cjs/commands/DescribeProductViewCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/DescribeProvisioningParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeRecordCommand.js +36 -0
- package/dist-cjs/commands/DescribeServiceActionCommand.js +36 -0
- package/dist-cjs/commands/DescribeServiceActionExecutionParametersCommand.js +36 -0
- package/dist-cjs/commands/DescribeTagOptionCommand.js +36 -0
- package/dist-cjs/commands/DisableAWSOrganizationsAccessCommand.js +36 -0
- package/dist-cjs/commands/DisassociateBudgetFromResourceCommand.js +36 -0
- package/dist-cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +36 -0
- package/dist-cjs/commands/DisassociateProductFromPortfolioCommand.js +36 -0
- package/dist-cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/DisassociateTagOptionFromResourceCommand.js +36 -0
- package/dist-cjs/commands/EnableAWSOrganizationsAccessCommand.js +36 -0
- package/dist-cjs/commands/ExecuteProvisionedProductPlanCommand.js +36 -0
- package/dist-cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +36 -0
- package/dist-cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +36 -0
- package/dist-cjs/commands/GetProvisionedProductOutputsCommand.js +36 -0
- package/dist-cjs/commands/ImportAsProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/ListAcceptedPortfolioSharesCommand.js +36 -0
- package/dist-cjs/commands/ListBudgetsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListConstraintsForPortfolioCommand.js +36 -0
- package/dist-cjs/commands/ListLaunchPathsCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationPortfolioAccessCommand.js +36 -0
- package/dist-cjs/commands/ListPortfolioAccessCommand.js +36 -0
- package/dist-cjs/commands/ListPortfoliosCommand.js +36 -0
- package/dist-cjs/commands/ListPortfoliosForProductCommand.js +36 -0
- package/dist-cjs/commands/ListPrincipalsForPortfolioCommand.js +36 -0
- package/dist-cjs/commands/ListProvisionedProductPlansCommand.js +36 -0
- package/dist-cjs/commands/ListProvisioningArtifactsCommand.js +36 -0
- package/dist-cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +36 -0
- package/dist-cjs/commands/ListRecordHistoryCommand.js +36 -0
- package/dist-cjs/commands/ListResourcesForTagOptionCommand.js +36 -0
- package/dist-cjs/commands/ListServiceActionsCommand.js +36 -0
- package/dist-cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/ListStackInstancesForProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/ListTagOptionsCommand.js +36 -0
- package/dist-cjs/commands/ProvisionProductCommand.js +36 -0
- package/dist-cjs/commands/RejectPortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/ScanProvisionedProductsCommand.js +36 -0
- package/dist-cjs/commands/SearchProductsAsAdminCommand.js +36 -0
- package/dist-cjs/commands/SearchProductsCommand.js +36 -0
- package/dist-cjs/commands/SearchProvisionedProductsCommand.js +36 -0
- package/dist-cjs/commands/TerminateProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/UpdateConstraintCommand.js +36 -0
- package/dist-cjs/commands/UpdatePortfolioCommand.js +36 -0
- package/dist-cjs/commands/UpdatePortfolioShareCommand.js +36 -0
- package/dist-cjs/commands/UpdateProductCommand.js +36 -0
- package/dist-cjs/commands/UpdateProvisionedProductCommand.js +36 -0
- package/dist-cjs/commands/UpdateProvisionedProductPropertiesCommand.js +36 -0
- package/dist-cjs/commands/UpdateProvisioningArtifactCommand.js +36 -0
- package/dist-cjs/commands/UpdateServiceActionCommand.js +36 -0
- package/dist-cjs/commands/UpdateTagOptionCommand.js +36 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +113 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1614 -0
- package/dist-cjs/pagination/DescribePortfolioSharesPaginator.js +35 -0
- package/dist-cjs/pagination/GetProvisionedProductOutputsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAcceptedPortfolioSharesPaginator.js +35 -0
- package/dist-cjs/pagination/ListBudgetsForResourcePaginator.js +35 -0
- package/dist-cjs/pagination/ListConstraintsForPortfolioPaginator.js +35 -0
- package/dist-cjs/pagination/ListLaunchPathsPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrganizationPortfolioAccessPaginator.js +35 -0
- package/dist-cjs/pagination/ListPortfolioAccessPaginator.js +35 -0
- package/dist-cjs/pagination/ListPortfoliosForProductPaginator.js +35 -0
- package/dist-cjs/pagination/ListPortfoliosPaginator.js +35 -0
- package/dist-cjs/pagination/ListPrincipalsForPortfolioPaginator.js +35 -0
- package/dist-cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourcesForTagOptionPaginator.js +35 -0
- package/dist-cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +35 -0
- package/dist-cjs/pagination/ListServiceActionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTagOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchProductsAsAdminPaginator.js +35 -0
- package/dist-cjs/pagination/SearchProductsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchProvisionedProductsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +9001 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/ServiceCatalog.js +1315 -0
- package/dist-es/ServiceCatalogClient.js +37 -0
- package/dist-es/commands/AcceptPortfolioShareCommand.js +39 -0
- package/dist-es/commands/AssociateBudgetWithResourceCommand.js +39 -0
- package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +39 -0
- package/dist-es/commands/AssociateProductWithPortfolioCommand.js +39 -0
- package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +39 -0
- package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/CopyProductCommand.js +39 -0
- package/dist-es/commands/CreateConstraintCommand.js +39 -0
- package/dist-es/commands/CreatePortfolioCommand.js +39 -0
- package/dist-es/commands/CreatePortfolioShareCommand.js +39 -0
- package/dist-es/commands/CreateProductCommand.js +39 -0
- package/dist-es/commands/CreateProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/CreateProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/CreateServiceActionCommand.js +39 -0
- package/dist-es/commands/CreateTagOptionCommand.js +39 -0
- package/dist-es/commands/DeleteConstraintCommand.js +39 -0
- package/dist-es/commands/DeletePortfolioCommand.js +39 -0
- package/dist-es/commands/DeletePortfolioShareCommand.js +39 -0
- package/dist-es/commands/DeleteProductCommand.js +39 -0
- package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/DeleteProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/DeleteServiceActionCommand.js +39 -0
- package/dist-es/commands/DeleteTagOptionCommand.js +39 -0
- package/dist-es/commands/DescribeConstraintCommand.js +39 -0
- package/dist-es/commands/DescribeCopyProductStatusCommand.js +39 -0
- package/dist-es/commands/DescribePortfolioCommand.js +39 -0
- package/dist-es/commands/DescribePortfolioShareStatusCommand.js +39 -0
- package/dist-es/commands/DescribePortfolioSharesCommand.js +39 -0
- package/dist-es/commands/DescribeProductAsAdminCommand.js +39 -0
- package/dist-es/commands/DescribeProductCommand.js +39 -0
- package/dist-es/commands/DescribeProductViewCommand.js +39 -0
- package/dist-es/commands/DescribeProvisionedProductCommand.js +39 -0
- package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/DescribeProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/DescribeProvisioningParametersCommand.js +39 -0
- package/dist-es/commands/DescribeRecordCommand.js +39 -0
- package/dist-es/commands/DescribeServiceActionCommand.js +39 -0
- package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +39 -0
- package/dist-es/commands/DescribeTagOptionCommand.js +39 -0
- package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +39 -0
- package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +39 -0
- package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +39 -0
- package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +39 -0
- package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +39 -0
- package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +39 -0
- package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +39 -0
- package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +39 -0
- package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +39 -0
- package/dist-es/commands/GetProvisionedProductOutputsCommand.js +39 -0
- package/dist-es/commands/ImportAsProvisionedProductCommand.js +39 -0
- package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +39 -0
- package/dist-es/commands/ListBudgetsForResourceCommand.js +39 -0
- package/dist-es/commands/ListConstraintsForPortfolioCommand.js +39 -0
- package/dist-es/commands/ListLaunchPathsCommand.js +39 -0
- package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +39 -0
- package/dist-es/commands/ListPortfolioAccessCommand.js +39 -0
- package/dist-es/commands/ListPortfoliosCommand.js +39 -0
- package/dist-es/commands/ListPortfoliosForProductCommand.js +39 -0
- package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +39 -0
- package/dist-es/commands/ListProvisionedProductPlansCommand.js +39 -0
- package/dist-es/commands/ListProvisioningArtifactsCommand.js +39 -0
- package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +39 -0
- package/dist-es/commands/ListRecordHistoryCommand.js +39 -0
- package/dist-es/commands/ListResourcesForTagOptionCommand.js +39 -0
- package/dist-es/commands/ListServiceActionsCommand.js +39 -0
- package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +39 -0
- package/dist-es/commands/ListTagOptionsCommand.js +39 -0
- package/dist-es/commands/ProvisionProductCommand.js +39 -0
- package/dist-es/commands/RejectPortfolioShareCommand.js +39 -0
- package/dist-es/commands/ScanProvisionedProductsCommand.js +39 -0
- package/dist-es/commands/SearchProductsAsAdminCommand.js +39 -0
- package/dist-es/commands/SearchProductsCommand.js +39 -0
- package/dist-es/commands/SearchProvisionedProductsCommand.js +39 -0
- package/dist-es/commands/TerminateProvisionedProductCommand.js +39 -0
- package/dist-es/commands/UpdateConstraintCommand.js +39 -0
- package/dist-es/commands/UpdatePortfolioCommand.js +39 -0
- package/dist-es/commands/UpdatePortfolioShareCommand.js +39 -0
- package/dist-es/commands/UpdateProductCommand.js +39 -0
- package/dist-es/commands/UpdateProvisionedProductCommand.js +39 -0
- package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +39 -0
- package/dist-es/commands/UpdateProvisioningArtifactCommand.js +39 -0
- package/dist-es/commands/UpdateServiceActionCommand.js +39 -0
- package/dist-es/commands/UpdateTagOptionCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1137 -0
- package/dist-es/pagination/DescribePortfolioSharesPaginator.js +74 -0
- package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +74 -0
- package/dist-es/pagination/ListBudgetsForResourcePaginator.js +74 -0
- package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +74 -0
- package/dist-es/pagination/ListLaunchPathsPaginator.js +74 -0
- package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +74 -0
- package/dist-es/pagination/ListPortfolioAccessPaginator.js +74 -0
- package/dist-es/pagination/ListPortfoliosForProductPaginator.js +74 -0
- package/dist-es/pagination/ListPortfoliosPaginator.js +74 -0
- package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +74 -0
- package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +74 -0
- package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +74 -0
- package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +74 -0
- package/dist-es/pagination/ListServiceActionsPaginator.js +74 -0
- package/dist-es/pagination/ListTagOptionsPaginator.js +74 -0
- package/dist-es/pagination/SearchProductsAsAdminPaginator.js +74 -0
- package/dist-es/pagination/SearchProductsPaginator.js +74 -0
- package/dist-es/pagination/SearchProvisionedProductsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +9354 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/ServiceCatalog.d.ts +746 -0
- package/dist-types/ServiceCatalogClient.d.ts +225 -0
- package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +35 -0
- package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +35 -0
- package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +35 -0
- package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +36 -0
- package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +35 -0
- package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/CopyProductCommand.d.ts +39 -0
- package/dist-types/commands/CreateConstraintCommand.d.ts +36 -0
- package/dist-types/commands/CreatePortfolioCommand.d.ts +36 -0
- package/dist-types/commands/CreatePortfolioShareCommand.d.ts +43 -0
- package/dist-types/commands/CreateProductCommand.d.ts +41 -0
- package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +41 -0
- package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +40 -0
- package/dist-types/commands/CreateServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/CreateTagOptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConstraintCommand.d.ts +36 -0
- package/dist-types/commands/DeletePortfolioCommand.d.ts +38 -0
- package/dist-types/commands/DeletePortfolioShareCommand.d.ts +38 -0
- package/dist-types/commands/DeleteProductCommand.d.ts +37 -0
- package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +38 -0
- package/dist-types/commands/DeleteServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTagOptionCommand.d.ts +36 -0
- package/dist-types/commands/DescribeConstraintCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +35 -0
- package/dist-types/commands/DescribePortfolioCommand.d.ts +36 -0
- package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProductCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProductViewCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +42 -0
- package/dist-types/commands/DescribeRecordCommand.d.ts +43 -0
- package/dist-types/commands/DescribeServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTagOptionCommand.d.ts +35 -0
- package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +41 -0
- package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +35 -0
- package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +40 -0
- package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +35 -0
- package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +36 -0
- package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +35 -0
- package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +48 -0
- package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +35 -0
- package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +35 -0
- package/dist-types/commands/ListLaunchPathsCommand.d.ts +37 -0
- package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +38 -0
- package/dist-types/commands/ListPortfolioAccessCommand.d.ts +36 -0
- package/dist-types/commands/ListPortfoliosCommand.d.ts +35 -0
- package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +35 -0
- package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +35 -0
- package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +35 -0
- package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +35 -0
- package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/ListRecordHistoryCommand.d.ts +35 -0
- package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceActionsCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +35 -0
- package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +35 -0
- package/dist-types/commands/ListTagOptionsCommand.d.ts +35 -0
- package/dist-types/commands/ProvisionProductCommand.d.ts +43 -0
- package/dist-types/commands/RejectPortfolioShareCommand.d.ts +35 -0
- package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +36 -0
- package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +35 -0
- package/dist-types/commands/SearchProductsCommand.d.ts +35 -0
- package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +35 -0
- package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +37 -0
- package/dist-types/commands/UpdateConstraintCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePortfolioCommand.d.ts +36 -0
- package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +43 -0
- package/dist-types/commands/UpdateProductCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +39 -0
- package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +36 -0
- package/dist-types/commands/UpdateServiceActionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTagOptionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribePortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetProvisionedProductOutputsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBudgetsForResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/ListConstraintsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLaunchPathsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortfoliosForProductPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPortfoliosPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourcesForTagOptionPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServiceActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchProductsAsAdminPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchProductsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchProvisionedProductsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +263 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/ServiceCatalog.d.ts +440 -0
- package/dist-types/ts3.4/ServiceCatalogClient.d.ts +154 -0
- package/dist-types/ts3.4/commands/AcceptPortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBudgetWithResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePrincipalWithPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateProductWithPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTagOptionWithResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCopyProductStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortfolioShareStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortfolioSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProductAsAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProductViewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProvisioningParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRecordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServiceActionExecutionParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableAWSOrganizationsAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBudgetFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateProductFromPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTagOptionFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAWSOrganizationsAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteProvisionedProductPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProvisionedProductOutputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportAsProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAcceptedPortfolioSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBudgetsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConstraintsForPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLaunchPathsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationPortfolioAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortfolioAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortfoliosCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortfoliosForProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPrincipalsForPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProvisionedProductPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProvisioningArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecordHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourcesForTagOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackInstancesForProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectPortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ScanProvisionedProductsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchProductsAsAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchProductsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchProvisionedProductsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConstraintCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePortfolioShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProvisionedProductCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProvisionedProductPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProvisioningArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServiceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagOptionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3195 -0
- package/dist-types/ts3.4/pagination/DescribePortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetProvisionedProductOutputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBudgetsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListConstraintsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLaunchPathsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortfolioAccessPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortfoliosForProductPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortfoliosPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPrincipalsForPortfolioPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourcesForTagOptionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchProductsAsAdminPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchProductsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchProvisionedProductsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +263 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +52 -49
- package/ServiceCatalog.ts +0 -3364
- package/ServiceCatalogClient.ts +0 -688
- package/commands/AcceptPortfolioShareCommand.ts +0 -94
- package/commands/AssociateBudgetWithResourceCommand.ts +0 -97
- package/commands/AssociatePrincipalWithPortfolioCommand.ts +0 -102
- package/commands/AssociateProductWithPortfolioCommand.ts +0 -100
- package/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +0 -109
- package/commands/AssociateTagOptionWithResourceCommand.ts +0 -102
- package/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +0 -109
- package/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +0 -109
- package/commands/CopyProductCommand.ts +0 -98
- package/commands/CreateConstraintCommand.ts +0 -95
- package/commands/CreatePortfolioCommand.ts +0 -95
- package/commands/CreatePortfolioShareCommand.ts +0 -102
- package/commands/CreateProductCommand.ts +0 -100
- package/commands/CreateProvisionedProductPlanCommand.ts +0 -105
- package/commands/CreateProvisioningArtifactCommand.ts +0 -102
- package/commands/CreateServiceActionCommand.ts +0 -94
- package/commands/CreateTagOptionCommand.ts +0 -94
- package/commands/DeleteConstraintCommand.ts +0 -95
- package/commands/DeletePortfolioCommand.ts +0 -97
- package/commands/DeletePortfolioShareCommand.ts +0 -97
- package/commands/DeleteProductCommand.ts +0 -96
- package/commands/DeleteProvisionedProductPlanCommand.ts +0 -99
- package/commands/DeleteProvisioningArtifactCommand.ts +0 -100
- package/commands/DeleteServiceActionCommand.ts +0 -94
- package/commands/DeleteTagOptionCommand.ts +0 -95
- package/commands/DescribeConstraintCommand.ts +0 -94
- package/commands/DescribeCopyProductStatusCommand.ts +0 -97
- package/commands/DescribePortfolioCommand.ts +0 -95
- package/commands/DescribePortfolioShareStatusCommand.ts +0 -100
- package/commands/DescribePortfolioSharesCommand.ts +0 -98
- package/commands/DescribeProductAsAdminCommand.ts +0 -94
- package/commands/DescribeProductCommand.ts +0 -94
- package/commands/DescribeProductViewCommand.ts +0 -94
- package/commands/DescribeProvisionedProductCommand.ts +0 -97
- package/commands/DescribeProvisionedProductPlanCommand.ts +0 -102
- package/commands/DescribeProvisioningArtifactCommand.ts +0 -99
- package/commands/DescribeProvisioningParametersCommand.ts +0 -109
- package/commands/DescribeRecordCommand.ts +0 -102
- package/commands/DescribeServiceActionCommand.ts +0 -94
- package/commands/DescribeServiceActionExecutionParametersCommand.ts +0 -109
- package/commands/DescribeTagOptionCommand.ts +0 -94
- package/commands/DisableAWSOrganizationsAccessCommand.ts +0 -105
- package/commands/DisassociateBudgetFromResourceCommand.ts +0 -102
- package/commands/DisassociatePrincipalFromPortfolioCommand.ts +0 -103
- package/commands/DisassociateProductFromPortfolioCommand.ts +0 -103
- package/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +0 -109
- package/commands/DisassociateTagOptionFromResourceCommand.ts +0 -102
- package/commands/EnableAWSOrganizationsAccessCommand.ts +0 -104
- package/commands/ExecuteProvisionedProductPlanCommand.ts +0 -99
- package/commands/ExecuteProvisionedProductServiceActionCommand.ts +0 -106
- package/commands/GetAWSOrganizationsAccessStatusCommand.ts +0 -103
- package/commands/GetProvisionedProductOutputsCommand.ts +0 -99
- package/commands/ImportAsProvisionedProductCommand.ts +0 -110
- package/commands/ListAcceptedPortfolioSharesCommand.ts +0 -97
- package/commands/ListBudgetsForResourceCommand.ts +0 -94
- package/commands/ListConstraintsForPortfolioCommand.ts +0 -97
- package/commands/ListLaunchPathsCommand.ts +0 -96
- package/commands/ListOrganizationPortfolioAccessCommand.ts +0 -105
- package/commands/ListPortfolioAccessCommand.ts +0 -95
- package/commands/ListPortfoliosCommand.ts +0 -94
- package/commands/ListPortfoliosForProductCommand.ts +0 -94
- package/commands/ListPrincipalsForPortfolioCommand.ts +0 -97
- package/commands/ListProvisionedProductPlansCommand.ts +0 -97
- package/commands/ListProvisioningArtifactsCommand.ts +0 -97
- package/commands/ListProvisioningArtifactsForServiceActionCommand.ts +0 -109
- package/commands/ListRecordHistoryCommand.ts +0 -94
- package/commands/ListResourcesForTagOptionCommand.ts +0 -97
- package/commands/ListServiceActionsCommand.ts +0 -94
- package/commands/ListServiceActionsForProvisioningArtifactCommand.ts +0 -109
- package/commands/ListStackInstancesForProvisionedProductCommand.ts +0 -109
- package/commands/ListTagOptionsCommand.ts +0 -94
- package/commands/ProvisionProductCommand.ts +0 -102
- package/commands/RejectPortfolioShareCommand.ts +0 -94
- package/commands/ScanProvisionedProductsCommand.ts +0 -95
- package/commands/SearchProductsAsAdminCommand.ts +0 -94
- package/commands/SearchProductsCommand.ts +0 -94
- package/commands/SearchProvisionedProductsCommand.ts +0 -97
- package/commands/TerminateProvisionedProductCommand.ts +0 -99
- package/commands/UpdateConstraintCommand.ts +0 -94
- package/commands/UpdatePortfolioCommand.ts +0 -95
- package/commands/UpdatePortfolioShareCommand.ts +0 -102
- package/commands/UpdateProductCommand.ts +0 -94
- package/commands/UpdateProvisionedProductCommand.ts +0 -98
- package/commands/UpdateProvisionedProductPropertiesCommand.ts +0 -102
- package/commands/UpdateProvisioningArtifactCommand.ts +0 -98
- package/commands/UpdateServiceActionCommand.ts +0 -94
- package/commands/UpdateTagOptionCommand.ts +0 -94
- package/dist/cjs/ServiceCatalog.js +0 -1322
- package/dist/cjs/ServiceCatalog.js.map +0 -1
- package/dist/cjs/ServiceCatalogClient.js +0 -50
- package/dist/cjs/ServiceCatalogClient.js.map +0 -1
- package/dist/cjs/commands/AcceptPortfolioShareCommand.js +0 -61
- package/dist/cjs/commands/AcceptPortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateBudgetWithResourceCommand.js +0 -61
- package/dist/cjs/commands/AssociateBudgetWithResourceCommand.js.map +0 -1
- package/dist/cjs/commands/AssociatePrincipalWithPortfolioCommand.js +0 -61
- package/dist/cjs/commands/AssociatePrincipalWithPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateProductWithPortfolioCommand.js +0 -62
- package/dist/cjs/commands/AssociateProductWithPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateTagOptionWithResourceCommand.js +0 -61
- package/dist/cjs/commands/AssociateTagOptionWithResourceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/CopyProductCommand.js +0 -65
- package/dist/cjs/commands/CopyProductCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConstraintCommand.js +0 -62
- package/dist/cjs/commands/CreateConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePortfolioCommand.js +0 -62
- package/dist/cjs/commands/CreatePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePortfolioShareCommand.js +0 -69
- package/dist/cjs/commands/CreatePortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProductCommand.js +0 -67
- package/dist/cjs/commands/CreateProductCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProvisionedProductPlanCommand.js +0 -67
- package/dist/cjs/commands/CreateProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProvisioningArtifactCommand.js +0 -66
- package/dist/cjs/commands/CreateProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/CreateServiceActionCommand.js +0 -61
- package/dist/cjs/commands/CreateServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagOptionCommand.js +0 -61
- package/dist/cjs/commands/CreateTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConstraintCommand.js +0 -62
- package/dist/cjs/commands/DeleteConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePortfolioCommand.js +0 -64
- package/dist/cjs/commands/DeletePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePortfolioShareCommand.js +0 -64
- package/dist/cjs/commands/DeletePortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProductCommand.js +0 -63
- package/dist/cjs/commands/DeleteProductCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProvisionedProductPlanCommand.js +0 -61
- package/dist/cjs/commands/DeleteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProvisioningArtifactCommand.js +0 -64
- package/dist/cjs/commands/DeleteProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteServiceActionCommand.js +0 -61
- package/dist/cjs/commands/DeleteServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagOptionCommand.js +0 -62
- package/dist/cjs/commands/DeleteTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConstraintCommand.js +0 -61
- package/dist/cjs/commands/DescribeConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCopyProductStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeCopyProductStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortfolioCommand.js +0 -62
- package/dist/cjs/commands/DescribePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortfolioShareStatusCommand.js +0 -62
- package/dist/cjs/commands/DescribePortfolioShareStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePortfolioSharesCommand.js +0 -65
- package/dist/cjs/commands/DescribePortfolioSharesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProductAsAdminCommand.js +0 -61
- package/dist/cjs/commands/DescribeProductAsAdminCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProductCommand.js +0 -61
- package/dist/cjs/commands/DescribeProductCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProductViewCommand.js +0 -61
- package/dist/cjs/commands/DescribeProductViewCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisionedProductCommand.js +0 -61
- package/dist/cjs/commands/DescribeProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisionedProductPlanCommand.js +0 -61
- package/dist/cjs/commands/DescribeProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/DescribeProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProvisioningParametersCommand.js +0 -68
- package/dist/cjs/commands/DescribeProvisioningParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRecordCommand.js +0 -69
- package/dist/cjs/commands/DescribeRecordCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeServiceActionCommand.js +0 -61
- package/dist/cjs/commands/DescribeServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeServiceActionExecutionParametersCommand.js +0 -61
- package/dist/cjs/commands/DescribeServiceActionExecutionParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagOptionCommand.js +0 -61
- package/dist/cjs/commands/DescribeTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/DisableAWSOrganizationsAccessCommand.js +0 -67
- package/dist/cjs/commands/DisableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateBudgetFromResourceCommand.js +0 -61
- package/dist/cjs/commands/DisassociateBudgetFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +0 -62
- package/dist/cjs/commands/DisassociatePrincipalFromPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateProductFromPortfolioCommand.js +0 -62
- package/dist/cjs/commands/DisassociateProductFromPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateTagOptionFromResourceCommand.js +0 -61
- package/dist/cjs/commands/DisassociateTagOptionFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/EnableAWSOrganizationsAccessCommand.js +0 -66
- package/dist/cjs/commands/EnableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteProvisionedProductPlanCommand.js +0 -61
- package/dist/cjs/commands/ExecuteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +0 -61
- package/dist/cjs/commands/ExecuteProvisionedProductServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +0 -62
- package/dist/cjs/commands/GetAWSOrganizationsAccessStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetProvisionedProductOutputsCommand.js +0 -61
- package/dist/cjs/commands/GetProvisionedProductOutputsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportAsProvisionedProductCommand.js +0 -74
- package/dist/cjs/commands/ImportAsProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/ListAcceptedPortfolioSharesCommand.js +0 -61
- package/dist/cjs/commands/ListAcceptedPortfolioSharesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBudgetsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListBudgetsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListConstraintsForPortfolioCommand.js +0 -61
- package/dist/cjs/commands/ListConstraintsForPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/ListLaunchPathsCommand.js +0 -63
- package/dist/cjs/commands/ListLaunchPathsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOrganizationPortfolioAccessCommand.js +0 -64
- package/dist/cjs/commands/ListOrganizationPortfolioAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortfolioAccessCommand.js +0 -62
- package/dist/cjs/commands/ListPortfolioAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortfoliosCommand.js +0 -61
- package/dist/cjs/commands/ListPortfoliosCommand.js.map +0 -1
- package/dist/cjs/commands/ListPortfoliosForProductCommand.js +0 -61
- package/dist/cjs/commands/ListPortfoliosForProductCommand.js.map +0 -1
- package/dist/cjs/commands/ListPrincipalsForPortfolioCommand.js +0 -61
- package/dist/cjs/commands/ListPrincipalsForPortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisionedProductPlansCommand.js +0 -61
- package/dist/cjs/commands/ListProvisionedProductPlansCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisioningArtifactsCommand.js +0 -61
- package/dist/cjs/commands/ListProvisioningArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +0 -61
- package/dist/cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecordHistoryCommand.js +0 -61
- package/dist/cjs/commands/ListRecordHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourcesForTagOptionCommand.js +0 -61
- package/dist/cjs/commands/ListResourcesForTagOptionCommand.js.map +0 -1
- package/dist/cjs/commands/ListServiceActionsCommand.js +0 -61
- package/dist/cjs/commands/ListServiceActionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +0 -61
- package/dist/cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackInstancesForProvisionedProductCommand.js +0 -61
- package/dist/cjs/commands/ListStackInstancesForProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagOptionsCommand.js +0 -61
- package/dist/cjs/commands/ListTagOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/ProvisionProductCommand.js +0 -69
- package/dist/cjs/commands/ProvisionProductCommand.js.map +0 -1
- package/dist/cjs/commands/RejectPortfolioShareCommand.js +0 -61
- package/dist/cjs/commands/RejectPortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/ScanProvisionedProductsCommand.js +0 -62
- package/dist/cjs/commands/ScanProvisionedProductsCommand.js.map +0 -1
- package/dist/cjs/commands/SearchProductsAsAdminCommand.js +0 -61
- package/dist/cjs/commands/SearchProductsAsAdminCommand.js.map +0 -1
- package/dist/cjs/commands/SearchProductsCommand.js +0 -61
- package/dist/cjs/commands/SearchProductsCommand.js.map +0 -1
- package/dist/cjs/commands/SearchProvisionedProductsCommand.js +0 -61
- package/dist/cjs/commands/SearchProvisionedProductsCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateProvisionedProductCommand.js +0 -63
- package/dist/cjs/commands/TerminateProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConstraintCommand.js +0 -61
- package/dist/cjs/commands/UpdateConstraintCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePortfolioCommand.js +0 -62
- package/dist/cjs/commands/UpdatePortfolioCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePortfolioShareCommand.js +0 -69
- package/dist/cjs/commands/UpdatePortfolioShareCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProductCommand.js +0 -61
- package/dist/cjs/commands/UpdateProductCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProvisionedProductCommand.js +0 -65
- package/dist/cjs/commands/UpdateProvisionedProductCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProvisionedProductPropertiesCommand.js +0 -61
- package/dist/cjs/commands/UpdateProvisionedProductPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProvisioningArtifactCommand.js +0 -62
- package/dist/cjs/commands/UpdateProvisioningArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServiceActionCommand.js +0 -61
- package/dist/cjs/commands/UpdateServiceActionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagOptionCommand.js +0 -61
- package/dist/cjs/commands/UpdateTagOptionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -114
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2320
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribePortfolioSharesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePortfolioSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetProvisionedProductOutputsPaginator.js +0 -46
- package/dist/cjs/pagination/GetProvisionedProductOutputsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAcceptedPortfolioSharesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAcceptedPortfolioSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBudgetsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListBudgetsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListConstraintsForPortfolioPaginator.js +0 -46
- package/dist/cjs/pagination/ListConstraintsForPortfolioPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLaunchPathsPaginator.js +0 -46
- package/dist/cjs/pagination/ListLaunchPathsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOrganizationPortfolioAccessPaginator.js +0 -46
- package/dist/cjs/pagination/ListOrganizationPortfolioAccessPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortfolioAccessPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortfolioAccessPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortfoliosForProductPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortfoliosForProductPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPortfoliosPaginator.js +0 -46
- package/dist/cjs/pagination/ListPortfoliosPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPrincipalsForPortfolioPaginator.js +0 -46
- package/dist/cjs/pagination/ListPrincipalsForPortfolioPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +0 -46
- package/dist/cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResourcesForTagOptionPaginator.js +0 -46
- package/dist/cjs/pagination/ListResourcesForTagOptionPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +0 -46
- package/dist/cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServiceActionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListServiceActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagOptionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTagOptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchProductsAsAdminPaginator.js +0 -46
- package/dist/cjs/pagination/SearchProductsAsAdminPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchProductsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchProductsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchProvisionedProductsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchProvisionedProductsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -9007
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ServiceCatalog.js +0 -1325
- package/dist/es/ServiceCatalog.js.map +0 -1
- package/dist/es/ServiceCatalogClient.js +0 -52
- package/dist/es/ServiceCatalogClient.js.map +0 -1
- package/dist/es/commands/AcceptPortfolioShareCommand.js +0 -65
- package/dist/es/commands/AcceptPortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/AssociateBudgetWithResourceCommand.js +0 -65
- package/dist/es/commands/AssociateBudgetWithResourceCommand.js.map +0 -1
- package/dist/es/commands/AssociatePrincipalWithPortfolioCommand.js +0 -65
- package/dist/es/commands/AssociatePrincipalWithPortfolioCommand.js.map +0 -1
- package/dist/es/commands/AssociateProductWithPortfolioCommand.js +0 -66
- package/dist/es/commands/AssociateProductWithPortfolioCommand.js.map +0 -1
- package/dist/es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/AssociateTagOptionWithResourceCommand.js +0 -65
- package/dist/es/commands/AssociateTagOptionWithResourceCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/CopyProductCommand.js +0 -69
- package/dist/es/commands/CopyProductCommand.js.map +0 -1
- package/dist/es/commands/CreateConstraintCommand.js +0 -66
- package/dist/es/commands/CreateConstraintCommand.js.map +0 -1
- package/dist/es/commands/CreatePortfolioCommand.js +0 -66
- package/dist/es/commands/CreatePortfolioCommand.js.map +0 -1
- package/dist/es/commands/CreatePortfolioShareCommand.js +0 -73
- package/dist/es/commands/CreatePortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/CreateProductCommand.js +0 -71
- package/dist/es/commands/CreateProductCommand.js.map +0 -1
- package/dist/es/commands/CreateProvisionedProductPlanCommand.js +0 -71
- package/dist/es/commands/CreateProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/CreateProvisioningArtifactCommand.js +0 -70
- package/dist/es/commands/CreateProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/CreateServiceActionCommand.js +0 -65
- package/dist/es/commands/CreateServiceActionCommand.js.map +0 -1
- package/dist/es/commands/CreateTagOptionCommand.js +0 -65
- package/dist/es/commands/CreateTagOptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConstraintCommand.js +0 -66
- package/dist/es/commands/DeleteConstraintCommand.js.map +0 -1
- package/dist/es/commands/DeletePortfolioCommand.js +0 -68
- package/dist/es/commands/DeletePortfolioCommand.js.map +0 -1
- package/dist/es/commands/DeletePortfolioShareCommand.js +0 -68
- package/dist/es/commands/DeletePortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/DeleteProductCommand.js +0 -67
- package/dist/es/commands/DeleteProductCommand.js.map +0 -1
- package/dist/es/commands/DeleteProvisionedProductPlanCommand.js +0 -65
- package/dist/es/commands/DeleteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteProvisioningArtifactCommand.js +0 -68
- package/dist/es/commands/DeleteProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/DeleteServiceActionCommand.js +0 -65
- package/dist/es/commands/DeleteServiceActionCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagOptionCommand.js +0 -66
- package/dist/es/commands/DeleteTagOptionCommand.js.map +0 -1
- package/dist/es/commands/DescribeConstraintCommand.js +0 -65
- package/dist/es/commands/DescribeConstraintCommand.js.map +0 -1
- package/dist/es/commands/DescribeCopyProductStatusCommand.js +0 -65
- package/dist/es/commands/DescribeCopyProductStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribePortfolioCommand.js +0 -66
- package/dist/es/commands/DescribePortfolioCommand.js.map +0 -1
- package/dist/es/commands/DescribePortfolioShareStatusCommand.js +0 -66
- package/dist/es/commands/DescribePortfolioShareStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribePortfolioSharesCommand.js +0 -69
- package/dist/es/commands/DescribePortfolioSharesCommand.js.map +0 -1
- package/dist/es/commands/DescribeProductAsAdminCommand.js +0 -65
- package/dist/es/commands/DescribeProductAsAdminCommand.js.map +0 -1
- package/dist/es/commands/DescribeProductCommand.js +0 -65
- package/dist/es/commands/DescribeProductCommand.js.map +0 -1
- package/dist/es/commands/DescribeProductViewCommand.js +0 -65
- package/dist/es/commands/DescribeProductViewCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisionedProductCommand.js +0 -65
- package/dist/es/commands/DescribeProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisionedProductPlanCommand.js +0 -65
- package/dist/es/commands/DescribeProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/DescribeProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/DescribeProvisioningParametersCommand.js +0 -72
- package/dist/es/commands/DescribeProvisioningParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeRecordCommand.js +0 -73
- package/dist/es/commands/DescribeRecordCommand.js.map +0 -1
- package/dist/es/commands/DescribeServiceActionCommand.js +0 -65
- package/dist/es/commands/DescribeServiceActionCommand.js.map +0 -1
- package/dist/es/commands/DescribeServiceActionExecutionParametersCommand.js +0 -65
- package/dist/es/commands/DescribeServiceActionExecutionParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagOptionCommand.js +0 -65
- package/dist/es/commands/DescribeTagOptionCommand.js.map +0 -1
- package/dist/es/commands/DisableAWSOrganizationsAccessCommand.js +0 -71
- package/dist/es/commands/DisableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/es/commands/DisassociateBudgetFromResourceCommand.js +0 -65
- package/dist/es/commands/DisassociateBudgetFromResourceCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePrincipalFromPortfolioCommand.js +0 -66
- package/dist/es/commands/DisassociatePrincipalFromPortfolioCommand.js.map +0 -1
- package/dist/es/commands/DisassociateProductFromPortfolioCommand.js +0 -66
- package/dist/es/commands/DisassociateProductFromPortfolioCommand.js.map +0 -1
- package/dist/es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/DisassociateTagOptionFromResourceCommand.js +0 -65
- package/dist/es/commands/DisassociateTagOptionFromResourceCommand.js.map +0 -1
- package/dist/es/commands/EnableAWSOrganizationsAccessCommand.js +0 -70
- package/dist/es/commands/EnableAWSOrganizationsAccessCommand.js.map +0 -1
- package/dist/es/commands/ExecuteProvisionedProductPlanCommand.js +0 -65
- package/dist/es/commands/ExecuteProvisionedProductPlanCommand.js.map +0 -1
- package/dist/es/commands/ExecuteProvisionedProductServiceActionCommand.js +0 -65
- package/dist/es/commands/ExecuteProvisionedProductServiceActionCommand.js.map +0 -1
- package/dist/es/commands/GetAWSOrganizationsAccessStatusCommand.js +0 -66
- package/dist/es/commands/GetAWSOrganizationsAccessStatusCommand.js.map +0 -1
- package/dist/es/commands/GetProvisionedProductOutputsCommand.js +0 -65
- package/dist/es/commands/GetProvisionedProductOutputsCommand.js.map +0 -1
- package/dist/es/commands/ImportAsProvisionedProductCommand.js +0 -78
- package/dist/es/commands/ImportAsProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/ListAcceptedPortfolioSharesCommand.js +0 -65
- package/dist/es/commands/ListAcceptedPortfolioSharesCommand.js.map +0 -1
- package/dist/es/commands/ListBudgetsForResourceCommand.js +0 -65
- package/dist/es/commands/ListBudgetsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListConstraintsForPortfolioCommand.js +0 -65
- package/dist/es/commands/ListConstraintsForPortfolioCommand.js.map +0 -1
- package/dist/es/commands/ListLaunchPathsCommand.js +0 -67
- package/dist/es/commands/ListLaunchPathsCommand.js.map +0 -1
- package/dist/es/commands/ListOrganizationPortfolioAccessCommand.js +0 -68
- package/dist/es/commands/ListOrganizationPortfolioAccessCommand.js.map +0 -1
- package/dist/es/commands/ListPortfolioAccessCommand.js +0 -66
- package/dist/es/commands/ListPortfolioAccessCommand.js.map +0 -1
- package/dist/es/commands/ListPortfoliosCommand.js +0 -65
- package/dist/es/commands/ListPortfoliosCommand.js.map +0 -1
- package/dist/es/commands/ListPortfoliosForProductCommand.js +0 -65
- package/dist/es/commands/ListPortfoliosForProductCommand.js.map +0 -1
- package/dist/es/commands/ListPrincipalsForPortfolioCommand.js +0 -65
- package/dist/es/commands/ListPrincipalsForPortfolioCommand.js.map +0 -1
- package/dist/es/commands/ListProvisionedProductPlansCommand.js +0 -65
- package/dist/es/commands/ListProvisionedProductPlansCommand.js.map +0 -1
- package/dist/es/commands/ListProvisioningArtifactsCommand.js +0 -65
- package/dist/es/commands/ListProvisioningArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListProvisioningArtifactsForServiceActionCommand.js +0 -65
- package/dist/es/commands/ListProvisioningArtifactsForServiceActionCommand.js.map +0 -1
- package/dist/es/commands/ListRecordHistoryCommand.js +0 -65
- package/dist/es/commands/ListRecordHistoryCommand.js.map +0 -1
- package/dist/es/commands/ListResourcesForTagOptionCommand.js +0 -65
- package/dist/es/commands/ListResourcesForTagOptionCommand.js.map +0 -1
- package/dist/es/commands/ListServiceActionsCommand.js +0 -65
- package/dist/es/commands/ListServiceActionsCommand.js.map +0 -1
- package/dist/es/commands/ListServiceActionsForProvisioningArtifactCommand.js +0 -65
- package/dist/es/commands/ListServiceActionsForProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/ListStackInstancesForProvisionedProductCommand.js +0 -65
- package/dist/es/commands/ListStackInstancesForProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/ListTagOptionsCommand.js +0 -65
- package/dist/es/commands/ListTagOptionsCommand.js.map +0 -1
- package/dist/es/commands/ProvisionProductCommand.js +0 -73
- package/dist/es/commands/ProvisionProductCommand.js.map +0 -1
- package/dist/es/commands/RejectPortfolioShareCommand.js +0 -65
- package/dist/es/commands/RejectPortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/ScanProvisionedProductsCommand.js +0 -66
- package/dist/es/commands/ScanProvisionedProductsCommand.js.map +0 -1
- package/dist/es/commands/SearchProductsAsAdminCommand.js +0 -65
- package/dist/es/commands/SearchProductsAsAdminCommand.js.map +0 -1
- package/dist/es/commands/SearchProductsCommand.js +0 -65
- package/dist/es/commands/SearchProductsCommand.js.map +0 -1
- package/dist/es/commands/SearchProvisionedProductsCommand.js +0 -65
- package/dist/es/commands/SearchProvisionedProductsCommand.js.map +0 -1
- package/dist/es/commands/TerminateProvisionedProductCommand.js +0 -67
- package/dist/es/commands/TerminateProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/UpdateConstraintCommand.js +0 -65
- package/dist/es/commands/UpdateConstraintCommand.js.map +0 -1
- package/dist/es/commands/UpdatePortfolioCommand.js +0 -66
- package/dist/es/commands/UpdatePortfolioCommand.js.map +0 -1
- package/dist/es/commands/UpdatePortfolioShareCommand.js +0 -73
- package/dist/es/commands/UpdatePortfolioShareCommand.js.map +0 -1
- package/dist/es/commands/UpdateProductCommand.js +0 -65
- package/dist/es/commands/UpdateProductCommand.js.map +0 -1
- package/dist/es/commands/UpdateProvisionedProductCommand.js +0 -69
- package/dist/es/commands/UpdateProvisionedProductCommand.js.map +0 -1
- package/dist/es/commands/UpdateProvisionedProductPropertiesCommand.js +0 -65
- package/dist/es/commands/UpdateProvisionedProductPropertiesCommand.js.map +0 -1
- package/dist/es/commands/UpdateProvisioningArtifactCommand.js +0 -66
- package/dist/es/commands/UpdateProvisioningArtifactCommand.js.map +0 -1
- package/dist/es/commands/UpdateServiceActionCommand.js +0 -65
- package/dist/es/commands/UpdateServiceActionCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagOptionCommand.js +0 -65
- package/dist/es/commands/UpdateTagOptionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -111
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1843
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribePortfolioSharesPaginator.js +0 -87
- package/dist/es/pagination/DescribePortfolioSharesPaginator.js.map +0 -1
- package/dist/es/pagination/GetProvisionedProductOutputsPaginator.js +0 -87
- package/dist/es/pagination/GetProvisionedProductOutputsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAcceptedPortfolioSharesPaginator.js +0 -87
- package/dist/es/pagination/ListAcceptedPortfolioSharesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBudgetsForResourcePaginator.js +0 -87
- package/dist/es/pagination/ListBudgetsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListConstraintsForPortfolioPaginator.js +0 -87
- package/dist/es/pagination/ListConstraintsForPortfolioPaginator.js.map +0 -1
- package/dist/es/pagination/ListLaunchPathsPaginator.js +0 -87
- package/dist/es/pagination/ListLaunchPathsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOrganizationPortfolioAccessPaginator.js +0 -87
- package/dist/es/pagination/ListOrganizationPortfolioAccessPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortfolioAccessPaginator.js +0 -87
- package/dist/es/pagination/ListPortfolioAccessPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortfoliosForProductPaginator.js +0 -87
- package/dist/es/pagination/ListPortfoliosForProductPaginator.js.map +0 -1
- package/dist/es/pagination/ListPortfoliosPaginator.js +0 -87
- package/dist/es/pagination/ListPortfoliosPaginator.js.map +0 -1
- package/dist/es/pagination/ListPrincipalsForPortfolioPaginator.js +0 -87
- package/dist/es/pagination/ListPrincipalsForPortfolioPaginator.js.map +0 -1
- package/dist/es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +0 -87
- package/dist/es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourcesForTagOptionPaginator.js +0 -87
- package/dist/es/pagination/ListResourcesForTagOptionPaginator.js.map +0 -1
- package/dist/es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +0 -87
- package/dist/es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js.map +0 -1
- package/dist/es/pagination/ListServiceActionsPaginator.js +0 -87
- package/dist/es/pagination/ListServiceActionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagOptionsPaginator.js +0 -87
- package/dist/es/pagination/ListTagOptionsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchProductsAsAdminPaginator.js +0 -87
- package/dist/es/pagination/SearchProductsAsAdminPaginator.js.map +0 -1
- package/dist/es/pagination/SearchProductsPaginator.js +0 -87
- package/dist/es/pagination/SearchProductsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchProvisionedProductsPaginator.js +0 -87
- package/dist/es/pagination/SearchProvisionedProductsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -9360
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ServiceCatalog.d.ts +0 -746
- package/dist/types/ServiceCatalogClient.d.ts +0 -225
- package/dist/types/commands/AcceptPortfolioShareCommand.d.ts +0 -35
- package/dist/types/commands/AssociateBudgetWithResourceCommand.d.ts +0 -35
- package/dist/types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +0 -35
- package/dist/types/commands/AssociateProductWithPortfolioCommand.d.ts +0 -36
- package/dist/types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/AssociateTagOptionWithResourceCommand.d.ts +0 -35
- package/dist/types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/CopyProductCommand.d.ts +0 -39
- package/dist/types/commands/CreateConstraintCommand.d.ts +0 -36
- package/dist/types/commands/CreatePortfolioCommand.d.ts +0 -36
- package/dist/types/commands/CreatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/commands/CreateProductCommand.d.ts +0 -41
- package/dist/types/commands/CreateProvisionedProductPlanCommand.d.ts +0 -41
- package/dist/types/commands/CreateProvisioningArtifactCommand.d.ts +0 -40
- package/dist/types/commands/CreateServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/CreateTagOptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteConstraintCommand.d.ts +0 -36
- package/dist/types/commands/DeletePortfolioCommand.d.ts +0 -38
- package/dist/types/commands/DeletePortfolioShareCommand.d.ts +0 -38
- package/dist/types/commands/DeleteProductCommand.d.ts +0 -37
- package/dist/types/commands/DeleteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/commands/DeleteProvisioningArtifactCommand.d.ts +0 -38
- package/dist/types/commands/DeleteServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteTagOptionCommand.d.ts +0 -36
- package/dist/types/commands/DescribeConstraintCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCopyProductStatusCommand.d.ts +0 -35
- package/dist/types/commands/DescribePortfolioCommand.d.ts +0 -36
- package/dist/types/commands/DescribePortfolioShareStatusCommand.d.ts +0 -36
- package/dist/types/commands/DescribePortfolioSharesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeProductAsAdminCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProductCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProductViewCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisionedProductCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/DescribeProvisioningParametersCommand.d.ts +0 -42
- package/dist/types/commands/DescribeRecordCommand.d.ts +0 -43
- package/dist/types/commands/DescribeServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTagOptionCommand.d.ts +0 -35
- package/dist/types/commands/DisableAWSOrganizationsAccessCommand.d.ts +0 -41
- package/dist/types/commands/DisassociateBudgetFromResourceCommand.d.ts +0 -35
- package/dist/types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateProductFromPortfolioCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateTagOptionFromResourceCommand.d.ts +0 -35
- package/dist/types/commands/EnableAWSOrganizationsAccessCommand.d.ts +0 -40
- package/dist/types/commands/ExecuteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +0 -36
- package/dist/types/commands/GetProvisionedProductOutputsCommand.d.ts +0 -35
- package/dist/types/commands/ImportAsProvisionedProductCommand.d.ts +0 -48
- package/dist/types/commands/ListAcceptedPortfolioSharesCommand.d.ts +0 -35
- package/dist/types/commands/ListBudgetsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListConstraintsForPortfolioCommand.d.ts +0 -35
- package/dist/types/commands/ListLaunchPathsCommand.d.ts +0 -37
- package/dist/types/commands/ListOrganizationPortfolioAccessCommand.d.ts +0 -38
- package/dist/types/commands/ListPortfolioAccessCommand.d.ts +0 -36
- package/dist/types/commands/ListPortfoliosCommand.d.ts +0 -35
- package/dist/types/commands/ListPortfoliosForProductCommand.d.ts +0 -35
- package/dist/types/commands/ListPrincipalsForPortfolioCommand.d.ts +0 -35
- package/dist/types/commands/ListProvisionedProductPlansCommand.d.ts +0 -35
- package/dist/types/commands/ListProvisioningArtifactsCommand.d.ts +0 -35
- package/dist/types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/ListRecordHistoryCommand.d.ts +0 -35
- package/dist/types/commands/ListResourcesForTagOptionCommand.d.ts +0 -35
- package/dist/types/commands/ListServiceActionsCommand.d.ts +0 -35
- package/dist/types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +0 -35
- package/dist/types/commands/ListTagOptionsCommand.d.ts +0 -35
- package/dist/types/commands/ProvisionProductCommand.d.ts +0 -43
- package/dist/types/commands/RejectPortfolioShareCommand.d.ts +0 -35
- package/dist/types/commands/ScanProvisionedProductsCommand.d.ts +0 -36
- package/dist/types/commands/SearchProductsAsAdminCommand.d.ts +0 -35
- package/dist/types/commands/SearchProductsCommand.d.ts +0 -35
- package/dist/types/commands/SearchProvisionedProductsCommand.d.ts +0 -35
- package/dist/types/commands/TerminateProvisionedProductCommand.d.ts +0 -37
- package/dist/types/commands/UpdateConstraintCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePortfolioCommand.d.ts +0 -36
- package/dist/types/commands/UpdatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/commands/UpdateProductCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProvisionedProductCommand.d.ts +0 -39
- package/dist/types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProvisioningArtifactCommand.d.ts +0 -36
- package/dist/types/commands/UpdateServiceActionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTagOptionCommand.d.ts +0 -35
- package/dist/types/pagination/DescribePortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetProvisionedProductOutputsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBudgetsForResourcePaginator.d.ts +0 -4
- package/dist/types/pagination/ListConstraintsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/pagination/ListLaunchPathsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortfoliosForProductPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPortfoliosPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResourcesForTagOptionPaginator.d.ts +0 -4
- package/dist/types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +0 -4
- package/dist/types/pagination/ListServiceActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagOptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchProductsAsAdminPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchProductsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchProvisionedProductsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -263
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/ServiceCatalog.d.ts +0 -746
- package/dist/types/ts3.4/ServiceCatalogClient.d.ts +0 -225
- package/dist/types/ts3.4/commands/AcceptPortfolioShareCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateBudgetWithResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociatePrincipalWithPortfolioCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateProductWithPortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateTagOptionWithResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CopyProductCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateConstraintCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateProductCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateProvisionedProductPlanCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateProvisioningArtifactCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteConstraintCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePortfolioCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeletePortfolioShareCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteProductCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProvisioningArtifactCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTagOptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeConstraintCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCopyProductStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribePortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePortfolioShareStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePortfolioSharesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeProductAsAdminCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProductViewCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisionedProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeProvisioningParametersCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeRecordCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeServiceActionExecutionParametersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableAWSOrganizationsAccessCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DisassociateBudgetFromResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateProductFromPortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateTagOptionFromResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableAWSOrganizationsAccessCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ExecuteProvisionedProductPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetProvisionedProductOutputsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportAsProvisionedProductCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/ListAcceptedPortfolioSharesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListBudgetsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConstraintsForPortfolioCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListLaunchPathsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListOrganizationPortfolioAccessCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPortfolioAccessCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListPortfoliosCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPortfoliosForProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPrincipalsForPortfolioCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProvisionedProductPlansCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProvisioningArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRecordHistoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResourcesForTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListServiceActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStackInstancesForProvisionedProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ProvisionProductCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/RejectPortfolioShareCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ScanProvisionedProductsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchProductsAsAdminCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SearchProductsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SearchProvisionedProductsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TerminateProvisionedProductCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateConstraintCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePortfolioCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdatePortfolioShareCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateProductCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProvisionedProductCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateProvisionedProductPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProvisioningArtifactCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateServiceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTagOptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -7067
- package/dist/types/ts3.4/pagination/DescribePortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetProvisionedProductOutputsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBudgetsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListConstraintsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListLaunchPathsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortfolioAccessPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortfoliosForProductPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPortfoliosPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPrincipalsForPortfolioPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResourcesForTagOptionPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListServiceActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagOptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchProductsAsAdminPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchProductsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchProvisionedProductsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -263
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8533
- package/pagination/DescribePortfolioSharesPaginator.ts +0 -58
- package/pagination/GetProvisionedProductOutputsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAcceptedPortfolioSharesPaginator.ts +0 -58
- package/pagination/ListBudgetsForResourcePaginator.ts +0 -58
- package/pagination/ListConstraintsForPortfolioPaginator.ts +0 -58
- package/pagination/ListLaunchPathsPaginator.ts +0 -58
- package/pagination/ListOrganizationPortfolioAccessPaginator.ts +0 -58
- package/pagination/ListPortfolioAccessPaginator.ts +0 -58
- package/pagination/ListPortfoliosForProductPaginator.ts +0 -58
- package/pagination/ListPortfoliosPaginator.ts +0 -58
- package/pagination/ListPrincipalsForPortfolioPaginator.ts +0 -58
- package/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts +0 -58
- package/pagination/ListResourcesForTagOptionPaginator.ts +0 -58
- package/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts +0 -58
- package/pagination/ListServiceActionsPaginator.ts +0 -58
- package/pagination/ListTagOptionsPaginator.ts +0 -58
- package/pagination/SearchProductsAsAdminPaginator.ts +0 -58
- package/pagination/SearchProductsPaginator.ts +0 -58
- package/pagination/SearchProvisionedProductsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -11443
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
import { AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput } from "./commands/AcceptPortfolioShareCommand";
|
|
2
|
-
import { AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput } from "./commands/AssociateBudgetWithResourceCommand";
|
|
3
|
-
import { AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput } from "./commands/AssociatePrincipalWithPortfolioCommand";
|
|
4
|
-
import { AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput } from "./commands/AssociateProductWithPortfolioCommand";
|
|
5
|
-
import { AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
|
|
6
|
-
import { AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput } from "./commands/AssociateTagOptionWithResourceCommand";
|
|
7
|
-
import { BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
8
|
-
import { BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
9
|
-
import { CopyProductCommandInput, CopyProductCommandOutput } from "./commands/CopyProductCommand";
|
|
10
|
-
import { CreateConstraintCommandInput, CreateConstraintCommandOutput } from "./commands/CreateConstraintCommand";
|
|
11
|
-
import { CreatePortfolioCommandInput, CreatePortfolioCommandOutput } from "./commands/CreatePortfolioCommand";
|
|
12
|
-
import { CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput } from "./commands/CreatePortfolioShareCommand";
|
|
13
|
-
import { CreateProductCommandInput, CreateProductCommandOutput } from "./commands/CreateProductCommand";
|
|
14
|
-
import { CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput } from "./commands/CreateProvisionedProductPlanCommand";
|
|
15
|
-
import { CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput } from "./commands/CreateProvisioningArtifactCommand";
|
|
16
|
-
import { CreateServiceActionCommandInput, CreateServiceActionCommandOutput } from "./commands/CreateServiceActionCommand";
|
|
17
|
-
import { CreateTagOptionCommandInput, CreateTagOptionCommandOutput } from "./commands/CreateTagOptionCommand";
|
|
18
|
-
import { DeleteConstraintCommandInput, DeleteConstraintCommandOutput } from "./commands/DeleteConstraintCommand";
|
|
19
|
-
import { DeletePortfolioCommandInput, DeletePortfolioCommandOutput } from "./commands/DeletePortfolioCommand";
|
|
20
|
-
import { DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput } from "./commands/DeletePortfolioShareCommand";
|
|
21
|
-
import { DeleteProductCommandInput, DeleteProductCommandOutput } from "./commands/DeleteProductCommand";
|
|
22
|
-
import { DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput } from "./commands/DeleteProvisionedProductPlanCommand";
|
|
23
|
-
import { DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput } from "./commands/DeleteProvisioningArtifactCommand";
|
|
24
|
-
import { DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput } from "./commands/DeleteServiceActionCommand";
|
|
25
|
-
import { DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput } from "./commands/DeleteTagOptionCommand";
|
|
26
|
-
import { DescribeConstraintCommandInput, DescribeConstraintCommandOutput } from "./commands/DescribeConstraintCommand";
|
|
27
|
-
import { DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput } from "./commands/DescribeCopyProductStatusCommand";
|
|
28
|
-
import { DescribePortfolioCommandInput, DescribePortfolioCommandOutput } from "./commands/DescribePortfolioCommand";
|
|
29
|
-
import { DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput } from "./commands/DescribePortfolioShareStatusCommand";
|
|
30
|
-
import { DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput } from "./commands/DescribePortfolioSharesCommand";
|
|
31
|
-
import { DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput } from "./commands/DescribeProductAsAdminCommand";
|
|
32
|
-
import { DescribeProductCommandInput, DescribeProductCommandOutput } from "./commands/DescribeProductCommand";
|
|
33
|
-
import { DescribeProductViewCommandInput, DescribeProductViewCommandOutput } from "./commands/DescribeProductViewCommand";
|
|
34
|
-
import { DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput } from "./commands/DescribeProvisionedProductCommand";
|
|
35
|
-
import { DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput } from "./commands/DescribeProvisionedProductPlanCommand";
|
|
36
|
-
import { DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput } from "./commands/DescribeProvisioningArtifactCommand";
|
|
37
|
-
import { DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput } from "./commands/DescribeProvisioningParametersCommand";
|
|
38
|
-
import { DescribeRecordCommandInput, DescribeRecordCommandOutput } from "./commands/DescribeRecordCommand";
|
|
39
|
-
import { DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput } from "./commands/DescribeServiceActionCommand";
|
|
40
|
-
import { DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput } from "./commands/DescribeServiceActionExecutionParametersCommand";
|
|
41
|
-
import { DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput } from "./commands/DescribeTagOptionCommand";
|
|
42
|
-
import { DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput } from "./commands/DisableAWSOrganizationsAccessCommand";
|
|
43
|
-
import { DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput } from "./commands/DisassociateBudgetFromResourceCommand";
|
|
44
|
-
import { DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput } from "./commands/DisassociatePrincipalFromPortfolioCommand";
|
|
45
|
-
import { DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput } from "./commands/DisassociateProductFromPortfolioCommand";
|
|
46
|
-
import { DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
47
|
-
import { DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput } from "./commands/DisassociateTagOptionFromResourceCommand";
|
|
48
|
-
import { EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput } from "./commands/EnableAWSOrganizationsAccessCommand";
|
|
49
|
-
import { ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput } from "./commands/ExecuteProvisionedProductPlanCommand";
|
|
50
|
-
import { ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput } from "./commands/ExecuteProvisionedProductServiceActionCommand";
|
|
51
|
-
import { GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput } from "./commands/GetAWSOrganizationsAccessStatusCommand";
|
|
52
|
-
import { GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput } from "./commands/GetProvisionedProductOutputsCommand";
|
|
53
|
-
import { ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput } from "./commands/ImportAsProvisionedProductCommand";
|
|
54
|
-
import { ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput } from "./commands/ListAcceptedPortfolioSharesCommand";
|
|
55
|
-
import { ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput } from "./commands/ListBudgetsForResourceCommand";
|
|
56
|
-
import { ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput } from "./commands/ListConstraintsForPortfolioCommand";
|
|
57
|
-
import { ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput } from "./commands/ListLaunchPathsCommand";
|
|
58
|
-
import { ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput } from "./commands/ListOrganizationPortfolioAccessCommand";
|
|
59
|
-
import { ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput } from "./commands/ListPortfolioAccessCommand";
|
|
60
|
-
import { ListPortfoliosCommandInput, ListPortfoliosCommandOutput } from "./commands/ListPortfoliosCommand";
|
|
61
|
-
import { ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput } from "./commands/ListPortfoliosForProductCommand";
|
|
62
|
-
import { ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput } from "./commands/ListPrincipalsForPortfolioCommand";
|
|
63
|
-
import { ListProvisionedProductPlansCommandInput, ListProvisionedProductPlansCommandOutput } from "./commands/ListProvisionedProductPlansCommand";
|
|
64
|
-
import { ListProvisioningArtifactsCommandInput, ListProvisioningArtifactsCommandOutput } from "./commands/ListProvisioningArtifactsCommand";
|
|
65
|
-
import { ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput } from "./commands/ListProvisioningArtifactsForServiceActionCommand";
|
|
66
|
-
import { ListRecordHistoryCommandInput, ListRecordHistoryCommandOutput } from "./commands/ListRecordHistoryCommand";
|
|
67
|
-
import { ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput } from "./commands/ListResourcesForTagOptionCommand";
|
|
68
|
-
import { ListServiceActionsCommandInput, ListServiceActionsCommandOutput } from "./commands/ListServiceActionsCommand";
|
|
69
|
-
import { ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput } from "./commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
70
|
-
import { ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput } from "./commands/ListStackInstancesForProvisionedProductCommand";
|
|
71
|
-
import { ListTagOptionsCommandInput, ListTagOptionsCommandOutput } from "./commands/ListTagOptionsCommand";
|
|
72
|
-
import { ProvisionProductCommandInput, ProvisionProductCommandOutput } from "./commands/ProvisionProductCommand";
|
|
73
|
-
import { RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput } from "./commands/RejectPortfolioShareCommand";
|
|
74
|
-
import { ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput } from "./commands/ScanProvisionedProductsCommand";
|
|
75
|
-
import { SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput } from "./commands/SearchProductsAsAdminCommand";
|
|
76
|
-
import { SearchProductsCommandInput, SearchProductsCommandOutput } from "./commands/SearchProductsCommand";
|
|
77
|
-
import { SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput } from "./commands/SearchProvisionedProductsCommand";
|
|
78
|
-
import { TerminateProvisionedProductCommandInput, TerminateProvisionedProductCommandOutput } from "./commands/TerminateProvisionedProductCommand";
|
|
79
|
-
import { UpdateConstraintCommandInput, UpdateConstraintCommandOutput } from "./commands/UpdateConstraintCommand";
|
|
80
|
-
import { UpdatePortfolioCommandInput, UpdatePortfolioCommandOutput } from "./commands/UpdatePortfolioCommand";
|
|
81
|
-
import { UpdatePortfolioShareCommandInput, UpdatePortfolioShareCommandOutput } from "./commands/UpdatePortfolioShareCommand";
|
|
82
|
-
import { UpdateProductCommandInput, UpdateProductCommandOutput } from "./commands/UpdateProductCommand";
|
|
83
|
-
import { UpdateProvisionedProductCommandInput, UpdateProvisionedProductCommandOutput } from "./commands/UpdateProvisionedProductCommand";
|
|
84
|
-
import { UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput } from "./commands/UpdateProvisionedProductPropertiesCommand";
|
|
85
|
-
import { UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput } from "./commands/UpdateProvisioningArtifactCommand";
|
|
86
|
-
import { UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput } from "./commands/UpdateServiceActionCommand";
|
|
87
|
-
import { UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput } from "./commands/UpdateTagOptionCommand";
|
|
88
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
89
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
90
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
91
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
92
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
93
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
94
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
95
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
96
|
-
export declare type ServiceInputTypes = AcceptPortfolioShareCommandInput | AssociateBudgetWithResourceCommandInput | AssociatePrincipalWithPortfolioCommandInput | AssociateProductWithPortfolioCommandInput | AssociateServiceActionWithProvisioningArtifactCommandInput | AssociateTagOptionWithResourceCommandInput | BatchAssociateServiceActionWithProvisioningArtifactCommandInput | BatchDisassociateServiceActionFromProvisioningArtifactCommandInput | CopyProductCommandInput | CreateConstraintCommandInput | CreatePortfolioCommandInput | CreatePortfolioShareCommandInput | CreateProductCommandInput | CreateProvisionedProductPlanCommandInput | CreateProvisioningArtifactCommandInput | CreateServiceActionCommandInput | CreateTagOptionCommandInput | DeleteConstraintCommandInput | DeletePortfolioCommandInput | DeletePortfolioShareCommandInput | DeleteProductCommandInput | DeleteProvisionedProductPlanCommandInput | DeleteProvisioningArtifactCommandInput | DeleteServiceActionCommandInput | DeleteTagOptionCommandInput | DescribeConstraintCommandInput | DescribeCopyProductStatusCommandInput | DescribePortfolioCommandInput | DescribePortfolioShareStatusCommandInput | DescribePortfolioSharesCommandInput | DescribeProductAsAdminCommandInput | DescribeProductCommandInput | DescribeProductViewCommandInput | DescribeProvisionedProductCommandInput | DescribeProvisionedProductPlanCommandInput | DescribeProvisioningArtifactCommandInput | DescribeProvisioningParametersCommandInput | DescribeRecordCommandInput | DescribeServiceActionCommandInput | DescribeServiceActionExecutionParametersCommandInput | DescribeTagOptionCommandInput | DisableAWSOrganizationsAccessCommandInput | DisassociateBudgetFromResourceCommandInput | DisassociatePrincipalFromPortfolioCommandInput | DisassociateProductFromPortfolioCommandInput | DisassociateServiceActionFromProvisioningArtifactCommandInput | DisassociateTagOptionFromResourceCommandInput | EnableAWSOrganizationsAccessCommandInput | ExecuteProvisionedProductPlanCommandInput | ExecuteProvisionedProductServiceActionCommandInput | GetAWSOrganizationsAccessStatusCommandInput | GetProvisionedProductOutputsCommandInput | ImportAsProvisionedProductCommandInput | ListAcceptedPortfolioSharesCommandInput | ListBudgetsForResourceCommandInput | ListConstraintsForPortfolioCommandInput | ListLaunchPathsCommandInput | ListOrganizationPortfolioAccessCommandInput | ListPortfolioAccessCommandInput | ListPortfoliosCommandInput | ListPortfoliosForProductCommandInput | ListPrincipalsForPortfolioCommandInput | ListProvisionedProductPlansCommandInput | ListProvisioningArtifactsCommandInput | ListProvisioningArtifactsForServiceActionCommandInput | ListRecordHistoryCommandInput | ListResourcesForTagOptionCommandInput | ListServiceActionsCommandInput | ListServiceActionsForProvisioningArtifactCommandInput | ListStackInstancesForProvisionedProductCommandInput | ListTagOptionsCommandInput | ProvisionProductCommandInput | RejectPortfolioShareCommandInput | ScanProvisionedProductsCommandInput | SearchProductsAsAdminCommandInput | SearchProductsCommandInput | SearchProvisionedProductsCommandInput | TerminateProvisionedProductCommandInput | UpdateConstraintCommandInput | UpdatePortfolioCommandInput | UpdatePortfolioShareCommandInput | UpdateProductCommandInput | UpdateProvisionedProductCommandInput | UpdateProvisionedProductPropertiesCommandInput | UpdateProvisioningArtifactCommandInput | UpdateServiceActionCommandInput | UpdateTagOptionCommandInput;
|
|
97
|
-
export declare type ServiceOutputTypes = AcceptPortfolioShareCommandOutput | AssociateBudgetWithResourceCommandOutput | AssociatePrincipalWithPortfolioCommandOutput | AssociateProductWithPortfolioCommandOutput | AssociateServiceActionWithProvisioningArtifactCommandOutput | AssociateTagOptionWithResourceCommandOutput | BatchAssociateServiceActionWithProvisioningArtifactCommandOutput | BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput | CopyProductCommandOutput | CreateConstraintCommandOutput | CreatePortfolioCommandOutput | CreatePortfolioShareCommandOutput | CreateProductCommandOutput | CreateProvisionedProductPlanCommandOutput | CreateProvisioningArtifactCommandOutput | CreateServiceActionCommandOutput | CreateTagOptionCommandOutput | DeleteConstraintCommandOutput | DeletePortfolioCommandOutput | DeletePortfolioShareCommandOutput | DeleteProductCommandOutput | DeleteProvisionedProductPlanCommandOutput | DeleteProvisioningArtifactCommandOutput | DeleteServiceActionCommandOutput | DeleteTagOptionCommandOutput | DescribeConstraintCommandOutput | DescribeCopyProductStatusCommandOutput | DescribePortfolioCommandOutput | DescribePortfolioShareStatusCommandOutput | DescribePortfolioSharesCommandOutput | DescribeProductAsAdminCommandOutput | DescribeProductCommandOutput | DescribeProductViewCommandOutput | DescribeProvisionedProductCommandOutput | DescribeProvisionedProductPlanCommandOutput | DescribeProvisioningArtifactCommandOutput | DescribeProvisioningParametersCommandOutput | DescribeRecordCommandOutput | DescribeServiceActionCommandOutput | DescribeServiceActionExecutionParametersCommandOutput | DescribeTagOptionCommandOutput | DisableAWSOrganizationsAccessCommandOutput | DisassociateBudgetFromResourceCommandOutput | DisassociatePrincipalFromPortfolioCommandOutput | DisassociateProductFromPortfolioCommandOutput | DisassociateServiceActionFromProvisioningArtifactCommandOutput | DisassociateTagOptionFromResourceCommandOutput | EnableAWSOrganizationsAccessCommandOutput | ExecuteProvisionedProductPlanCommandOutput | ExecuteProvisionedProductServiceActionCommandOutput | GetAWSOrganizationsAccessStatusCommandOutput | GetProvisionedProductOutputsCommandOutput | ImportAsProvisionedProductCommandOutput | ListAcceptedPortfolioSharesCommandOutput | ListBudgetsForResourceCommandOutput | ListConstraintsForPortfolioCommandOutput | ListLaunchPathsCommandOutput | ListOrganizationPortfolioAccessCommandOutput | ListPortfolioAccessCommandOutput | ListPortfoliosCommandOutput | ListPortfoliosForProductCommandOutput | ListPrincipalsForPortfolioCommandOutput | ListProvisionedProductPlansCommandOutput | ListProvisioningArtifactsCommandOutput | ListProvisioningArtifactsForServiceActionCommandOutput | ListRecordHistoryCommandOutput | ListResourcesForTagOptionCommandOutput | ListServiceActionsCommandOutput | ListServiceActionsForProvisioningArtifactCommandOutput | ListStackInstancesForProvisionedProductCommandOutput | ListTagOptionsCommandOutput | ProvisionProductCommandOutput | RejectPortfolioShareCommandOutput | ScanProvisionedProductsCommandOutput | SearchProductsAsAdminCommandOutput | SearchProductsCommandOutput | SearchProvisionedProductsCommandOutput | TerminateProvisionedProductCommandOutput | UpdateConstraintCommandOutput | UpdatePortfolioCommandOutput | UpdatePortfolioShareCommandOutput | UpdateProductCommandOutput | UpdateProvisionedProductCommandOutput | UpdateProvisionedProductPropertiesCommandOutput | UpdateProvisioningArtifactCommandOutput | UpdateServiceActionCommandOutput | UpdateTagOptionCommandOutput;
|
|
98
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
99
|
-
/**
|
|
100
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
101
|
-
*/
|
|
102
|
-
requestHandler?: __HttpHandler;
|
|
103
|
-
/**
|
|
104
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
105
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
sha256?: __HashConstructor;
|
|
109
|
-
/**
|
|
110
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
urlParser?: __UrlParser;
|
|
114
|
-
/**
|
|
115
|
-
* A function that can calculate the length of a request body.
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
119
|
-
/**
|
|
120
|
-
* A function that converts a stream into an array of bytes.
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
streamCollector?: __StreamCollector;
|
|
124
|
-
/**
|
|
125
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
base64Decoder?: __Decoder;
|
|
129
|
-
/**
|
|
130
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
base64Encoder?: __Encoder;
|
|
134
|
-
/**
|
|
135
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
utf8Decoder?: __Decoder;
|
|
139
|
-
/**
|
|
140
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
utf8Encoder?: __Encoder;
|
|
144
|
-
/**
|
|
145
|
-
* The runtime environment.
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
runtime?: string;
|
|
149
|
-
/**
|
|
150
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
151
|
-
* trait of an operation.
|
|
152
|
-
*/
|
|
153
|
-
disableHostPrefix?: boolean;
|
|
154
|
-
/**
|
|
155
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
156
|
-
*/
|
|
157
|
-
maxAttempts?: number | __Provider<number>;
|
|
158
|
-
/**
|
|
159
|
-
* Specifies which retry algorithm to use.
|
|
160
|
-
*/
|
|
161
|
-
retryMode?: string | __Provider<string>;
|
|
162
|
-
/**
|
|
163
|
-
* Optional logger for logging debug/info/warn/error.
|
|
164
|
-
*/
|
|
165
|
-
logger?: __Logger;
|
|
166
|
-
/**
|
|
167
|
-
* Unique service identifier.
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
serviceId?: string;
|
|
171
|
-
/**
|
|
172
|
-
* The AWS region to which this client will send requests
|
|
173
|
-
*/
|
|
174
|
-
region?: string | __Provider<string>;
|
|
175
|
-
/**
|
|
176
|
-
* Default credentials provider; Not available in browser runtime.
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
180
|
-
/**
|
|
181
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
185
|
-
/**
|
|
186
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
190
|
-
}
|
|
191
|
-
declare type ServiceCatalogClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
192
|
-
/**
|
|
193
|
-
* The configuration interface of ServiceCatalogClient class constructor that set the region, credentials and other options.
|
|
194
|
-
*/
|
|
195
|
-
export interface ServiceCatalogClientConfig extends ServiceCatalogClientConfigType {
|
|
196
|
-
}
|
|
197
|
-
declare type ServiceCatalogClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
198
|
-
/**
|
|
199
|
-
* The resolved configuration interface of ServiceCatalogClient class. This is resolved and normalized from the {@link ServiceCatalogClientConfig | constructor configuration interface}.
|
|
200
|
-
*/
|
|
201
|
-
export interface ServiceCatalogClientResolvedConfig extends ServiceCatalogClientResolvedConfigType {
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* <fullname>AWS Service Catalog</fullname>
|
|
205
|
-
* <p>
|
|
206
|
-
* <a href="https://aws.amazon.com/servicecatalog/">AWS Service Catalog</a> enables
|
|
207
|
-
* organizations to create and manage catalogs of IT services that are approved for AWS. To
|
|
208
|
-
* get the most out of this documentation, you should be familiar with the terminology
|
|
209
|
-
* discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">AWS Service Catalog
|
|
210
|
-
* Concepts</a>.</p>
|
|
211
|
-
*/
|
|
212
|
-
export declare class ServiceCatalogClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceCatalogClientResolvedConfig> {
|
|
213
|
-
/**
|
|
214
|
-
* The resolved configuration of ServiceCatalogClient class. This is resolved and normalized from the {@link ServiceCatalogClientConfig | constructor configuration interface}.
|
|
215
|
-
*/
|
|
216
|
-
readonly config: ServiceCatalogClientResolvedConfig;
|
|
217
|
-
constructor(configuration: ServiceCatalogClientConfig);
|
|
218
|
-
/**
|
|
219
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
220
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
221
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
222
|
-
*/
|
|
223
|
-
destroy(): void;
|
|
224
|
-
}
|
|
225
|
-
export {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { AcceptPortfolioShareInput, AcceptPortfolioShareOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AcceptPortfolioShareCommandInput extends AcceptPortfolioShareInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Accepts an offer to share the specified portfolio.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, AcceptPortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, AcceptPortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new AcceptPortfolioShareCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AcceptPortfolioShareCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AcceptPortfolioShareCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AcceptPortfolioShareCommand extends $Command<AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: AcceptPortfolioShareCommandInput;
|
|
28
|
-
constructor(input: AcceptPortfolioShareCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { AssociateBudgetWithResourceInput, AssociateBudgetWithResourceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateBudgetWithResourceCommandInput extends AssociateBudgetWithResourceInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudgetWithResourceOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates the specified budget with the specified resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, AssociateBudgetWithResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, AssociateBudgetWithResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new AssociateBudgetWithResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AssociateBudgetWithResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AssociateBudgetWithResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AssociateBudgetWithResourceCommand extends $Command<AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: AssociateBudgetWithResourceCommandInput;
|
|
28
|
-
constructor(input: AssociateBudgetWithResourceCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { AssociatePrincipalWithPortfolioInput, AssociatePrincipalWithPortfolioOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociatePrincipalWithPortfolioCommandInput extends AssociatePrincipalWithPortfolioInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociatePrincipalWithPortfolioOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates the specified principal ARN with the specified portfolio.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, AssociatePrincipalWithPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, AssociatePrincipalWithPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new AssociatePrincipalWithPortfolioCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AssociatePrincipalWithPortfolioCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AssociatePrincipalWithPortfolioCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AssociatePrincipalWithPortfolioCommand extends $Command<AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: AssociatePrincipalWithPortfolioCommandInput;
|
|
28
|
-
constructor(input: AssociatePrincipalWithPortfolioCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { AssociateProductWithPortfolioInput, AssociateProductWithPortfolioOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateProductWithPortfolioCommandInput extends AssociateProductWithPortfolioInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateProductWithPortfolioCommandOutput extends AssociateProductWithPortfolioOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates the specified product with the specified portfolio.</p>
|
|
11
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ServiceCatalogClient, AssociateProductWithPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
16
|
-
* // const { ServiceCatalogClient, AssociateProductWithPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
17
|
-
* const client = new ServiceCatalogClient(config);
|
|
18
|
-
* const command = new AssociateProductWithPortfolioCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link AssociateProductWithPortfolioCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link AssociateProductWithPortfolioCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class AssociateProductWithPortfolioCommand extends $Command<AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
28
|
-
readonly input: AssociateProductWithPortfolioCommandInput;
|
|
29
|
-
constructor(input: AssociateProductWithPortfolioCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { AssociateServiceActionWithProvisioningArtifactInput, AssociateServiceActionWithProvisioningArtifactOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateServiceActionWithProvisioningArtifactCommandInput extends AssociateServiceActionWithProvisioningArtifactInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateServiceActionWithProvisioningArtifactCommandOutput extends AssociateServiceActionWithProvisioningArtifactOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates a self-service action with a provisioning artifact.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, AssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, AssociateServiceActionWithProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new AssociateServiceActionWithProvisioningArtifactCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AssociateServiceActionWithProvisioningArtifactCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AssociateServiceActionWithProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AssociateServiceActionWithProvisioningArtifactCommand extends $Command<AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: AssociateServiceActionWithProvisioningArtifactCommandInput;
|
|
28
|
-
constructor(input: AssociateServiceActionWithProvisioningArtifactCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { AssociateTagOptionWithResourceInput, AssociateTagOptionWithResourceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateTagOptionWithResourceCommandInput extends AssociateTagOptionWithResourceInput {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateTagOptionWithResourceCommandOutput extends AssociateTagOptionWithResourceOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associate the specified TagOption with the specified portfolio or product.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, AssociateTagOptionWithResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, AssociateTagOptionWithResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new AssociateTagOptionWithResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AssociateTagOptionWithResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AssociateTagOptionWithResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AssociateTagOptionWithResourceCommand extends $Command<AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: AssociateTagOptionWithResourceCommandInput;
|
|
28
|
-
constructor(input: AssociateTagOptionWithResourceCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { BatchAssociateServiceActionWithProvisioningArtifactInput, BatchAssociateServiceActionWithProvisioningArtifactOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchAssociateServiceActionWithProvisioningArtifactCommandInput extends BatchAssociateServiceActionWithProvisioningArtifactInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutput extends BatchAssociateServiceActionWithProvisioningArtifactOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates multiple self-service actions with provisioning artifacts.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new BatchAssociateServiceActionWithProvisioningArtifactCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchAssociateServiceActionWithProvisioningArtifactCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchAssociateServiceActionWithProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class BatchAssociateServiceActionWithProvisioningArtifactCommand extends $Command<BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: BatchAssociateServiceActionWithProvisioningArtifactCommandInput;
|
|
28
|
-
constructor(input: BatchAssociateServiceActionWithProvisioningArtifactCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
package/dist/types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { BatchDisassociateServiceActionFromProvisioningArtifactInput, BatchDisassociateServiceActionFromProvisioningArtifactOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandInput extends BatchDisassociateServiceActionFromProvisioningArtifactInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput extends BatchDisassociateServiceActionFromProvisioningArtifactOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Disassociates a batch of self-service actions from the specified provisioning artifact.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
15
|
-
* // const { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
16
|
-
* const client = new ServiceCatalogClient(config);
|
|
17
|
-
* const command = new BatchDisassociateServiceActionFromProvisioningArtifactCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchDisassociateServiceActionFromProvisioningArtifactCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class BatchDisassociateServiceActionFromProvisioningArtifactCommand extends $Command<BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
27
|
-
readonly input: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput;
|
|
28
|
-
constructor(input: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CopyProductInput, CopyProductOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CopyProductCommandInput extends CopyProductInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Copies the specified source product to the specified target product or a new product.</p>
|
|
11
|
-
* <p>You can copy a product to the same account or another account.
|
|
12
|
-
* You can copy a product to the same region or another region.</p>
|
|
13
|
-
* <p>This operation is performed asynchronously. To track the progress of the
|
|
14
|
-
* operation, use <a>DescribeCopyProductStatus</a>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { ServiceCatalogClient, CopyProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
19
|
-
* // const { ServiceCatalogClient, CopyProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
20
|
-
* const client = new ServiceCatalogClient(config);
|
|
21
|
-
* const command = new CopyProductCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CopyProductCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CopyProductCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class CopyProductCommand extends $Command<CopyProductCommandInput, CopyProductCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
31
|
-
readonly input: CopyProductCommandInput;
|
|
32
|
-
constructor(input: CopyProductCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyProductCommandInput, CopyProductCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
|
|
2
|
-
import { CreateConstraintInput, CreateConstraintOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateConstraintCommandInput extends CreateConstraintInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateConstraintCommandOutput extends CreateConstraintOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a constraint.</p>
|
|
11
|
-
* <p>A delegated admin is authorized to invoke this command.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ServiceCatalogClient, CreateConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
|
|
16
|
-
* // const { ServiceCatalogClient, CreateConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
|
|
17
|
-
* const client = new ServiceCatalogClient(config);
|
|
18
|
-
* const command = new CreateConstraintCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateConstraintCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateConstraintCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ServiceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateConstraintCommand extends $Command<CreateConstraintCommandInput, CreateConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateConstraintCommandInput;
|
|
29
|
-
constructor(input: CreateConstraintCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConstraintCommandInput, CreateConstraintCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|