summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
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/AppSync/AppSyncClient.php
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php b/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
index abd076d..57b4ec0 100644
--- a/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
+++ b/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
@@ -7,6 +7,10 @@ use Aws\AwsClient;
* This client is used to interact with the **AWS AppSync** service.
* @method \Aws\Result associateApi(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateApiAsync(array $args = [])
+ * @method \Aws\Result associateMergedGraphqlApi(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateMergedGraphqlApiAsync(array $args = [])
+ * @method \Aws\Result associateSourceGraphqlApi(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateSourceGraphqlApiAsync(array $args = [])
* @method \Aws\Result createApiCache(array $args = [])
* @method \GuzzleHttp\Promise\Promise createApiCacheAsync(array $args = [])
* @method \Aws\Result createApiKey(array $args = [])
@@ -41,6 +45,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteTypeAsync(array $args = [])
* @method \Aws\Result disassociateApi(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateApiAsync(array $args = [])
+ * @method \Aws\Result disassociateMergedGraphqlApi(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateMergedGraphqlApiAsync(array $args = [])
+ * @method \Aws\Result disassociateSourceGraphqlApi(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateSourceGraphqlApiAsync(array $args = [])
* @method \Aws\Result evaluateCode(array $args = [])
* @method \GuzzleHttp\Promise\Promise evaluateCodeAsync(array $args = [])
* @method \Aws\Result evaluateMappingTemplate(array $args = [])
@@ -65,6 +73,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getResolverAsync(array $args = [])
* @method \Aws\Result getSchemaCreationStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSchemaCreationStatusAsync(array $args = [])
+ * @method \Aws\Result getSourceApiAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSourceApiAssociationAsync(array $args = [])
* @method \Aws\Result getType(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTypeAsync(array $args = [])
* @method \Aws\Result listApiKeys(array $args = [])
@@ -81,12 +91,18 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listResolversAsync(array $args = [])
* @method \Aws\Result listResolversByFunction(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolversByFunctionAsync(array $args = [])
+ * @method \Aws\Result listSourceApiAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSourceApiAssociationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTypesAsync(array $args = [])
+ * @method \Aws\Result listTypesByAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTypesByAssociationAsync(array $args = [])
* @method \Aws\Result startSchemaCreation(array $args = [])
* @method \GuzzleHttp\Promise\Promise startSchemaCreationAsync(array $args = [])
+ * @method \Aws\Result startSchemaMerge(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startSchemaMergeAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
@@ -105,6 +121,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateGraphqlApiAsync(array $args = [])
* @method \Aws\Result updateResolver(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateResolverAsync(array $args = [])
+ * @method \Aws\Result updateSourceApiAssociation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSourceApiAssociationAsync(array $args = [])
* @method \Aws\Result updateType(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTypeAsync(array $args = [])
*/