Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data GetContainerImages = GetContainerImages' {
- serviceName :: Text
- newGetContainerImages :: Text -> GetContainerImages
- getContainerImages_serviceName :: Lens' GetContainerImages Text
- data GetContainerImagesResponse = GetContainerImagesResponse' {}
- newGetContainerImagesResponse :: Int -> GetContainerImagesResponse
- getContainerImagesResponse_containerImages :: Lens' GetContainerImagesResponse (Maybe [ContainerImage])
- getContainerImagesResponse_httpStatus :: Lens' GetContainerImagesResponse Int
Creating a Request
data GetContainerImages Source #
See: newGetContainerImages
smart constructor.
GetContainerImages' | |
|
Instances
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.
GetContainerImagesResponse' | |
|
Instances
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.
getContainerImagesResponse_httpStatus :: Lens' GetContainerImagesResponse Int Source #
The response's http status code.