{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-retention-configurations-response-schema.json",
"title": "DescribeRetentionConfigurationsResponse",
"description": "DescribeRetentionConfigurationsResponse schema",
"type": "object",
"properties": {
"RetentionConfigurations": {
"allOf": [
{
"$ref": "#/components/schemas/RetentionConfigurationList"
},
{
"description": "Returns a retention configuration object."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. "
}
]
}
}
}