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 |
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.
GetTelemetryMetadata' | |
|
Instances
newGetTelemetryMetadata Source #
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:
$sel:assessmentRunArn: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.
GetTelemetryMetadataResponse' | |
|
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.
$sel:telemetryMetadata: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.