UpdateVolumeRequest: {
    name?: string;
    region?: Region;
    tags?: string[];
    volumeId: string;
}

Type declaration

  • Optionalname?: string

    Volume name.

  • Optionalregion?: Region

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

  • Optionaltags?: string[]

    Tags of the volume.

  • volumeId: string

    Volume ID.