1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\RedshiftServerless;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Redshift Serverless** service.
|
|
|
8 |
* @method \Aws\Result convertRecoveryPointToSnapshot(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise convertRecoveryPointToSnapshotAsync(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 createSnapshot(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createUsageLimit(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createUsageLimitAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createWorkgroup(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createWorkgroupAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteEndpointAccess(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteEndpointAccessAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteNamespace(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteResourcePolicy(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteSnapshot(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteUsageLimit(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteUsageLimitAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deleteWorkgroup(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteWorkgroupAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getCredentials(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getCredentialsAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result getEndpointAccess(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise getEndpointAccessAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result getNamespace(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise getNamespaceAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result getRecoveryPoint(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise getRecoveryPointAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result getResourcePolicy(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result getSnapshot(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise getSnapshotAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result getTableRestoreStatus(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise getTableRestoreStatusAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result getUsageLimit(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise getUsageLimitAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result getWorkgroup(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise getWorkgroupAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result listEndpointAccess(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise listEndpointAccessAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result listNamespaces(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result listRecoveryPoints(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise listRecoveryPointsAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result listSnapshots(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise listSnapshotsAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result listTableRestoreStatus(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise listTableRestoreStatusAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result listUsageLimits(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise listUsageLimitsAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result listWorkgroups(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise listWorkgroupsAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result putResourcePolicy(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result restoreFromRecoveryPoint(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise restoreFromRecoveryPointAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result restoreFromSnapshot(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise restoreFromSnapshotAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result restoreTableFromSnapshot(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise restoreTableFromSnapshotAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result updateEndpointAccess(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise updateEndpointAccessAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result updateNamespace(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise updateNamespaceAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result updateSnapshot(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise updateSnapshotAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result updateUsageLimit(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise updateUsageLimitAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result updateWorkgroup(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise updateWorkgroupAsync(array $args = [])
|
|
|
88 |
*/
|
|
|
89 |
class RedshiftServerlessClient extends AwsClient {}
|