{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-aggregate-conformance-pack-compliance-summary-response-structure.json",
"name": "GetAggregateConformancePackComplianceSummaryResponse",
"description": "GetAggregateConformancePackComplianceSummaryResponse schema",
"type": "object",
"properties": {
"AggregateConformancePackComplianceSummaries": {
"allOf": [
{
"$ref": "#/components/schemas/AggregateConformancePackComplianceSummaryList"
},
{
"description": "Returns a list of AggregateConformancePackComplianceSummary object."
}
]
},
"GroupByKey": {
"allOf": [
{
"$ref": "#/components/schemas/StringWithCharLimit256"
},
{
"description": "Groups the result based on Amazon Web Services account ID or Amazon Web Services Region."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response."
}
]
}
}
}