ElastiCacheClient.php 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. namespace Aws\ElastiCache;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon ElastiCache** service.
  6. *
  7. * @method \Aws\Result addTagsToResource(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
  9. * @method \Aws\Result authorizeCacheSecurityGroupIngress(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise authorizeCacheSecurityGroupIngressAsync(array $args = [])
  11. * @method \Aws\Result copySnapshot(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = [])
  13. * @method \Aws\Result createCacheCluster(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createCacheClusterAsync(array $args = [])
  15. * @method \Aws\Result createCacheParameterGroup(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createCacheParameterGroupAsync(array $args = [])
  17. * @method \Aws\Result createCacheSecurityGroup(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createCacheSecurityGroupAsync(array $args = [])
  19. * @method \Aws\Result createCacheSubnetGroup(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createCacheSubnetGroupAsync(array $args = [])
  21. * @method \Aws\Result createReplicationGroup(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createReplicationGroupAsync(array $args = [])
  23. * @method \Aws\Result createSnapshot(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
  25. * @method \Aws\Result deleteCacheCluster(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteCacheClusterAsync(array $args = [])
  27. * @method \Aws\Result deleteCacheParameterGroup(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteCacheParameterGroupAsync(array $args = [])
  29. * @method \Aws\Result deleteCacheSecurityGroup(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteCacheSecurityGroupAsync(array $args = [])
  31. * @method \Aws\Result deleteCacheSubnetGroup(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deleteCacheSubnetGroupAsync(array $args = [])
  33. * @method \Aws\Result deleteReplicationGroup(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise deleteReplicationGroupAsync(array $args = [])
  35. * @method \Aws\Result deleteSnapshot(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
  37. * @method \Aws\Result describeCacheClusters(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeCacheClustersAsync(array $args = [])
  39. * @method \Aws\Result describeCacheEngineVersions(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeCacheEngineVersionsAsync(array $args = [])
  41. * @method \Aws\Result describeCacheParameterGroups(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeCacheParameterGroupsAsync(array $args = [])
  43. * @method \Aws\Result describeCacheParameters(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describeCacheParametersAsync(array $args = [])
  45. * @method \Aws\Result describeCacheSecurityGroups(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeCacheSecurityGroupsAsync(array $args = [])
  47. * @method \Aws\Result describeCacheSubnetGroups(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describeCacheSubnetGroupsAsync(array $args = [])
  49. * @method \Aws\Result describeEngineDefaultParameters(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeEngineDefaultParametersAsync(array $args = [])
  51. * @method \Aws\Result describeEvents(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
  53. * @method \Aws\Result describeReplicationGroups(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise describeReplicationGroupsAsync(array $args = [])
  55. * @method \Aws\Result describeReservedCacheNodes(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise describeReservedCacheNodesAsync(array $args = [])
  57. * @method \Aws\Result describeReservedCacheNodesOfferings(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise describeReservedCacheNodesOfferingsAsync(array $args = [])
  59. * @method \Aws\Result describeSnapshots(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
  61. * @method \Aws\Result listAllowedNodeTypeModifications(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise listAllowedNodeTypeModificationsAsync(array $args = [])
  63. * @method \Aws\Result listTagsForResource(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  65. * @method \Aws\Result modifyCacheCluster(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise modifyCacheClusterAsync(array $args = [])
  67. * @method \Aws\Result modifyCacheParameterGroup(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise modifyCacheParameterGroupAsync(array $args = [])
  69. * @method \Aws\Result modifyCacheSubnetGroup(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise modifyCacheSubnetGroupAsync(array $args = [])
  71. * @method \Aws\Result modifyReplicationGroup(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise modifyReplicationGroupAsync(array $args = [])
  73. * @method \Aws\Result purchaseReservedCacheNodesOffering(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise purchaseReservedCacheNodesOfferingAsync(array $args = [])
  75. * @method \Aws\Result rebootCacheCluster(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise rebootCacheClusterAsync(array $args = [])
  77. * @method \Aws\Result removeTagsFromResource(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
  79. * @method \Aws\Result resetCacheParameterGroup(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise resetCacheParameterGroupAsync(array $args = [])
  81. * @method \Aws\Result revokeCacheSecurityGroupIngress(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise revokeCacheSecurityGroupIngressAsync(array $args = [])
  83. * @method \Aws\Result testFailover(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise testFailoverAsync(array $args = [])
  85. */
  86. class ElastiCacheClient extends AwsClient {}