omics_update_sequence_store {paws.storage} | R Documentation |
Update one or more parameters for the sequence store
Description
Update one or more parameters for the sequence store.
See https://www.paws-r-sdk.com/docs/omics_update_sequence_store/ for full documentation.
Usage
omics_update_sequence_store(
id,
name = NULL,
description = NULL,
clientToken = NULL,
fallbackLocation = NULL,
propagatedSetLevelTags = NULL,
s3AccessConfig = NULL
)
Arguments
id |
[required] The ID of the sequence store. |
name |
A name for the sequence store. |
description |
A description for the sequence store. |
clientToken |
To ensure that requests don't run multiple times, specify a unique token for each request. |
fallbackLocation |
The S3 URI of a bucket and folder to store Read Sets that fail to upload. |
propagatedSetLevelTags |
The tags keys to propagate to the S3 objects associated with read sets in the sequence store. |
s3AccessConfig |
S3 access configuration parameters. |
[Package paws.storage version 0.9.0 Index]