Amazon Config · Schema
ListConformancePackComplianceScoresRequest
ListConformancePackComplianceScoresRequest schema
AuditingComplianceConfiguration ManagementGovernanceSecurity
Properties
| Name | Type | Description |
|---|---|---|
| Filters | object | |
| SortOrder | object | |
| SortBy | object | |
| Limit | object | |
| NextToken | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-list-conformance-pack-compliance-scores-request-schema.json",
"title": "ListConformancePackComplianceScoresRequest",
"description": "ListConformancePackComplianceScoresRequest schema",
"type": "object",
"properties": {
"Filters": {
"allOf": [
{
"$ref": "#/components/schemas/ConformancePackComplianceScoresFilters"
},
{
"description": "Filters the results based on the <code>ConformancePackComplianceScoresFilters</code>."
}
]
},
"SortOrder": {
"allOf": [
{
"$ref": "#/components/schemas/SortOrder"
},
{
"description": "<p>Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.</p> <p>By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter <code>DESCENDING</code>.</p> <p>You can sort conformance pack compliance scores by the numerical value of the compliance score by entering <code>SCORE</code> in the <code>SortBy</code> action. When compliance scores are sorted by <code>SCORE</code>, conformance packs with a compliance score of <code>INSUFFICIENT_DATA</code> will be last when sorting by ascending order and first when sorting by descending order.</p>"
}
]
},
"SortBy": {
"allOf": [
{
"$ref": "#/components/schemas/SortBy"
},
{
"description": "<p>Sorts your conformance pack compliance scores in either ascending or descending order, depending on <code>SortOrder</code>.</p> <p>By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter <code>SCORE</code>, to sort conformance pack compliance scores by the numerical value of the compliance score.</p>"
}
]
},
"Limit": {
"allOf": [
{
"$ref": "#/components/schemas/PageSizeLimit"
},
{
"description": "The maximum number of conformance pack compliance scores returned on each page."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The <code>nextToken</code> string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/config-list-conformance-pack-compliance-scores-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.