/** *

Contains the details of the replica.

*/ export interface _ReplicaDescription { /** *

The name of the region.

*/ RegionName?: string; } export declare type _UnmarshalledReplicaDescription = _ReplicaDescription;