Amazon IoT Device Management · JSON Structure

Iot Device Management Create Provisioning Template Version Response Structure

CreateProvisioningTemplateVersionResponse schema

Type: object Properties: 4
Device ManagementFleet ManagementIoTOTA Updates

CreateProvisioningTemplateVersionResponse is a JSON Structure definition published by Amazon IoT Device Management, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

templateArn templateName versionId isDefaultVersion

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-iot-device-management/refs/heads/main/json-structure/iot-device-management-create-provisioning-template-version-response-structure.json",
  "name": "CreateProvisioningTemplateVersionResponse",
  "description": "CreateProvisioningTemplateVersionResponse schema",
  "type": "object",
  "properties": {
    "templateArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateArn"
        },
        {
          "description": "The ARN that identifies the provisioning template."
        }
      ]
    },
    "templateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateName"
        },
        {
          "description": "The name of the provisioning template."
        }
      ]
    },
    "versionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionId"
        },
        {
          "description": "The version of the provisioning template."
        }
      ]
    },
    "isDefaultVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IsDefaultVersion"
        },
        {
          "description": "True if the provisioning template version is the default version, otherwise false."
        }
      ]
    }
  }
}