transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
OpenSearchServerless
/
OpenSearchServerlessClient.php
OpenSearchServerlessClient.php
84 lines
| 1 | <?php |
| 2 | namespace Aws\OpenSearchServerless; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **OpenSearch Service Serverless** service. |
| 8 | * @method \Aws\Result batchGetCollection(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchGetCollectionAsync(array $args = []) |
| 10 | * @method \Aws\Result batchGetEffectiveLifecyclePolicy(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchGetEffectiveLifecyclePolicyAsync(array $args = []) |
| 12 | * @method \Aws\Result batchGetLifecyclePolicy(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise batchGetLifecyclePolicyAsync(array $args = []) |
| 14 | * @method \Aws\Result batchGetVpcEndpoint(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise batchGetVpcEndpointAsync(array $args = []) |
| 16 | * @method \Aws\Result createAccessPolicy(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createAccessPolicyAsync(array $args = []) |
| 18 | * @method \Aws\Result createCollection(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = []) |
| 20 | * @method \Aws\Result createLifecyclePolicy(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createLifecyclePolicyAsync(array $args = []) |
| 22 | * @method \Aws\Result createSecurityConfig(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createSecurityConfigAsync(array $args = []) |
| 24 | * @method \Aws\Result createSecurityPolicy(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createSecurityPolicyAsync(array $args = []) |
| 26 | * @method \Aws\Result createVpcEndpoint(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createVpcEndpointAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteAccessPolicy(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteAccessPolicyAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteCollection(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteCollectionAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteLifecyclePolicy(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteSecurityConfig(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteSecurityConfigAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteSecurityPolicy(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteSecurityPolicyAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteVpcEndpoint(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointAsync(array $args = []) |
| 40 | * @method \Aws\Result getAccessPolicy(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise getAccessPolicyAsync(array $args = []) |
| 42 | * @method \Aws\Result getAccountSettings(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = []) |
| 44 | * @method \Aws\Result getPoliciesStats(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise getPoliciesStatsAsync(array $args = []) |
| 46 | * @method \Aws\Result getSecurityConfig(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getSecurityConfigAsync(array $args = []) |
| 48 | * @method \Aws\Result getSecurityPolicy(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getSecurityPolicyAsync(array $args = []) |
| 50 | * @method \Aws\Result listAccessPolicies(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = []) |
| 52 | * @method \Aws\Result listCollections(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listCollectionsAsync(array $args = []) |
| 54 | * @method \Aws\Result listLifecyclePolicies(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise listLifecyclePoliciesAsync(array $args = []) |
| 56 | * @method \Aws\Result listSecurityConfigs(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise listSecurityConfigsAsync(array $args = []) |
| 58 | * @method \Aws\Result listSecurityPolicies(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise listSecurityPoliciesAsync(array $args = []) |
| 60 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 62 | * @method \Aws\Result listVpcEndpoints(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise listVpcEndpointsAsync(array $args = []) |
| 64 | * @method \Aws\Result tagResource(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 66 | * @method \Aws\Result untagResource(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 68 | * @method \Aws\Result updateAccessPolicy(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise updateAccessPolicyAsync(array $args = []) |
| 70 | * @method \Aws\Result updateAccountSettings(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = []) |
| 72 | * @method \Aws\Result updateCollection(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise updateCollectionAsync(array $args = []) |
| 74 | * @method \Aws\Result updateLifecyclePolicy(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise updateLifecyclePolicyAsync(array $args = []) |
| 76 | * @method \Aws\Result updateSecurityConfig(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise updateSecurityConfigAsync(array $args = []) |
| 78 | * @method \Aws\Result updateSecurityPolicy(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise updateSecurityPolicyAsync(array $args = []) |
| 80 | * @method \Aws\Result updateVpcEndpoint(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise updateVpcEndpointAsync(array $args = []) |
| 82 | */ |
| 83 | class OpenSearchServerlessClient extends AwsClient {} |
| 84 |