Values.UpdateSequenceStoreResponseSourceUpdate one or more parameters for the sequence store.
type nonrec t = {id : SequenceStoreId.t option;The ID of the sequence store.
*)arn : SequenceStoreArn.t option;The ARN of the sequence store.
*)name : SequenceStoreName.t option;The name of the sequence store.
*)description : SequenceStoreDescription.t option;Description of the sequence store.
*)sseConfig : SseConfig.t option;creationTime : SyntheticTimestamp_date_time.t option;The time when the store was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The last-updated time of the Sequence Store.
*)propagatedSetLevelTags : PropagatedSetLevelTags.t option;The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
*)status : SequenceStoreStatus.t option;The status of the sequence store.
*)statusMessage : SequenceStoreStatusMessage.t option;The status message of the sequence store.
*)fallbackLocation : FallbackLocation.t option;The S3 URI of a bucket and folder to store Read Sets that fail to upload.
*)s3Access : SequenceStoreS3Access.t option;eTagAlgorithmFamily : ETagAlgorithmFamily.t option;The ETag algorithm family to use on ingested read sets.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `RequestTimeoutException of RequestTimeoutException.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
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `List of [> `String of TagKey.t ] list
| `String of SequenceStoreId.t
| `Structure of
(string * [> `Enum of string | `String of SseConfigKeyArnString.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]