Values.InstanceSnapshotSourceDescribes an instance snapshot.
type nonrec t = {name : ResourceName.t option;The name of the snapshot.
*)arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the snapshot (arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE).
*)supportCode : String_.t option;The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
*)createdAt : IsoDate.t option;The timestamp when the snapshot was created (1479907467.024).
*)location : ResourceLocation.t option;The region name and Availability Zone where you created the snapshot.
*)resourceType : ResourceType.t option;The type of resource (usually InstanceSnapshot).
*)state : InstanceSnapshotState.t option;The state the snapshot is in.
*)progress : String_.t option;The progress of the snapshot. This is populated only for disk snapshots, and is null for instance snapshots.
*)fromAttachedDisks : DiskList.t option;An array of disk objects containing information about all block storage disks.
*)fromInstanceName : ResourceName.t option;The instance from which the snapshot was created.
*)fromInstanceArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the instance from which the snapshot was created (arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE).
*)fromBlueprintId : String_.t option;The blueprint ID from which you created the snapshot (amazon_linux_2023). A blueprint is a virtual private server (or instance) image used to create instances quickly.
*)fromBundleId : String_.t option;The bundle ID from which you created the snapshot (micro_x_x).
*)isFromAutoSnapshot : Boolean.t option;A Boolean value indicating whether the snapshot was created from an automatic snapshot.
*)sizeInGb : Integer.t option;The size in GB of the SSD.
*)}val make :
?name:??? ->
?arn:??? ->
?supportCode:??? ->
?createdAt:??? ->
?location:??? ->
?resourceType:??? ->
?tags:??? ->
?state:??? ->
?progress:??? ->
?fromAttachedDisks:??? ->
?fromInstanceName:??? ->
?fromInstanceArn:??? ->
?fromBlueprintId:??? ->
?fromBundleId:??? ->
?isFromAutoSnapshot:??? ->
?sizeInGb:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of TagKey.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list
| `Timestamp of IsoDate.t ])
list ]
list
| `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of IsoDate.t ])
list ]