OpenSearchServiceClient.php 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?php
  2. namespace Aws\OpenSearchService;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon OpenSearch Service** service.
  6. * @method \Aws\Result acceptInboundConnection(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptInboundConnectionAsync(array $args = [])
  8. * @method \Aws\Result addDataSource(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise addDataSourceAsync(array $args = [])
  10. * @method \Aws\Result addTags(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
  12. * @method \Aws\Result associatePackage(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise associatePackageAsync(array $args = [])
  14. * @method \Aws\Result authorizeVpcEndpointAccess(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise authorizeVpcEndpointAccessAsync(array $args = [])
  16. * @method \Aws\Result cancelDomainConfigChange(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise cancelDomainConfigChangeAsync(array $args = [])
  18. * @method \Aws\Result cancelServiceSoftwareUpdate(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise cancelServiceSoftwareUpdateAsync(array $args = [])
  20. * @method \Aws\Result createDomain(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
  22. * @method \Aws\Result createOutboundConnection(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createOutboundConnectionAsync(array $args = [])
  24. * @method \Aws\Result createPackage(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createPackageAsync(array $args = [])
  26. * @method \Aws\Result createVpcEndpoint(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createVpcEndpointAsync(array $args = [])
  28. * @method \Aws\Result deleteDataSource(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
  30. * @method \Aws\Result deleteDomain(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
  32. * @method \Aws\Result deleteInboundConnection(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteInboundConnectionAsync(array $args = [])
  34. * @method \Aws\Result deleteOutboundConnection(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteOutboundConnectionAsync(array $args = [])
  36. * @method \Aws\Result deletePackage(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = [])
  38. * @method \Aws\Result deleteVpcEndpoint(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointAsync(array $args = [])
  40. * @method \Aws\Result describeDomain(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
  42. * @method \Aws\Result describeDomainAutoTunes(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeDomainAutoTunesAsync(array $args = [])
  44. * @method \Aws\Result describeDomainChangeProgress(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeDomainChangeProgressAsync(array $args = [])
  46. * @method \Aws\Result describeDomainConfig(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeDomainConfigAsync(array $args = [])
  48. * @method \Aws\Result describeDomainHealth(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeDomainHealthAsync(array $args = [])
  50. * @method \Aws\Result describeDomainNodes(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeDomainNodesAsync(array $args = [])
  52. * @method \Aws\Result describeDomains(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeDomainsAsync(array $args = [])
  54. * @method \Aws\Result describeDryRunProgress(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeDryRunProgressAsync(array $args = [])
  56. * @method \Aws\Result describeInboundConnections(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeInboundConnectionsAsync(array $args = [])
  58. * @method \Aws\Result describeInstanceTypeLimits(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeInstanceTypeLimitsAsync(array $args = [])
  60. * @method \Aws\Result describeOutboundConnections(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeOutboundConnectionsAsync(array $args = [])
  62. * @method \Aws\Result describePackages(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describePackagesAsync(array $args = [])
  64. * @method \Aws\Result describeReservedInstanceOfferings(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeReservedInstanceOfferingsAsync(array $args = [])
  66. * @method \Aws\Result describeReservedInstances(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise describeReservedInstancesAsync(array $args = [])
  68. * @method \Aws\Result describeVpcEndpoints(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeVpcEndpointsAsync(array $args = [])
  70. * @method \Aws\Result dissociatePackage(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise dissociatePackageAsync(array $args = [])
  72. * @method \Aws\Result getCompatibleVersions(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise getCompatibleVersionsAsync(array $args = [])
  74. * @method \Aws\Result getDataSource(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
  76. * @method \Aws\Result getDomainMaintenanceStatus(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getDomainMaintenanceStatusAsync(array $args = [])
  78. * @method \Aws\Result getPackageVersionHistory(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise getPackageVersionHistoryAsync(array $args = [])
  80. * @method \Aws\Result getUpgradeHistory(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise getUpgradeHistoryAsync(array $args = [])
  82. * @method \Aws\Result getUpgradeStatus(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise getUpgradeStatusAsync(array $args = [])
  84. * @method \Aws\Result listDataSources(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = [])
  86. * @method \Aws\Result listDomainMaintenances(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listDomainMaintenancesAsync(array $args = [])
  88. * @method \Aws\Result listDomainNames(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = [])
  90. * @method \Aws\Result listDomainsForPackage(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise listDomainsForPackageAsync(array $args = [])
  92. * @method \Aws\Result listInstanceTypeDetails(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise listInstanceTypeDetailsAsync(array $args = [])
  94. * @method \Aws\Result listPackagesForDomain(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise listPackagesForDomainAsync(array $args = [])
  96. * @method \Aws\Result listScheduledActions(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise listScheduledActionsAsync(array $args = [])
  98. * @method \Aws\Result listTags(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  100. * @method \Aws\Result listVersions(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise listVersionsAsync(array $args = [])
  102. * @method \Aws\Result listVpcEndpointAccess(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise listVpcEndpointAccessAsync(array $args = [])
  104. * @method \Aws\Result listVpcEndpoints(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise listVpcEndpointsAsync(array $args = [])
  106. * @method \Aws\Result listVpcEndpointsForDomain(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listVpcEndpointsForDomainAsync(array $args = [])
  108. * @method \Aws\Result purchaseReservedInstanceOffering(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise purchaseReservedInstanceOfferingAsync(array $args = [])
  110. * @method \Aws\Result rejectInboundConnection(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise rejectInboundConnectionAsync(array $args = [])
  112. * @method \Aws\Result removeTags(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
  114. * @method \Aws\Result revokeVpcEndpointAccess(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise revokeVpcEndpointAccessAsync(array $args = [])
  116. * @method \Aws\Result startDomainMaintenance(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise startDomainMaintenanceAsync(array $args = [])
  118. * @method \Aws\Result startServiceSoftwareUpdate(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise startServiceSoftwareUpdateAsync(array $args = [])
  120. * @method \Aws\Result updateDataSource(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
  122. * @method \Aws\Result updateDomainConfig(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise updateDomainConfigAsync(array $args = [])
  124. * @method \Aws\Result updatePackage(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise updatePackageAsync(array $args = [])
  126. * @method \Aws\Result updateScheduledAction(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise updateScheduledActionAsync(array $args = [])
  128. * @method \Aws\Result updateVpcEndpoint(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise updateVpcEndpointAsync(array $args = [])
  130. * @method \Aws\Result upgradeDomain(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise upgradeDomainAsync(array $args = [])
  132. */
  133. class OpenSearchServiceClient extends AwsClient {}