DataZoneClient.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?php
  2. namespace Aws\DataZone;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon DataZone** service.
  6. * @method \Aws\Result acceptPredictions(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptPredictionsAsync(array $args = [])
  8. * @method \Aws\Result acceptSubscriptionRequest(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise acceptSubscriptionRequestAsync(array $args = [])
  10. * @method \Aws\Result associateEnvironmentRole(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associateEnvironmentRoleAsync(array $args = [])
  12. * @method \Aws\Result cancelMetadataGenerationRun(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise cancelMetadataGenerationRunAsync(array $args = [])
  14. * @method \Aws\Result cancelSubscription(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise cancelSubscriptionAsync(array $args = [])
  16. * @method \Aws\Result createAsset(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
  18. * @method \Aws\Result createAssetRevision(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createAssetRevisionAsync(array $args = [])
  20. * @method \Aws\Result createAssetType(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createAssetTypeAsync(array $args = [])
  22. * @method \Aws\Result createDataSource(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = [])
  24. * @method \Aws\Result createDomain(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
  26. * @method \Aws\Result createEnvironment(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
  28. * @method \Aws\Result createEnvironmentAction(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createEnvironmentActionAsync(array $args = [])
  30. * @method \Aws\Result createEnvironmentProfile(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createEnvironmentProfileAsync(array $args = [])
  32. * @method \Aws\Result createFormType(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createFormTypeAsync(array $args = [])
  34. * @method \Aws\Result createGlossary(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise createGlossaryAsync(array $args = [])
  36. * @method \Aws\Result createGlossaryTerm(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise createGlossaryTermAsync(array $args = [])
  38. * @method \Aws\Result createGroupProfile(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise createGroupProfileAsync(array $args = [])
  40. * @method \Aws\Result createListingChangeSet(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise createListingChangeSetAsync(array $args = [])
  42. * @method \Aws\Result createProject(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
  44. * @method \Aws\Result createProjectMembership(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise createProjectMembershipAsync(array $args = [])
  46. * @method \Aws\Result createSubscriptionGrant(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise createSubscriptionGrantAsync(array $args = [])
  48. * @method \Aws\Result createSubscriptionRequest(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise createSubscriptionRequestAsync(array $args = [])
  50. * @method \Aws\Result createSubscriptionTarget(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise createSubscriptionTargetAsync(array $args = [])
  52. * @method \Aws\Result createUserProfile(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = [])
  54. * @method \Aws\Result deleteAsset(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
  56. * @method \Aws\Result deleteAssetType(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise deleteAssetTypeAsync(array $args = [])
  58. * @method \Aws\Result deleteDataSource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
  60. * @method \Aws\Result deleteDomain(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
  62. * @method \Aws\Result deleteEnvironment(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
  64. * @method \Aws\Result deleteEnvironmentAction(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentActionAsync(array $args = [])
  66. * @method \Aws\Result deleteEnvironmentBlueprintConfiguration(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentBlueprintConfigurationAsync(array $args = [])
  68. * @method \Aws\Result deleteEnvironmentProfile(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentProfileAsync(array $args = [])
  70. * @method \Aws\Result deleteFormType(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise deleteFormTypeAsync(array $args = [])
  72. * @method \Aws\Result deleteGlossary(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise deleteGlossaryAsync(array $args = [])
  74. * @method \Aws\Result deleteGlossaryTerm(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise deleteGlossaryTermAsync(array $args = [])
  76. * @method \Aws\Result deleteListing(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise deleteListingAsync(array $args = [])
  78. * @method \Aws\Result deleteProject(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
  80. * @method \Aws\Result deleteProjectMembership(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise deleteProjectMembershipAsync(array $args = [])
  82. * @method \Aws\Result deleteSubscriptionGrant(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise deleteSubscriptionGrantAsync(array $args = [])
  84. * @method \Aws\Result deleteSubscriptionRequest(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise deleteSubscriptionRequestAsync(array $args = [])
  86. * @method \Aws\Result deleteSubscriptionTarget(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise deleteSubscriptionTargetAsync(array $args = [])
  88. * @method \Aws\Result deleteTimeSeriesDataPoints(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise deleteTimeSeriesDataPointsAsync(array $args = [])
  90. * @method \Aws\Result disassociateEnvironmentRole(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise disassociateEnvironmentRoleAsync(array $args = [])
  92. * @method \Aws\Result getAsset(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise getAssetAsync(array $args = [])
  94. * @method \Aws\Result getAssetType(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise getAssetTypeAsync(array $args = [])
  96. * @method \Aws\Result getDataSource(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
  98. * @method \Aws\Result getDataSourceRun(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise getDataSourceRunAsync(array $args = [])
  100. * @method \Aws\Result getDomain(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = [])
  102. * @method \Aws\Result getEnvironment(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
  104. * @method \Aws\Result getEnvironmentAction(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise getEnvironmentActionAsync(array $args = [])
  106. * @method \Aws\Result getEnvironmentBlueprint(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise getEnvironmentBlueprintAsync(array $args = [])
  108. * @method \Aws\Result getEnvironmentBlueprintConfiguration(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise getEnvironmentBlueprintConfigurationAsync(array $args = [])
  110. * @method \Aws\Result getEnvironmentProfile(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise getEnvironmentProfileAsync(array $args = [])
  112. * @method \Aws\Result getFormType(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise getFormTypeAsync(array $args = [])
  114. * @method \Aws\Result getGlossary(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise getGlossaryAsync(array $args = [])
  116. * @method \Aws\Result getGlossaryTerm(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise getGlossaryTermAsync(array $args = [])
  118. * @method \Aws\Result getGroupProfile(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise getGroupProfileAsync(array $args = [])
  120. * @method \Aws\Result getIamPortalLoginUrl(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise getIamPortalLoginUrlAsync(array $args = [])
  122. * @method \Aws\Result getLineageNode(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise getLineageNodeAsync(array $args = [])
  124. * @method \Aws\Result getListing(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise getListingAsync(array $args = [])
  126. * @method \Aws\Result getMetadataGenerationRun(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise getMetadataGenerationRunAsync(array $args = [])
  128. * @method \Aws\Result getProject(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
  130. * @method \Aws\Result getSubscription(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise getSubscriptionAsync(array $args = [])
  132. * @method \Aws\Result getSubscriptionGrant(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise getSubscriptionGrantAsync(array $args = [])
  134. * @method \Aws\Result getSubscriptionRequestDetails(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise getSubscriptionRequestDetailsAsync(array $args = [])
  136. * @method \Aws\Result getSubscriptionTarget(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise getSubscriptionTargetAsync(array $args = [])
  138. * @method \Aws\Result getTimeSeriesDataPoint(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise getTimeSeriesDataPointAsync(array $args = [])
  140. * @method \Aws\Result getUserProfile(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise getUserProfileAsync(array $args = [])
  142. * @method \Aws\Result listAssetRevisions(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise listAssetRevisionsAsync(array $args = [])
  144. * @method \Aws\Result listDataSourceRunActivities(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise listDataSourceRunActivitiesAsync(array $args = [])
  146. * @method \Aws\Result listDataSourceRuns(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise listDataSourceRunsAsync(array $args = [])
  148. * @method \Aws\Result listDataSources(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = [])
  150. * @method \Aws\Result listDomains(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
  152. * @method \Aws\Result listEnvironmentActions(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise listEnvironmentActionsAsync(array $args = [])
  154. * @method \Aws\Result listEnvironmentBlueprintConfigurations(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise listEnvironmentBlueprintConfigurationsAsync(array $args = [])
  156. * @method \Aws\Result listEnvironmentBlueprints(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise listEnvironmentBlueprintsAsync(array $args = [])
  158. * @method \Aws\Result listEnvironmentProfiles(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise listEnvironmentProfilesAsync(array $args = [])
  160. * @method \Aws\Result listEnvironments(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
  162. * @method \Aws\Result listLineageNodeHistory(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise listLineageNodeHistoryAsync(array $args = [])
  164. * @method \Aws\Result listMetadataGenerationRuns(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise listMetadataGenerationRunsAsync(array $args = [])
  166. * @method \Aws\Result listNotifications(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise listNotificationsAsync(array $args = [])
  168. * @method \Aws\Result listProjectMemberships(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise listProjectMembershipsAsync(array $args = [])
  170. * @method \Aws\Result listProjects(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
  172. * @method \Aws\Result listSubscriptionGrants(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise listSubscriptionGrantsAsync(array $args = [])
  174. * @method \Aws\Result listSubscriptionRequests(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise listSubscriptionRequestsAsync(array $args = [])
  176. * @method \Aws\Result listSubscriptionTargets(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise listSubscriptionTargetsAsync(array $args = [])
  178. * @method \Aws\Result listSubscriptions(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise listSubscriptionsAsync(array $args = [])
  180. * @method \Aws\Result listTagsForResource(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  182. * @method \Aws\Result listTimeSeriesDataPoints(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise listTimeSeriesDataPointsAsync(array $args = [])
  184. * @method \Aws\Result postLineageEvent(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise postLineageEventAsync(array $args = [])
  186. * @method \Aws\Result postTimeSeriesDataPoints(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise postTimeSeriesDataPointsAsync(array $args = [])
  188. * @method \Aws\Result putEnvironmentBlueprintConfiguration(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise putEnvironmentBlueprintConfigurationAsync(array $args = [])
  190. * @method \Aws\Result rejectPredictions(array $args = [])
  191. * @method \GuzzleHttp\Promise\Promise rejectPredictionsAsync(array $args = [])
  192. * @method \Aws\Result rejectSubscriptionRequest(array $args = [])
  193. * @method \GuzzleHttp\Promise\Promise rejectSubscriptionRequestAsync(array $args = [])
  194. * @method \Aws\Result revokeSubscription(array $args = [])
  195. * @method \GuzzleHttp\Promise\Promise revokeSubscriptionAsync(array $args = [])
  196. * @method \Aws\Result search(array $args = [])
  197. * @method \GuzzleHttp\Promise\Promise searchAsync(array $args = [])
  198. * @method \Aws\Result searchGroupProfiles(array $args = [])
  199. * @method \GuzzleHttp\Promise\Promise searchGroupProfilesAsync(array $args = [])
  200. * @method \Aws\Result searchListings(array $args = [])
  201. * @method \GuzzleHttp\Promise\Promise searchListingsAsync(array $args = [])
  202. * @method \Aws\Result searchTypes(array $args = [])
  203. * @method \GuzzleHttp\Promise\Promise searchTypesAsync(array $args = [])
  204. * @method \Aws\Result searchUserProfiles(array $args = [])
  205. * @method \GuzzleHttp\Promise\Promise searchUserProfilesAsync(array $args = [])
  206. * @method \Aws\Result startDataSourceRun(array $args = [])
  207. * @method \GuzzleHttp\Promise\Promise startDataSourceRunAsync(array $args = [])
  208. * @method \Aws\Result startMetadataGenerationRun(array $args = [])
  209. * @method \GuzzleHttp\Promise\Promise startMetadataGenerationRunAsync(array $args = [])
  210. * @method \Aws\Result tagResource(array $args = [])
  211. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  212. * @method \Aws\Result untagResource(array $args = [])
  213. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  214. * @method \Aws\Result updateDataSource(array $args = [])
  215. * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
  216. * @method \Aws\Result updateDomain(array $args = [])
  217. * @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
  218. * @method \Aws\Result updateEnvironment(array $args = [])
  219. * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
  220. * @method \Aws\Result updateEnvironmentAction(array $args = [])
  221. * @method \GuzzleHttp\Promise\Promise updateEnvironmentActionAsync(array $args = [])
  222. * @method \Aws\Result updateEnvironmentProfile(array $args = [])
  223. * @method \GuzzleHttp\Promise\Promise updateEnvironmentProfileAsync(array $args = [])
  224. * @method \Aws\Result updateGlossary(array $args = [])
  225. * @method \GuzzleHttp\Promise\Promise updateGlossaryAsync(array $args = [])
  226. * @method \Aws\Result updateGlossaryTerm(array $args = [])
  227. * @method \GuzzleHttp\Promise\Promise updateGlossaryTermAsync(array $args = [])
  228. * @method \Aws\Result updateGroupProfile(array $args = [])
  229. * @method \GuzzleHttp\Promise\Promise updateGroupProfileAsync(array $args = [])
  230. * @method \Aws\Result updateProject(array $args = [])
  231. * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
  232. * @method \Aws\Result updateSubscriptionGrantStatus(array $args = [])
  233. * @method \GuzzleHttp\Promise\Promise updateSubscriptionGrantStatusAsync(array $args = [])
  234. * @method \Aws\Result updateSubscriptionRequest(array $args = [])
  235. * @method \GuzzleHttp\Promise\Promise updateSubscriptionRequestAsync(array $args = [])
  236. * @method \Aws\Result updateSubscriptionTarget(array $args = [])
  237. * @method \GuzzleHttp\Promise\Promise updateSubscriptionTargetAsync(array $args = [])
  238. * @method \Aws\Result updateUserProfile(array $args = [])
  239. * @method \GuzzleHttp\Promise\Promise updateUserProfileAsync(array $args = [])
  240. */
  241. class DataZoneClient extends AwsClient {}