Values.GetImageSetResponseSourceGet image set properties.
type nonrec t = {datastoreId : DatastoreId.t option;The data store identifier.
*)imageSetId : ImageSetId.t option;The image set identifier.
*)versionId : ImageSetExternalVersionId.t option;The image set version identifier.
*)imageSetState : ImageSetState.t option;The image set state.
*)imageSetWorkflowStatus : ImageSetWorkflowStatus.t option;The image set workflow status.
*)createdAt : Date.t option;The timestamp when image set properties were created.
*)updatedAt : Date.t option;The timestamp when image set properties were updated.
*)deletedAt : Date.t option;The timestamp when the image set properties were deleted.
*)message : Message.t option;The error message thrown if an image set action fails.
*)imageSetArn : Arn.t option;The Amazon Resource Name (ARN) assigned to the image set.
*)overrides : Overrides.t option;This object contains the details of any overrides used while creating a specific image set version. If an image set was copied or updated using the force flag, this object will contain the forced flag.
*)isPrimary : Boolean.t option;The flag to determine whether the image set is primary or not.
*)lastAccessedAt : Date.t option;When the image set was last accessed.
*)storageTier : StorageTier.t option;The storage tier of the image set.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?datastoreId:??? ->
?imageSetId:??? ->
?versionId:??? ->
?imageSetState:??? ->
?imageSetWorkflowStatus:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?deletedAt:??? ->
?message:??? ->
?imageSetArn:??? ->
?overrides:??? ->
?isPrimary:??? ->
?lastAccessedAt:??? ->
?storageTier:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]