| 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.Inspector.GetTelemetryMetadata
Description
Information about the data that is collected for the specified assessment run.
Synopsis
- data GetTelemetryMetadata = GetTelemetryMetadata' {}
- newGetTelemetryMetadata :: Text -> GetTelemetryMetadata
- getTelemetryMetadata_assessmentRunArn :: Lens' GetTelemetryMetadata Text
- data GetTelemetryMetadataResponse = GetTelemetryMetadataResponse' {}
- newGetTelemetryMetadataResponse :: Int -> GetTelemetryMetadataResponse
- getTelemetryMetadataResponse_httpStatus :: Lens' GetTelemetryMetadataResponse Int
- getTelemetryMetadataResponse_telemetryMetadata :: Lens' GetTelemetryMetadataResponse [TelemetryMetadata]
Creating a Request
data GetTelemetryMetadata Source #
See: newGetTelemetryMetadata smart constructor.
Constructors
| GetTelemetryMetadata' | |
Fields
| |
Instances
newGetTelemetryMetadata Source #
Arguments
| :: Text | |
| -> GetTelemetryMetadata |
Create a value of GetTelemetryMetadata 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:
GetTelemetryMetadata, getTelemetryMetadata_assessmentRunArn - The ARN that specifies the assessment run that has the telemetry data
that you want to obtain.
Request Lenses
getTelemetryMetadata_assessmentRunArn :: Lens' GetTelemetryMetadata Text Source #
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
Destructuring the Response
data GetTelemetryMetadataResponse Source #
See: newGetTelemetryMetadataResponse smart constructor.
Constructors
| GetTelemetryMetadataResponse' | |
Fields
| |
Instances
newGetTelemetryMetadataResponse Source #
Create a value of GetTelemetryMetadataResponse 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:httpStatus:GetTelemetryMetadataResponse', getTelemetryMetadataResponse_httpStatus - The response's http status code.
GetTelemetryMetadataResponse, getTelemetryMetadataResponse_telemetryMetadata - Telemetry details.
Response Lenses
getTelemetryMetadataResponse_httpStatus :: Lens' GetTelemetryMetadataResponse Int Source #
The response's http status code.
getTelemetryMetadataResponse_telemetryMetadata :: Lens' GetTelemetryMetadataResponse [TelemetryMetadata] Source #
Telemetry details.