| 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.Types.TelemetryMetadata
Description
Synopsis
Documentation
data TelemetryMetadata Source #
The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.
See: newTelemetryMetadata smart constructor.
Constructors
| TelemetryMetadata' | |
Instances
Arguments
| :: Text | |
| -> Integer | |
| -> TelemetryMetadata |
Create a value of TelemetryMetadata 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:dataSize:TelemetryMetadata', telemetryMetadata_dataSize - The data size of messages that the agent sends to the Amazon Inspector
service.
$sel:messageType:TelemetryMetadata', telemetryMetadata_messageType - A specific type of behavioral data that is collected by the agent.
$sel:count:TelemetryMetadata', telemetryMetadata_count - The count of messages that the agent sends to the Amazon Inspector
service.
telemetryMetadata_dataSize :: Lens' TelemetryMetadata (Maybe Integer) Source #
The data size of messages that the agent sends to the Amazon Inspector service.
telemetryMetadata_messageType :: Lens' TelemetryMetadata Text Source #
A specific type of behavioral data that is collected by the agent.
telemetryMetadata_count :: Lens' TelemetryMetadata Integer Source #
The count of messages that the agent sends to the Amazon Inspector service.