CloudFormationClient.php
151 lines
| 1 | <?php |
| 2 | namespace Aws\CloudFormation; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS CloudFormation** service. |
| 8 | * |
| 9 | * @method \Aws\Result activateOrganizationsAccess(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise activateOrganizationsAccessAsync(array $args = []) |
| 11 | * @method \Aws\Result activateType(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise activateTypeAsync(array $args = []) |
| 13 | * @method \Aws\Result batchDescribeTypeConfigurations(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise batchDescribeTypeConfigurationsAsync(array $args = []) |
| 15 | * @method \Aws\Result cancelUpdateStack(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise cancelUpdateStackAsync(array $args = []) |
| 17 | * @method \Aws\Result continueUpdateRollback(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise continueUpdateRollbackAsync(array $args = []) |
| 19 | * @method \Aws\Result createChangeSet(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise createChangeSetAsync(array $args = []) |
| 21 | * @method \Aws\Result createStack(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = []) |
| 23 | * @method \Aws\Result createStackInstances(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise createStackInstancesAsync(array $args = []) |
| 25 | * @method \Aws\Result createStackSet(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise createStackSetAsync(array $args = []) |
| 27 | * @method \Aws\Result deactivateOrganizationsAccess(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise deactivateOrganizationsAccessAsync(array $args = []) |
| 29 | * @method \Aws\Result deactivateType(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise deactivateTypeAsync(array $args = []) |
| 31 | * @method \Aws\Result deleteChangeSet(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise deleteChangeSetAsync(array $args = []) |
| 33 | * @method \Aws\Result deleteStack(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = []) |
| 35 | * @method \Aws\Result deleteStackInstances(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise deleteStackInstancesAsync(array $args = []) |
| 37 | * @method \Aws\Result deleteStackSet(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise deleteStackSetAsync(array $args = []) |
| 39 | * @method \Aws\Result deregisterType(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise deregisterTypeAsync(array $args = []) |
| 41 | * @method \Aws\Result describeAccountLimits(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise describeAccountLimitsAsync(array $args = []) |
| 43 | * @method \Aws\Result describeChangeSet(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise describeChangeSetAsync(array $args = []) |
| 45 | * @method \Aws\Result describeChangeSetHooks(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise describeChangeSetHooksAsync(array $args = []) |
| 47 | * @method \Aws\Result describeOrganizationsAccess(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise describeOrganizationsAccessAsync(array $args = []) |
| 49 | * @method \Aws\Result describePublisher(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise describePublisherAsync(array $args = []) |
| 51 | * @method \Aws\Result describeStackDriftDetectionStatus(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise describeStackDriftDetectionStatusAsync(array $args = []) |
| 53 | * @method \Aws\Result describeStackEvents(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise describeStackEventsAsync(array $args = []) |
| 55 | * @method \Aws\Result describeStackInstance(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise describeStackInstanceAsync(array $args = []) |
| 57 | * @method \Aws\Result describeStackResource(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise describeStackResourceAsync(array $args = []) |
| 59 | * @method \Aws\Result describeStackResourceDrifts(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise describeStackResourceDriftsAsync(array $args = []) |
| 61 | * @method \Aws\Result describeStackResources(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise describeStackResourcesAsync(array $args = []) |
| 63 | * @method \Aws\Result describeStackSet(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise describeStackSetAsync(array $args = []) |
| 65 | * @method \Aws\Result describeStackSetOperation(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise describeStackSetOperationAsync(array $args = []) |
| 67 | * @method \Aws\Result describeStacks(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = []) |
| 69 | * @method \Aws\Result describeType(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise describeTypeAsync(array $args = []) |
| 71 | * @method \Aws\Result describeTypeRegistration(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise describeTypeRegistrationAsync(array $args = []) |
| 73 | * @method \Aws\Result detectStackDrift(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise detectStackDriftAsync(array $args = []) |
| 75 | * @method \Aws\Result detectStackResourceDrift(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise detectStackResourceDriftAsync(array $args = []) |
| 77 | * @method \Aws\Result detectStackSetDrift(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise detectStackSetDriftAsync(array $args = []) |
| 79 | * @method \Aws\Result estimateTemplateCost(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise estimateTemplateCostAsync(array $args = []) |
| 81 | * @method \Aws\Result executeChangeSet(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise executeChangeSetAsync(array $args = []) |
| 83 | * @method \Aws\Result getStackPolicy(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise getStackPolicyAsync(array $args = []) |
| 85 | * @method \Aws\Result getTemplate(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = []) |
| 87 | * @method \Aws\Result getTemplateSummary(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise getTemplateSummaryAsync(array $args = []) |
| 89 | * @method \Aws\Result importStacksToStackSet(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise importStacksToStackSetAsync(array $args = []) |
| 91 | * @method \Aws\Result listChangeSets(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise listChangeSetsAsync(array $args = []) |
| 93 | * @method \Aws\Result listExports(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = []) |
| 95 | * @method \Aws\Result listImports(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = []) |
| 97 | * @method \Aws\Result listStackInstanceResourceDrifts(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise listStackInstanceResourceDriftsAsync(array $args = []) |
| 99 | * @method \Aws\Result listStackInstances(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise listStackInstancesAsync(array $args = []) |
| 101 | * @method \Aws\Result listStackResources(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise listStackResourcesAsync(array $args = []) |
| 103 | * @method \Aws\Result listStackSetOperationResults(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise listStackSetOperationResultsAsync(array $args = []) |
| 105 | * @method \Aws\Result listStackSetOperations(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise listStackSetOperationsAsync(array $args = []) |
| 107 | * @method \Aws\Result listStackSets(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise listStackSetsAsync(array $args = []) |
| 109 | * @method \Aws\Result listStacks(array $args = []) |
| 110 | * @method \GuzzleHttp\Promise\Promise listStacksAsync(array $args = []) |
| 111 | * @method \Aws\Result listTypeRegistrations(array $args = []) |
| 112 | * @method \GuzzleHttp\Promise\Promise listTypeRegistrationsAsync(array $args = []) |
| 113 | * @method \Aws\Result listTypeVersions(array $args = []) |
| 114 | * @method \GuzzleHttp\Promise\Promise listTypeVersionsAsync(array $args = []) |
| 115 | * @method \Aws\Result listTypes(array $args = []) |
| 116 | * @method \GuzzleHttp\Promise\Promise listTypesAsync(array $args = []) |
| 117 | * @method \Aws\Result publishType(array $args = []) |
| 118 | * @method \GuzzleHttp\Promise\Promise publishTypeAsync(array $args = []) |
| 119 | * @method \Aws\Result recordHandlerProgress(array $args = []) |
| 120 | * @method \GuzzleHttp\Promise\Promise recordHandlerProgressAsync(array $args = []) |
| 121 | * @method \Aws\Result registerPublisher(array $args = []) |
| 122 | * @method \GuzzleHttp\Promise\Promise registerPublisherAsync(array $args = []) |
| 123 | * @method \Aws\Result registerType(array $args = []) |
| 124 | * @method \GuzzleHttp\Promise\Promise registerTypeAsync(array $args = []) |
| 125 | * @method \Aws\Result rollbackStack(array $args = []) |
| 126 | * @method \GuzzleHttp\Promise\Promise rollbackStackAsync(array $args = []) |
| 127 | * @method \Aws\Result setStackPolicy(array $args = []) |
| 128 | * @method \GuzzleHttp\Promise\Promise setStackPolicyAsync(array $args = []) |
| 129 | * @method \Aws\Result setTypeConfiguration(array $args = []) |
| 130 | * @method \GuzzleHttp\Promise\Promise setTypeConfigurationAsync(array $args = []) |
| 131 | * @method \Aws\Result setTypeDefaultVersion(array $args = []) |
| 132 | * @method \GuzzleHttp\Promise\Promise setTypeDefaultVersionAsync(array $args = []) |
| 133 | * @method \Aws\Result signalResource(array $args = []) |
| 134 | * @method \GuzzleHttp\Promise\Promise signalResourceAsync(array $args = []) |
| 135 | * @method \Aws\Result stopStackSetOperation(array $args = []) |
| 136 | * @method \GuzzleHttp\Promise\Promise stopStackSetOperationAsync(array $args = []) |
| 137 | * @method \Aws\Result testType(array $args = []) |
| 138 | * @method \GuzzleHttp\Promise\Promise testTypeAsync(array $args = []) |
| 139 | * @method \Aws\Result updateStack(array $args = []) |
| 140 | * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = []) |
| 141 | * @method \Aws\Result updateStackInstances(array $args = []) |
| 142 | * @method \GuzzleHttp\Promise\Promise updateStackInstancesAsync(array $args = []) |
| 143 | * @method \Aws\Result updateStackSet(array $args = []) |
| 144 | * @method \GuzzleHttp\Promise\Promise updateStackSetAsync(array $args = []) |
| 145 | * @method \Aws\Result updateTerminationProtection(array $args = []) |
| 146 | * @method \GuzzleHttp\Promise\Promise updateTerminationProtectionAsync(array $args = []) |
| 147 | * @method \Aws\Result validateTemplate(array $args = []) |
| 148 | * @method \GuzzleHttp\Promise\Promise validateTemplateAsync(array $args = []) |
| 149 | */ |
| 150 | class CloudFormationClient extends AwsClient {} |
| 151 |