| 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.UpdateDatastore
Description
Updates the settings of a data store.
Creating a Request
Arguments
| :: Text | |
| -> UpdateDatastore |
Creates a value of UpdateDatastore with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udRetentionPeriod- How long, in days, message data is kept for the data store.udDatastoreName- The name of the data store to be updated.
data UpdateDatastore Source #
See: updateDatastore smart constructor.
Instances
Request Lenses
udRetentionPeriod :: Lens' UpdateDatastore (Maybe RetentionPeriod) Source #
How long, in days, message data is kept for the data store.
udDatastoreName :: Lens' UpdateDatastore Text Source #
The name of the data store to be updated.
Destructuring the Response
updateDatastoreResponse :: UpdateDatastoreResponse Source #
Creates a value of UpdateDatastoreResponse with the minimum fields required to make a request.
data UpdateDatastoreResponse Source #
See: updateDatastoreResponse smart constructor.