libZSservicesZSamazonka-inspectorZSamazonka-inspector
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • dataSize :: Maybe Integer

    The data size of messages that the agent sends to the Amazon Inspector service.

  • messageType :: Text

    A specific type of behavioral data that is collected by the agent.

  • count :: Integer

    The count of messages that the agent sends to the Amazon Inspector service.

Instances

Instances details
Eq TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

Read TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

Show TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

Generic TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

Associated Types

type Rep TelemetryMetadata :: Type -> Type #

NFData TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

Methods

rnf :: TelemetryMetadata -> () #

Hashable TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

FromJSON TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

type Rep TelemetryMetadata Source # 
Instance details

Defined in Amazonka.Inspector.Types.TelemetryMetadata

type Rep TelemetryMetadata = D1 ('MetaData "TelemetryMetadata" "Amazonka.Inspector.Types.TelemetryMetadata" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "TelemetryMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "messageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTelemetryMetadata Source #

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.