CloudFormationClient.php 12 KB

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