'2.0', 'service' => '

AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.

', 'operations' => [ 'AssociateApi' => '

Maps an endpoint to your custom domain.

', 'AssociateMergedGraphqlApi' => '

Creates an association between a Merged API and source API using the source API\'s identifier.

', 'AssociateSourceGraphqlApi' => '

Creates an association between a Merged API and source API using the Merged API\'s identifier.

', 'CreateApiCache' => '

Creates a cache for the GraphQL API.

', 'CreateApiKey' => '

Creates a unique key that you can distribute to clients who invoke your API.

', 'CreateDataSource' => '

Creates a DataSource object.

', 'CreateDomainName' => '

Creates a custom DomainName object.

', 'CreateFunction' => '

Creates a Function object.

A function is a reusable entity. You can use multiple functions to compose the resolver logic.

', 'CreateGraphqlApi' => '

Creates a GraphqlApi object.

', 'CreateResolver' => '

Creates a Resolver object.

A resolver converts incoming requests into a format that a data source can understand, and converts the data source\'s responses into GraphQL.

', 'CreateType' => '

Creates a Type object.

', 'DeleteApiCache' => '

Deletes an ApiCache object.

', 'DeleteApiKey' => '

Deletes an API key.

', 'DeleteDataSource' => '

Deletes a DataSource object.

', 'DeleteDomainName' => '

Deletes a custom DomainName object.

', 'DeleteFunction' => '

Deletes a Function.

', 'DeleteGraphqlApi' => '

Deletes a GraphqlApi object.

', 'DeleteResolver' => '

Deletes a Resolver object.

', 'DeleteType' => '

Deletes a Type object.

', 'DisassociateApi' => '

Removes an ApiAssociation object from a custom domain.

', 'DisassociateMergedGraphqlApi' => '

Deletes an association between a Merged API and source API using the source API\'s identifier and the association ID.

', 'DisassociateSourceGraphqlApi' => '

Deletes an association between a Merged API and source API using the Merged API\'s identifier and the association ID.

', 'EvaluateCode' => '

Evaluates the given code and returns the response. The code definition requirements depend on the specified runtime. For APPSYNC_JS runtimes, the code defines the request and response functions. The request function takes the incoming request after a GraphQL operation is parsed and converts it into a request configuration for the selected data source operation. The response function interprets responses from the data source and maps it to the shape of the GraphQL field output type.

', 'EvaluateMappingTemplate' => '

Evaluates a given template and returns the response. The mapping template can be a request or response template.

Request templates take the incoming request after a GraphQL operation is parsed and convert it into a request configuration for the selected data source operation. Response templates interpret responses from the data source and map it to the shape of the GraphQL field output type.

Mapping templates are written in the Apache Velocity Template Language (VTL).

', 'FlushApiCache' => '

Flushes an ApiCache object.

', 'GetApiAssociation' => '

Retrieves an ApiAssociation object.

', 'GetApiCache' => '

Retrieves an ApiCache object.

', 'GetDataSource' => '

Retrieves a DataSource object.

', 'GetDomainName' => '

Retrieves a custom DomainName object.

', 'GetFunction' => '

Get a Function.

', 'GetGraphqlApi' => '

Retrieves a GraphqlApi object.

', 'GetIntrospectionSchema' => '

Retrieves the introspection schema for a GraphQL API.

', 'GetResolver' => '

Retrieves a Resolver object.

', 'GetSchemaCreationStatus' => '

Retrieves the current status of a schema creation operation.

', 'GetSourceApiAssociation' => '

Retrieves a SourceApiAssociation object.

', 'GetType' => '

Retrieves a Type object.

', 'ListApiKeys' => '

Lists the API keys for a given API.

API keys are deleted automatically 60 days after they expire. However, they may still be included in the response until they have actually been deleted. You can safely call DeleteApiKey to manually delete a key before it\'s automatically deleted.

', 'ListDataSources' => '

Lists the data sources for a given API.

', 'ListDomainNames' => '

Lists multiple custom domain names.

', 'ListFunctions' => '

List multiple functions.

', 'ListGraphqlApis' => '

Lists your GraphQL APIs.

', 'ListResolvers' => '

Lists the resolvers for a given API and type.

', 'ListResolversByFunction' => '

List the resolvers that are associated with a specific function.

', 'ListSourceApiAssociations' => '

Lists the SourceApiAssociationSummary data.

', 'ListTagsForResource' => '

Lists the tags for a resource.

', 'ListTypes' => '

Lists the types for a given API.

', 'ListTypesByAssociation' => '

Lists Type objects by the source API association ID.

', 'StartSchemaCreation' => '

Adds a new schema to your GraphQL API.

This operation is asynchronous. Use to determine when it has completed.

', 'StartSchemaMerge' => '

Initiates a merge operation. Returns a status that shows the result of the merge operation.

', 'TagResource' => '

Tags a resource with user-supplied tags.

', 'UntagResource' => '

Untags a resource.

', 'UpdateApiCache' => '

Updates the cache for the GraphQL API.

', 'UpdateApiKey' => '

Updates an API key. You can update the key as long as it\'s not deleted.

', 'UpdateDataSource' => '

Updates a DataSource object.

', 'UpdateDomainName' => '

Updates a custom DomainName object.

', 'UpdateFunction' => '

Updates a Function object.

', 'UpdateGraphqlApi' => '

Updates a GraphqlApi object.

', 'UpdateResolver' => '

Updates a Resolver object.

', 'UpdateSourceApiAssociation' => '

Updates some of the configuration choices of a particular source API association.

', 'UpdateType' => '

Updates a Type object.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

You don\'t have access to perform this operation on this resource.

', 'refs' => [], ], 'AdditionalAuthenticationProvider' => [ 'base' => '

Describes an additional authentication provider.

', 'refs' => [ 'AdditionalAuthenticationProviders$member' => NULL, ], ], 'AdditionalAuthenticationProviders' => [ 'base' => NULL, 'refs' => [ 'CreateGraphqlApiRequest$additionalAuthenticationProviders' => '

A list of additional authentication providers for the GraphqlApi API.

', 'GraphqlApi$additionalAuthenticationProviders' => '

A list of additional authentication providers for the GraphqlApi API.

', 'UpdateGraphqlApiRequest$additionalAuthenticationProviders' => '

A list of additional authentication providers for the GraphqlApi API.

', ], ], 'ApiAssociation' => [ 'base' => '

Describes an ApiAssociation object.

', 'refs' => [ 'AssociateApiResponse$apiAssociation' => '

The ApiAssociation object.

', 'GetApiAssociationResponse$apiAssociation' => '

The ApiAssociation object.

', ], ], 'ApiCache' => [ 'base' => '

The ApiCache object.

', 'refs' => [ 'CreateApiCacheResponse$apiCache' => '

The ApiCache object.

', 'GetApiCacheResponse$apiCache' => '

The ApiCache object.

', 'UpdateApiCacheResponse$apiCache' => '

The ApiCache object.

', ], ], 'ApiCacheStatus' => [ 'base' => NULL, 'refs' => [ 'ApiCache$status' => '

The cache instance status.

', ], ], 'ApiCacheType' => [ 'base' => NULL, 'refs' => [ 'ApiCache$type' => '

The cache instance type. Valid values are

Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.

The following legacy instance types are available, but their use is discouraged:

', 'CreateApiCacheRequest$type' => '

The cache instance type. Valid values are

Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.

The following legacy instance types are available, but their use is discouraged:

', 'UpdateApiCacheRequest$type' => '

The cache instance type. Valid values are

Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.

The following legacy instance types are available, but their use is discouraged:

', ], ], 'ApiCachingBehavior' => [ 'base' => NULL, 'refs' => [ 'ApiCache$apiCachingBehavior' => '

Caching behavior.

', 'CreateApiCacheRequest$apiCachingBehavior' => '

Caching behavior.

', 'UpdateApiCacheRequest$apiCachingBehavior' => '

Caching behavior.

', ], ], 'ApiKey' => [ 'base' => '

