Amazon AppSync · JSON Structure

Appsync Update Data Source Response Structure

Response from updating a data source

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Update Data Source Response Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-update-data-source-response-structure.json",
  "title": "UpdateDataSourceResponse",
  "description": "Response from updating a data source",
  "type": "record",
  "fields": {
    "dataSource": {
      "type": "string",
      "description": "dataSource"
    }
  }
}