Amazon AppFlow · JSON Structure

Appflow Update Flow Response Structure

UpdateFlowResponse schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Update Flow Response Structure is a JSON Structure definition published by Amazon AppFlow, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

flowStatus

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "UpdateFlowResponse schema from Amazon AppFlow API",
  "properties": {
    "flowStatus": {
      "type": "string",
      "description": "Indicates the current status of the flow.",
      "enum": [
        "Active",
        "Deprecated",
        "Deleted",
        "Draft",
        "Errored",
        "Suspended"
      ],
      "example": "Active"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-update-flow-response-structure.json"
}