Module Values.CreateAnnotationStoreVersionResponseSource

Creates a new version of an annotation store.

Sourcetype nonrec t = {
  1. id : ResourceId.t option;
    (*

    A generated ID for the annotation store

    *)
  2. versionName : VersionName.t option;
    (*

    The name given to an annotation store version to distinguish it from other versions.

    *)
  3. storeId : ResourceId.t option;
    (*

    The ID for the annotation store from which new versions are being created.

    *)
  4. versionOptions : VersionOptions.t option;
    (*

    The options for an annotation store version.

    *)
  5. name : StoreName.t option;
    (*

    The name given to an annotation store version to distinguish it from other versions.

    *)
  6. status : VersionStatus.t option;
    (*

    The status of a annotation store version.

    *)
  7. creationTime : CreationTime.t option;
    (*

    The time stamp for the creation of an annotation store version.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?versionName:??? -> ?storeId:??? -> ?versionOptions:??? -> ?name:??? -> ?status:??? -> ?creationTime:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Map of ([> `String of SchemaItemKeyString.t ] * [> `Enum of string ]) list ] list | `Map of ([> `Enum of string ] * [> `String of FormatToHeaderValueString.t ]) list ]) list ]) list | `Timestamp of CreationTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t