{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ListAutoScalingConfigurationsRequest", "type": "record", "fields": [ { "name": "AutoScalingConfigurationName", "type": "string" }, { "name": "LatestOnly", "type": "string" }, { "name": "MaxResults", "type": "string" }, { "name": "NextToken", "type": "string" } ] }