Amazon IoT Device Management · JSON Structure

Iot Device Management Create Stream Response Structure

CreateStreamResponse schema

Type: object Properties: 4
Device ManagementFleet ManagementIoTOTA Updates

CreateStreamResponse 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

streamId streamArn description streamVersion

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-stream-response-structure.json",
  "name": "CreateStreamResponse",
  "description": "CreateStreamResponse schema",
  "type": "object",
  "properties": {
    "streamId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamId"
        },
        {
          "description": "The stream ID."
        }
      ]
    },
    "streamArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamArn"
        },
        {
          "description": "The stream ARN."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamDescription"
        },
        {
          "description": "A description of the stream."
        }
      ]
    },
    "streamVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamVersion"
        },
        {
          "description": "The version of the stream."
        }
      ]
    }
  }
}