Describes an API key.

Customers invoke AppSync GraphQL API operations with API keys as an identity mechanism. There are two key versions:

da1: We introduced this version at launch in November 2017. These keys always expire after 7 days. Amazon DynamoDB TTL manages key expiration. These keys ceased to be valid after February 21, 2018, and they should no longer be used.

da2: We introduced this version in February 2018 when AppSync added support to extend key expiration.

', 'refs' => [ 'ApiKeys$member' => NULL, 'CreateApiKeyResponse$apiKey' => '

The API key.

', 'UpdateApiKeyResponse$apiKey' => '

The API key.

', ], ], 'ApiKeyLimitExceededException' => [ 'base' => '

The API key exceeded a limit. Try your request again.

', 'refs' => [], ], 'ApiKeyValidityOutOfBoundsException' => [ 'base' => '

The API key expiration must be set to a value between 1 and 365 days from creation (for CreateApiKey) or from update (for UpdateApiKey).

', 'refs' => [], ], 'ApiKeys' => [ 'base' => NULL, 'refs' => [ 'ListApiKeysResponse$apiKeys' => '

The ApiKey objects.

', ], ], 'ApiLimitExceededException' => [ 'base' => '

The GraphQL API exceeded a limit. Try your request again.

', 'refs' => [], ], 'AppSyncRuntime' => [ 'base' => '

Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.

', 'refs' => [ 'CreateFunctionRequest$runtime' => NULL, 'CreateResolverRequest$runtime' => NULL, 'EvaluateCodeRequest$runtime' => '

The runtime to be used when evaluating the code. Currently, only the APPSYNC_JS runtime is supported.

', 'FunctionConfiguration$runtime' => NULL, 'Resolver$runtime' => NULL, 'UpdateFunctionRequest$runtime' => NULL, 'UpdateResolverRequest$runtime' => NULL, ], ], 'AssociateApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociateMergedGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateMergedGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociateSourceGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateSourceGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociationStatus' => [ 'base' => NULL, 'refs' => [ 'ApiAssociation$associationStatus' => '

Identifies the status of an association.

', ], ], 'AuthenticationType' => [ 'base' => NULL, 'refs' => [ 'AdditionalAuthenticationProvider$authenticationType' => '

The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.

', 'CreateGraphqlApiRequest$authenticationType' => '

The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.

', 'GraphqlApi$authenticationType' => '

The authentication type.

', 'UpdateGraphqlApiRequest$authenticationType' => '

The new authentication type for the GraphqlApi object.

', ], ], 'AuthorizationConfig' => [ 'base' => '

The authorization configuration in case the HTTP endpoint requires authorization.

', 'refs' => [ 'HttpDataSourceConfig$authorizationConfig' => '

The authorization configuration in case the HTTP endpoint requires authorization.

', ], ], 'AuthorizationType' => [ 'base' => NULL, 'refs' => [ 'AuthorizationConfig$authorizationType' => '

The authorization type that the HTTP endpoint requires.

', ], ], 'AwsIamConfig' => [ 'base' => '

The Identity and Access Management (IAM) configuration.

', 'refs' => [ 'AuthorizationConfig$awsIamConfig' => '

The Identity and Access Management (IAM) settings.

', ], ], 'BadRequestDetail' => [ 'base' => '

Provides further details for the reason behind the bad request. For reason type CODE_ERROR, the detail will contain a list of code errors.

', 'refs' => [ 'BadRequestException$detail' => NULL, ], ], 'BadRequestException' => [ 'base' => '

The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and then try again.

', 'refs' => [], ], 'BadRequestReason' => [ 'base' => '

Provides context for the cause of the bad request. The only supported value is CODE_ERROR.

', 'refs' => [ 'BadRequestException$reason' => NULL, ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'GetIntrospectionSchemaResponse$schema' => '

The schema, in GraphQL Schema Definition Language (SDL) format.

For more information, see the GraphQL SDL documentation.

', 'StartSchemaCreationRequest$definition' => '

The schema definition, in GraphQL schema language format.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'ApiCache$transitEncryptionEnabled' => '

Transit encryption flag when connecting to cache. You cannot update this setting after creation.

', 'ApiCache$atRestEncryptionEnabled' => '

At-rest encryption flag for cache. You cannot update this setting after creation.

', 'CreateApiCacheRequest$transitEncryptionEnabled' => '

Transit encryption flag when connecting to cache. You cannot update this setting after creation.

', 'CreateApiCacheRequest$atRestEncryptionEnabled' => '

At-rest encryption flag for cache. You cannot update this setting after creation.

', 'CreateGraphqlApiRequest$xrayEnabled' => '

A flag indicating whether to use X-Ray tracing for the GraphqlApi.

', 'DynamodbDataSourceConfig$useCallerCredentials' => '

Set to TRUE to use Amazon Cognito credentials with this data source.

', 'DynamodbDataSourceConfig$versioned' => '

Set to TRUE to use Conflict Detection and Resolution with this data source.

', 'GraphqlApi$xrayEnabled' => '

A flag indicating whether to use X-Ray tracing for this GraphqlApi.

', 'LogConfig$excludeVerboseContent' => '

Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.

', 'UpdateGraphqlApiRequest$xrayEnabled' => '

A flag indicating whether to use X-Ray tracing for the GraphqlApi.

', ], ], 'BooleanValue' => [ 'base' => NULL, 'refs' => [ 'GetIntrospectionSchemaRequest$includeDirectives' => '

A flag that specifies whether the schema introspection should contain directives.

', ], ], 'CachingConfig' => [ 'base' => '

The caching configuration for a resolver that has caching activated.

', 'refs' => [ 'CreateResolverRequest$cachingConfig' => '

The caching configuration for the resolver.

', 'Resolver$cachingConfig' => '

The caching configuration for the resolver.

', 'UpdateResolverRequest$cachingConfig' => '

The caching configuration for the resolver.

', ], ], 'CachingKeys' => [ 'base' => NULL, 'refs' => [ 'CachingConfig$cachingKeys' => '

The caching keys for a resolver that has caching activated.

Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.

', ], ], 'CertificateArn' => [ 'base' => NULL, 'refs' => [ 'CreateDomainNameRequest$certificateArn' => '

The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.

', 'DomainNameConfig$certificateArn' => '

The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.

', ], ], 'Code' => [ 'base' => NULL, 'refs' => [ 'CreateFunctionRequest$code' => '

The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

', 'CreateResolverRequest$code' => '

The resolver code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

', 'EvaluateCodeRequest$code' => '

The code definition to be evaluated. Note that code and runtime are both required for this action. The runtime value must be APPSYNC_JS.

', 'FunctionConfiguration$code' => '

The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

', 'Resolver$code' => '

The resolver code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

', 'UpdateFunctionRequest$code' => '

The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

', 'UpdateResolverRequest$code' => '

The resolver code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

', ], ], 'CodeError' => [ 'base' => '

Describes an AppSync error.

', 'refs' => [ 'CodeErrors$member' => NULL, ], ], 'CodeErrorColumn' => [ 'base' => NULL, 'refs' => [ 'CodeErrorLocation$column' => '

The column number in the code. Defaults to 0 if unknown.

', ], ], 'CodeErrorLine' => [ 'base' => NULL, 'refs' => [ 'CodeErrorLocation$line' => '

The line number in the code. Defaults to 0 if unknown.

', ], ], 'CodeErrorLocation' => [ 'base' => '

Describes the location of the error in a code sample.

', 'refs' => [ 'CodeError$location' => '

The line, column, and span location of the error in the code.

', ], ], 'CodeErrorSpan' => [ 'base' => NULL, 'refs' => [ 'CodeErrorLocation$span' => '

The span/length of the error. Defaults to -1 if unknown.

', ], ], 'CodeErrors' => [ 'base' => NULL, 'refs' => [ 'BadRequestDetail$codeErrors' => '

Contains the list of errors in the request.

