RedshiftClient.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?php
  2. namespace Aws\Redshift;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Redshift** service.
  6. *
  7. * @method \Aws\Result acceptReservedNodeExchange(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise acceptReservedNodeExchangeAsync(array $args = [])
  9. * @method \Aws\Result authorizeClusterSecurityGroupIngress(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise authorizeClusterSecurityGroupIngressAsync(array $args = [])
  11. * @method \Aws\Result authorizeSnapshotAccess(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise authorizeSnapshotAccessAsync(array $args = [])
  13. * @method \Aws\Result batchDeleteClusterSnapshots(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise batchDeleteClusterSnapshotsAsync(array $args = [])
  15. * @method \Aws\Result batchModifyClusterSnapshots(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise batchModifyClusterSnapshotsAsync(array $args = [])
  17. * @method \Aws\Result cancelResize(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise cancelResizeAsync(array $args = [])
  19. * @method \Aws\Result copyClusterSnapshot(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise copyClusterSnapshotAsync(array $args = [])
  21. * @method \Aws\Result createCluster(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
  23. * @method \Aws\Result createClusterParameterGroup(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createClusterParameterGroupAsync(array $args = [])
  25. * @method \Aws\Result createClusterSecurityGroup(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createClusterSecurityGroupAsync(array $args = [])
  27. * @method \Aws\Result createClusterSnapshot(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createClusterSnapshotAsync(array $args = [])
  29. * @method \Aws\Result createClusterSubnetGroup(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createClusterSubnetGroupAsync(array $args = [])
  31. * @method \Aws\Result createEventSubscription(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise createEventSubscriptionAsync(array $args = [])
  33. * @method \Aws\Result createHsmClientCertificate(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise createHsmClientCertificateAsync(array $args = [])
  35. * @method \Aws\Result createHsmConfiguration(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise createHsmConfigurationAsync(array $args = [])
  37. * @method \Aws\Result createScheduledAction(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise createScheduledActionAsync(array $args = [])
  39. * @method \Aws\Result createSnapshotCopyGrant(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise createSnapshotCopyGrantAsync(array $args = [])
  41. * @method \Aws\Result createSnapshotSchedule(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise createSnapshotScheduleAsync(array $args = [])
  43. * @method \Aws\Result createTags(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
  45. * @method \Aws\Result createUsageLimit(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise createUsageLimitAsync(array $args = [])
  47. * @method \Aws\Result deleteCluster(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
  49. * @method \Aws\Result deleteClusterParameterGroup(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise deleteClusterParameterGroupAsync(array $args = [])
  51. * @method \Aws\Result deleteClusterSecurityGroup(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise deleteClusterSecurityGroupAsync(array $args = [])
  53. * @method \Aws\Result deleteClusterSnapshot(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise deleteClusterSnapshotAsync(array $args = [])
  55. * @method \Aws\Result deleteClusterSubnetGroup(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise deleteClusterSubnetGroupAsync(array $args = [])
  57. * @method \Aws\Result deleteEventSubscription(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise deleteEventSubscriptionAsync(array $args = [])
  59. * @method \Aws\Result deleteHsmClientCertificate(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise deleteHsmClientCertificateAsync(array $args = [])
  61. * @method \Aws\Result deleteHsmConfiguration(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise deleteHsmConfigurationAsync(array $args = [])
  63. * @method \Aws\Result deleteScheduledAction(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise deleteScheduledActionAsync(array $args = [])
  65. * @method \Aws\Result deleteSnapshotCopyGrant(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise deleteSnapshotCopyGrantAsync(array $args = [])
  67. * @method \Aws\Result deleteSnapshotSchedule(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise deleteSnapshotScheduleAsync(array $args = [])
  69. * @method \Aws\Result deleteTags(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
  71. * @method \Aws\Result deleteUsageLimit(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise deleteUsageLimitAsync(array $args = [])
  73. * @method \Aws\Result describeAccountAttributes(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
  75. * @method \Aws\Result describeClusterDbRevisions(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise describeClusterDbRevisionsAsync(array $args = [])
  77. * @method \Aws\Result describeClusterParameterGroups(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise describeClusterParameterGroupsAsync(array $args = [])
  79. * @method \Aws\Result describeClusterParameters(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise describeClusterParametersAsync(array $args = [])
  81. * @method \Aws\Result describeClusterSecurityGroups(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise describeClusterSecurityGroupsAsync(array $args = [])
  83. * @method \Aws\Result describeClusterSnapshots(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise describeClusterSnapshotsAsync(array $args = [])
  85. * @method \Aws\Result describeClusterSubnetGroups(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise describeClusterSubnetGroupsAsync(array $args = [])
  87. * @method \Aws\Result describeClusterTracks(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise describeClusterTracksAsync(array $args = [])
  89. * @method \Aws\Result describeClusterVersions(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise describeClusterVersionsAsync(array $args = [])
  91. * @method \Aws\Result describeClusters(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
  93. * @method \Aws\Result describeDefaultClusterParameters(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise describeDefaultClusterParametersAsync(array $args = [])
  95. * @method \Aws\Result describeEventCategories(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise describeEventCategoriesAsync(array $args = [])
  97. * @method \Aws\Result describeEventSubscriptions(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise describeEventSubscriptionsAsync(array $args = [])
  99. * @method \Aws\Result describeEvents(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
  101. * @method \Aws\Result describeHsmClientCertificates(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise describeHsmClientCertificatesAsync(array $args = [])
  103. * @method \Aws\Result describeHsmConfigurations(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise describeHsmConfigurationsAsync(array $args = [])
  105. * @method \Aws\Result describeLoggingStatus(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise describeLoggingStatusAsync(array $args = [])
  107. * @method \Aws\Result describeNodeConfigurationOptions(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise describeNodeConfigurationOptionsAsync(array $args = [])
  109. * @method \Aws\Result describeOrderableClusterOptions(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise describeOrderableClusterOptionsAsync(array $args = [])
  111. * @method \Aws\Result describeReservedNodeOfferings(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise describeReservedNodeOfferingsAsync(array $args = [])
  113. * @method \Aws\Result describeReservedNodes(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise describeReservedNodesAsync(array $args = [])
  115. * @method \Aws\Result describeResize(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise describeResizeAsync(array $args = [])
  117. * @method \Aws\Result describeScheduledActions(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise describeScheduledActionsAsync(array $args = [])
  119. * @method \Aws\Result describeSnapshotCopyGrants(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise describeSnapshotCopyGrantsAsync(array $args = [])
  121. * @method \Aws\Result describeSnapshotSchedules(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise describeSnapshotSchedulesAsync(array $args = [])
  123. * @method \Aws\Result describeStorage(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise describeStorageAsync(array $args = [])
  125. * @method \Aws\Result describeTableRestoreStatus(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise describeTableRestoreStatusAsync(array $args = [])
  127. * @method \Aws\Result describeTags(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
  129. * @method \Aws\Result describeUsageLimits(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise describeUsageLimitsAsync(array $args = [])
  131. * @method \Aws\Result disableLogging(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise disableLoggingAsync(array $args = [])
  133. * @method \Aws\Result disableSnapshotCopy(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise disableSnapshotCopyAsync(array $args = [])
  135. * @method \Aws\Result enableLogging(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise enableLoggingAsync(array $args = [])
  137. * @method \Aws\Result enableSnapshotCopy(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise enableSnapshotCopyAsync(array $args = [])
  139. * @method \Aws\Result getClusterCredentials(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise getClusterCredentialsAsync(array $args = [])
  141. * @method \Aws\Result getReservedNodeExchangeOfferings(array $args = [])
  142. * @method \GuzzleHttp\Promise\Promise getReservedNodeExchangeOfferingsAsync(array $args = [])
  143. * @method \Aws\Result modifyCluster(array $args = [])
  144. * @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
  145. * @method \Aws\Result modifyClusterDbRevision(array $args = [])
  146. * @method \GuzzleHttp\Promise\Promise modifyClusterDbRevisionAsync(array $args = [])
  147. * @method \Aws\Result modifyClusterIamRoles(array $args = [])
  148. * @method \GuzzleHttp\Promise\Promise modifyClusterIamRolesAsync(array $args = [])
  149. * @method \Aws\Result modifyClusterMaintenance(array $args = [])
  150. * @method \GuzzleHttp\Promise\Promise modifyClusterMaintenanceAsync(array $args = [])
  151. * @method \Aws\Result modifyClusterParameterGroup(array $args = [])
  152. * @method \GuzzleHttp\Promise\Promise modifyClusterParameterGroupAsync(array $args = [])
  153. * @method \Aws\Result modifyClusterSnapshot(array $args = [])
  154. * @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotAsync(array $args = [])
  155. * @method \Aws\Result modifyClusterSnapshotSchedule(array $args = [])
  156. * @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotScheduleAsync(array $args = [])
  157. * @method \Aws\Result modifyClusterSubnetGroup(array $args = [])
  158. * @method \GuzzleHttp\Promise\Promise modifyClusterSubnetGroupAsync(array $args = [])
  159. * @method \Aws\Result modifyEventSubscription(array $args = [])
  160. * @method \GuzzleHttp\Promise\Promise modifyEventSubscriptionAsync(array $args = [])
  161. * @method \Aws\Result modifyScheduledAction(array $args = [])
  162. * @method \GuzzleHttp\Promise\Promise modifyScheduledActionAsync(array $args = [])
  163. * @method \Aws\Result modifySnapshotCopyRetentionPeriod(array $args = [])
  164. * @method \GuzzleHttp\Promise\Promise modifySnapshotCopyRetentionPeriodAsync(array $args = [])
  165. * @method \Aws\Result modifySnapshotSchedule(array $args = [])
  166. * @method \GuzzleHttp\Promise\Promise modifySnapshotScheduleAsync(array $args = [])
  167. * @method \Aws\Result modifyUsageLimit(array $args = [])
  168. * @method \GuzzleHttp\Promise\Promise modifyUsageLimitAsync(array $args = [])
  169. * @method \Aws\Result pauseCluster(array $args = [])
  170. * @method \GuzzleHttp\Promise\Promise pauseClusterAsync(array $args = [])
  171. * @method \Aws\Result purchaseReservedNodeOffering(array $args = [])
  172. * @method \GuzzleHttp\Promise\Promise purchaseReservedNodeOfferingAsync(array $args = [])
  173. * @method \Aws\Result rebootCluster(array $args = [])
  174. * @method \GuzzleHttp\Promise\Promise rebootClusterAsync(array $args = [])
  175. * @method \Aws\Result resetClusterParameterGroup(array $args = [])
  176. * @method \GuzzleHttp\Promise\Promise resetClusterParameterGroupAsync(array $args = [])
  177. * @method \Aws\Result resizeCluster(array $args = [])
  178. * @method \GuzzleHttp\Promise\Promise resizeClusterAsync(array $args = [])
  179. * @method \Aws\Result restoreFromClusterSnapshot(array $args = [])
  180. * @method \GuzzleHttp\Promise\Promise restoreFromClusterSnapshotAsync(array $args = [])
  181. * @method \Aws\Result restoreTableFromClusterSnapshot(array $args = [])
  182. * @method \GuzzleHttp\Promise\Promise restoreTableFromClusterSnapshotAsync(array $args = [])
  183. * @method \Aws\Result resumeCluster(array $args = [])
  184. * @method \GuzzleHttp\Promise\Promise resumeClusterAsync(array $args = [])
  185. * @method \Aws\Result revokeClusterSecurityGroupIngress(array $args = [])
  186. * @method \GuzzleHttp\Promise\Promise revokeClusterSecurityGroupIngressAsync(array $args = [])
  187. * @method \Aws\Result revokeSnapshotAccess(array $args = [])
  188. * @method \GuzzleHttp\Promise\Promise revokeSnapshotAccessAsync(array $args = [])
  189. * @method \Aws\Result rotateEncryptionKey(array $args = [])
  190. * @method \GuzzleHttp\Promise\Promise rotateEncryptionKeyAsync(array $args = [])
  191. */
  192. class RedshiftClient extends AwsClient {}