ServiceCatalogClient.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <?php
  2. namespace Aws\ServiceCatalog;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Service Catalog** service.
  6. * @method \Aws\Result acceptPortfolioShare(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptPortfolioShareAsync(array $args = [])
  8. * @method \Aws\Result associateBudgetWithResource(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateBudgetWithResourceAsync(array $args = [])
  10. * @method \Aws\Result associatePrincipalWithPortfolio(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associatePrincipalWithPortfolioAsync(array $args = [])
  12. * @method \Aws\Result associateProductWithPortfolio(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise associateProductWithPortfolioAsync(array $args = [])
  14. * @method \Aws\Result associateServiceActionWithProvisioningArtifact(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise associateServiceActionWithProvisioningArtifactAsync(array $args = [])
  16. * @method \Aws\Result associateTagOptionWithResource(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise associateTagOptionWithResourceAsync(array $args = [])
  18. * @method \Aws\Result batchAssociateServiceActionWithProvisioningArtifact(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise batchAssociateServiceActionWithProvisioningArtifactAsync(array $args = [])
  20. * @method \Aws\Result batchDisassociateServiceActionFromProvisioningArtifact(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise batchDisassociateServiceActionFromProvisioningArtifactAsync(array $args = [])
  22. * @method \Aws\Result copyProduct(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise copyProductAsync(array $args = [])
  24. * @method \Aws\Result createConstraint(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createConstraintAsync(array $args = [])
  26. * @method \Aws\Result createPortfolio(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createPortfolioAsync(array $args = [])
  28. * @method \Aws\Result createPortfolioShare(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createPortfolioShareAsync(array $args = [])
  30. * @method \Aws\Result createProduct(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createProductAsync(array $args = [])
  32. * @method \Aws\Result createProvisionedProductPlan(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createProvisionedProductPlanAsync(array $args = [])
  34. * @method \Aws\Result createProvisioningArtifact(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise createProvisioningArtifactAsync(array $args = [])
  36. * @method \Aws\Result createServiceAction(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise createServiceActionAsync(array $args = [])
  38. * @method \Aws\Result createTagOption(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise createTagOptionAsync(array $args = [])
  40. * @method \Aws\Result deleteConstraint(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteConstraintAsync(array $args = [])
  42. * @method \Aws\Result deletePortfolio(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deletePortfolioAsync(array $args = [])
  44. * @method \Aws\Result deletePortfolioShare(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deletePortfolioShareAsync(array $args = [])
  46. * @method \Aws\Result deleteProduct(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteProductAsync(array $args = [])
  48. * @method \Aws\Result deleteProvisionedProductPlan(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteProvisionedProductPlanAsync(array $args = [])
  50. * @method \Aws\Result deleteProvisioningArtifact(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteProvisioningArtifactAsync(array $args = [])
  52. * @method \Aws\Result deleteServiceAction(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteServiceActionAsync(array $args = [])
  54. * @method \Aws\Result deleteTagOption(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteTagOptionAsync(array $args = [])
  56. * @method \Aws\Result describeConstraint(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeConstraintAsync(array $args = [])
  58. * @method \Aws\Result describeCopyProductStatus(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeCopyProductStatusAsync(array $args = [])
  60. * @method \Aws\Result describePortfolio(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describePortfolioAsync(array $args = [])
  62. * @method \Aws\Result describePortfolioShareStatus(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describePortfolioShareStatusAsync(array $args = [])
  64. * @method \Aws\Result describePortfolioShares(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describePortfolioSharesAsync(array $args = [])
  66. * @method \Aws\Result describeProduct(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise describeProductAsync(array $args = [])
  68. * @method \Aws\Result describeProductAsAdmin(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeProductAsAdminAsync(array $args = [])
  70. * @method \Aws\Result describeProductView(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise describeProductViewAsync(array $args = [])
  72. * @method \Aws\Result describeProvisionedProduct(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise describeProvisionedProductAsync(array $args = [])
  74. * @method \Aws\Result describeProvisionedProductPlan(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise describeProvisionedProductPlanAsync(array $args = [])
  76. * @method \Aws\Result describeProvisioningArtifact(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise describeProvisioningArtifactAsync(array $args = [])
  78. * @method \Aws\Result describeProvisioningParameters(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise describeProvisioningParametersAsync(array $args = [])
  80. * @method \Aws\Result describeRecord(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise describeRecordAsync(array $args = [])
  82. * @method \Aws\Result describeServiceAction(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise describeServiceActionAsync(array $args = [])
  84. * @method \Aws\Result describeServiceActionExecutionParameters(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise describeServiceActionExecutionParametersAsync(array $args = [])
  86. * @method \Aws\Result describeTagOption(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise describeTagOptionAsync(array $args = [])
  88. * @method \Aws\Result disableAWSOrganizationsAccess(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise disableAWSOrganizationsAccessAsync(array $args = [])
  90. * @method \Aws\Result disassociateBudgetFromResource(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise disassociateBudgetFromResourceAsync(array $args = [])
  92. * @method \Aws\Result disassociatePrincipalFromPortfolio(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise disassociatePrincipalFromPortfolioAsync(array $args = [])
  94. * @method \Aws\Result disassociateProductFromPortfolio(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise disassociateProductFromPortfolioAsync(array $args = [])
  96. * @method \Aws\Result disassociateServiceActionFromProvisioningArtifact(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise disassociateServiceActionFromProvisioningArtifactAsync(array $args = [])
  98. * @method \Aws\Result disassociateTagOptionFromResource(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise disassociateTagOptionFromResourceAsync(array $args = [])
  100. * @method \Aws\Result enableAWSOrganizationsAccess(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise enableAWSOrganizationsAccessAsync(array $args = [])
  102. * @method \Aws\Result executeProvisionedProductPlan(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise executeProvisionedProductPlanAsync(array $args = [])
  104. * @method \Aws\Result executeProvisionedProductServiceAction(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise executeProvisionedProductServiceActionAsync(array $args = [])
  106. * @method \Aws\Result getAWSOrganizationsAccessStatus(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise getAWSOrganizationsAccessStatusAsync(array $args = [])
  108. * @method \Aws\Result getProvisionedProductOutputs(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise getProvisionedProductOutputsAsync(array $args = [])
  110. * @method \Aws\Result importAsProvisionedProduct(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise importAsProvisionedProductAsync(array $args = [])
  112. * @method \Aws\Result listAcceptedPortfolioShares(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listAcceptedPortfolioSharesAsync(array $args = [])
  114. * @method \Aws\Result listBudgetsForResource(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listBudgetsForResourceAsync(array $args = [])
  116. * @method \Aws\Result listConstraintsForPortfolio(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listConstraintsForPortfolioAsync(array $args = [])
  118. * @method \Aws\Result listLaunchPaths(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listLaunchPathsAsync(array $args = [])
  120. * @method \Aws\Result listOrganizationPortfolioAccess(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listOrganizationPortfolioAccessAsync(array $args = [])
  122. * @method \Aws\Result listPortfolioAccess(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listPortfolioAccessAsync(array $args = [])
  124. * @method \Aws\Result listPortfolios(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listPortfoliosAsync(array $args = [])
  126. * @method \Aws\Result listPortfoliosForProduct(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise listPortfoliosForProductAsync(array $args = [])
  128. * @method \Aws\Result listPrincipalsForPortfolio(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise listPrincipalsForPortfolioAsync(array $args = [])
  130. * @method \Aws\Result listProvisionedProductPlans(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise listProvisionedProductPlansAsync(array $args = [])
  132. * @method \Aws\Result listProvisioningArtifacts(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise listProvisioningArtifactsAsync(array $args = [])
  134. * @method \Aws\Result listProvisioningArtifactsForServiceAction(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise listProvisioningArtifactsForServiceActionAsync(array $args = [])
  136. * @method \Aws\Result listRecordHistory(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise listRecordHistoryAsync(array $args = [])
  138. * @method \Aws\Result listResourcesForTagOption(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise listResourcesForTagOptionAsync(array $args = [])
  140. * @method \Aws\Result listServiceActions(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise listServiceActionsAsync(array $args = [])
  142. * @method \Aws\Result listServiceActionsForProvisioningArtifact(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise listServiceActionsForProvisioningArtifactAsync(array $args = [])
  144. * @method \Aws\Result listStackInstancesForProvisionedProduct(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise listStackInstancesForProvisionedProductAsync(array $args = [])
  146. * @method \Aws\Result listTagOptions(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise listTagOptionsAsync(array $args = [])
  148. * @method \Aws\Result notifyProvisionProductEngineWorkflowResult(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise notifyProvisionProductEngineWorkflowResultAsync(array $args = [])
  150. * @method \Aws\Result notifyTerminateProvisionedProductEngineWorkflowResult(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise notifyTerminateProvisionedProductEngineWorkflowResultAsync(array $args = [])
  152. * @method \Aws\Result notifyUpdateProvisionedProductEngineWorkflowResult(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise notifyUpdateProvisionedProductEngineWorkflowResultAsync(array $args = [])
  154. * @method \Aws\Result provisionProduct(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise provisionProductAsync(array $args = [])
  156. * @method \Aws\Result rejectPortfolioShare(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise rejectPortfolioShareAsync(array $args = [])
  158. * @method \Aws\Result scanProvisionedProducts(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise scanProvisionedProductsAsync(array $args = [])
  160. * @method \Aws\Result searchProducts(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise searchProductsAsync(array $args = [])
  162. * @method \Aws\Result searchProductsAsAdmin(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise searchProductsAsAdminAsync(array $args = [])
  164. * @method \Aws\Result searchProvisionedProducts(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise searchProvisionedProductsAsync(array $args = [])
  166. * @method \Aws\Result terminateProvisionedProduct(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise terminateProvisionedProductAsync(array $args = [])
  168. * @method \Aws\Result updateConstraint(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise updateConstraintAsync(array $args = [])
  170. * @method \Aws\Result updatePortfolio(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise updatePortfolioAsync(array $args = [])
  172. * @method \Aws\Result updatePortfolioShare(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise updatePortfolioShareAsync(array $args = [])
  174. * @method \Aws\Result updateProduct(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise updateProductAsync(array $args = [])
  176. * @method \Aws\Result updateProvisionedProduct(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise updateProvisionedProductAsync(array $args = [])
  178. * @method \Aws\Result updateProvisionedProductProperties(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise updateProvisionedProductPropertiesAsync(array $args = [])
  180. * @method \Aws\Result updateProvisioningArtifact(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise updateProvisioningArtifactAsync(array $args = [])
  182. * @method \Aws\Result updateServiceAction(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise updateServiceActionAsync(array $args = [])
  184. * @method \Aws\Result updateTagOption(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise updateTagOptionAsync(array $args = [])
  186. */
  187. class ServiceCatalogClient extends AwsClient {}