', 'EvaluateCodeErrorDetail$codeErrors' => '

Contains the list of CodeError objects.

', ], ], 'CognitoUserPoolConfig' => [ 'base' => '

Describes an Amazon Cognito user pool configuration.

', 'refs' => [ 'AdditionalAuthenticationProvider$userPoolConfig' => '

The Amazon Cognito user pool configuration.

', ], ], 'ConcurrentModificationException' => [ 'base' => '

Another modification is in progress at this time and it must complete before you can make your change.

', 'refs' => [], ], 'ConflictDetectionType' => [ 'base' => NULL, 'refs' => [ 'SyncConfig$conflictDetection' => '

The Conflict Detection strategy to use.

', ], ], 'ConflictHandlerType' => [ 'base' => NULL, 'refs' => [ 'SyncConfig$conflictHandler' => '

The Conflict Resolution strategy to perform in the event of a conflict.

', ], ], 'Context' => [ 'base' => NULL, 'refs' => [ 'EvaluateCodeRequest$context' => '

The map that holds all of the contextual information for your resolver invocation. A context is required for this action.

', 'EvaluateMappingTemplateRequest$context' => '

The map that holds all of the contextual information for your resolver invocation. A context is required for this action.

', ], ], 'CreateApiCacheRequest' => [ 'base' => '

Represents the input of a CreateApiCache operation.

', 'refs' => [], ], 'CreateApiCacheResponse' => [ 'base' => '

Represents the output of a CreateApiCache operation.

', 'refs' => [], ], 'CreateApiKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateApiKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataSourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataSourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainNameRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainNameResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DataSource' => [ 'base' => '

Describes a data source.

', 'refs' => [ 'CreateDataSourceResponse$dataSource' => '

The DataSource object.

', 'DataSources$member' => NULL, 'GetDataSourceResponse$dataSource' => '

The DataSource object.

', 'UpdateDataSourceResponse$dataSource' => '

The updated DataSource object.

', ], ], 'DataSourceType' => [ 'base' => NULL, 'refs' => [ 'CreateDataSourceRequest$type' => '

The type of the DataSource.

', 'DataSource$type' => '

The type of the data source.

', 'UpdateDataSourceRequest$type' => '

The new data source type.

', ], ], 'DataSources' => [ 'base' => NULL, 'refs' => [ 'ListDataSourcesResponse$dataSources' => '

The DataSource objects.

', ], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'SourceApiAssociation$lastSuccessfulMergeDate' => '

The datetime value of the last successful merge of the source API association. The result will be in UTC format and your local time zone.

', ], ], 'DefaultAction' => [ 'base' => NULL, 'refs' => [ 'UserPoolConfig$defaultAction' => '

The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn\'t match the Amazon Cognito user pool configuration.

', ], ], 'DeleteApiCacheRequest' => [ 'base' => '

Represents the input of a DeleteApiCache operation.

', 'refs' => [], ], 'DeleteApiCacheResponse' => [ 'base' => '

Represents the output of a DeleteApiCache operation.

', 'refs' => [], ], 'DeleteApiKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApiKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataSourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataSourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainNameRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainNameResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeltaSyncConfig' => [ 'base' => '

Describes a Delta Sync configuration.

', 'refs' => [ 'DynamodbDataSourceConfig$deltaSyncConfig' => '

The DeltaSyncConfig for a versioned data source.

', ], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateDomainNameRequest$description' => '

A description of the DomainName.

', 'DomainNameConfig$description' => '

A description of the DomainName configuration.

', 'UpdateDomainNameRequest$description' => '

A description of the DomainName.

', ], ], 'DisassociateApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateMergedGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateMergedGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateSourceGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateSourceGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'ApiAssociation$domainName' => '

The domain name.

', 'AssociateApiRequest$domainName' => '

The domain name.

', 'CreateDomainNameRequest$domainName' => '

The domain name.

', 'DeleteDomainNameRequest$domainName' => '

The domain name.

', 'DisassociateApiRequest$domainName' => '

The domain name.

', 'DomainNameConfig$domainName' => '

The domain name.

', 'GetApiAssociationRequest$domainName' => '

The domain name.

', 'GetDomainNameRequest$domainName' => '

The domain name.

', 'UpdateDomainNameRequest$domainName' => '

The domain name.

', ], ], 'DomainNameConfig' => [ 'base' => '

Describes a configuration for a custom domain.

', 'refs' => [ 'CreateDomainNameResponse$domainNameConfig' => '

The configuration for the DomainName.

', 'DomainNameConfigs$member' => NULL, 'GetDomainNameResponse$domainNameConfig' => '

The configuration for the DomainName.

', 'UpdateDomainNameResponse$domainNameConfig' => '

The configuration for the DomainName.

', ], ], 'DomainNameConfigs' => [ 'base' => NULL, 'refs' => [ 'ListDomainNamesResponse$domainNameConfigs' => '

Lists configurations for multiple domain names.

', ], ], 'DynamodbDataSourceConfig' => [ 'base' => '

Describes an Amazon DynamoDB data source configuration.

', 'refs' => [ 'CreateDataSourceRequest$dynamodbConfig' => '

Amazon DynamoDB settings.

', 'DataSource$dynamodbConfig' => '

DynamoDB settings.

', 'UpdateDataSourceRequest$dynamodbConfig' => '

The new Amazon DynamoDB configuration.

', ], ], 'ElasticsearchDataSourceConfig' => [ 'base' => '

Describes an OpenSearch data source configuration.

As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use OpenSearchServiceDataSourceConfig to specify an OpenSearch data source.

', 'refs' => [ 'CreateDataSourceRequest$elasticsearchConfig' => '

Amazon OpenSearch Service settings.

As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use CreateDataSourceRequest$openSearchServiceConfig to create an OpenSearch data source.

', 'DataSource$elasticsearchConfig' => '

Amazon OpenSearch Service settings.

', 'UpdateDataSourceRequest$elasticsearchConfig' => '

The new OpenSearch configuration.

As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. Instead, use UpdateDataSourceRequest$openSearchServiceConfig to update an OpenSearch data source.

', ], ], 'ErrorDetail' => [ 'base' => '

Contains the list of errors generated. When using JavaScript, this will apply to the request or response function evaluation.

', 'refs' => [ 'EvaluateMappingTemplateResponse$error' => '

The ErrorDetail object.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BadRequestException$message' => NULL, 'ConcurrentModificationException$message' => NULL, 'ErrorDetail$message' => '

The error payload.

', 'EvaluateCodeErrorDetail$message' => '

The error payload.

', 'GraphQLSchemaException$message' => NULL, ], ], 'EvaluateCodeErrorDetail' => [ 'base' => '

Contains the list of errors from a code evaluation response.

', 'refs' => [ 'EvaluateCodeResponse$error' => '

Contains the payload of the response error.

', ], ], 'EvaluateCodeRequest' => [ 'base' => NULL, 'refs' => [], ], 'EvaluateCodeResponse' => [ 'base' => NULL, 'refs' => [], ], 'EvaluateMappingTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'EvaluateMappingTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'EvaluationResult' => [ 'base' => NULL, 'refs' => [ 'EvaluateCodeResponse$evaluationResult' => '

The result of the evaluation operation.

', 'EvaluateMappingTemplateResponse$evaluationResult' => '

The mapping template; this can be a request or response template.

', ], ], 'EventBridgeDataSourceConfig' => [ 'base' => '

Describes an Amazon EventBridge bus data source configuration.

', 'refs' => [ 'CreateDataSourceRequest$eventBridgeConfig' => '

Amazon EventBridge settings.

', 'DataSource$eventBridgeConfig' => '

Amazon EventBridge settings.

', 'UpdateDataSourceRequest$eventBridgeConfig' => '

The new Amazon EventBridge settings.

', ], ], 'FieldLogLevel' => [ 'base' => NULL, 'refs' => [ 'LogConfig$fieldLogLevel' => '

The field logging level. Values can be NONE, ERROR, or ALL.

