| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Inspector.GetTelemetryMetadata
Description
Information about the data that is collected for the specified assessment run.
- getTelemetryMetadata :: Text -> GetTelemetryMetadata
- data GetTelemetryMetadata
- gtmAssessmentRunARN :: Lens' GetTelemetryMetadata Text
- getTelemetryMetadataResponse :: Int -> GetTelemetryMetadataResponse
- data GetTelemetryMetadataResponse
- gtmrsResponseStatus :: Lens' GetTelemetryMetadataResponse Int
- gtmrsTelemetryMetadata :: Lens' GetTelemetryMetadataResponse [TelemetryMetadata]
Creating a Request
Arguments
| :: Text | |
| -> GetTelemetryMetadata |
Creates a value of GetTelemetryMetadata with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetTelemetryMetadata Source #
See: getTelemetryMetadata smart constructor.
Instances
Request Lenses
gtmAssessmentRunARN :: Lens' GetTelemetryMetadata Text Source #
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
Destructuring the Response
getTelemetryMetadataResponse Source #
Arguments
| :: Int | |
| -> GetTelemetryMetadataResponse |
Creates a value of GetTelemetryMetadataResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetTelemetryMetadataResponse Source #
See: getTelemetryMetadataResponse smart constructor.
Instances
Response Lenses
gtmrsResponseStatus :: Lens' GetTelemetryMetadataResponse Int Source #
The response status code.
gtmrsTelemetryMetadata :: Lens' GetTelemetryMetadataResponse [TelemetryMetadata] Source #
Telemetry details.