| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Omics.GetReadSetMetadata
Description
Gets details about a read set.
Synopsis
- data GetReadSetMetadata = GetReadSetMetadata' {
- id :: Text
- sequenceStoreId :: Text
- newGetReadSetMetadata :: Text -> Text -> GetReadSetMetadata
- getReadSetMetadata_id :: Lens' GetReadSetMetadata Text
- getReadSetMetadata_sequenceStoreId :: Lens' GetReadSetMetadata Text
- data GetReadSetMetadataResponse = GetReadSetMetadataResponse' {
- description :: Maybe Text
- files :: Maybe ReadSetFiles
- name :: Maybe Text
- referenceArn :: Maybe Text
- sampleId :: Maybe Text
- sequenceInformation :: Maybe SequenceInformation
- subjectId :: Maybe Text
- httpStatus :: Int
- arn :: Text
- creationTime :: ISO8601
- fileType :: FileType
- id :: Text
- sequenceStoreId :: Text
- status :: ReadSetStatus
- newGetReadSetMetadataResponse :: Int -> Text -> UTCTime -> FileType -> Text -> Text -> ReadSetStatus -> GetReadSetMetadataResponse
- getReadSetMetadataResponse_description :: Lens' GetReadSetMetadataResponse (Maybe Text)
- getReadSetMetadataResponse_files :: Lens' GetReadSetMetadataResponse (Maybe ReadSetFiles)
- getReadSetMetadataResponse_name :: Lens' GetReadSetMetadataResponse (Maybe Text)
- getReadSetMetadataResponse_referenceArn :: Lens' GetReadSetMetadataResponse (Maybe Text)
- getReadSetMetadataResponse_sampleId :: Lens' GetReadSetMetadataResponse (Maybe Text)
- getReadSetMetadataResponse_sequenceInformation :: Lens' GetReadSetMetadataResponse (Maybe SequenceInformation)
- getReadSetMetadataResponse_subjectId :: Lens' GetReadSetMetadataResponse (Maybe Text)
- getReadSetMetadataResponse_httpStatus :: Lens' GetReadSetMetadataResponse Int
- getReadSetMetadataResponse_arn :: Lens' GetReadSetMetadataResponse Text
- getReadSetMetadataResponse_creationTime :: Lens' GetReadSetMetadataResponse UTCTime
- getReadSetMetadataResponse_fileType :: Lens' GetReadSetMetadataResponse FileType
- getReadSetMetadataResponse_id :: Lens' GetReadSetMetadataResponse Text
- getReadSetMetadataResponse_sequenceStoreId :: Lens' GetReadSetMetadataResponse Text
- getReadSetMetadataResponse_status :: Lens' GetReadSetMetadataResponse ReadSetStatus
Creating a Request
data GetReadSetMetadata Source #
See: newGetReadSetMetadata smart constructor.
Constructors
| GetReadSetMetadata' | |
Fields
| |
Instances
newGetReadSetMetadata Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetReadSetMetadata |
Create a value of GetReadSetMetadata with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetReadSetMetadata, getReadSetMetadata_id - The read set's ID.
GetReadSetMetadata, getReadSetMetadata_sequenceStoreId - The read set's sequence store ID.
Request Lenses
getReadSetMetadata_id :: Lens' GetReadSetMetadata Text Source #
The read set's ID.
getReadSetMetadata_sequenceStoreId :: Lens' GetReadSetMetadata Text Source #
The read set's sequence store ID.
Destructuring the Response
data GetReadSetMetadataResponse Source #
See: newGetReadSetMetadataResponse smart constructor.
Constructors
| GetReadSetMetadataResponse' | |
Fields
| |
Instances
newGetReadSetMetadataResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> FileType | |
| -> Text | |
| -> Text | |
| -> ReadSetStatus | |
| -> GetReadSetMetadataResponse |
Create a value of GetReadSetMetadataResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetReadSetMetadataResponse, getReadSetMetadataResponse_description - The read set's description.
$sel:files:GetReadSetMetadataResponse', getReadSetMetadataResponse_files - The read set's files.
GetReadSetMetadataResponse, getReadSetMetadataResponse_name - The read set's name.
GetReadSetMetadataResponse, getReadSetMetadataResponse_referenceArn - The read set's genome reference ARN.
GetReadSetMetadataResponse, getReadSetMetadataResponse_sampleId - The read set's sample ID.
GetReadSetMetadataResponse, getReadSetMetadataResponse_sequenceInformation - The read set's sequence information.
GetReadSetMetadataResponse, getReadSetMetadataResponse_subjectId - The read set's subject ID.
$sel:httpStatus:GetReadSetMetadataResponse', getReadSetMetadataResponse_httpStatus - The response's http status code.
GetReadSetMetadataResponse, getReadSetMetadataResponse_arn - The read set's ARN.
GetReadSetMetadataResponse, getReadSetMetadataResponse_creationTime - When the read set was created.
GetReadSetMetadataResponse, getReadSetMetadataResponse_fileType - The read set's file type.
GetReadSetMetadata, getReadSetMetadataResponse_id - The read set's ID.
GetReadSetMetadata, getReadSetMetadataResponse_sequenceStoreId - The read set's sequence store ID.
GetReadSetMetadataResponse, getReadSetMetadataResponse_status - The read set's status.
Response Lenses
getReadSetMetadataResponse_description :: Lens' GetReadSetMetadataResponse (Maybe Text) Source #
The read set's description.
getReadSetMetadataResponse_files :: Lens' GetReadSetMetadataResponse (Maybe ReadSetFiles) Source #
The read set's files.
getReadSetMetadataResponse_name :: Lens' GetReadSetMetadataResponse (Maybe Text) Source #
The read set's name.
getReadSetMetadataResponse_referenceArn :: Lens' GetReadSetMetadataResponse (Maybe Text) Source #
The read set's genome reference ARN.
getReadSetMetadataResponse_sampleId :: Lens' GetReadSetMetadataResponse (Maybe Text) Source #
The read set's sample ID.
getReadSetMetadataResponse_sequenceInformation :: Lens' GetReadSetMetadataResponse (Maybe SequenceInformation) Source #
The read set's sequence information.
getReadSetMetadataResponse_subjectId :: Lens' GetReadSetMetadataResponse (Maybe Text) Source #
The read set's subject ID.
getReadSetMetadataResponse_httpStatus :: Lens' GetReadSetMetadataResponse Int Source #
The response's http status code.
getReadSetMetadataResponse_arn :: Lens' GetReadSetMetadataResponse Text Source #
The read set's ARN.
getReadSetMetadataResponse_creationTime :: Lens' GetReadSetMetadataResponse UTCTime Source #
When the read set was created.
getReadSetMetadataResponse_fileType :: Lens' GetReadSetMetadataResponse FileType Source #
The read set's file type.
getReadSetMetadataResponse_id :: Lens' GetReadSetMetadataResponse Text Source #
The read set's ID.
getReadSetMetadataResponse_sequenceStoreId :: Lens' GetReadSetMetadataResponse Text Source #
The read set's sequence store ID.
getReadSetMetadataResponse_status :: Lens' GetReadSetMetadataResponse ReadSetStatus Source #
The read set's status.