', ], ], 'FlushApiCacheRequest' => [ 'base' => '

Represents the input of a FlushApiCache operation.

', 'refs' => [], ], 'FlushApiCacheResponse' => [ 'base' => '

Represents the output of a FlushApiCache operation.

', 'refs' => [], ], 'FunctionConfiguration' => [ 'base' => '

A function is a reusable entity. You can use multiple functions to compose the resolver logic.

', 'refs' => [ 'CreateFunctionResponse$functionConfiguration' => '

The Function object.

', 'Functions$member' => NULL, 'GetFunctionResponse$functionConfiguration' => '

The Function object.

', 'UpdateFunctionResponse$functionConfiguration' => '

The Function object.

', ], ], 'Functions' => [ 'base' => NULL, 'refs' => [ 'ListFunctionsResponse$functions' => '

A list of Function objects.

', ], ], 'FunctionsIds' => [ 'base' => NULL, 'refs' => [ 'PipelineConfig$functions' => '

A list of Function objects.

', ], ], 'GetApiAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetApiAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetApiCacheRequest' => [ 'base' => '

Represents the input of a GetApiCache operation.

', 'refs' => [], ], 'GetApiCacheResponse' => [ 'base' => '

Represents the output of a GetApiCache operation.

', 'refs' => [], ], 'GetDataSourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataSourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainNameRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainNameResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetIntrospectionSchemaRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIntrospectionSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaCreationStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaCreationStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSourceApiAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSourceApiAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GraphQLApiType' => [ 'base' => NULL, 'refs' => [ 'CreateGraphqlApiRequest$apiType' => '

The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).

', 'GraphqlApi$apiType' => '

The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).

', 'ListGraphqlApisRequest$apiType' => '

The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).

', ], ], 'GraphQLApiVisibility' => [ 'base' => NULL, 'refs' => [ 'CreateGraphqlApiRequest$visibility' => '

Sets the value of the GraphQL API to public (GLOBAL) or private (PRIVATE). If no value is provided, the visibility will be set to GLOBAL by default. This value cannot be changed once the API has been created.

', 'GraphqlApi$visibility' => '

Sets the value of the GraphQL API to public (GLOBAL) or private (PRIVATE). If no value is provided, the visibility will be set to GLOBAL by default. This value cannot be changed once the API has been created.

', ], ], 'GraphQLSchemaException' => [ 'base' => '

The GraphQL schema is not valid.

', 'refs' => [], ], 'GraphqlApi' => [ 'base' => '

Describes a GraphQL API.

', 'refs' => [ 'CreateGraphqlApiResponse$graphqlApi' => '

The GraphqlApi.

', 'GetGraphqlApiResponse$graphqlApi' => '

The GraphqlApi object.

', 'GraphqlApis$member' => NULL, 'UpdateGraphqlApiResponse$graphqlApi' => '

The updated GraphqlApi object.

', ], ], 'GraphqlApis' => [ 'base' => NULL, 'refs' => [ 'ListGraphqlApisResponse$graphqlApis' => '

The GraphqlApi objects.

', ], ], 'HttpDataSourceConfig' => [ 'base' => '

Describes an HTTP data source configuration.

', 'refs' => [ 'CreateDataSourceRequest$httpConfig' => '

HTTP endpoint settings.

', 'DataSource$httpConfig' => '

HTTP endpoint settings.

', 'UpdateDataSourceRequest$httpConfig' => '

The new HTTP endpoint configuration.

', ], ], 'InternalFailureException' => [ 'base' => '

An internal AppSync error occurred. Try your request again.

', 'refs' => [], ], 'LambdaAuthorizerConfig' => [ 'base' => '

A LambdaAuthorizerConfig specifies how to authorize AppSync API access when using the AWS_LAMBDA authorizer mode. Be aware that an AppSync API can have only one Lambda authorizer configured at a time.

', 'refs' => [ 'AdditionalAuthenticationProvider$lambdaAuthorizerConfig' => '

Configuration for Lambda function authorization.

', 'CreateGraphqlApiRequest$lambdaAuthorizerConfig' => '

Configuration for Lambda function authorization.

', 'GraphqlApi$lambdaAuthorizerConfig' => '

Configuration for Lambda function authorization.

', 'UpdateGraphqlApiRequest$lambdaAuthorizerConfig' => '

Configuration for Lambda function authorization.

', ], ], 'LambdaConflictHandlerConfig' => [ 'base' => '

The LambdaConflictHandlerConfig object when configuring LAMBDA as the Conflict Handler.

', 'refs' => [ 'SyncConfig$lambdaConflictHandlerConfig' => '

The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.

', ], ], 'LambdaDataSourceConfig' => [ 'base' => '

Describes an Lambda data source configuration.

', 'refs' => [ 'CreateDataSourceRequest$lambdaConfig' => '

Lambda settings.

', 'DataSource$lambdaConfig' => '

Lambda settings.

', 'UpdateDataSourceRequest$lambdaConfig' => '

The new Lambda configuration.

', ], ], 'LimitExceededException' => [ 'base' => '

The request exceeded a limit. Try your request again.

', 'refs' => [], ], 'ListApiKeysRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListApiKeysResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataSourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataSourcesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainNamesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainNamesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFunctionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFunctionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphqlApisRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphqlApisResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolversByFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolversByFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolversRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolversResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceApiAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceApiAssociationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTypesByAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTypesByAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogConfig' => [ 'base' => '

The Amazon CloudWatch Logs configuration.

', 'refs' => [ 'CreateGraphqlApiRequest$logConfig' => '

The Amazon CloudWatch Logs configuration.

', 'GraphqlApi$logConfig' => '

The Amazon CloudWatch Logs configuration.

', 'UpdateGraphqlApiRequest$logConfig' => '

The Amazon CloudWatch Logs configuration for the GraphqlApi object.

', ], ], 'Logs' => [ 'base' => NULL, 'refs' => [ 'EvaluateCodeResponse$logs' => '

A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.

', 'EvaluateMappingTemplateResponse$logs' => '

A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'ApiCache$ttl' => '

TTL in seconds for cache entries.

Valid values are 1–3,600 seconds.

', 'ApiKey$expires' => '

The time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour.

', 'ApiKey$deletes' => '

The time after which the API key is deleted. The date is represented as seconds since the epoch, rounded down to the nearest hour.

', 'CachingConfig$ttl' => '

The TTL in seconds for a resolver that has caching activated.

Valid values are 1–3,600 seconds.

', 'CreateApiCacheRequest$ttl' => '

TTL in seconds for cache entries.

Valid values are 1–3,600 seconds.

', 'CreateApiKeyRequest$expires' => '

From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .

', 'DeltaSyncConfig$baseTableTTL' => '

The number of minutes that an Item is stored in the data source.

', 'DeltaSyncConfig$deltaSyncTableTTL' => '

The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.

', 'OpenIDConnectConfig$iatTTL' => '

The number of milliseconds that a token is valid after it\'s issued to a user.

', 'OpenIDConnectConfig$authTTL' => '

The number of milliseconds that a token is valid after being authenticated.

', 'UpdateApiCacheRequest$ttl' => '

TTL in seconds for cache entries.

Valid values are 1–3,600 seconds.

', 'UpdateApiKeyRequest$expires' => '

From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .

', ], ], 'MapOfStringToString' => [ 'base' => NULL, 'refs' => [ 'GraphqlApi$uris' => '

The URIs.

', 'GraphqlApi$dns' => '

The DNS records for the API.

', ], ], 'MappingTemplate' => [ 'base' => NULL, 'refs' => [ 'CreateFunctionRequest$requestMappingTemplate' => '

The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.

', 'CreateFunctionRequest$responseMappingTemplate' => '

The Function response mapping template.

', 'CreateResolverRequest$requestMappingTemplate' => '

The mapping template to use for requests.

A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).

VTL request mapping templates are optional when using an Lambda data source. For all other data sources, VTL request and response mapping templates are required.

