{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListTagsForResourceInput",
"title": "ListTagsForResourceInput",
"type": "object",
"required": [
"ResourceARN"
],
"properties": {
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "If you specify this parameter and the result of a <code>ListTagsForResource</code> call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags. "
}
]
},
"ResourceARN": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceARN"
},
{
"description": "The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags."
}
]
}
}
}