{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DescribeMappedResourceConfigurationInput", "title": "DescribeMappedResourceConfigurationInput", "type": "object", "properties": { "StreamName": { "allOf": [ { "$ref": "#/components/schemas/StreamName" }, { "description": "The name of the stream." } ] }, "StreamARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The Amazon Resource Name (ARN) of the stream." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MappedResourceConfigurationListLimit" }, { "description": "The maximum number of results to return in the response." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to provide in your next request, to get another batch of results." } ] } } }