AWS Kinesis · Schema

ListTagsForDeliveryStreamOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
Tags object
HasMoreTags object
View JSON Schema on GitHub

JSON Schema

kinesis-listtagsfordeliverystreamoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListTagsForDeliveryStreamOutput",
  "title": "ListTagsForDeliveryStreamOutput",
  "type": "object",
  "required": [
    "Tags",
    "HasMoreTags"
  ],
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListTagsForDeliveryStreamOutputTagList"
        },
        {
          "description": "A list of tags associated with <code>DeliveryStreamName</code>, starting with the first tag after <code>ExclusiveStartTagKey</code> and up to the specified <code>Limit</code>."
        }
      ]
    },
    "HasMoreTags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanObject"
        },
        {
          "description": "If this is <code>true</code> in the response, more tags are available. To list the remaining tags, set <code>ExclusiveStartTagKey</code> to the key of the last tag returned and call <code>ListTagsForDeliveryStream</code> again."
        }
      ]
    }
  }
}