ElasticsearchServiceClient.php 6.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. namespace Aws\ElasticsearchService;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Elasticsearch Service** service.
  6. *
  7. * @method \Aws\Result acceptInboundCrossClusterSearchConnection(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise acceptInboundCrossClusterSearchConnectionAsync(array $args = [])
  9. * @method \Aws\Result addTags(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
  11. * @method \Aws\Result associatePackage(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise associatePackageAsync(array $args = [])
  13. * @method \Aws\Result cancelElasticsearchServiceSoftwareUpdate(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise cancelElasticsearchServiceSoftwareUpdateAsync(array $args = [])
  15. * @method \Aws\Result createElasticsearchDomain(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createElasticsearchDomainAsync(array $args = [])
  17. * @method \Aws\Result createOutboundCrossClusterSearchConnection(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createOutboundCrossClusterSearchConnectionAsync(array $args = [])
  19. * @method \Aws\Result createPackage(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createPackageAsync(array $args = [])
  21. * @method \Aws\Result deleteElasticsearchDomain(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise deleteElasticsearchDomainAsync(array $args = [])
  23. * @method \Aws\Result deleteElasticsearchServiceRole(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise deleteElasticsearchServiceRoleAsync(array $args = [])
  25. * @method \Aws\Result deleteInboundCrossClusterSearchConnection(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteInboundCrossClusterSearchConnectionAsync(array $args = [])
  27. * @method \Aws\Result deleteOutboundCrossClusterSearchConnection(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteOutboundCrossClusterSearchConnectionAsync(array $args = [])
  29. * @method \Aws\Result deletePackage(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = [])
  31. * @method \Aws\Result describeElasticsearchDomain(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainAsync(array $args = [])
  33. * @method \Aws\Result describeElasticsearchDomainConfig(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainConfigAsync(array $args = [])
  35. * @method \Aws\Result describeElasticsearchDomains(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise describeElasticsearchDomainsAsync(array $args = [])
  37. * @method \Aws\Result describeElasticsearchInstanceTypeLimits(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeElasticsearchInstanceTypeLimitsAsync(array $args = [])
  39. * @method \Aws\Result describeInboundCrossClusterSearchConnections(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeInboundCrossClusterSearchConnectionsAsync(array $args = [])
  41. * @method \Aws\Result describeOutboundCrossClusterSearchConnections(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeOutboundCrossClusterSearchConnectionsAsync(array $args = [])
  43. * @method \Aws\Result describePackages(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describePackagesAsync(array $args = [])
  45. * @method \Aws\Result describeReservedElasticsearchInstanceOfferings(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstanceOfferingsAsync(array $args = [])
  47. * @method \Aws\Result describeReservedElasticsearchInstances(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describeReservedElasticsearchInstancesAsync(array $args = [])
  49. * @method \Aws\Result dissociatePackage(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise dissociatePackageAsync(array $args = [])
  51. * @method \Aws\Result getCompatibleElasticsearchVersions(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise getCompatibleElasticsearchVersionsAsync(array $args = [])
  53. * @method \Aws\Result getPackageVersionHistory(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise getPackageVersionHistoryAsync(array $args = [])
  55. * @method \Aws\Result getUpgradeHistory(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise getUpgradeHistoryAsync(array $args = [])
  57. * @method \Aws\Result getUpgradeStatus(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise getUpgradeStatusAsync(array $args = [])
  59. * @method \Aws\Result listDomainNames(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise listDomainNamesAsync(array $args = [])
  61. * @method \Aws\Result listDomainsForPackage(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise listDomainsForPackageAsync(array $args = [])
  63. * @method \Aws\Result listElasticsearchInstanceTypes(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise listElasticsearchInstanceTypesAsync(array $args = [])
  65. * @method \Aws\Result listElasticsearchVersions(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise listElasticsearchVersionsAsync(array $args = [])
  67. * @method \Aws\Result listPackagesForDomain(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise listPackagesForDomainAsync(array $args = [])
  69. * @method \Aws\Result listTags(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  71. * @method \Aws\Result purchaseReservedElasticsearchInstanceOffering(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise purchaseReservedElasticsearchInstanceOfferingAsync(array $args = [])
  73. * @method \Aws\Result rejectInboundCrossClusterSearchConnection(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise rejectInboundCrossClusterSearchConnectionAsync(array $args = [])
  75. * @method \Aws\Result removeTags(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
  77. * @method \Aws\Result startElasticsearchServiceSoftwareUpdate(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise startElasticsearchServiceSoftwareUpdateAsync(array $args = [])
  79. * @method \Aws\Result updateElasticsearchDomainConfig(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise updateElasticsearchDomainConfigAsync(array $args = [])
  81. * @method \Aws\Result updatePackage(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise updatePackageAsync(array $args = [])
  83. * @method \Aws\Result upgradeElasticsearchDomain(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise upgradeElasticsearchDomainAsync(array $args = [])
  85. */
  86. class ElasticsearchServiceClient extends AwsClient {}