| 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.CreateDatasetContent
Description
Creates the content of a data set by applying an SQL action.
Creating a Request
Arguments
| :: Text | |
| -> CreateDatasetContent |
Creates a value of CreateDatasetContent with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cdcDatasetName- The name of the data set.
data CreateDatasetContent Source #
See: createDatasetContent smart constructor.
Instances
Request Lenses
cdcDatasetName :: Lens' CreateDatasetContent Text Source #
The name of the data set.
Destructuring the Response
createDatasetContentResponse :: CreateDatasetContentResponse Source #
Creates a value of CreateDatasetContentResponse with the minimum fields required to make a request.
data CreateDatasetContentResponse Source #
See: createDatasetContentResponse smart constructor.