AWS Kinesis · Schema

DeliveryStreamDescription

Contains information about a delivery stream.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
DeliveryStreamName object
DeliveryStreamARN object
DeliveryStreamStatus object
FailureDescription object
DeliveryStreamEncryptionConfiguration object
DeliveryStreamType object
VersionId object
CreateTimestamp object
LastUpdateTimestamp object
Source object
Destinations object
HasMoreDestinations object
View JSON Schema on GitHub

JSON Schema

kinesis-deliverystreamdescription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliveryStreamDescription",
  "title": "DeliveryStreamDescription",
  "type": "object",
  "required": [
    "DeliveryStreamName",
    "DeliveryStreamARN",
    "DeliveryStreamStatus",
    "DeliveryStreamType",
    "VersionId",
    "Destinations",
    "HasMoreDestinations"
  ],
  "properties": {
    "DeliveryStreamName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryStreamName"
        },
        {
          "description": "The name of the delivery stream."
        }
      ]
    },
    "DeliveryStreamARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryStreamARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the delivery stream. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a>."
        }
      ]
    },
    "DeliveryStreamStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryStreamStatus"
        },
        {
          "description": "The status of the delivery stream. If the status of a delivery stream is <code>CREATING_FAILED</code>, this status doesn't change, and you can't invoke <code>CreateDeliveryStream</code> again on it. However, you can invoke the <a>DeleteDeliveryStream</a> operation to delete it."
        }
      ]
    },
    "FailureDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailureDescription"
        },
        {
          "description": "Provides details in case one of the following operations fails due to an error related to KMS: <a>CreateDeliveryStream</a>, <a>DeleteDeliveryStream</a>, <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>."
        }
      ]
    },
    "DeliveryStreamEncryptionConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryStreamEncryptionConfiguration"
        },
        {
          "description": "Indicates the server-side encryption (SSE) status for the delivery stream."
        }
      ]
    },
    "DeliveryStreamType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryStreamType"
        },
        {
          "description": "<p>The delivery stream type. This can be one of the following values:</p> <ul> <li> <p> <code>DirectPut</code>: Provider applications access the delivery stream directly.</p> </li> <li> <p> <code>KinesisStreamAsSource</code>: The delivery stream uses a Kinesis data stream as a source.</p> </li> </ul>"
        }
      ]
    },
    "VersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryStreamVersionId"
        },
        {
          "description": "Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream."
        }
      ]
    },
    "CreateTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time that the delivery stream was created."
        }
      ]
    },
    "LastUpdateTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time that the delivery stream was last updated."
        }
      ]
    },
    "Source": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SourceDescription"
        },
        {
          "description": "If the <code>DeliveryStreamType</code> parameter is <code>KinesisStreamAsSource</code>, a <a>SourceDescription</a> object describing the source Kinesis data stream."
        }
      ]
    },
    "Destinations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DestinationDescriptionList"
        },
        {
          "description": "The destinations."
        }
      ]
    },
    "HasMoreDestinations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanObject"
        },
        {
          "description": "Indicates whether there are more destinations available to list."
        }
      ]
    }
  },
  "description": "Contains information about a delivery stream."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kinesis-deliverystreamdescription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.