DescribeReplicationConfigurationTemplatesResponse

Response with replication configuration templates

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
items array List of templates
nextToken string Pagination token
View JSON Schema on GitHub

JSON Schema

application-migration-service-describe-replication-configuration-templates-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-describe-replication-configuration-templates-response-schema.json",
  "title": "DescribeReplicationConfigurationTemplatesResponse",
  "description": "Response with replication configuration templates",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "List of templates"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    }
  }
}