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 |
Stop the continuous flow of agent's discovered data into Amazon Athena.
Synopsis
- data StopContinuousExport = StopContinuousExport' {}
- newStopContinuousExport :: Text -> StopContinuousExport
- stopContinuousExport_exportId :: Lens' StopContinuousExport Text
- data StopContinuousExportResponse = StopContinuousExportResponse' {}
- newStopContinuousExportResponse :: Int -> StopContinuousExportResponse
- stopContinuousExportResponse_startTime :: Lens' StopContinuousExportResponse (Maybe UTCTime)
- stopContinuousExportResponse_stopTime :: Lens' StopContinuousExportResponse (Maybe UTCTime)
- stopContinuousExportResponse_httpStatus :: Lens' StopContinuousExportResponse Int
Creating a Request
data StopContinuousExport Source #
See: newStopContinuousExport
smart constructor.
Instances
newStopContinuousExport Source #
Create a value of StopContinuousExport
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:exportId:StopContinuousExport'
, stopContinuousExport_exportId
- The unique ID assigned to this export.
Request Lenses
stopContinuousExport_exportId :: Lens' StopContinuousExport Text Source #
The unique ID assigned to this export.
Destructuring the Response
data StopContinuousExportResponse Source #
See: newStopContinuousExportResponse
smart constructor.
Instances
newStopContinuousExportResponse Source #
Create a value of StopContinuousExportResponse
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:StopContinuousExportResponse'
, stopContinuousExportResponse_startTime
- Timestamp that represents when this continuous export started collecting
data.
$sel:stopTime:StopContinuousExportResponse'
, stopContinuousExportResponse_stopTime
- Timestamp that represents when this continuous export was stopped.
$sel:httpStatus:StopContinuousExportResponse'
, stopContinuousExportResponse_httpStatus
- The response's http status code.
Response Lenses
stopContinuousExportResponse_startTime :: Lens' StopContinuousExportResponse (Maybe UTCTime) Source #
Timestamp that represents when this continuous export started collecting data.
stopContinuousExportResponse_stopTime :: Lens' StopContinuousExportResponse (Maybe UTCTime) Source #
Timestamp that represents when this continuous export was stopped.
stopContinuousExportResponse_httpStatus :: Lens' StopContinuousExportResponse Int Source #
The response's http status code.