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.GetContainerImages

Description

Returns the container images that are registered to your Amazon Lightsail container service.

If you created a deployment on your Lightsail container service that uses container images from a public registry like Docker Hub, those images are not returned as part of this action. Those images are not registered to your Lightsail container service.

Synopsis

Creating a Request

data GetContainerImages Source #

See: newGetContainerImages smart constructor.

Constructors

GetContainerImages' 

Fields

  • serviceName :: Text

    The name of the container service for which to return registered container images.

Instances

Instances details
Eq GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Read GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Show GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Generic GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Associated Types

type Rep GetContainerImages :: Type -> Type #

NFData GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Methods

rnf :: GetContainerImages -> () #

Hashable GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

ToJSON GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

AWSRequest GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Associated Types

type AWSResponse GetContainerImages #

ToHeaders GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

ToPath GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

ToQuery GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

type Rep GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

type Rep GetContainerImages = D1 ('MetaData "GetContainerImages" "Amazonka.Lightsail.GetContainerImages" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetContainerImages'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetContainerImages Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

newGetContainerImages Source #

Create a value of GetContainerImages 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:serviceName:GetContainerImages', getContainerImages_serviceName - The name of the container service for which to return registered container images.

Request Lenses

getContainerImages_serviceName :: Lens' GetContainerImages Text Source #

The name of the container service for which to return registered container images.

Destructuring the Response

data GetContainerImagesResponse Source #

See: newGetContainerImagesResponse smart constructor.

Constructors

GetContainerImagesResponse' 

Fields

Instances

Instances details
Eq GetContainerImagesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Read GetContainerImagesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Show GetContainerImagesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Generic GetContainerImagesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

Associated Types

type Rep GetContainerImagesResponse :: Type -> Type #

NFData GetContainerImagesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

type Rep GetContainerImagesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerImages

type Rep GetContainerImagesResponse = D1 ('MetaData "GetContainerImagesResponse" "Amazonka.Lightsail.GetContainerImages" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetContainerImagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContainerImage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetContainerImagesResponse Source #

Create a value of GetContainerImagesResponse 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:containerImages:GetContainerImagesResponse', getContainerImagesResponse_containerImages - An array of objects that describe container images that are registered to the container service.

$sel:httpStatus:GetContainerImagesResponse', getContainerImagesResponse_httpStatus - The response's http status code.

Response Lenses

getContainerImagesResponse_containerImages :: Lens' GetContainerImagesResponse (Maybe [ContainerImage]) Source #

An array of objects that describe container images that are registered to the container service.