{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListProvisionedConcurrencyConfigsResponse", "title": "ListProvisionedConcurrencyConfigsResponse", "type": "object", "properties": { "ProvisionedConcurrencyConfigs": { "allOf": [ { "$ref": "#/components/schemas/ProvisionedConcurrencyConfigList" }, { "description": "A list of provisioned concurrency configurations." } ] }, "NextMarker": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The pagination token that's included if more results are available." } ] } } }