RedshiftServerlessClient.php 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?php
  2. namespace Aws\RedshiftServerless;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Redshift Serverless** service.
  6. * @method \Aws\Result convertRecoveryPointToSnapshot(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise convertRecoveryPointToSnapshotAsync(array $args = [])
  8. * @method \Aws\Result createCustomDomainAssociation(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createCustomDomainAssociationAsync(array $args = [])
  10. * @method \Aws\Result createEndpointAccess(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createEndpointAccessAsync(array $args = [])
  12. * @method \Aws\Result createNamespace(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createNamespaceAsync(array $args = [])
  14. * @method \Aws\Result createScheduledAction(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createScheduledActionAsync(array $args = [])
  16. * @method \Aws\Result createSnapshot(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
  18. * @method \Aws\Result createSnapshotCopyConfiguration(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createSnapshotCopyConfigurationAsync(array $args = [])
  20. * @method \Aws\Result createUsageLimit(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createUsageLimitAsync(array $args = [])
  22. * @method \Aws\Result createWorkgroup(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createWorkgroupAsync(array $args = [])
  24. * @method \Aws\Result deleteCustomDomainAssociation(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteCustomDomainAssociationAsync(array $args = [])
  26. * @method \Aws\Result deleteEndpointAccess(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteEndpointAccessAsync(array $args = [])
  28. * @method \Aws\Result deleteNamespace(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = [])
  30. * @method \Aws\Result deleteResourcePolicy(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
  32. * @method \Aws\Result deleteScheduledAction(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteScheduledActionAsync(array $args = [])
  34. * @method \Aws\Result deleteSnapshot(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
  36. * @method \Aws\Result deleteSnapshotCopyConfiguration(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteSnapshotCopyConfigurationAsync(array $args = [])
  38. * @method \Aws\Result deleteUsageLimit(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteUsageLimitAsync(array $args = [])
  40. * @method \Aws\Result deleteWorkgroup(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteWorkgroupAsync(array $args = [])
  42. * @method \Aws\Result getCredentials(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getCredentialsAsync(array $args = [])
  44. * @method \Aws\Result getCustomDomainAssociation(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getCustomDomainAssociationAsync(array $args = [])
  46. * @method \Aws\Result getEndpointAccess(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getEndpointAccessAsync(array $args = [])
  48. * @method \Aws\Result getNamespace(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getNamespaceAsync(array $args = [])
  50. * @method \Aws\Result getRecoveryPoint(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getRecoveryPointAsync(array $args = [])
  52. * @method \Aws\Result getResourcePolicy(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
  54. * @method \Aws\Result getScheduledAction(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getScheduledActionAsync(array $args = [])
  56. * @method \Aws\Result getSnapshot(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getSnapshotAsync(array $args = [])
  58. * @method \Aws\Result getTableRestoreStatus(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getTableRestoreStatusAsync(array $args = [])
  60. * @method \Aws\Result getUsageLimit(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getUsageLimitAsync(array $args = [])
  62. * @method \Aws\Result getWorkgroup(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getWorkgroupAsync(array $args = [])
  64. * @method \Aws\Result listCustomDomainAssociations(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listCustomDomainAssociationsAsync(array $args = [])
  66. * @method \Aws\Result listEndpointAccess(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listEndpointAccessAsync(array $args = [])
  68. * @method \Aws\Result listNamespaces(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = [])
  70. * @method \Aws\Result listRecoveryPoints(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listRecoveryPointsAsync(array $args = [])
  72. * @method \Aws\Result listScheduledActions(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listScheduledActionsAsync(array $args = [])
  74. * @method \Aws\Result listSnapshotCopyConfigurations(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listSnapshotCopyConfigurationsAsync(array $args = [])
  76. * @method \Aws\Result listSnapshots(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listSnapshotsAsync(array $args = [])
  78. * @method \Aws\Result listTableRestoreStatus(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listTableRestoreStatusAsync(array $args = [])
  80. * @method \Aws\Result listTagsForResource(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  82. * @method \Aws\Result listUsageLimits(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listUsageLimitsAsync(array $args = [])
  84. * @method \Aws\Result listWorkgroups(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listWorkgroupsAsync(array $args = [])
  86. * @method \Aws\Result putResourcePolicy(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
  88. * @method \Aws\Result restoreFromRecoveryPoint(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise restoreFromRecoveryPointAsync(array $args = [])
  90. * @method \Aws\Result restoreFromSnapshot(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise restoreFromSnapshotAsync(array $args = [])
  92. * @method \Aws\Result restoreTableFromRecoveryPoint(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise restoreTableFromRecoveryPointAsync(array $args = [])
  94. * @method \Aws\Result restoreTableFromSnapshot(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise restoreTableFromSnapshotAsync(array $args = [])
  96. * @method \Aws\Result tagResource(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  98. * @method \Aws\Result untagResource(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  100. * @method \Aws\Result updateCustomDomainAssociation(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise updateCustomDomainAssociationAsync(array $args = [])
  102. * @method \Aws\Result updateEndpointAccess(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise updateEndpointAccessAsync(array $args = [])
  104. * @method \Aws\Result updateNamespace(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise updateNamespaceAsync(array $args = [])
  106. * @method \Aws\Result updateScheduledAction(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise updateScheduledActionAsync(array $args = [])
  108. * @method \Aws\Result updateSnapshot(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise updateSnapshotAsync(array $args = [])
  110. * @method \Aws\Result updateSnapshotCopyConfiguration(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise updateSnapshotCopyConfigurationAsync(array $args = [])
  112. * @method \Aws\Result updateUsageLimit(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise updateUsageLimitAsync(array $args = [])
  114. * @method \Aws\Result updateWorkgroup(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise updateWorkgroupAsync(array $args = [])
  116. */
  117. class RedshiftServerlessClient extends AwsClient {}