Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ServiceCatalog/ServiceCatalogClient.php
Строк: 279
<?php
namespace AwsServiceCatalog;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Service Catalog** service.
* @method AwsResult acceptPortfolioShare(array $args = [])
* @method GuzzleHttpPromisePromise acceptPortfolioShareAsync(array $args = [])
* @method AwsResult associateBudgetWithResource(array $args = [])
* @method GuzzleHttpPromisePromise associateBudgetWithResourceAsync(array $args = [])
* @method AwsResult associatePrincipalWithPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise associatePrincipalWithPortfolioAsync(array $args = [])
* @method AwsResult associateProductWithPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise associateProductWithPortfolioAsync(array $args = [])
* @method AwsResult associateServiceActionWithProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise associateServiceActionWithProvisioningArtifactAsync(array $args = [])
* @method AwsResult associateTagOptionWithResource(array $args = [])
* @method GuzzleHttpPromisePromise associateTagOptionWithResourceAsync(array $args = [])
* @method AwsResult batchAssociateServiceActionWithProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise batchAssociateServiceActionWithProvisioningArtifactAsync(array $args = [])
* @method AwsResult batchDisassociateServiceActionFromProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise batchDisassociateServiceActionFromProvisioningArtifactAsync(array $args = [])
* @method AwsResult copyProduct(array $args = [])
* @method GuzzleHttpPromisePromise copyProductAsync(array $args = [])
* @method AwsResult createConstraint(array $args = [])
* @method GuzzleHttpPromisePromise createConstraintAsync(array $args = [])
* @method AwsResult createPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise createPortfolioAsync(array $args = [])
* @method AwsResult createPortfolioShare(array $args = [])
* @method GuzzleHttpPromisePromise createPortfolioShareAsync(array $args = [])
* @method AwsResult createProduct(array $args = [])
* @method GuzzleHttpPromisePromise createProductAsync(array $args = [])
* @method AwsResult createProvisionedProductPlan(array $args = [])
* @method GuzzleHttpPromisePromise createProvisionedProductPlanAsync(array $args = [])
* @method AwsResult createProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise createProvisioningArtifactAsync(array $args = [])
* @method AwsResult createServiceAction(array $args = [])
* @method GuzzleHttpPromisePromise createServiceActionAsync(array $args = [])
* @method AwsResult createTagOption(array $args = [])
* @method GuzzleHttpPromisePromise createTagOptionAsync(array $args = [])
* @method AwsResult deleteConstraint(array $args = [])
* @method GuzzleHttpPromisePromise deleteConstraintAsync(array $args = [])
* @method AwsResult deletePortfolio(array $args = [])
* @method GuzzleHttpPromisePromise deletePortfolioAsync(array $args = [])
* @method AwsResult deletePortfolioShare(array $args = [])
* @method GuzzleHttpPromisePromise deletePortfolioShareAsync(array $args = [])
* @method AwsResult deleteProduct(array $args = [])
* @method GuzzleHttpPromisePromise deleteProductAsync(array $args = [])
* @method AwsResult deleteProvisionedProductPlan(array $args = [])
* @method GuzzleHttpPromisePromise deleteProvisionedProductPlanAsync(array $args = [])
* @method AwsResult deleteProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise deleteProvisioningArtifactAsync(array $args = [])
* @method AwsResult deleteServiceAction(array $args = [])
* @method GuzzleHttpPromisePromise deleteServiceActionAsync(array $args = [])
* @method AwsResult deleteTagOption(array $args = [])
* @method GuzzleHttpPromisePromise deleteTagOptionAsync(array $args = [])
* @method AwsResult describeConstraint(array $args = [])
* @method GuzzleHttpPromisePromise describeConstraintAsync(array $args = [])
* @method AwsResult describeCopyProductStatus(array $args = [])
* @method GuzzleHttpPromisePromise describeCopyProductStatusAsync(array $args = [])
* @method AwsResult describePortfolio(array $args = [])
* @method GuzzleHttpPromisePromise describePortfolioAsync(array $args = [])
* @method AwsResult describePortfolioShareStatus(array $args = [])
* @method GuzzleHttpPromisePromise describePortfolioShareStatusAsync(array $args = [])
* @method AwsResult describeProduct(array $args = [])
* @method GuzzleHttpPromisePromise describeProductAsync(array $args = [])
* @method AwsResult describeProductAsAdmin(array $args = [])
* @method GuzzleHttpPromisePromise describeProductAsAdminAsync(array $args = [])
* @method AwsResult describeProductView(array $args = [])
* @method GuzzleHttpPromisePromise describeProductViewAsync(array $args = [])
* @method AwsResult describeProvisionedProduct(array $args = [])
* @method GuzzleHttpPromisePromise describeProvisionedProductAsync(array $args = [])
* @method AwsResult describeProvisionedProductPlan(array $args = [])
* @method GuzzleHttpPromisePromise describeProvisionedProductPlanAsync(array $args = [])
* @method AwsResult describeProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise describeProvisioningArtifactAsync(array $args = [])
* @method AwsResult describeProvisioningParameters(array $args = [])
* @method GuzzleHttpPromisePromise describeProvisioningParametersAsync(array $args = [])
* @method AwsResult describeRecord(array $args = [])
* @method GuzzleHttpPromisePromise describeRecordAsync(array $args = [])
* @method AwsResult describeServiceAction(array $args = [])
* @method GuzzleHttpPromisePromise describeServiceActionAsync(array $args = [])
* @method AwsResult describeServiceActionExecutionParameters(array $args = [])
* @method GuzzleHttpPromisePromise describeServiceActionExecutionParametersAsync(array $args = [])
* @method AwsResult describeTagOption(array $args = [])
* @method GuzzleHttpPromisePromise describeTagOptionAsync(array $args = [])
* @method AwsResult disableAWSOrganizationsAccess(array $args = [])
* @method GuzzleHttpPromisePromise disableAWSOrganizationsAccessAsync(array $args = [])
* @method AwsResult disassociateBudgetFromResource(array $args = [])
* @method GuzzleHttpPromisePromise disassociateBudgetFromResourceAsync(array $args = [])
* @method AwsResult disassociatePrincipalFromPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise disassociatePrincipalFromPortfolioAsync(array $args = [])
* @method AwsResult disassociateProductFromPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise disassociateProductFromPortfolioAsync(array $args = [])
* @method AwsResult disassociateServiceActionFromProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise disassociateServiceActionFromProvisioningArtifactAsync(array $args = [])
* @method AwsResult disassociateTagOptionFromResource(array $args = [])
* @method GuzzleHttpPromisePromise disassociateTagOptionFromResourceAsync(array $args = [])
* @method AwsResult enableAWSOrganizationsAccess(array $args = [])
* @method GuzzleHttpPromisePromise enableAWSOrganizationsAccessAsync(array $args = [])
* @method AwsResult executeProvisionedProductPlan(array $args = [])
* @method GuzzleHttpPromisePromise executeProvisionedProductPlanAsync(array $args = [])
* @method AwsResult executeProvisionedProductServiceAction(array $args = [])
* @method GuzzleHttpPromisePromise executeProvisionedProductServiceActionAsync(array $args = [])
* @method AwsResult getAWSOrganizationsAccessStatus(array $args = [])
* @method GuzzleHttpPromisePromise getAWSOrganizationsAccessStatusAsync(array $args = [])
* @method AwsResult listAcceptedPortfolioShares(array $args = [])
* @method GuzzleHttpPromisePromise listAcceptedPortfolioSharesAsync(array $args = [])
* @method AwsResult listBudgetsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listBudgetsForResourceAsync(array $args = [])
* @method AwsResult listConstraintsForPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise listConstraintsForPortfolioAsync(array $args = [])
* @method AwsResult listLaunchPaths(array $args = [])
* @method GuzzleHttpPromisePromise listLaunchPathsAsync(array $args = [])
* @method AwsResult listOrganizationPortfolioAccess(array $args = [])
* @method GuzzleHttpPromisePromise listOrganizationPortfolioAccessAsync(array $args = [])
* @method AwsResult listPortfolioAccess(array $args = [])
* @method GuzzleHttpPromisePromise listPortfolioAccessAsync(array $args = [])
* @method AwsResult listPortfolios(array $args = [])
* @method GuzzleHttpPromisePromise listPortfoliosAsync(array $args = [])
* @method AwsResult listPortfoliosForProduct(array $args = [])
* @method GuzzleHttpPromisePromise listPortfoliosForProductAsync(array $args = [])
* @method AwsResult listPrincipalsForPortfolio(array $args = [])
* @method GuzzleHttpPromisePromise listPrincipalsForPortfolioAsync(array $args = [])
* @method AwsResult listProvisionedProductPlans(array $args = [])
* @method GuzzleHttpPromisePromise listProvisionedProductPlansAsync(array $args = [])
* @method AwsResult listProvisioningArtifacts(array $args = [])
* @method GuzzleHttpPromisePromise listProvisioningArtifactsAsync(array $args = [])
* @method AwsResult listProvisioningArtifactsForServiceAction(array $args = [])
* @method GuzzleHttpPromisePromise listProvisioningArtifactsForServiceActionAsync(array $args = [])
* @method AwsResult listRecordHistory(array $args = [])
* @method GuzzleHttpPromisePromise listRecordHistoryAsync(array $args = [])
* @method AwsResult listResourcesForTagOption(array $args = [])
* @method GuzzleHttpPromisePromise listResourcesForTagOptionAsync(array $args = [])
* @method AwsResult listServiceActions(array $args = [])
* @method GuzzleHttpPromisePromise listServiceActionsAsync(array $args = [])
* @method AwsResult listServiceActionsForProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise listServiceActionsForProvisioningArtifactAsync(array $args = [])
* @method AwsResult listStackInstancesForProvisionedProduct(array $args = [])
* @method GuzzleHttpPromisePromise listStackInstancesForProvisionedProductAsync(array $args = [])
* @method AwsResult listTagOptions(array $args = [])
* @method GuzzleHttpPromisePromise listTagOptionsAsync(array $args = [])
* @method AwsResult provisionProduct(array $args = [])
* @method GuzzleHttpPromisePromise provisionProductAsync(array $args = [])
* @method AwsResult rejectPortfolioShare(array $args = [])
* @method GuzzleHttpPromisePromise rejectPortfolioShareAsync(array $args = [])
* @method AwsResult scanProvisionedProducts(array $args = [])
* @method GuzzleHttpPromisePromise scanProvisionedProductsAsync(array $args = [])
* @method AwsResult searchProducts(array $args = [])
* @method GuzzleHttpPromisePromise searchProductsAsync(array $args = [])
* @method AwsResult searchProductsAsAdmin(array $args = [])
* @method GuzzleHttpPromisePromise searchProductsAsAdminAsync(array $args = [])
* @method AwsResult searchProvisionedProducts(array $args = [])
* @method GuzzleHttpPromisePromise searchProvisionedProductsAsync(array $args = [])
* @method AwsResult terminateProvisionedProduct(array $args = [])
* @method GuzzleHttpPromisePromise terminateProvisionedProductAsync(array $args = [])
* @method AwsResult updateConstraint(array $args = [])
* @method GuzzleHttpPromisePromise updateConstraintAsync(array $args = [])
* @method AwsResult updatePortfolio(array $args = [])
* @method GuzzleHttpPromisePromise updatePortfolioAsync(array $args = [])
* @method AwsResult updateProduct(array $args = [])
* @method GuzzleHttpPromisePromise updateProductAsync(array $args = [])
* @method AwsResult updateProvisionedProduct(array $args = [])
* @method GuzzleHttpPromisePromise updateProvisionedProductAsync(array $args = [])
* @method AwsResult updateProvisionedProductProperties(array $args = [])
* @method GuzzleHttpPromisePromise updateProvisionedProductPropertiesAsync(array $args = [])
* @method AwsResult updateProvisioningArtifact(array $args = [])
* @method GuzzleHttpPromisePromise updateProvisioningArtifactAsync(array $args = [])
* @method AwsResult updateServiceAction(array $args = [])
* @method GuzzleHttpPromisePromise updateServiceActionAsync(array $args = [])
* @method AwsResult updateTagOption(array $args = [])
* @method GuzzleHttpPromisePromise updateTagOptionAsync(array $args = [])
*/
class ServiceCatalogClient extends AwsClient {}