OrderableReplicationInstance
In response to the DescribeOrderableReplicationInstances operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.
Properties
| Name | Type | Description |
|---|---|---|
| EngineVersion | object | |
| ReplicationInstanceClass | object | |
| StorageType | object | |
| MinAllocatedStorage | object | |
| MaxAllocatedStorage | object | |
| DefaultAllocatedStorage | object | |
| IncludedAllocatedStorage | object | |
| AvailabilityZones | object | |
| ReleaseStatus | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dms/refs/heads/main/json-schema/amazon-dms-orderable-replication-instance-schema.json",
"title": "OrderableReplicationInstance",
"description": "In response to the <code>DescribeOrderableReplicationInstances</code> operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.",
"type": "object",
"properties": {
"EngineVersion": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The version of the replication engine."
}
]
},
"ReplicationInstanceClass": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p>The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>\"dms.c4.large\"</code>.</p> <p>For more information on the settings and capacities for the available replication instance classes, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth\"> Selecting the right DMS replication instance for your migration</a>. </p>"
}
]
},
"StorageType": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The type of storage used by the replication instance."
}
]
},
"MinAllocatedStorage": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The minimum amount of storage (in gigabytes) that can be allocated for the replication instance."
}
]
},
"MaxAllocatedStorage": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The minimum amount of storage (in gigabytes) that can be allocated for the replication instance."
}
]
},
"DefaultAllocatedStorage": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The default amount of storage (in gigabytes) that is allocated for the replication instance."
}
]
},
"IncludedAllocatedStorage": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The amount of storage (in gigabytes) that is allocated for the replication instance."
}
]
},
"AvailabilityZones": {
"allOf": [
{
"$ref": "#/components/schemas/AvailabilityZonesList"
},
{
"description": "List of Availability Zones for this replication instance."
}
]
},
"ReleaseStatus": {
"allOf": [
{
"$ref": "#/components/schemas/ReleaseStatusValues"
},
{
"description": "<p>The value returned when the specified <code>EngineVersion</code> of the replication instance is in Beta or test mode. This indicates some features might not work as expected.</p> <note> <p>DMS supports the <code>ReleaseStatus</code> parameter in versions 3.1.4 and later.</p> </note>"
}
]
}
}
}
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
curl "https://apis.io/api/v1/json-schemas/amazon-dms-orderable-replication-instance"
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.