libZSservicesZSamazonka-ecrZSamazonka-ecr
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.ECR.Types.ImageScanStatus

Description

 
Synopsis

Documentation

data ImageScanStatus Source #

The current status of an image scan.

See: newImageScanStatus smart constructor.

Constructors

ImageScanStatus' 

Fields

Instances

Instances details
Eq ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

Read ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

Show ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

Generic ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

Associated Types

type Rep ImageScanStatus :: Type -> Type #

NFData ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

Methods

rnf :: ImageScanStatus -> () #

Hashable ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

FromJSON ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

type Rep ImageScanStatus Source # 
Instance details

Defined in Amazonka.ECR.Types.ImageScanStatus

type Rep ImageScanStatus = D1 ('MetaData "ImageScanStatus" "Amazonka.ECR.Types.ImageScanStatus" "libZSservicesZSamazonka-ecrZSamazonka-ecr" 'False) (C1 ('MetaCons "ImageScanStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScanStatus)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newImageScanStatus :: ImageScanStatus Source #

Create a value of ImageScanStatus 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:status:ImageScanStatus', imageScanStatus_status - The current state of an image scan.

$sel:description:ImageScanStatus', imageScanStatus_description - The description of the image scan status.

imageScanStatus_status :: Lens' ImageScanStatus (Maybe ScanStatus) Source #

The current state of an image scan.

imageScanStatus_description :: Lens' ImageScanStatus (Maybe Text) Source #

The description of the image scan status.