Values.ImageSourceDescribes an image.
type nonrec t = {name : String_.t option;The name of the image.
*)arn : Arn.t option;The ARN of the image.
*)baseImageArn : Arn.t option;The ARN of the image from which this image was created.
*)displayName : String_.t option;The image name to display.
*)state : ImageState.t option;The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.
*)visibility : VisibilityType.t option;Indicates whether the image is public or private.
*)imageBuilderSupported : Boolean.t option;Indicates whether an image builder can be launched from this image.
*)imageBuilderName : String_.t option;The name of the image builder that was used to create the private image. If the image is shared, copied, or updated by using Managed Image Updates, this value is null.
*)platform : PlatformType.t option;The operating system platform of the image.
*)description : String_.t option;The description to display.
*)stateChangeReason : ImageStateChangeReason.t option;The reason why the last state change occurred.
*)applications : Applications.t option;The applications associated with the image.
*)createdTime : Timestamp.t option;The time the image was created.
*)publicBaseImageReleasedDate : Timestamp.t option;The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.
*)appstreamAgentVersion : AppstreamAgentVersion.t option;The version of the WorkSpaces Applications agent to use for instances that are launched from this image.
*)imagePermissions : ImagePermissions.t option;The permissions to provide to the destination AWS account for the specified image.
*)imageErrors : ResourceErrors.t option;Describes the errors that are returned when a new image can't be created.
*)latestAppstreamAgentVersion : LatestAppstreamAgentVersion.t option;Indicates whether the image is using the latest WorkSpaces Applications agent version or not.
*)supportedInstanceFamilies : StringList.t option;The supported instances families that determine which image a customer can use when the customer launches a fleet or image builder. The following instances families are supported: General Purpose Compute Optimized Memory Optimized Graphics G4 Graphics G5 Graphics G6
*)dynamicAppProvidersEnabled : DynamicAppProvidersEnabled.t option;Indicates whether dynamic app providers are enabled within an WorkSpaces Applications image or not.
*)managedSoftwareIncluded : Boolean.t option;Indicates whether the image includes license-included applications.
*)imageType : ImageType.t option;The type of the image. Images created through AMI import have type "custom", while WorkSpaces Applications provided images have type "native". Custom images support additional instance types including GeneralPurpose, MemoryOptimized, ComputeOptimized, and Accelerated instance families.
*)}val make :
?name:??? ->
?arn:??? ->
?baseImageArn:??? ->
?displayName:??? ->
?state:??? ->
?visibility:??? ->
?imageBuilderSupported:??? ->
?imageBuilderName:??? ->
?platform:??? ->
?description:??? ->
?stateChangeReason:??? ->
?applications:??? ->
?createdTime:??? ->
?publicBaseImageReleasedDate:??? ->
?appstreamAgentVersion:??? ->
?imagePermissions:??? ->
?imageErrors:??? ->
?latestAppstreamAgentVersion:??? ->
?supportedInstanceFamilies:??? ->
?dynamicAppProvidersEnabled:??? ->
?imageSharedWithOthers:??? ->
?managedSoftwareIncluded:??? ->
?imageType:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Enum of string | `String of String_.t ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of (string * [> `String of S3Bucket.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]