imagebuilderClient.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?php
  2. namespace Aws\imagebuilder;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **EC2 Image Builder** service.
  6. * @method \Aws\Result cancelImageCreation(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise cancelImageCreationAsync(array $args = [])
  8. * @method \Aws\Result cancelLifecycleExecution(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise cancelLifecycleExecutionAsync(array $args = [])
  10. * @method \Aws\Result createComponent(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
  12. * @method \Aws\Result createContainerRecipe(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createContainerRecipeAsync(array $args = [])
  14. * @method \Aws\Result createDistributionConfiguration(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDistributionConfigurationAsync(array $args = [])
  16. * @method \Aws\Result createImage(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
  18. * @method \Aws\Result createImagePipeline(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createImagePipelineAsync(array $args = [])
  20. * @method \Aws\Result createImageRecipe(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createImageRecipeAsync(array $args = [])
  22. * @method \Aws\Result createInfrastructureConfiguration(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createInfrastructureConfigurationAsync(array $args = [])
  24. * @method \Aws\Result createLifecyclePolicy(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createLifecyclePolicyAsync(array $args = [])
  26. * @method \Aws\Result createWorkflow(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
  28. * @method \Aws\Result deleteComponent(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
  30. * @method \Aws\Result deleteContainerRecipe(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteContainerRecipeAsync(array $args = [])
  32. * @method \Aws\Result deleteDistributionConfiguration(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteDistributionConfigurationAsync(array $args = [])
  34. * @method \Aws\Result deleteImage(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
  36. * @method \Aws\Result deleteImagePipeline(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteImagePipelineAsync(array $args = [])
  38. * @method \Aws\Result deleteImageRecipe(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteImageRecipeAsync(array $args = [])
  40. * @method \Aws\Result deleteInfrastructureConfiguration(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteInfrastructureConfigurationAsync(array $args = [])
  42. * @method \Aws\Result deleteLifecyclePolicy(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
  44. * @method \Aws\Result deleteWorkflow(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
  46. * @method \Aws\Result getComponent(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
  48. * @method \Aws\Result getComponentPolicy(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getComponentPolicyAsync(array $args = [])
  50. * @method \Aws\Result getContainerRecipe(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getContainerRecipeAsync(array $args = [])
  52. * @method \Aws\Result getContainerRecipePolicy(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getContainerRecipePolicyAsync(array $args = [])
  54. * @method \Aws\Result getDistributionConfiguration(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getDistributionConfigurationAsync(array $args = [])
  56. * @method \Aws\Result getImage(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getImageAsync(array $args = [])
  58. * @method \Aws\Result getImagePipeline(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getImagePipelineAsync(array $args = [])
  60. * @method \Aws\Result getImagePolicy(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getImagePolicyAsync(array $args = [])
  62. * @method \Aws\Result getImageRecipe(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getImageRecipeAsync(array $args = [])
  64. * @method \Aws\Result getImageRecipePolicy(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getImageRecipePolicyAsync(array $args = [])
  66. * @method \Aws\Result getInfrastructureConfiguration(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getInfrastructureConfigurationAsync(array $args = [])
  68. * @method \Aws\Result getLifecycleExecution(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getLifecycleExecutionAsync(array $args = [])
  70. * @method \Aws\Result getLifecyclePolicy(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
  72. * @method \Aws\Result getWorkflow(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = [])
  74. * @method \Aws\Result getWorkflowExecution(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise getWorkflowExecutionAsync(array $args = [])
  76. * @method \Aws\Result getWorkflowStepExecution(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getWorkflowStepExecutionAsync(array $args = [])
  78. * @method \Aws\Result importComponent(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise importComponentAsync(array $args = [])
  80. * @method \Aws\Result importVmImage(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise importVmImageAsync(array $args = [])
  82. * @method \Aws\Result listComponentBuildVersions(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listComponentBuildVersionsAsync(array $args = [])
  84. * @method \Aws\Result listComponents(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
  86. * @method \Aws\Result listContainerRecipes(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listContainerRecipesAsync(array $args = [])
  88. * @method \Aws\Result listDistributionConfigurations(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise listDistributionConfigurationsAsync(array $args = [])
  90. * @method \Aws\Result listImageBuildVersions(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise listImageBuildVersionsAsync(array $args = [])
  92. * @method \Aws\Result listImagePackages(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise listImagePackagesAsync(array $args = [])
  94. * @method \Aws\Result listImagePipelineImages(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise listImagePipelineImagesAsync(array $args = [])
  96. * @method \Aws\Result listImagePipelines(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise listImagePipelinesAsync(array $args = [])
  98. * @method \Aws\Result listImageRecipes(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise listImageRecipesAsync(array $args = [])
  100. * @method \Aws\Result listImageScanFindingAggregations(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise listImageScanFindingAggregationsAsync(array $args = [])
  102. * @method \Aws\Result listImageScanFindings(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise listImageScanFindingsAsync(array $args = [])
  104. * @method \Aws\Result listImages(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
  106. * @method \Aws\Result listInfrastructureConfigurations(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listInfrastructureConfigurationsAsync(array $args = [])
  108. * @method \Aws\Result listLifecycleExecutionResources(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise listLifecycleExecutionResourcesAsync(array $args = [])
  110. * @method \Aws\Result listLifecycleExecutions(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise listLifecycleExecutionsAsync(array $args = [])
  112. * @method \Aws\Result listLifecyclePolicies(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listLifecyclePoliciesAsync(array $args = [])
  114. * @method \Aws\Result listTagsForResource(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  116. * @method \Aws\Result listWaitingWorkflowSteps(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listWaitingWorkflowStepsAsync(array $args = [])
  118. * @method \Aws\Result listWorkflowBuildVersions(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listWorkflowBuildVersionsAsync(array $args = [])
  120. * @method \Aws\Result listWorkflowExecutions(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listWorkflowExecutionsAsync(array $args = [])
  122. * @method \Aws\Result listWorkflowStepExecutions(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listWorkflowStepExecutionsAsync(array $args = [])
  124. * @method \Aws\Result listWorkflows(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
  126. * @method \Aws\Result putComponentPolicy(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise putComponentPolicyAsync(array $args = [])
  128. * @method \Aws\Result putContainerRecipePolicy(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise putContainerRecipePolicyAsync(array $args = [])
  130. * @method \Aws\Result putImagePolicy(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise putImagePolicyAsync(array $args = [])
  132. * @method \Aws\Result putImageRecipePolicy(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise putImageRecipePolicyAsync(array $args = [])
  134. * @method \Aws\Result sendWorkflowStepAction(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise sendWorkflowStepActionAsync(array $args = [])
  136. * @method \Aws\Result startImagePipelineExecution(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise startImagePipelineExecutionAsync(array $args = [])
  138. * @method \Aws\Result startResourceStateUpdate(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise startResourceStateUpdateAsync(array $args = [])
  140. * @method \Aws\Result tagResource(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  142. * @method \Aws\Result untagResource(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  144. * @method \Aws\Result updateDistributionConfiguration(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise updateDistributionConfigurationAsync(array $args = [])
  146. * @method \Aws\Result updateImagePipeline(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise updateImagePipelineAsync(array $args = [])
  148. * @method \Aws\Result updateInfrastructureConfiguration(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise updateInfrastructureConfigurationAsync(array $args = [])
  150. * @method \Aws\Result updateLifecyclePolicy(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise updateLifecyclePolicyAsync(array $args = [])
  152. */
  153. class imagebuilderClient extends AwsClient {}