Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets the properties associated with the FHIR Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.
Synopsis
- data DescribeFHIRDatastore = DescribeFHIRDatastore' {
- datastoreId :: Maybe Text
- newDescribeFHIRDatastore :: DescribeFHIRDatastore
- describeFHIRDatastore_datastoreId :: Lens' DescribeFHIRDatastore (Maybe Text)
- data DescribeFHIRDatastoreResponse = DescribeFHIRDatastoreResponse' {}
- newDescribeFHIRDatastoreResponse :: Int -> DatastoreProperties -> DescribeFHIRDatastoreResponse
- describeFHIRDatastoreResponse_httpStatus :: Lens' DescribeFHIRDatastoreResponse Int
- describeFHIRDatastoreResponse_datastoreProperties :: Lens' DescribeFHIRDatastoreResponse DatastoreProperties
Creating a Request
data DescribeFHIRDatastore Source #
See: newDescribeFHIRDatastore
smart constructor.
DescribeFHIRDatastore' | |
|
Instances
newDescribeFHIRDatastore :: DescribeFHIRDatastore Source #
Create a value of DescribeFHIRDatastore
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:
$sel:datastoreId:DescribeFHIRDatastore'
, describeFHIRDatastore_datastoreId
- The AWS-generated Data Store id. This is part of the
‘CreateFHIRDatastore’ output.
Request Lenses
describeFHIRDatastore_datastoreId :: Lens' DescribeFHIRDatastore (Maybe Text) Source #
The AWS-generated Data Store id. This is part of the ‘CreateFHIRDatastore’ output.
Destructuring the Response
data DescribeFHIRDatastoreResponse Source #
See: newDescribeFHIRDatastoreResponse
smart constructor.
DescribeFHIRDatastoreResponse' | |
|
Instances
newDescribeFHIRDatastoreResponse Source #
Create a value of DescribeFHIRDatastoreResponse
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:
$sel:httpStatus:DescribeFHIRDatastoreResponse'
, describeFHIRDatastoreResponse_httpStatus
- The response's http status code.
$sel:datastoreProperties:DescribeFHIRDatastoreResponse'
, describeFHIRDatastoreResponse_datastoreProperties
- All properties associated with a Data Store, including the Data Store
ID, Data Store ARN, Data Store name, Data Store status, created at, Data
Store type version, and Data Store endpoint.
Response Lenses
describeFHIRDatastoreResponse_httpStatus :: Lens' DescribeFHIRDatastoreResponse Int Source #
The response's http status code.
describeFHIRDatastoreResponse_datastoreProperties :: Lens' DescribeFHIRDatastoreResponse DatastoreProperties Source #
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.