', 'CreateResolverRequest$responseMappingTemplate' => '

The mapping template to use for responses from the data source.

', 'FunctionConfiguration$requestMappingTemplate' => '

The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.

', 'FunctionConfiguration$responseMappingTemplate' => '

The Function response mapping template.

', 'Resolver$requestMappingTemplate' => '

The request mapping template.

', 'Resolver$responseMappingTemplate' => '

The response mapping template.

', 'UpdateFunctionRequest$requestMappingTemplate' => '

The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.

', 'UpdateFunctionRequest$responseMappingTemplate' => '

The Function request mapping template.

', 'UpdateResolverRequest$requestMappingTemplate' => '

The new request mapping template.

A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).

VTL request mapping templates are optional when using an Lambda data source. For all other data sources, VTL request and response mapping templates are required.

', 'UpdateResolverRequest$responseMappingTemplate' => '

The new response mapping template.

', ], ], 'MaxBatchSize' => [ 'base' => NULL, 'refs' => [ 'CreateFunctionRequest$maxBatchSize' => '

The maximum batching size for a resolver.

', 'CreateResolverRequest$maxBatchSize' => '

The maximum batching size for a resolver.

', 'FunctionConfiguration$maxBatchSize' => '

The maximum batching size for a resolver.

', 'Resolver$maxBatchSize' => '

The maximum batching size for a resolver.

', 'UpdateFunctionRequest$maxBatchSize' => '

The maximum batching size for a resolver.

', 'UpdateResolverRequest$maxBatchSize' => '

The maximum batching size for a resolver.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListApiKeysRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListDataSourcesRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListDomainNamesRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListFunctionsRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListGraphqlApisRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListResolversByFunctionRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListResolversRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListSourceApiAssociationsRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListTypesByAssociationRequest$maxResults' => '

The maximum number of results that you want the request to return.

', 'ListTypesRequest$maxResults' => '

The maximum number of results that you want the request to return.

', ], ], 'MergeType' => [ 'base' => NULL, 'refs' => [ 'SourceApiAssociationConfig$mergeType' => '

The property that indicates which merging option is enabled in the source API association.

Valid merge types are MANUAL_MERGE (default) and AUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges use MergedApiExecutionRoleArn to perform merge operations.

', ], ], 'NotFoundException' => [ 'base' => '

The resource specified in the request was not found. Check the resource, and then try again.

', 'refs' => [], ], 'OpenIDConnectConfig' => [ 'base' => '

Describes an OpenID Connect (OIDC) configuration.

', 'refs' => [ 'AdditionalAuthenticationProvider$openIDConnectConfig' => '

The OIDC configuration.

', 'CreateGraphqlApiRequest$openIDConnectConfig' => '

The OIDC configuration.

', 'GraphqlApi$openIDConnectConfig' => '

The OpenID Connect configuration.

', 'UpdateGraphqlApiRequest$openIDConnectConfig' => '

The OpenID Connect configuration for the GraphqlApi object.

', ], ], 'OpenSearchServiceDataSourceConfig' => [ 'base' => '

Describes an OpenSearch data source configuration.

', 'refs' => [ 'CreateDataSourceRequest$openSearchServiceConfig' => '

Amazon OpenSearch Service settings.

', 'DataSource$openSearchServiceConfig' => '

Amazon OpenSearch Service settings.

', 'UpdateDataSourceRequest$openSearchServiceConfig' => '

The new OpenSearch configuration.

', ], ], 'OutputType' => [ 'base' => NULL, 'refs' => [ 'GetIntrospectionSchemaRequest$format' => '

The schema format: SDL or JSON.

', ], ], 'Ownership' => [ 'base' => NULL, 'refs' => [ 'ListGraphqlApisRequest$owner' => '

The account owner of the GraphQL API.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListApiKeysRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListApiKeysResponse$nextToken' => '

An identifier to pass in the next request to this operation to return the next set of items in the list.

', 'ListDataSourcesRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListDataSourcesResponse$nextToken' => '

An identifier to pass in the next request to this operation to return the next set of items in the list.

', 'ListDomainNamesRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListDomainNamesResponse$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListFunctionsRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListFunctionsResponse$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListGraphqlApisRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListGraphqlApisResponse$nextToken' => '

An identifier to pass in the next request to this operation to return the next set of items in the list.

', 'ListResolversByFunctionRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListResolversByFunctionResponse$nextToken' => '

An identifier that you can use to return the next set of items in the list.

', 'ListResolversRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListResolversResponse$nextToken' => '

An identifier to pass in the next request to this operation to return the next set of items in the list.

', 'ListSourceApiAssociationsRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListSourceApiAssociationsResponse$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListTypesByAssociationRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListTypesByAssociationResponse$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListTypesRequest$nextToken' => '

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

', 'ListTypesResponse$nextToken' => '

An identifier to pass in the next request to this operation to return the next set of items in the list.

', ], ], 'PipelineConfig' => [ 'base' => '

The pipeline configuration for a resolver of kind PIPELINE.

', 'refs' => [ 'CreateResolverRequest$pipelineConfig' => '

The PipelineConfig.

', 'Resolver$pipelineConfig' => '

The PipelineConfig.

', 'UpdateResolverRequest$pipelineConfig' => '

The PipelineConfig.

', ], ], 'RdsHttpEndpointConfig' => [ 'base' => '

The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.

', 'refs' => [ 'RelationalDatabaseDataSourceConfig$rdsHttpEndpointConfig' => '

Amazon RDS HTTP endpoint settings.

', ], ], 'RelationalDatabaseDataSourceConfig' => [ 'base' => '

Describes a relational database data source configuration.

', 'refs' => [ 'CreateDataSourceRequest$relationalDatabaseConfig' => '

Relational database settings.

', 'DataSource$relationalDatabaseConfig' => '

Relational database settings.

', 'UpdateDataSourceRequest$relationalDatabaseConfig' => '

The new relational database configuration.

', ], ], 'RelationalDatabaseSourceType' => [ 'base' => NULL, 'refs' => [ 'RelationalDatabaseDataSourceConfig$relationalDatabaseSourceType' => '

Source type for the relational database.

', ], ], 'Resolver' => [ 'base' => '

Describes a resolver.

', 'refs' => [ 'CreateResolverResponse$resolver' => '

The Resolver object.

', 'GetResolverResponse$resolver' => '

The Resolver object.

', 'Resolvers$member' => NULL, 'UpdateResolverResponse$resolver' => '

The updated Resolver object.

', ], ], 'ResolverKind' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRequest$kind' => '

The resolver type.

', 'Resolver$kind' => '

The resolver type.

', 'UpdateResolverRequest$kind' => '

The resolver type.

', ], ], 'Resolvers' => [ 'base' => NULL, 'refs' => [ 'ListResolversByFunctionResponse$resolvers' => '

The list of resolvers.

', 'ListResolversResponse$resolvers' => '

The Resolver objects.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => '

The GraphqlApi Amazon Resource Name (ARN).

', 'TagResourceRequest$resourceArn' => '

The GraphqlApi Amazon Resource Name (ARN).

', 'UntagResourceRequest$resourceArn' => '

The GraphqlApi Amazon Resource Name (ARN).

', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateDataSourceRequest$name' => '

A user-supplied name for the DataSource.

', 'CreateFunctionRequest$name' => '

The Function name. The function name does not have to be unique.

', 'CreateFunctionRequest$dataSourceName' => '

The Function DataSource name.

', 'CreateResolverRequest$typeName' => '

The name of the Type.

', 'CreateResolverRequest$fieldName' => '

The name of the field to attach the resolver to.

', 'CreateResolverRequest$dataSourceName' => '

The name of the data source for which the resolver is being created.

', 'DataSource$name' => '

The name of the data source.

', 'DeleteDataSourceRequest$name' => '

The name of the data source.

', 'DeleteFunctionRequest$functionId' => '

The Function ID.

