Amazon Simple Workflow Service · JSON Structure

Amazon Swf Undeprecateactivitytypeinput Structure

Type: object Properties: 0
AutomationTask CoordinationWorkflow

UndeprecateActivityTypeInput is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "UndeprecateActivityTypeInput",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "domain",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "activityType",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}