libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.VulnerabilityVendor

Description

 
Synopsis

Documentation

data VulnerabilityVendor Source #

A vendor that generates a vulnerability report.

See: newVulnerabilityVendor smart constructor.

Constructors

VulnerabilityVendor' 

Fields

Instances

Instances details
Eq VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

Read VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

Show VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

Generic VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

Associated Types

type Rep VulnerabilityVendor :: Type -> Type #

NFData VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

Methods

rnf :: VulnerabilityVendor -> () #

Hashable VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

ToJSON VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

FromJSON VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

type Rep VulnerabilityVendor Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.VulnerabilityVendor

type Rep VulnerabilityVendor = D1 ('MetaData "VulnerabilityVendor" "Amazonka.SecurityHub.Types.VulnerabilityVendor" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "VulnerabilityVendor'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vendorSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vendorCreatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vendorUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVulnerabilityVendor Source #

Create a value of VulnerabilityVendor 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:vendorSeverity:VulnerabilityVendor', vulnerabilityVendor_vendorSeverity - The severity that the vendor assigned to the vulnerability.

$sel:url:VulnerabilityVendor', vulnerabilityVendor_url - The URL of the vulnerability advisory.

$sel:vendorCreatedAt:VulnerabilityVendor', vulnerabilityVendor_vendorCreatedAt - Indicates when the vulnerability advisory was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:vendorUpdatedAt:VulnerabilityVendor', vulnerabilityVendor_vendorUpdatedAt - Indicates when the vulnerability advisory was last updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:name:VulnerabilityVendor', vulnerabilityVendor_name - The name of the vendor.

vulnerabilityVendor_vendorSeverity :: Lens' VulnerabilityVendor (Maybe Text) Source #

The severity that the vendor assigned to the vulnerability.

vulnerabilityVendor_url :: Lens' VulnerabilityVendor (Maybe Text) Source #

The URL of the vulnerability advisory.

vulnerabilityVendor_vendorCreatedAt :: Lens' VulnerabilityVendor (Maybe Text) Source #

Indicates when the vulnerability advisory was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

vulnerabilityVendor_vendorUpdatedAt :: Lens' VulnerabilityVendor (Maybe Text) Source #

Indicates when the vulnerability advisory was last updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.