', 'DeleteResolverRequest$typeName' => '

The name of the resolver type.

', 'DeleteResolverRequest$fieldName' => '

The resolver field name.

', 'DeleteTypeRequest$typeName' => '

The type name.

', 'FunctionConfiguration$name' => '

The name of the Function object.

', 'FunctionConfiguration$dataSourceName' => '

The name of the DataSource.

', 'GetDataSourceRequest$name' => '

The name of the data source.

', 'GetFunctionRequest$functionId' => '

The Function ID.

', 'GetResolverRequest$typeName' => '

The resolver type name.

', 'GetResolverRequest$fieldName' => '

The resolver field name.

', 'GetTypeRequest$typeName' => '

The type name.

', 'GraphqlApi$name' => '

The API name.

', 'Resolver$typeName' => '

The resolver type name.

', 'Resolver$fieldName' => '

The resolver field name.

', 'Resolver$dataSourceName' => '

The resolver data source name.

', 'Type$name' => '

The type name.

', 'UpdateDataSourceRequest$name' => '

The new name for the data source.

', 'UpdateFunctionRequest$name' => '

The Function name.

', 'UpdateFunctionRequest$functionId' => '

The function ID.

', 'UpdateFunctionRequest$dataSourceName' => '

The Function DataSource name.

', 'UpdateResolverRequest$typeName' => '

The new type name.

', 'UpdateResolverRequest$fieldName' => '

The new field name.

', 'UpdateResolverRequest$dataSourceName' => '

The new data source name.

', 'UpdateTypeRequest$typeName' => '

The new type name.

', ], ], 'RuntimeName' => [ 'base' => NULL, 'refs' => [ 'AppSyncRuntime$name' => '

The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.

', ], ], 'SchemaStatus' => [ 'base' => NULL, 'refs' => [ 'GetSchemaCreationStatusResponse$status' => '

The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.

', 'StartSchemaCreationResponse$status' => '

The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.

', ], ], 'SourceApiAssociation' => [ 'base' => '

Describes the configuration of a source API. A source API is a GraphQL API that is linked to a merged API. There can be multiple source APIs attached to each merged API. When linked to a merged API, the source API\'s schema, data sources, and resolvers will be combined with other linked source API data to form a new, singular API.

Source APIs can originate from your account or from other accounts via Amazon Web Services Resource Access Manager. For more information about sharing resources from other accounts, see What is Amazon Web Services Resource Access Manager? in the Amazon Web Services Resource Access Manager guide.

', 'refs' => [ 'AssociateMergedGraphqlApiResponse$sourceApiAssociation' => '

The SourceApiAssociation object data.

', 'AssociateSourceGraphqlApiResponse$sourceApiAssociation' => '

The SourceApiAssociation object data.

', 'GetSourceApiAssociationResponse$sourceApiAssociation' => '

The SourceApiAssociation object data.

', 'UpdateSourceApiAssociationResponse$sourceApiAssociation' => '

The SourceApiAssociation object data.

', ], ], 'SourceApiAssociationConfig' => [ 'base' => '

Describes properties used to specify configurations related to a source API.

', 'refs' => [ 'AssociateMergedGraphqlApiRequest$sourceApiAssociationConfig' => '

The SourceApiAssociationConfig object data.

', 'AssociateSourceGraphqlApiRequest$sourceApiAssociationConfig' => '

The SourceApiAssociationConfig object data.

', 'SourceApiAssociation$sourceApiAssociationConfig' => '

The SourceApiAssociationConfig object data.

', 'UpdateSourceApiAssociationRequest$sourceApiAssociationConfig' => '

The SourceApiAssociationConfig object data.

', ], ], 'SourceApiAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'DisassociateMergedGraphqlApiResponse$sourceApiAssociationStatus' => '

The state of the source API association.

', 'DisassociateSourceGraphqlApiResponse$sourceApiAssociationStatus' => '

The state of the source API association.

', 'SourceApiAssociation$sourceApiAssociationStatus' => '

The state of the source API association.

', 'StartSchemaMergeResponse$sourceApiAssociationStatus' => '

The state of the source API association.

', ], ], 'SourceApiAssociationSummary' => [ 'base' => '

Describes the ARNs and IDs of associations, Merged APIs, and source APIs.

', 'refs' => [ 'SourceApiAssociationSummaryList$member' => NULL, ], ], 'SourceApiAssociationSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListSourceApiAssociationsResponse$sourceApiAssociationSummaries' => '

The SourceApiAssociationSummary object data.

', ], ], 'StartSchemaCreationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartSchemaCreationResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartSchemaMergeRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartSchemaMergeResponse' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ApiAssociation$apiId' => '

The API ID.

', 'ApiAssociation$deploymentDetail' => '

Details about the last deployment status.

', 'ApiKey$id' => '

The API key ID.

', 'ApiKey$description' => '

A description of the purpose of the API key.

', 'ApiKeyLimitExceededException$message' => NULL, 'ApiKeyValidityOutOfBoundsException$message' => NULL, 'ApiLimitExceededException$message' => NULL, 'AppSyncRuntime$runtimeVersion' => '

The version of the runtime to use. Currently, the only allowed version is 1.0.0.

', 'AssociateApiRequest$apiId' => '

The API ID. Private APIs can not be associated with custom domains.

', 'AssociateMergedGraphqlApiRequest$sourceApiIdentifier' => '

The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.

', 'AssociateMergedGraphqlApiRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'AssociateMergedGraphqlApiRequest$description' => '

The description field.

', 'AssociateSourceGraphqlApiRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'AssociateSourceGraphqlApiRequest$sourceApiIdentifier' => '

The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.

', 'AssociateSourceGraphqlApiRequest$description' => '

The description field.

', 'AwsIamConfig$signingRegion' => '

The signing Amazon Web Services Region for IAM authorization.

', 'AwsIamConfig$signingServiceName' => '

The signing service name for IAM authorization.

', 'CachingKeys$member' => NULL, 'CodeError$errorType' => '

The type of code error.

Examples include, but aren\'t limited to: LINT_ERROR, PARSER_ERROR.

', 'CodeError$value' => '

A user presentable error.

Examples include, but aren\'t limited to: Parsing error: Unterminated string literal.

', 'CognitoUserPoolConfig$userPoolId' => '

The user pool ID.

', 'CognitoUserPoolConfig$awsRegion' => '

The Amazon Web Services Region in which the user pool was created.

', 'CognitoUserPoolConfig$appIdClientRegex' => '

A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn\'t set, no filtering is applied.

', 'CreateApiCacheRequest$apiId' => '

The GraphQL API ID.

', 'CreateApiKeyRequest$apiId' => '

The ID for your GraphQL API.

', 'CreateApiKeyRequest$description' => '

A description of the purpose of the API key.

', 'CreateDataSourceRequest$apiId' => '

The API ID for the GraphQL API for the DataSource.

', 'CreateDataSourceRequest$description' => '

A description of the DataSource.

', 'CreateDataSourceRequest$serviceRoleArn' => '

The Identity and Access Management (IAM) service role Amazon Resource Name (ARN) for the data source. The system assumes this role when accessing the data source.

', 'CreateFunctionRequest$apiId' => '

The GraphQL API ID.

', 'CreateFunctionRequest$description' => '

The Function description.

', 'CreateFunctionRequest$functionVersion' => '

The version of the request mapping template. Currently, the supported value is 2018-05-29. Note that when using VTL and mapping templates, the functionVersion is required.

', 'CreateGraphqlApiRequest$name' => '

A user-supplied name for the GraphqlApi.

', 'CreateGraphqlApiRequest$mergedApiExecutionRoleArn' => '

The Identity and Access Management service role ARN for a merged API. The AppSync service assumes this role on behalf of the Merged API to validate access to source APIs at runtime and to prompt the AUTO_MERGE to update the merged API endpoint with the source API changes automatically.

', 'CreateGraphqlApiRequest$ownerContact' => '

The owner contact information for an API resource.

