| 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.GetReferenceStore
Description
Gets information about a reference store.
Synopsis
- data GetReferenceStore = GetReferenceStore' {}
- newGetReferenceStore :: Text -> GetReferenceStore
- getReferenceStore_id :: Lens' GetReferenceStore Text
- data GetReferenceStoreResponse = GetReferenceStoreResponse' {}
- newGetReferenceStoreResponse :: Int -> Text -> UTCTime -> Text -> GetReferenceStoreResponse
- getReferenceStoreResponse_description :: Lens' GetReferenceStoreResponse (Maybe Text)
- getReferenceStoreResponse_name :: Lens' GetReferenceStoreResponse (Maybe Text)
- getReferenceStoreResponse_sseConfig :: Lens' GetReferenceStoreResponse (Maybe SseConfig)
- getReferenceStoreResponse_httpStatus :: Lens' GetReferenceStoreResponse Int
- getReferenceStoreResponse_arn :: Lens' GetReferenceStoreResponse Text
- getReferenceStoreResponse_creationTime :: Lens' GetReferenceStoreResponse UTCTime
- getReferenceStoreResponse_id :: Lens' GetReferenceStoreResponse Text
Creating a Request
data GetReferenceStore Source #
See: newGetReferenceStore smart constructor.
Constructors
| GetReferenceStore' | |
Instances
Arguments
| :: Text | |
| -> GetReferenceStore |
Create a value of GetReferenceStore 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:
GetReferenceStore, getReferenceStore_id - The store's ID.
Request Lenses
getReferenceStore_id :: Lens' GetReferenceStore Text Source #
The store's ID.
Destructuring the Response
data GetReferenceStoreResponse Source #
See: newGetReferenceStoreResponse smart constructor.
Constructors
| GetReferenceStoreResponse' | |
Fields
| |
Instances
newGetReferenceStoreResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Text | |
| -> GetReferenceStoreResponse |
Create a value of GetReferenceStoreResponse 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:
GetReferenceStoreResponse, getReferenceStoreResponse_description - The store's description.
GetReferenceStoreResponse, getReferenceStoreResponse_name - The store's name.
GetReferenceStoreResponse, getReferenceStoreResponse_sseConfig - The store's server-side encryption (SSE) settings.
$sel:httpStatus:GetReferenceStoreResponse', getReferenceStoreResponse_httpStatus - The response's http status code.
GetReferenceStoreResponse, getReferenceStoreResponse_arn - The store's ARN.
GetReferenceStoreResponse, getReferenceStoreResponse_creationTime - When the store was created.
GetReferenceStore, getReferenceStoreResponse_id - The store's ID.
Response Lenses
getReferenceStoreResponse_description :: Lens' GetReferenceStoreResponse (Maybe Text) Source #
The store's description.
getReferenceStoreResponse_name :: Lens' GetReferenceStoreResponse (Maybe Text) Source #
The store's name.
getReferenceStoreResponse_sseConfig :: Lens' GetReferenceStoreResponse (Maybe SseConfig) Source #
The store's server-side encryption (SSE) settings.
getReferenceStoreResponse_httpStatus :: Lens' GetReferenceStoreResponse Int Source #
The response's http status code.
getReferenceStoreResponse_arn :: Lens' GetReferenceStoreResponse Text Source #
The store's ARN.
getReferenceStoreResponse_creationTime :: Lens' GetReferenceStoreResponse UTCTime Source #
When the store was created.
getReferenceStoreResponse_id :: Lens' GetReferenceStoreResponse Text Source #
The store's ID.