| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.IoTAnalytics.DescribeDatastore
Description
Retrieves information about a data store.
Synopsis
- describeDatastore :: Text -> DescribeDatastore
- data DescribeDatastore
- dDatastoreName :: Lens' DescribeDatastore Text
- describeDatastoreResponse :: Int -> DescribeDatastoreResponse
- data DescribeDatastoreResponse
- drsDatastore :: Lens' DescribeDatastoreResponse (Maybe Datastore)
- drsResponseStatus :: Lens' DescribeDatastoreResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeDatastore |
Creates a value of DescribeDatastore with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dDatastoreName- The name of the data store
data DescribeDatastore Source #
See: describeDatastore smart constructor.
Instances
Request Lenses
dDatastoreName :: Lens' DescribeDatastore Text Source #
The name of the data store
Destructuring the Response
describeDatastoreResponse Source #
Arguments
| :: Int | |
| -> DescribeDatastoreResponse |
Creates a value of DescribeDatastoreResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsDatastore- Information about the data store.drsResponseStatus- -- | The response status code.
data DescribeDatastoreResponse Source #
See: describeDatastoreResponse smart constructor.
Instances
Response Lenses
drsDatastore :: Lens' DescribeDatastoreResponse (Maybe Datastore) Source #
Information about the data store.
drsResponseStatus :: Lens' DescribeDatastoreResponse Int Source #
- - | The response status code.