summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
diff options
context:
space:
mode:
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 = [])
*/