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 |
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.
Instances
:: 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.