OBJECT
Describes whether the DynamoDB table name is valid for recovery.
type ValidateAwsNativeDynamoDbTableNameForRecoveryReply {# An error, in case the validation fails.error: String! # Specifies whether the DynamoDB table name is valid or not.isValid: Boolean! }