Amazon Proton · Schema

GetTemplateSyncStatusOutput

GetTemplateSyncStatusOutput schema from Amazon Proton API

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

Properties

Name Type Description
desiredState object
latestSuccessfulSync object
latestSync object
View JSON Schema on GitHub

JSON Schema

amazon-proton-get-template-sync-status-output-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-get-template-sync-status-output-schema.json",
  "title": "GetTemplateSyncStatusOutput",
  "description": "GetTemplateSyncStatusOutput schema from Amazon Proton API",
  "type": "object",
  "properties": {
    "desiredState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Revision"
        },
        {
          "description": "The template sync desired state that's returned by Proton."
        }
      ]
    },
    "latestSuccessfulSync": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceSyncAttempt"
        },
        {
          "description": "The details of the last successful sync that's returned by Proton."
        }
      ]
    },
    "latestSync": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceSyncAttempt"
        },
        {
          "description": "The details of the last sync that's returned by Proton."
        }
      ]
    }
  }
}