Copyright | (c) 2013-2021 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 |
Start the continuous flow of agent's discovered data into Amazon Athena.
Synopsis
- data StartContinuousExport = StartContinuousExport' {
- newStartContinuousExport :: StartContinuousExport
- data StartContinuousExportResponse = StartContinuousExportResponse' {
- startTime :: Maybe POSIX
- schemaStorageConfig :: Maybe (HashMap Text Text)
- dataSource :: Maybe DataSource
- s3Bucket :: Maybe Text
- exportId :: Maybe Text
- httpStatus :: Int
- newStartContinuousExportResponse :: Int -> StartContinuousExportResponse
- startContinuousExportResponse_startTime :: Lens' StartContinuousExportResponse (Maybe UTCTime)
- startContinuousExportResponse_schemaStorageConfig :: Lens' StartContinuousExportResponse (Maybe (HashMap Text Text))
- startContinuousExportResponse_dataSource :: Lens' StartContinuousExportResponse (Maybe DataSource)
- startContinuousExportResponse_s3Bucket :: Lens' StartContinuousExportResponse (Maybe Text)
- startContinuousExportResponse_exportId :: Lens' StartContinuousExportResponse (Maybe Text)
- startContinuousExportResponse_httpStatus :: Lens' StartContinuousExportResponse Int
Creating a Request
data StartContinuousExport Source #
See: newStartContinuousExport
smart constructor.
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.
StartContinuousExportResponse' | |
|
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:
$sel:startTime:StartContinuousExportResponse'
, startContinuousExportResponse_startTime
- The timestamp representing when the continuous export was started.
$sel:schemaStorageConfig:StartContinuousExportResponse'
, startContinuousExportResponse_schemaStorageConfig
- A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
$sel:dataSource:StartContinuousExportResponse'
, startContinuousExportResponse_dataSource
- The type of data collector used to gather this data (currently only
offered for AGENT).
$sel:s3Bucket:StartContinuousExportResponse'
, startContinuousExportResponse_s3Bucket
- The name of the s3 bucket where the export data parquet files are
stored.
$sel:exportId:StartContinuousExportResponse'
, startContinuousExportResponse_exportId
- The unique ID assigned to this export.
$sel:httpStatus:StartContinuousExportResponse'
, startContinuousExportResponse_httpStatus
- The response's http status code.
Response Lenses
startContinuousExportResponse_startTime :: Lens' StartContinuousExportResponse (Maybe UTCTime) Source #
The timestamp representing when the continuous export was started.
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_dataSource :: Lens' StartContinuousExportResponse (Maybe DataSource) Source #
The type of data collector used to gather this data (currently only offered for AGENT).
startContinuousExportResponse_s3Bucket :: Lens' StartContinuousExportResponse (Maybe Text) Source #
The name of the s3 bucket where the export data parquet files are stored.
startContinuousExportResponse_exportId :: Lens' StartContinuousExportResponse (Maybe Text) Source #
The unique ID assigned to this export.
startContinuousExportResponse_httpStatus :: Lens' StartContinuousExportResponse Int Source #
The response's http status code.