{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListStreamsOutput",
"title": "ListStreamsOutput",
"type": "object",
"required": [
"StreamNames",
"HasMoreStreams"
],
"properties": {
"StreamNames": {
"allOf": [
{
"$ref": "#/components/schemas/StreamNameList"
},
{
"description": "The names of the streams that are associated with the Amazon Web Services account making the ListStreams request."
}
]
},
"HasMoreStreams": {
"allOf": [
{
"$ref": "#/components/schemas/BooleanObject"
},
{
"description": "If set to true, there are more streams available to list."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "
ListStreams."
}