summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/OpenSearchServerless
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/OpenSearchServerless
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/OpenSearchServerless')
-rw-r--r--vendor/aws/aws-sdk-php/src/OpenSearchServerless/Exception/OpenSearchServerlessException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/OpenSearchServerless/OpenSearchServerlessClient.php71
2 files changed, 80 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/OpenSearchServerless/Exception/OpenSearchServerlessException.php b/vendor/aws/aws-sdk-php/src/OpenSearchServerless/Exception/OpenSearchServerlessException.php
new file mode 100644
index 0000000..fc6289d
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/OpenSearchServerless/Exception/OpenSearchServerlessException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\OpenSearchServerless\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **OpenSearch Service Serverless** service.
+ */
+class OpenSearchServerlessException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/OpenSearchServerless/OpenSearchServerlessClient.php b/vendor/aws/aws-sdk-php/src/OpenSearchServerless/OpenSearchServerlessClient.php
new file mode 100644
index 0000000..dfc30e4
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/OpenSearchServerless/OpenSearchServerlessClient.php
@@ -0,0 +1,71 @@
+<?php
+namespace Aws\OpenSearchServerless;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **OpenSearch Service Serverless** service.
+ * @method \Aws\Result batchGetCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetCollectionAsync(array $args = [])
+ * @method \Aws\Result batchGetVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetVpcEndpointAsync(array $args = [])
+ * @method \Aws\Result createAccessPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAccessPolicyAsync(array $args = [])
+ * @method \Aws\Result createCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = [])
+ * @method \Aws\Result createSecurityConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSecurityConfigAsync(array $args = [])
+ * @method \Aws\Result createSecurityPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSecurityPolicyAsync(array $args = [])
+ * @method \Aws\Result createVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createVpcEndpointAsync(array $args = [])
+ * @method \Aws\Result deleteAccessPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAccessPolicyAsync(array $args = [])
+ * @method \Aws\Result deleteCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCollectionAsync(array $args = [])
+ * @method \Aws\Result deleteSecurityConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSecurityConfigAsync(array $args = [])
+ * @method \Aws\Result deleteSecurityPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSecurityPolicyAsync(array $args = [])
+ * @method \Aws\Result deleteVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteVpcEndpointAsync(array $args = [])
+ * @method \Aws\Result getAccessPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAccessPolicyAsync(array $args = [])
+ * @method \Aws\Result getAccountSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
+ * @method \Aws\Result getPoliciesStats(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getPoliciesStatsAsync(array $args = [])
+ * @method \Aws\Result getSecurityConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSecurityConfigAsync(array $args = [])
+ * @method \Aws\Result getSecurityPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSecurityPolicyAsync(array $args = [])
+ * @method \Aws\Result listAccessPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
+ * @method \Aws\Result listCollections(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCollectionsAsync(array $args = [])
+ * @method \Aws\Result listSecurityConfigs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSecurityConfigsAsync(array $args = [])
+ * @method \Aws\Result listSecurityPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSecurityPoliciesAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listVpcEndpoints(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listVpcEndpointsAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateAccessPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAccessPolicyAsync(array $args = [])
+ * @method \Aws\Result updateAccountSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
+ * @method \Aws\Result updateCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCollectionAsync(array $args = [])
+ * @method \Aws\Result updateSecurityConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSecurityConfigAsync(array $args = [])
+ * @method \Aws\Result updateSecurityPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSecurityPolicyAsync(array $args = [])
+ * @method \Aws\Result updateVpcEndpoint(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateVpcEndpointAsync(array $args = [])
+ */
+class OpenSearchServerlessClient extends AwsClient {}