This field accepts any string input with a length of 0 - 256 characters.

', 'CreateResolverRequest$apiId' => '

The ID for the GraphQL API for which the resolver is being created.

', 'CreateTypeRequest$apiId' => '

The API ID.

', 'CreateTypeRequest$definition' => '

The type definition, in GraphQL Schema Definition Language (SDL) format.

For more information, see the GraphQL SDL documentation.

', 'DataSource$dataSourceArn' => '

The data source Amazon Resource Name (ARN).

', 'DataSource$description' => '

The description of the data source.

', 'DataSource$serviceRoleArn' => '

The Identity and Access Management (IAM) service role Amazon Resource Name (ARN) for the data source. The system assumes this role when accessing the data source.

', 'DeleteApiCacheRequest$apiId' => '

The API ID.

', 'DeleteApiKeyRequest$apiId' => '

The API ID.

', 'DeleteApiKeyRequest$id' => '

The ID for the API key.

', 'DeleteDataSourceRequest$apiId' => '

The API ID.

', 'DeleteFunctionRequest$apiId' => '

The GraphQL API ID.

', 'DeleteGraphqlApiRequest$apiId' => '

The API ID.

', 'DeleteResolverRequest$apiId' => '

The API ID.

', 'DeleteTypeRequest$apiId' => '

The API ID.

', 'DeltaSyncConfig$deltaSyncTableName' => '

The Delta Sync table name.

', 'DisassociateMergedGraphqlApiRequest$sourceApiIdentifier' => '

The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.

', 'DisassociateMergedGraphqlApiRequest$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'DisassociateSourceGraphqlApiRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'DisassociateSourceGraphqlApiRequest$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'DomainNameConfig$appsyncDomainName' => '

The domain name that AppSync provides.

', 'DomainNameConfig$hostedZoneId' => '

The ID of your Amazon Route 53 hosted zone.

', 'DynamodbDataSourceConfig$tableName' => '

The table name.

', 'DynamodbDataSourceConfig$awsRegion' => '

The Amazon Web Services Region.

', 'ElasticsearchDataSourceConfig$endpoint' => '

The endpoint.

', 'ElasticsearchDataSourceConfig$awsRegion' => '

The Amazon Web Services Region.

', 'EvaluateCodeRequest$function' => '

The function within the code to be evaluated. If provided, the valid values are request and response.

', 'EventBridgeDataSourceConfig$eventBusArn' => '

The ARN of the event bus. For more information about event buses, see Amazon EventBridge event buses.

', 'FlushApiCacheRequest$apiId' => '

The API ID.

', 'FunctionConfiguration$functionId' => '

A unique ID representing the Function object.

', 'FunctionConfiguration$functionArn' => '

The Amazon Resource Name (ARN) of the Function object.

', 'FunctionConfiguration$description' => '

The Function description.

', 'FunctionConfiguration$functionVersion' => '

The version of the request mapping template. Currently, only the 2018-05-29 version of the template is supported.

', 'FunctionsIds$member' => NULL, 'GetApiCacheRequest$apiId' => '

The API ID.

', 'GetDataSourceRequest$apiId' => '

The API ID.

', 'GetFunctionRequest$apiId' => '

The GraphQL API ID.

', 'GetGraphqlApiRequest$apiId' => '

The API ID for the GraphQL API.

', 'GetIntrospectionSchemaRequest$apiId' => '

The API ID.

', 'GetResolverRequest$apiId' => '

The API ID.

', 'GetSchemaCreationStatusRequest$apiId' => '

The API ID.

', 'GetSchemaCreationStatusResponse$details' => '

Detailed information about the status of the schema creation operation.

', 'GetSourceApiAssociationRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'GetSourceApiAssociationRequest$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'GetTypeRequest$apiId' => '

The API ID.

', 'GraphqlApi$apiId' => '

The API ID.

', 'GraphqlApi$arn' => '

The Amazon Resource Name (ARN).

', 'GraphqlApi$wafWebAclArn' => '

The ARN of the WAF access control list (ACL) associated with this GraphqlApi, if one exists.

', 'GraphqlApi$mergedApiExecutionRoleArn' => '

The Identity and Access Management service role ARN for a merged API. The AppSync service assumes this role on behalf of the Merged API to validate access to source APIs at runtime and to prompt the AUTO_MERGE to update the merged API endpoint with the source API changes automatically.

', 'GraphqlApi$owner' => '

The account owner of the GraphQL API.

', 'GraphqlApi$ownerContact' => '

The owner contact information for an API resource.

This field accepts any string input with a length of 0 - 256 characters.

', 'HttpDataSourceConfig$endpoint' => '

The HTTP URL endpoint. You can specify either the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If you don\'t specify the port, AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.

', 'InternalFailureException$message' => NULL, 'LambdaAuthorizerConfig$authorizerUri' => '

The Amazon Resource Name (ARN) of the Lambda function to be called for authorization. This can be a standard Lambda ARN, a version ARN (.../v3), or an alias ARN.

Note: This Lambda function must have the following resource-based policy assigned to it. When configuring Lambda authorizers in the console, this is done for you. To use the Command Line Interface (CLI), run the following:

aws lambda add-permission --function-name "arn:aws:lambda:us-east-2:111122223333:function:my-function" --statement-id "appsync" --principal appsync.amazonaws.com --action lambda:InvokeFunction

', 'LambdaAuthorizerConfig$identityValidationExpression' => '

A regular expression for validation of tokens before the Lambda function is called.

', 'LambdaConflictHandlerConfig$lambdaConflictHandlerArn' => '

The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.

', 'LambdaDataSourceConfig$lambdaFunctionArn' => '

The Amazon Resource Name (ARN) for the Lambda function.

', 'LimitExceededException$message' => NULL, 'ListApiKeysRequest$apiId' => '

The API ID.

', 'ListDataSourcesRequest$apiId' => '

The API ID.

', 'ListFunctionsRequest$apiId' => '

The GraphQL API ID.

', 'ListResolversByFunctionRequest$apiId' => '

The API ID.

', 'ListResolversByFunctionRequest$functionId' => '

The function ID.

', 'ListResolversRequest$apiId' => '

The API ID.

', 'ListResolversRequest$typeName' => '

The type name.

', 'ListSourceApiAssociationsRequest$apiId' => '

The API ID.

', 'ListTypesByAssociationRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'ListTypesByAssociationRequest$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'ListTypesRequest$apiId' => '

The API ID.

', 'LogConfig$cloudWatchLogsRoleArn' => '

The service role that AppSync assumes to publish to CloudWatch logs in your account.

', 'Logs$member' => NULL, 'MapOfStringToString$key' => NULL, 'MapOfStringToString$value' => NULL, 'NotFoundException$message' => NULL, 'OpenIDConnectConfig$issuer' => '

The issuer for the OIDC configuration. The issuer returned by discovery must exactly match the value of iss in the ID token.

', 'OpenIDConnectConfig$clientId' => '

The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that AppSync can validate against multiple client identifiers at a time.

', 'OpenSearchServiceDataSourceConfig$endpoint' => '

The endpoint.

', 'OpenSearchServiceDataSourceConfig$awsRegion' => '

The Amazon Web Services Region.

', 'RdsHttpEndpointConfig$awsRegion' => '

Amazon Web Services Region for Amazon RDS HTTP endpoint.

', 'RdsHttpEndpointConfig$dbClusterIdentifier' => '

Amazon RDS cluster Amazon Resource Name (ARN).

', 'RdsHttpEndpointConfig$databaseName' => '

Logical database name.

', 'RdsHttpEndpointConfig$schema' => '

Logical schema name.

', 'RdsHttpEndpointConfig$awsSecretStoreArn' => '

Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.

', 'Resolver$resolverArn' => '

The resolver Amazon Resource Name (ARN).

', 'SourceApiAssociation$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'SourceApiAssociation$associationArn' => '

The Amazon Resource Name (ARN) of the source API association.

', 'SourceApiAssociation$sourceApiId' => '

