UndeprecateWorkflowTypeInput

AutomationTask CoordinationWorkflow

Properties

Name Type Description
domain object
workflowType object
View JSON Schema on GitHub

JSON Schema

amazon-swf-undeprecateworkflowtypeinput-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "domain",
    "workflowType"
  ],
  "title": "UndeprecateWorkflowTypeInput",
  "properties": {
    "domain": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The name of the domain of the deprecated workflow type."
        }
      ]
    },
    "workflowType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowType"
        },
        {
          "description": "The name of the domain of the deprecated workflow type."
        }
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}