RedshiftClient.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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 addPartner(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise addPartnerAsync(array $args = [])
  11. * @method \Aws\Result associateDataShareConsumer(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise associateDataShareConsumerAsync(array $args = [])
  13. * @method \Aws\Result authorizeClusterSecurityGroupIngress(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise authorizeClusterSecurityGroupIngressAsync(array $args = [])
  15. * @method \Aws\Result authorizeDataShare(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise authorizeDataShareAsync(array $args = [])
  17. * @method \Aws\Result authorizeEndpointAccess(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise authorizeEndpointAccessAsync(array $args = [])
  19. * @method \Aws\Result authorizeSnapshotAccess(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise authorizeSnapshotAccessAsync(array $args = [])
  21. * @method \Aws\Result batchDeleteClusterSnapshots(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise batchDeleteClusterSnapshotsAsync(array $args = [])
  23. * @method \Aws\Result batchModifyClusterSnapshots(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise batchModifyClusterSnapshotsAsync(array $args = [])
  25. * @method \Aws\Result cancelResize(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise cancelResizeAsync(array $args = [])
  27. * @method \Aws\Result copyClusterSnapshot(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise copyClusterSnapshotAsync(array $args = [])
  29. * @method \Aws\Result createAuthenticationProfile(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createAuthenticationProfileAsync(array $args = [])
  31. * @method \Aws\Result createCluster(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
  33. * @method \Aws\Result createClusterParameterGroup(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise createClusterParameterGroupAsync(array $args = [])
  35. * @method \Aws\Result createClusterSecurityGroup(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise createClusterSecurityGroupAsync(array $args = [])
  37. * @method \Aws\Result createClusterSnapshot(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise createClusterSnapshotAsync(array $args = [])
  39. * @method \Aws\Result createClusterSubnetGroup(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise createClusterSubnetGroupAsync(array $args = [])
  41. * @method \Aws\Result createCustomDomainAssociation(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise createCustomDomainAssociationAsync(array $args = [])
  43. * @method \Aws\Result createEndpointAccess(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise createEndpointAccessAsync(array $args = [])
  45. * @method \Aws\Result createEventSubscription(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise createEventSubscriptionAsync(array $args = [])
  47. * @method \Aws\Result createHsmClientCertificate(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise createHsmClientCertificateAsync(array $args = [])
  49. * @method \Aws\Result createHsmConfiguration(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise createHsmConfigurationAsync(array $args = [])
  51. * @method \Aws\Result createRedshiftIdcApplication(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise createRedshiftIdcApplicationAsync(array $args = [])
  53. * @method \Aws\Result createScheduledAction(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise createScheduledActionAsync(array $args = [])
  55. * @method \Aws\Result createSnapshotCopyGrant(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise createSnapshotCopyGrantAsync(array $args = [])
  57. * @method \Aws\Result createSnapshotSchedule(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise createSnapshotScheduleAsync(array $args = [])
  59. * @method \Aws\Result createTags(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
  61. * @method \Aws\Result createUsageLimit(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise createUsageLimitAsync(array $args = [])
  63. * @method \Aws\Result deauthorizeDataShare(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise deauthorizeDataShareAsync(array $args = [])
  65. * @method \Aws\Result deleteAuthenticationProfile(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise deleteAuthenticationProfileAsync(array $args = [])
  67. * @method \Aws\Result deleteCluster(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
  69. * @method \Aws\Result deleteClusterParameterGroup(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise deleteClusterParameterGroupAsync(array $args = [])
  71. * @method \Aws\Result deleteClusterSecurityGroup(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise deleteClusterSecurityGroupAsync(array $args = [])
  73. * @method \Aws\Result deleteClusterSnapshot(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise deleteClusterSnapshotAsync(array $args = [])
  75. * @method \Aws\Result deleteClusterSubnetGroup(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise deleteClusterSubnetGroupAsync(array $args = [])
  77. * @method \Aws\Result deleteCustomDomainAssociation(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise deleteCustomDomainAssociationAsync(array $args = [])
  79. * @method \Aws\Result deleteEndpointAccess(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise deleteEndpointAccessAsync(array $args = [])
  81. * @method \Aws\Result deleteEventSubscription(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise deleteEventSubscriptionAsync(array $args = [])
  83. * @method \Aws\Result deleteHsmClientCertificate(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise deleteHsmClientCertificateAsync(array $args = [])
  85. * @method \Aws\Result deleteHsmConfiguration(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise deleteHsmConfigurationAsync(array $args = [])
  87. * @method \Aws\Result deletePartner(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise deletePartnerAsync(array $args = [])
  89. * @method \Aws\Result deleteRedshiftIdcApplication(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise deleteRedshiftIdcApplicationAsync(array $args = [])
  91. * @method \Aws\Result deleteResourcePolicy(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
  93. * @method \Aws\Result deleteScheduledAction(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise deleteScheduledActionAsync(array $args = [])
  95. * @method \Aws\Result deleteSnapshotCopyGrant(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise deleteSnapshotCopyGrantAsync(array $args = [])
  97. * @method \Aws\Result deleteSnapshotSchedule(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise deleteSnapshotScheduleAsync(array $args = [])
  99. * @method \Aws\Result deleteTags(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
  101. * @method \Aws\Result deleteUsageLimit(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise deleteUsageLimitAsync(array $args = [])
  103. * @method \Aws\Result describeAccountAttributes(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
  105. * @method \Aws\Result describeAuthenticationProfiles(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise describeAuthenticationProfilesAsync(array $args = [])
  107. * @method \Aws\Result describeClusterDbRevisions(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise describeClusterDbRevisionsAsync(array $args = [])
  109. * @method \Aws\Result describeClusterParameterGroups(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise describeClusterParameterGroupsAsync(array $args = [])
  111. * @method \Aws\Result describeClusterParameters(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise describeClusterParametersAsync(array $args = [])
  113. * @method \Aws\Result describeClusterSecurityGroups(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise describeClusterSecurityGroupsAsync(array $args = [])
  115. * @method \Aws\Result describeClusterSnapshots(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise describeClusterSnapshotsAsync(array $args = [])
  117. * @method \Aws\Result describeClusterSubnetGroups(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise describeClusterSubnetGroupsAsync(array $args = [])
  119. * @method \Aws\Result describeClusterTracks(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise describeClusterTracksAsync(array $args = [])
  121. * @method \Aws\Result describeClusterVersions(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise describeClusterVersionsAsync(array $args = [])
  123. * @method \Aws\Result describeClusters(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise describeClustersAsync(array $args = [])
  125. * @method \Aws\Result describeCustomDomainAssociations(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise describeCustomDomainAssociationsAsync(array $args = [])
  127. * @method \Aws\Result describeDataShares(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise describeDataSharesAsync(array $args = [])
  129. * @method \Aws\Result describeDataSharesForConsumer(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise describeDataSharesForConsumerAsync(array $args = [])
  131. * @method \Aws\Result describeDataSharesForProducer(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise describeDataSharesForProducerAsync(array $args = [])
  133. * @method \Aws\Result describeDefaultClusterParameters(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise describeDefaultClusterParametersAsync(array $args = [])
  135. * @method \Aws\Result describeEndpointAccess(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise describeEndpointAccessAsync(array $args = [])
  137. * @method \Aws\Result describeEndpointAuthorization(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise describeEndpointAuthorizationAsync(array $args = [])
  139. * @method \Aws\Result describeEventCategories(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise describeEventCategoriesAsync(array $args = [])
  141. * @method \Aws\Result describeEventSubscriptions(array $args = [])
  142. * @method \GuzzleHttp\Promise\Promise describeEventSubscriptionsAsync(array $args = [])
  143. * @method \Aws\Result describeEvents(array $args = [])
  144. * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
  145. * @method \Aws\Result describeHsmClientCertificates(array $args = [])
  146. * @method \GuzzleHttp\Promise\Promise describeHsmClientCertificatesAsync(array $args = [])
  147. * @method \Aws\Result describeHsmConfigurations(array $args = [])
  148. * @method \GuzzleHttp\Promise\Promise describeHsmConfigurationsAsync(array $args = [])
  149. * @method \Aws\Result describeInboundIntegrations(array $args = [])
  150. * @method \GuzzleHttp\Promise\Promise describeInboundIntegrationsAsync(array $args = [])
  151. * @method \Aws\Result describeLoggingStatus(array $args = [])
  152. * @method \GuzzleHttp\Promise\Promise describeLoggingStatusAsync(array $args = [])
  153. * @method \Aws\Result describeNodeConfigurationOptions(array $args = [])
  154. * @method \GuzzleHttp\Promise\Promise describeNodeConfigurationOptionsAsync(array $args = [])
  155. * @method \Aws\Result describeOrderableClusterOptions(array $args = [])
  156. * @method \GuzzleHttp\Promise\Promise describeOrderableClusterOptionsAsync(array $args = [])
  157. * @method \Aws\Result describePartners(array $args = [])
  158. * @method \GuzzleHttp\Promise\Promise describePartnersAsync(array $args = [])
  159. * @method \Aws\Result describeRedshiftIdcApplications(array $args = [])
  160. * @method \GuzzleHttp\Promise\Promise describeRedshiftIdcApplicationsAsync(array $args = [])
  161. * @method \Aws\Result describeReservedNodeExchangeStatus(array $args = [])
  162. * @method \GuzzleHttp\Promise\Promise describeReservedNodeExchangeStatusAsync(array $args = [])
  163. * @method \Aws\Result describeReservedNodeOfferings(array $args = [])
  164. * @method \GuzzleHttp\Promise\Promise describeReservedNodeOfferingsAsync(array $args = [])
  165. * @method \Aws\Result describeReservedNodes(array $args = [])
  166. * @method \GuzzleHttp\Promise\Promise describeReservedNodesAsync(array $args = [])
  167. * @method \Aws\Result describeResize(array $args = [])
  168. * @method \GuzzleHttp\Promise\Promise describeResizeAsync(array $args = [])
  169. * @method \Aws\Result describeScheduledActions(array $args = [])
  170. * @method \GuzzleHttp\Promise\Promise describeScheduledActionsAsync(array $args = [])
  171. * @method \Aws\Result describeSnapshotCopyGrants(array $args = [])
  172. * @method \GuzzleHttp\Promise\Promise describeSnapshotCopyGrantsAsync(array $args = [])
  173. * @method \Aws\Result describeSnapshotSchedules(array $args = [])
  174. * @method \GuzzleHttp\Promise\Promise describeSnapshotSchedulesAsync(array $args = [])
  175. * @method \Aws\Result describeStorage(array $args = [])
  176. * @method \GuzzleHttp\Promise\Promise describeStorageAsync(array $args = [])
  177. * @method \Aws\Result describeTableRestoreStatus(array $args = [])
  178. * @method \GuzzleHttp\Promise\Promise describeTableRestoreStatusAsync(array $args = [])
  179. * @method \Aws\Result describeTags(array $args = [])
  180. * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
  181. * @method \Aws\Result describeUsageLimits(array $args = [])
  182. * @method \GuzzleHttp\Promise\Promise describeUsageLimitsAsync(array $args = [])
  183. * @method \Aws\Result disableLogging(array $args = [])
  184. * @method \GuzzleHttp\Promise\Promise disableLoggingAsync(array $args = [])
  185. * @method \Aws\Result disableSnapshotCopy(array $args = [])
  186. * @method \GuzzleHttp\Promise\Promise disableSnapshotCopyAsync(array $args = [])
  187. * @method \Aws\Result disassociateDataShareConsumer(array $args = [])
  188. * @method \GuzzleHttp\Promise\Promise disassociateDataShareConsumerAsync(array $args = [])
  189. * @method \Aws\Result enableLogging(array $args = [])
  190. * @method \GuzzleHttp\Promise\Promise enableLoggingAsync(array $args = [])
  191. * @method \Aws\Result enableSnapshotCopy(array $args = [])
  192. * @method \GuzzleHttp\Promise\Promise enableSnapshotCopyAsync(array $args = [])
  193. * @method \Aws\Result failoverPrimaryCompute(array $args = [])
  194. * @method \GuzzleHttp\Promise\Promise failoverPrimaryComputeAsync(array $args = [])
  195. * @method \Aws\Result getClusterCredentials(array $args = [])
  196. * @method \GuzzleHttp\Promise\Promise getClusterCredentialsAsync(array $args = [])
  197. * @method \Aws\Result getClusterCredentialsWithIAM(array $args = [])
  198. * @method \GuzzleHttp\Promise\Promise getClusterCredentialsWithIAMAsync(array $args = [])
  199. * @method \Aws\Result getReservedNodeExchangeConfigurationOptions(array $args = [])
  200. * @method \GuzzleHttp\Promise\Promise getReservedNodeExchangeConfigurationOptionsAsync(array $args = [])
  201. * @method \Aws\Result getReservedNodeExchangeOfferings(array $args = [])
  202. * @method \GuzzleHttp\Promise\Promise getReservedNodeExchangeOfferingsAsync(array $args = [])
  203. * @method \Aws\Result getResourcePolicy(array $args = [])
  204. * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
  205. * @method \Aws\Result listRecommendations(array $args = [])
  206. * @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = [])
  207. * @method \Aws\Result modifyAquaConfiguration(array $args = [])
  208. * @method \GuzzleHttp\Promise\Promise modifyAquaConfigurationAsync(array $args = [])
  209. * @method \Aws\Result modifyAuthenticationProfile(array $args = [])
  210. * @method \GuzzleHttp\Promise\Promise modifyAuthenticationProfileAsync(array $args = [])
  211. * @method \Aws\Result modifyCluster(array $args = [])
  212. * @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
  213. * @method \Aws\Result modifyClusterDbRevision(array $args = [])
  214. * @method \GuzzleHttp\Promise\Promise modifyClusterDbRevisionAsync(array $args = [])
  215. * @method \Aws\Result modifyClusterIamRoles(array $args = [])
  216. * @method \GuzzleHttp\Promise\Promise modifyClusterIamRolesAsync(array $args = [])
  217. * @method \Aws\Result modifyClusterMaintenance(array $args = [])
  218. * @method \GuzzleHttp\Promise\Promise modifyClusterMaintenanceAsync(array $args = [])
  219. * @method \Aws\Result modifyClusterParameterGroup(array $args = [])
  220. * @method \GuzzleHttp\Promise\Promise modifyClusterParameterGroupAsync(array $args = [])
  221. * @method \Aws\Result modifyClusterSnapshot(array $args = [])
  222. * @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotAsync(array $args = [])
  223. * @method \Aws\Result modifyClusterSnapshotSchedule(array $args = [])
  224. * @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotScheduleAsync(array $args = [])
  225. * @method \Aws\Result modifyClusterSubnetGroup(array $args = [])
  226. * @method \GuzzleHttp\Promise\Promise modifyClusterSubnetGroupAsync(array $args = [])
  227. * @method \Aws\Result modifyCustomDomainAssociation(array $args = [])
  228. * @method \GuzzleHttp\Promise\Promise modifyCustomDomainAssociationAsync(array $args = [])
  229. * @method \Aws\Result modifyEndpointAccess(array $args = [])
  230. * @method \GuzzleHttp\Promise\Promise modifyEndpointAccessAsync(array $args = [])
  231. * @method \Aws\Result modifyEventSubscription(array $args = [])
  232. * @method \GuzzleHttp\Promise\Promise modifyEventSubscriptionAsync(array $args = [])
  233. * @method \Aws\Result modifyRedshiftIdcApplication(array $args = [])
  234. * @method \GuzzleHttp\Promise\Promise modifyRedshiftIdcApplicationAsync(array $args = [])
  235. * @method \Aws\Result modifyScheduledAction(array $args = [])
  236. * @method \GuzzleHttp\Promise\Promise modifyScheduledActionAsync(array $args = [])
  237. * @method \Aws\Result modifySnapshotCopyRetentionPeriod(array $args = [])
  238. * @method \GuzzleHttp\Promise\Promise modifySnapshotCopyRetentionPeriodAsync(array $args = [])
  239. * @method \Aws\Result modifySnapshotSchedule(array $args = [])
  240. * @method \GuzzleHttp\Promise\Promise modifySnapshotScheduleAsync(array $args = [])
  241. * @method \Aws\Result modifyUsageLimit(array $args = [])
  242. * @method \GuzzleHttp\Promise\Promise modifyUsageLimitAsync(array $args = [])
  243. * @method \Aws\Result pauseCluster(array $args = [])
  244. * @method \GuzzleHttp\Promise\Promise pauseClusterAsync(array $args = [])
  245. * @method \Aws\Result purchaseReservedNodeOffering(array $args = [])
  246. * @method \GuzzleHttp\Promise\Promise purchaseReservedNodeOfferingAsync(array $args = [])
  247. * @method \Aws\Result putResourcePolicy(array $args = [])
  248. * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
  249. * @method \Aws\Result rebootCluster(array $args = [])
  250. * @method \GuzzleHttp\Promise\Promise rebootClusterAsync(array $args = [])
  251. * @method \Aws\Result rejectDataShare(array $args = [])
  252. * @method \GuzzleHttp\Promise\Promise rejectDataShareAsync(array $args = [])
  253. * @method \Aws\Result resetClusterParameterGroup(array $args = [])
  254. * @method \GuzzleHttp\Promise\Promise resetClusterParameterGroupAsync(array $args = [])
  255. * @method \Aws\Result resizeCluster(array $args = [])
  256. * @method \GuzzleHttp\Promise\Promise resizeClusterAsync(array $args = [])
  257. * @method \Aws\Result restoreFromClusterSnapshot(array $args = [])
  258. * @method \GuzzleHttp\Promise\Promise restoreFromClusterSnapshotAsync(array $args = [])
  259. * @method \Aws\Result restoreTableFromClusterSnapshot(array $args = [])
  260. * @method \GuzzleHttp\Promise\Promise restoreTableFromClusterSnapshotAsync(array $args = [])
  261. * @method \Aws\Result resumeCluster(array $args = [])
  262. * @method \GuzzleHttp\Promise\Promise resumeClusterAsync(array $args = [])
  263. * @method \Aws\Result revokeClusterSecurityGroupIngress(array $args = [])
  264. * @method \GuzzleHttp\Promise\Promise revokeClusterSecurityGroupIngressAsync(array $args = [])
  265. * @method \Aws\Result revokeEndpointAccess(array $args = [])
  266. * @method \GuzzleHttp\Promise\Promise revokeEndpointAccessAsync(array $args = [])
  267. * @method \Aws\Result revokeSnapshotAccess(array $args = [])
  268. * @method \GuzzleHttp\Promise\Promise revokeSnapshotAccessAsync(array $args = [])
  269. * @method \Aws\Result rotateEncryptionKey(array $args = [])
  270. * @method \GuzzleHttp\Promise\Promise rotateEncryptionKeyAsync(array $args = [])
  271. * @method \Aws\Result updatePartnerStatus(array $args = [])
  272. * @method \GuzzleHttp\Promise\Promise updatePartnerStatusAsync(array $args = [])
  273. */
  274. class RedshiftClient extends AwsClient {}