Amazon Proton · Schema

ServiceStatus

ServiceStatus schema from Amazon Proton API

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD
View JSON Schema on GitHub

JSON Schema

amazon-proton-service-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-service-status-schema.json",
  "title": "ServiceStatus",
  "description": "ServiceStatus schema from Amazon Proton API",
  "type": "string",
  "enum": [
    "CREATE_IN_PROGRESS",
    "CREATE_FAILED_CLEANUP_IN_PROGRESS",
    "CREATE_FAILED_CLEANUP_COMPLETE",
    "CREATE_FAILED_CLEANUP_FAILED",
    "CREATE_FAILED",
    "ACTIVE",
    "DELETE_IN_PROGRESS",
    "DELETE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_FAILED_CLEANUP_IN_PROGRESS",
    "UPDATE_FAILED_CLEANUP_COMPLETE",
    "UPDATE_FAILED_CLEANUP_FAILED",
    "UPDATE_FAILED",
    "UPDATE_COMPLETE_CLEANUP_FAILED"
  ]
}