Values.UpdateSequenceStoreRequestSourceUpdate one or more parameters for the sequence store.
type nonrec t = {id : SequenceStoreId.t;The ID of the sequence store.
*)name : SequenceStoreName.t option;A name for the sequence store.
*)description : SequenceStoreDescription.t option;A description for the sequence store.
*)clientToken : ClientToken.t option;To ensure that requests don't run multiple times, specify a unique token for each request.
*)fallbackLocation : FallbackLocation.t option;The S3 URI of a bucket and folder to store Read Sets that fail to upload.
*)propagatedSetLevelTags : PropagatedSetLevelTags.t option;The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
*)s3AccessConfig : S3AccessConfig.t option;S3 access configuration parameters.
*)}val make :
?name:??? ->
?description:??? ->
?clientToken:??? ->
?fallbackLocation:??? ->
?propagatedSetLevelTags:??? ->
?s3AccessConfig:??? ->
id:SequenceStoreId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of TagKey.t ] list
| `String of SequenceStoreId.t
| `Structure of (string * [> `String of AccessLogLocation.t ]) list ])
list ]