| 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.UpdateDataset
Description
Updates the settings of a data set.
Synopsis
- updateDataset :: Text -> NonEmpty DatasetAction -> UpdateDataset
- data UpdateDataset
- udTriggers :: Lens' UpdateDataset [DatasetTrigger]
- udDatasetName :: Lens' UpdateDataset Text
- udActions :: Lens' UpdateDataset (NonEmpty DatasetAction)
- updateDatasetResponse :: UpdateDatasetResponse
- data UpdateDatasetResponse
Creating a Request
Arguments
| :: Text | |
| -> NonEmpty DatasetAction | |
| -> UpdateDataset |
Creates a value of UpdateDataset with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udTriggers- A list of DatasetTrigger objects. The list can be empty or can contain up to five DataSetTrigger objects.udDatasetName- The name of the data set to update.udActions- A list of DatasetAction objects. Only one action is supported at this time.
data UpdateDataset Source #
See: updateDataset smart constructor.
Instances
Request Lenses
udTriggers :: Lens' UpdateDataset [DatasetTrigger] Source #
A list of DatasetTrigger objects. The list can be empty or can contain up to five DataSetTrigger objects.
udDatasetName :: Lens' UpdateDataset Text Source #
The name of the data set to update.
udActions :: Lens' UpdateDataset (NonEmpty DatasetAction) Source #
A list of DatasetAction objects. Only one action is supported at this time.
Destructuring the Response
updateDatasetResponse :: UpdateDatasetResponse Source #
Creates a value of UpdateDatasetResponse with the minimum fields required to make a request.
data UpdateDatasetResponse Source #
See: updateDatasetResponse smart constructor.