| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Discovery.StartContinuousExport
Description
Start the continuous flow of agent's discovered data into Amazon Athena.
Synopsis
- data StartContinuousExport = StartContinuousExport' {
- newStartContinuousExport :: StartContinuousExport
- data StartContinuousExportResponse = StartContinuousExportResponse' {
- dataSource :: Maybe DataSource
- exportId :: Maybe Text
- s3Bucket :: Maybe Text
- schemaStorageConfig :: Maybe (HashMap Text Text)
- startTime :: Maybe POSIX
- httpStatus :: Int
- newStartContinuousExportResponse :: Int -> StartContinuousExportResponse
- startContinuousExportResponse_dataSource :: Lens' StartContinuousExportResponse (Maybe DataSource)
- startContinuousExportResponse_exportId :: Lens' StartContinuousExportResponse (Maybe Text)
- startContinuousExportResponse_s3Bucket :: Lens' StartContinuousExportResponse (Maybe Text)
- startContinuousExportResponse_schemaStorageConfig :: Lens' StartContinuousExportResponse (Maybe (HashMap Text Text))
- startContinuousExportResponse_startTime :: Lens' StartContinuousExportResponse (Maybe UTCTime)
- startContinuousExportResponse_httpStatus :: Lens' StartContinuousExportResponse Int
Creating a Request
data StartContinuousExport Source #
See: newStartContinuousExport smart constructor.
Constructors
| StartContinuousExport' | |
Instances
newStartContinuousExport :: StartContinuousExport Source #
Create a value of StartContinuousExport with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data StartContinuousExportResponse Source #
See: newStartContinuousExportResponse smart constructor.
Constructors
| StartContinuousExportResponse' | |
Fields
| |
Instances
newStartContinuousExportResponse Source #
Create a value of StartContinuousExportResponse 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:
StartContinuousExportResponse, startContinuousExportResponse_dataSource - The type of data collector used to gather this data (currently only
offered for AGENT).
StartContinuousExportResponse, startContinuousExportResponse_exportId - The unique ID assigned to this export.
StartContinuousExportResponse, startContinuousExportResponse_s3Bucket - The name of the s3 bucket where the export data parquet files are
stored.
StartContinuousExportResponse, startContinuousExportResponse_schemaStorageConfig - A dictionary which describes how the data is stored.
databaseName- the name of the Glue database used to store the schema.
StartContinuousExportResponse, startContinuousExportResponse_startTime - The timestamp representing when the continuous export was started.
$sel:httpStatus:StartContinuousExportResponse', startContinuousExportResponse_httpStatus - The response's http status code.
Response Lenses
startContinuousExportResponse_dataSource :: Lens' StartContinuousExportResponse (Maybe DataSource) Source #
The type of data collector used to gather this data (currently only offered for AGENT).
startContinuousExportResponse_exportId :: Lens' StartContinuousExportResponse (Maybe Text) Source #
The unique ID assigned to this export.
startContinuousExportResponse_s3Bucket :: Lens' StartContinuousExportResponse (Maybe Text) Source #
The name of the s3 bucket where the export data parquet files are stored.
startContinuousExportResponse_schemaStorageConfig :: Lens' StartContinuousExportResponse (Maybe (HashMap Text Text)) Source #
A dictionary which describes how the data is stored.
databaseName- the name of the Glue database used to store the schema.
startContinuousExportResponse_startTime :: Lens' StartContinuousExportResponse (Maybe UTCTime) Source #
The timestamp representing when the continuous export was started.
startContinuousExportResponse_httpStatus :: Lens' StartContinuousExportResponse Int Source #
The response's http status code.