/** *

Represents a replica to be removed.

*/ export interface _DeleteReplicaAction { /** *

The region of the replica to be removed.

*/ RegionName: string; } export declare type _UnmarshalledDeleteReplicaAction = _DeleteReplicaAction;