imagebuilderClient.php 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 createComponent(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
  10. * @method \Aws\Result createDistributionConfiguration(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createDistributionConfigurationAsync(array $args = [])
  12. * @method \Aws\Result createImage(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
  14. * @method \Aws\Result createImagePipeline(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createImagePipelineAsync(array $args = [])
  16. * @method \Aws\Result createImageRecipe(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createImageRecipeAsync(array $args = [])
  18. * @method \Aws\Result createInfrastructureConfiguration(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createInfrastructureConfigurationAsync(array $args = [])
  20. * @method \Aws\Result deleteComponent(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
  22. * @method \Aws\Result deleteDistributionConfiguration(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteDistributionConfigurationAsync(array $args = [])
  24. * @method \Aws\Result deleteImage(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
  26. * @method \Aws\Result deleteImagePipeline(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteImagePipelineAsync(array $args = [])
  28. * @method \Aws\Result deleteImageRecipe(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteImageRecipeAsync(array $args = [])
  30. * @method \Aws\Result deleteInfrastructureConfiguration(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteInfrastructureConfigurationAsync(array $args = [])
  32. * @method \Aws\Result getComponent(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
  34. * @method \Aws\Result getComponentPolicy(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getComponentPolicyAsync(array $args = [])
  36. * @method \Aws\Result getDistributionConfiguration(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getDistributionConfigurationAsync(array $args = [])
  38. * @method \Aws\Result getImage(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getImageAsync(array $args = [])
  40. * @method \Aws\Result getImagePipeline(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getImagePipelineAsync(array $args = [])
  42. * @method \Aws\Result getImagePolicy(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getImagePolicyAsync(array $args = [])
  44. * @method \Aws\Result getImageRecipe(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getImageRecipeAsync(array $args = [])
  46. * @method \Aws\Result getImageRecipePolicy(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getImageRecipePolicyAsync(array $args = [])
  48. * @method \Aws\Result getInfrastructureConfiguration(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getInfrastructureConfigurationAsync(array $args = [])
  50. * @method \Aws\Result importComponent(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise importComponentAsync(array $args = [])
  52. * @method \Aws\Result listComponentBuildVersions(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listComponentBuildVersionsAsync(array $args = [])
  54. * @method \Aws\Result listComponents(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
  56. * @method \Aws\Result listDistributionConfigurations(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listDistributionConfigurationsAsync(array $args = [])
  58. * @method \Aws\Result listImageBuildVersions(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listImageBuildVersionsAsync(array $args = [])
  60. * @method \Aws\Result listImagePipelineImages(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listImagePipelineImagesAsync(array $args = [])
  62. * @method \Aws\Result listImagePipelines(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listImagePipelinesAsync(array $args = [])
  64. * @method \Aws\Result listImageRecipes(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listImageRecipesAsync(array $args = [])
  66. * @method \Aws\Result listImages(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
  68. * @method \Aws\Result listInfrastructureConfigurations(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listInfrastructureConfigurationsAsync(array $args = [])
  70. * @method \Aws\Result listTagsForResource(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  72. * @method \Aws\Result putComponentPolicy(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise putComponentPolicyAsync(array $args = [])
  74. * @method \Aws\Result putImagePolicy(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise putImagePolicyAsync(array $args = [])
  76. * @method \Aws\Result putImageRecipePolicy(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise putImageRecipePolicyAsync(array $args = [])
  78. * @method \Aws\Result startImagePipelineExecution(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise startImagePipelineExecutionAsync(array $args = [])
  80. * @method \Aws\Result tagResource(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  82. * @method \Aws\Result untagResource(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  84. * @method \Aws\Result updateDistributionConfiguration(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise updateDistributionConfigurationAsync(array $args = [])
  86. * @method \Aws\Result updateImagePipeline(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise updateImagePipelineAsync(array $args = [])
  88. * @method \Aws\Result updateInfrastructureConfiguration(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise updateInfrastructureConfigurationAsync(array $args = [])
  90. */
  91. class imagebuilderClient extends AwsClient {}