Values.UpdateImageSetMetadataResponseSourceUpdate image set metadata attributes.
type nonrec t = {datastoreId : DatastoreId.t option;The data store identifier.
*)imageSetId : ImageSetId.t option;The image set identifier.
*)latestVersionId : ImageSetExternalVersionId.t option;The latest 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 metadata was created.
*)updatedAt : Date.t option;The timestamp when image set metadata was updated.
*)message : Message.t option;The error message thrown if an update image set metadata action fails.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatastoreId.t
| `Timestamp of Date.t ])
list ]