| 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.StopContinuousExport
Description
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.
Constructors
| StopContinuousExport' | |
Instances
newStopContinuousExport Source #
Arguments
| :: Text | |
| -> StopContinuousExport |
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:
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.
Constructors
| StopContinuousExportResponse' | |
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:
StopContinuousExportResponse, stopContinuousExportResponse_startTime - Timestamp that represents when this continuous export started collecting
data.
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.