The ID of the AppSync source API.

', 'SourceApiAssociation$sourceApiArn' => '

The Amazon Resource Name (ARN) of the AppSync source API.

', 'SourceApiAssociation$mergedApiArn' => '

The Amazon Resource Name (ARN) of the AppSync Merged API.

', 'SourceApiAssociation$mergedApiId' => '

The ID of the AppSync Merged API.

', 'SourceApiAssociation$description' => '

The description field.

', 'SourceApiAssociation$sourceApiAssociationStatusDetail' => '

The detailed message related to the current state of the source API association.

', 'SourceApiAssociationSummary$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'SourceApiAssociationSummary$associationArn' => '

The Amazon Resource Name (ARN) of the source API association.

', 'SourceApiAssociationSummary$sourceApiId' => '

The ID of the AppSync source API.

', 'SourceApiAssociationSummary$sourceApiArn' => '

The Amazon Resource Name (ARN) of the AppSync Source API.

', 'SourceApiAssociationSummary$mergedApiId' => '

The ID of the AppSync Merged API.

', 'SourceApiAssociationSummary$mergedApiArn' => '

The Amazon Resource Name (ARN) of the AppSync Merged API.

', 'SourceApiAssociationSummary$description' => '

The description field.

', 'StartSchemaCreationRequest$apiId' => '

The API ID.

', 'StartSchemaMergeRequest$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'StartSchemaMergeRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'Type$description' => '

The type description.

', 'Type$arn' => '

The type Amazon Resource Name (ARN).

', 'Type$definition' => '

The type definition.

', 'UnauthorizedException$message' => NULL, 'UpdateApiCacheRequest$apiId' => '

The GraphQL API ID.

', 'UpdateApiKeyRequest$apiId' => '

The ID for the GraphQL API.

', 'UpdateApiKeyRequest$id' => '

The API key ID.

', 'UpdateApiKeyRequest$description' => '

A description of the purpose of the API key.

', 'UpdateDataSourceRequest$apiId' => '

The API ID.

', 'UpdateDataSourceRequest$description' => '

The new description for the data source.

', 'UpdateDataSourceRequest$serviceRoleArn' => '

The new service role Amazon Resource Name (ARN) for the data source.

', 'UpdateFunctionRequest$apiId' => '

The GraphQL API ID.

', 'UpdateFunctionRequest$description' => '

The Function description.

', 'UpdateFunctionRequest$functionVersion' => '

The version of the request mapping template. Currently, the supported value is 2018-05-29. Note that when using VTL and mapping templates, the functionVersion is required.

', 'UpdateGraphqlApiRequest$apiId' => '

The API ID.

', 'UpdateGraphqlApiRequest$name' => '

The new name for the GraphqlApi object.

', 'UpdateGraphqlApiRequest$mergedApiExecutionRoleArn' => '

The Identity and Access Management service role ARN for a merged API. The AppSync service assumes this role on behalf of the Merged API to validate access to source APIs at runtime and to prompt the AUTO_MERGE to update the merged API endpoint with the source API changes automatically.

', 'UpdateGraphqlApiRequest$ownerContact' => '

The owner contact information for an API resource.

This field accepts any string input with a length of 0 - 256 characters.

', 'UpdateResolverRequest$apiId' => '

The API ID.

', 'UpdateSourceApiAssociationRequest$associationId' => '

The ID generated by the AppSync service for the source API association.

', 'UpdateSourceApiAssociationRequest$mergedApiIdentifier' => '

The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

', 'UpdateSourceApiAssociationRequest$description' => '

The description field.

', 'UpdateTypeRequest$apiId' => '

The API ID.

', 'UpdateTypeRequest$definition' => '

The new definition.

', 'UserPoolConfig$userPoolId' => '

The user pool ID.

', 'UserPoolConfig$awsRegion' => '

The Amazon Web Services Region in which the user pool was created.

', 'UserPoolConfig$appIdClientRegex' => '

A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn\'t set, no filtering is applied.

', ], ], 'SyncConfig' => [ 'base' => '

Describes a Sync configuration for a resolver.

Specifies which Conflict Detection strategy and Resolution strategy to use when the resolver is invoked.

', 'refs' => [ 'CreateFunctionRequest$syncConfig' => NULL, 'CreateResolverRequest$syncConfig' => '

The SyncConfig for a resolver attached to a versioned data source.

', 'FunctionConfiguration$syncConfig' => NULL, 'Resolver$syncConfig' => '

The SyncConfig for a resolver attached to a versioned data source.

', 'UpdateFunctionRequest$syncConfig' => NULL, 'UpdateResolverRequest$syncConfig' => '

The SyncConfig for a resolver attached to a versioned data source.

', ], ], 'TTL' => [ 'base' => NULL, 'refs' => [ 'LambdaAuthorizerConfig$authorizerResultTtlInSeconds' => '

The number of seconds a response should be cached for. The default is 0 seconds, which disables caching. If you don\'t specify a value for authorizerResultTtlInSeconds, the default value is used. The maximum value is one hour (3600 seconds). The Lambda function can override this by returning a ttlOverride key in its response.

', ], ], 'TagKey' => [ 'base' => '

The key for the tag.

', 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

A list of TagKey objects.

', ], ], 'TagMap' => [ 'base' => '

A map with keys of TagKey objects and values of TagValue objects.

', 'refs' => [ 'CreateGraphqlApiRequest$tags' => '

A TagMap object.

', 'GraphqlApi$tags' => '

The tags.

', 'ListTagsForResourceResponse$tags' => '

A TagMap object.

', 'TagResourceRequest$tags' => '

A TagMap object.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => '

The value for the tag.

', 'refs' => [ 'TagMap$value' => NULL, ], ], 'Template' => [ 'base' => NULL, 'refs' => [ 'EvaluateMappingTemplateRequest$template' => '

The mapping template; this can be a request or response template. A template is required for this action.

', ], ], 'Type' => [ 'base' => '

Describes a type.

', 'refs' => [ 'CreateTypeResponse$type' => '

The Type object.

', 'GetTypeResponse$type' => '

The Type object.

', 'TypeList$member' => NULL, 'UpdateTypeResponse$type' => '

The updated Type object.

', ], ], 'TypeDefinitionFormat' => [ 'base' => NULL, 'refs' => [ 'CreateTypeRequest$format' => '

The type format: SDL or JSON.

', 'GetTypeRequest$format' => '

The type format: SDL or JSON.

', 'ListTypesByAssociationRequest$format' => '

The format type.

', 'ListTypesRequest$format' => '

The type format: SDL or JSON.

', 'Type$format' => '

The type format: SDL or JSON.

', 'UpdateTypeRequest$format' => '

The new type format: SDL or JSON.

', ], ], 'TypeList' => [ 'base' => NULL, 'refs' => [ 'ListTypesByAssociationResponse$types' => '

The Type objects.

', 'ListTypesResponse$types' => '

The Type objects.

', ], ], 'UnauthorizedException' => [ 'base' => '

You aren\'t authorized to perform this operation.

', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApiCacheRequest' => [ 'base' => '

Represents the input of a UpdateApiCache operation.

', 'refs' => [], ], 'UpdateApiCacheResponse' => [ 'base' => '

Represents the output of a UpdateApiCache operation.

', 'refs' => [], ], 'UpdateApiKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApiKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataSourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataSourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainNameRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainNameResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGraphqlApiRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGraphqlApiResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSourceApiAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSourceApiAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'UserPoolConfig' => [ 'base' => '

Describes an Amazon Cognito user pool configuration.

', 'refs' => [ 'CreateGraphqlApiRequest$userPoolConfig' => '

The Amazon Cognito user pool configuration.

', 'GraphqlApi$userPoolConfig' => '

The Amazon Cognito user pool configuration.

', 'UpdateGraphqlApiRequest$userPoolConfig' => '

The new Amazon Cognito user pool configuration for the ~GraphqlApi object.

', ], ], ],];