libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.Types.ContainerImage

Description

 
Synopsis

Documentation

data ContainerImage Source #

Describes a container image that is registered to an Amazon Lightsail container service.

See: newContainerImage smart constructor.

Constructors

ContainerImage' 

Fields

Instances

Instances details
Eq ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

Read ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

Show ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

Generic ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

Associated Types

type Rep ContainerImage :: Type -> Type #

NFData ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

Methods

rnf :: ContainerImage -> () #

Hashable ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

FromJSON ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

type Rep ContainerImage Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerImage

type Rep ContainerImage = D1 ('MetaData "ContainerImage" "Amazonka.Lightsail.Types.ContainerImage" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "ContainerImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "digest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newContainerImage :: ContainerImage Source #

Create a value of ContainerImage 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:image:ContainerImage', containerImage_image - The name of the container image.

$sel:createdAt:ContainerImage', containerImage_createdAt - The timestamp when the container image was created.

$sel:digest:ContainerImage', containerImage_digest - The digest of the container image.

containerImage_image :: Lens' ContainerImage (Maybe Text) Source #

The name of the container image.

containerImage_createdAt :: Lens' ContainerImage (Maybe UTCTime) Source #

The timestamp when the container image was created.

containerImage_digest :: Lens' ContainerImage (Maybe Text) Source #

The digest of the container image.