UpdateSnapshotRequest: {
    expiresAt?: Date;
    name?: string;
    region?: Region;
    snapshotId: string;
}

Type declaration

  • OptionalexpiresAt?: Date

    Expiration date (must follow the ISO 8601 format).

  • Optionalname?: string

    Name of the snapshot.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • snapshotId: string

    UUID of the snapshot to update.