LightsailClient.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?php
  2. namespace Aws\Lightsail;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Lightsail** service.
  6. * @method \Aws\Result allocateStaticIp(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise allocateStaticIpAsync(array $args = [])
  8. * @method \Aws\Result attachStaticIp(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise attachStaticIpAsync(array $args = [])
  10. * @method \Aws\Result closeInstancePublicPorts(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise closeInstancePublicPortsAsync(array $args = [])
  12. * @method \Aws\Result createDomain(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
  14. * @method \Aws\Result createDomainEntry(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDomainEntryAsync(array $args = [])
  16. * @method \Aws\Result createInstanceSnapshot(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createInstanceSnapshotAsync(array $args = [])
  18. * @method \Aws\Result createInstances(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createInstancesAsync(array $args = [])
  20. * @method \Aws\Result createInstancesFromSnapshot(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createInstancesFromSnapshotAsync(array $args = [])
  22. * @method \Aws\Result createKeyPair(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createKeyPairAsync(array $args = [])
  24. * @method \Aws\Result deleteDomain(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
  26. * @method \Aws\Result deleteDomainEntry(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteDomainEntryAsync(array $args = [])
  28. * @method \Aws\Result deleteInstance(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
  30. * @method \Aws\Result deleteInstanceSnapshot(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteInstanceSnapshotAsync(array $args = [])
  32. * @method \Aws\Result deleteKeyPair(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteKeyPairAsync(array $args = [])
  34. * @method \Aws\Result detachStaticIp(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise detachStaticIpAsync(array $args = [])
  36. * @method \Aws\Result downloadDefaultKeyPair(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise downloadDefaultKeyPairAsync(array $args = [])
  38. * @method \Aws\Result getActiveNames(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getActiveNamesAsync(array $args = [])
  40. * @method \Aws\Result getBlueprints(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getBlueprintsAsync(array $args = [])
  42. * @method \Aws\Result getBundles(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getBundlesAsync(array $args = [])
  44. * @method \Aws\Result getDomain(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = [])
  46. * @method \Aws\Result getDomains(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getDomainsAsync(array $args = [])
  48. * @method \Aws\Result getInstance(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = [])
  50. * @method \Aws\Result getInstanceAccessDetails(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getInstanceAccessDetailsAsync(array $args = [])
  52. * @method \Aws\Result getInstanceMetricData(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getInstanceMetricDataAsync(array $args = [])
  54. * @method \Aws\Result getInstancePortStates(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getInstancePortStatesAsync(array $args = [])
  56. * @method \Aws\Result getInstanceSnapshot(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotAsync(array $args = [])
  58. * @method \Aws\Result getInstanceSnapshots(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotsAsync(array $args = [])
  60. * @method \Aws\Result getInstanceState(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getInstanceStateAsync(array $args = [])
  62. * @method \Aws\Result getInstances(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getInstancesAsync(array $args = [])
  64. * @method \Aws\Result getKeyPair(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getKeyPairAsync(array $args = [])
  66. * @method \Aws\Result getKeyPairs(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getKeyPairsAsync(array $args = [])
  68. * @method \Aws\Result getOperation(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getOperationAsync(array $args = [])
  70. * @method \Aws\Result getOperations(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getOperationsAsync(array $args = [])
  72. * @method \Aws\Result getOperationsForResource(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise getOperationsForResourceAsync(array $args = [])
  74. * @method \Aws\Result getRegions(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise getRegionsAsync(array $args = [])
  76. * @method \Aws\Result getStaticIp(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getStaticIpAsync(array $args = [])
  78. * @method \Aws\Result getStaticIps(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise getStaticIpsAsync(array $args = [])
  80. * @method \Aws\Result importKeyPair(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise importKeyPairAsync(array $args = [])
  82. * @method \Aws\Result isVpcPeered(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise isVpcPeeredAsync(array $args = [])
  84. * @method \Aws\Result openInstancePublicPorts(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise openInstancePublicPortsAsync(array $args = [])
  86. * @method \Aws\Result peerVpc(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise peerVpcAsync(array $args = [])
  88. * @method \Aws\Result putInstancePublicPorts(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise putInstancePublicPortsAsync(array $args = [])
  90. * @method \Aws\Result rebootInstance(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise rebootInstanceAsync(array $args = [])
  92. * @method \Aws\Result releaseStaticIp(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise releaseStaticIpAsync(array $args = [])
  94. * @method \Aws\Result startInstance(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = [])
  96. * @method \Aws\Result stopInstance(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = [])
  98. * @method \Aws\Result unpeerVpc(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise unpeerVpcAsync(array $args = [])
  100. * @method \Aws\Result updateDomainEntry(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise updateDomainEntryAsync(array $args = [])
  102. */
  103. class LightsailClient extends AwsClient {}