Amazon Proton · JSON Structure

Amazon Proton Get Template Sync Status Input Structure

GetTemplateSyncStatusInput schema from Amazon Proton API

Type: object Properties: 3 Required: 3
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

GetTemplateSyncStatusInput is a JSON Structure definition published by Amazon Proton, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

templateName templateType templateVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-get-template-sync-status-input-structure.json",
  "name": "GetTemplateSyncStatusInput",
  "description": "GetTemplateSyncStatusInput schema from Amazon Proton API",
  "type": "object",
  "properties": {
    "templateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The template name."
        }
      ]
    },
    "templateType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateType"
        },
        {
          "description": "The template type."
        }
      ]
    },
    "templateVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionPart"
        },
        {
          "description": "The template major version."
        }
      ]
    }
  },
  "required": [
    "templateName",
    "templateType",
    "templateVersion"
  ]
}