Amazon AppFlow · Schema

UpdateFlowResponse

UpdateFlowResponse schema from Amazon AppFlow API

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Properties

Name Type Description
flowStatus string Indicates the current status of the flow.
View JSON Schema on GitHub

JSON Schema

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