Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CloudFormation/CloudFormationClient.php
Строк: 134
<?php
namespace AwsCloudFormation;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **AWS CloudFormation** service.
 *
 * @method AwsResult cancelUpdateStack(array $args = [])
 * @method GuzzleHttpPromisePromise cancelUpdateStackAsync(array $args = [])
 * @method AwsResult continueUpdateRollback(array $args = [])
 * @method GuzzleHttpPromisePromise continueUpdateRollbackAsync(array $args = [])
 * @method AwsResult createChangeSet(array $args = [])
 * @method GuzzleHttpPromisePromise createChangeSetAsync(array $args = [])
 * @method AwsResult createStack(array $args = [])
 * @method GuzzleHttpPromisePromise createStackAsync(array $args = [])
 * @method AwsResult createStackInstances(array $args = [])
 * @method GuzzleHttpPromisePromise createStackInstancesAsync(array $args = [])
 * @method AwsResult createStackSet(array $args = [])
 * @method GuzzleHttpPromisePromise createStackSetAsync(array $args = [])
 * @method AwsResult deleteChangeSet(array $args = [])
 * @method GuzzleHttpPromisePromise deleteChangeSetAsync(array $args = [])
 * @method AwsResult deleteStack(array $args = [])
 * @method GuzzleHttpPromisePromise deleteStackAsync(array $args = [])
 * @method AwsResult deleteStackInstances(array $args = [])
 * @method GuzzleHttpPromisePromise deleteStackInstancesAsync(array $args = [])
 * @method AwsResult deleteStackSet(array $args = [])
 * @method GuzzleHttpPromisePromise deleteStackSetAsync(array $args = [])
 * @method AwsResult deregisterType(array $args = [])
 * @method GuzzleHttpPromisePromise deregisterTypeAsync(array $args = [])
 * @method AwsResult describeAccountLimits(array $args = [])
 * @method GuzzleHttpPromisePromise describeAccountLimitsAsync(array $args = [])
 * @method AwsResult describeChangeSet(array $args = [])
 * @method GuzzleHttpPromisePromise describeChangeSetAsync(array $args = [])
 * @method AwsResult describeStackDriftDetectionStatus(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackDriftDetectionStatusAsync(array $args = [])
 * @method AwsResult describeStackEvents(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackEventsAsync(array $args = [])
 * @method AwsResult describeStackInstance(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackInstanceAsync(array $args = [])
 * @method AwsResult describeStackResource(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackResourceAsync(array $args = [])
 * @method AwsResult describeStackResourceDrifts(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackResourceDriftsAsync(array $args = [])
 * @method AwsResult describeStackResources(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackResourcesAsync(array $args = [])
 * @method AwsResult describeStackSet(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackSetAsync(array $args = [])
 * @method AwsResult describeStackSetOperation(array $args = [])
 * @method GuzzleHttpPromisePromise describeStackSetOperationAsync(array $args = [])
 * @method AwsResult describeStacks(array $args = [])
 * @method GuzzleHttpPromisePromise describeStacksAsync(array $args = [])
 * @method AwsResult describeType(array $args = [])
 * @method GuzzleHttpPromisePromise describeTypeAsync(array $args = [])
 * @method AwsResult describeTypeRegistration(array $args = [])
 * @method GuzzleHttpPromisePromise describeTypeRegistrationAsync(array $args = [])
 * @method AwsResult detectStackDrift(array $args = [])
 * @method GuzzleHttpPromisePromise detectStackDriftAsync(array $args = [])
 * @method AwsResult detectStackResourceDrift(array $args = [])
 * @method GuzzleHttpPromisePromise detectStackResourceDriftAsync(array $args = [])
 * @method AwsResult detectStackSetDrift(array $args = [])
 * @method GuzzleHttpPromisePromise detectStackSetDriftAsync(array $args = [])
 * @method AwsResult estimateTemplateCost(array $args = [])
 * @method GuzzleHttpPromisePromise estimateTemplateCostAsync(array $args = [])
 * @method AwsResult executeChangeSet(array $args = [])
 * @method GuzzleHttpPromisePromise executeChangeSetAsync(array $args = [])
 * @method AwsResult getStackPolicy(array $args = [])
 * @method GuzzleHttpPromisePromise getStackPolicyAsync(array $args = [])
 * @method AwsResult getTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getTemplateAsync(array $args = [])
 * @method AwsResult getTemplateSummary(array $args = [])
 * @method GuzzleHttpPromisePromise getTemplateSummaryAsync(array $args = [])
 * @method AwsResult listChangeSets(array $args = [])
 * @method GuzzleHttpPromisePromise listChangeSetsAsync(array $args = [])
 * @method AwsResult listExports(array $args = [])
 * @method GuzzleHttpPromisePromise listExportsAsync(array $args = [])
 * @method AwsResult listImports(array $args = [])
 * @method GuzzleHttpPromisePromise listImportsAsync(array $args = [])
 * @method AwsResult listStackInstances(array $args = [])
 * @method GuzzleHttpPromisePromise listStackInstancesAsync(array $args = [])
 * @method AwsResult listStackResources(array $args = [])
 * @method GuzzleHttpPromisePromise listStackResourcesAsync(array $args = [])
 * @method AwsResult listStackSetOperationResults(array $args = [])
 * @method GuzzleHttpPromisePromise listStackSetOperationResultsAsync(array $args = [])
 * @method AwsResult listStackSetOperations(array $args = [])
 * @method GuzzleHttpPromisePromise listStackSetOperationsAsync(array $args = [])
 * @method AwsResult listStackSets(array $args = [])
 * @method GuzzleHttpPromisePromise listStackSetsAsync(array $args = [])
 * @method AwsResult listStacks(array $args = [])
 * @method GuzzleHttpPromisePromise listStacksAsync(array $args = [])
 * @method AwsResult listTypeRegistrations(array $args = [])
 * @method GuzzleHttpPromisePromise listTypeRegistrationsAsync(array $args = [])
 * @method AwsResult listTypeVersions(array $args = [])
 * @method GuzzleHttpPromisePromise listTypeVersionsAsync(array $args = [])
 * @method AwsResult listTypes(array $args = [])
 * @method GuzzleHttpPromisePromise listTypesAsync(array $args = [])
 * @method AwsResult recordHandlerProgress(array $args = [])
 * @method GuzzleHttpPromisePromise recordHandlerProgressAsync(array $args = [])
 * @method AwsResult registerType(array $args = [])
 * @method GuzzleHttpPromisePromise registerTypeAsync(array $args = [])
 * @method AwsResult setStackPolicy(array $args = [])
 * @method GuzzleHttpPromisePromise setStackPolicyAsync(array $args = [])
 * @method AwsResult setTypeDefaultVersion(array $args = [])
 * @method GuzzleHttpPromisePromise setTypeDefaultVersionAsync(array $args = [])
 * @method AwsResult signalResource(array $args = [])
 * @method GuzzleHttpPromisePromise signalResourceAsync(array $args = [])
 * @method AwsResult stopStackSetOperation(array $args = [])
 * @method GuzzleHttpPromisePromise stopStackSetOperationAsync(array $args = [])
 * @method AwsResult updateStack(array $args = [])
 * @method GuzzleHttpPromisePromise updateStackAsync(array $args = [])
 * @method AwsResult updateStackInstances(array $args = [])
 * @method GuzzleHttpPromisePromise updateStackInstancesAsync(array $args = [])
 * @method AwsResult updateStackSet(array $args = [])
 * @method GuzzleHttpPromisePromise updateStackSetAsync(array $args = [])
 * @method AwsResult updateTerminationProtection(array $args = [])
 * @method GuzzleHttpPromisePromise updateTerminationProtectionAsync(array $args = [])
 * @method AwsResult validateTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise validateTemplateAsync(array $args = [])
 */
class CloudFormationClient extends AwsClient {}
Онлайн: 0
Реклама