Represents a collection of usage plans for an AWS account.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UsagePlans", "title": "UsagePlans", "type": "object", "properties": { "position": { "$ref": "#/components/schemas/String" }, "items": { "allOf": [ { "$ref": "#/components/schemas/ListOfUsagePlan" }, { "xml": { "name": "item" }, "description": "The current page of elements from this collection." } ] } }, "description": "Represents a collection of usage plans for an AWS account." }