ListDomainsRequest schema from Amazon SimpleDB API
Type: objectProperties: 2
Cloud StorageData StorageDatabaseNoSQL
ListDomainsRequest is a JSON Structure definition published by Amazon SimpleDB, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-structure/amazon-simpledb-list-domains-request-structure.json",
"name": "ListDomainsRequest",
"description": "ListDomainsRequest schema from Amazon SimpleDB API",
"properties": {
"MaxNumberOfDomains": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "A string informing Amazon SimpleDB where to start the next list of domain names."
}
]
}
}
}
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.