1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\S3Tables;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon S3 Tables** service.
|
|
|
8 |
* @method \Aws\Result createNamespace(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createNamespaceAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createTable(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createTableBucket(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createTableBucketAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteNamespace(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteTable(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteTableBucket(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteTableBucketAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteTableBucketPolicy(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteTableBucketPolicyAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteTablePolicy(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteTablePolicyAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getNamespace(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getNamespaceAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result getTable(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise getTableAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getTableBucket(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getTableBucketAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getTableBucketMaintenanceConfiguration(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getTableBucketMaintenanceConfigurationAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getTableBucketPolicy(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getTableBucketPolicyAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result getTableMaintenanceConfiguration(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise getTableMaintenanceConfigurationAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result getTableMaintenanceJobStatus(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise getTableMaintenanceJobStatusAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result getTableMetadataLocation(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise getTableMetadataLocationAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result getTablePolicy(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise getTablePolicyAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result listNamespaces(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result listTableBuckets(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise listTableBucketsAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result listTables(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise listTablesAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result putTableBucketMaintenanceConfiguration(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise putTableBucketMaintenanceConfigurationAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result putTableBucketPolicy(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise putTableBucketPolicyAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result putTableMaintenanceConfiguration(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise putTableMaintenanceConfigurationAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result putTablePolicy(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise putTablePolicyAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result renameTable(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise renameTableAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result updateTableMetadataLocation(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise updateTableMetadataLocationAsync(array $args = [])
|
|
|
60 |
*/
|
|
|
61 |
class S3TablesClient extends AwsClient {}
|