/upload/system/storage/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php

https://github.com/ocStore/ocStore · PHP · 142 lines · 4 code · 2 blank · 136 comment · 0 complexity · ad415fa89d362f310fc12b2c028a5b84 MD5 · raw file

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