Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Creates or updates the image manifest associated with an image.
This operation is used by the Amazon ECR proxy, and it is not intended
for general use by customers. Use the docker
CLI to pull, tag, and
push images.
- putImage :: Text -> Text -> PutImage
- data PutImage
- piRegistryId :: Lens' PutImage (Maybe Text)
- piRepositoryName :: Lens' PutImage Text
- piImageManifest :: Lens' PutImage Text
- putImageResponse :: Int -> PutImageResponse
- data PutImageResponse
- pirsImage :: Lens' PutImageResponse (Maybe Image)
- pirsResponseStatus :: Lens' PutImageResponse Int
Creating a Request
Creates a value of PutImage
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
See: putImage
smart constructor.
Request Lenses
piRegistryId :: Lens' PutImage (Maybe Text) Source #
The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
piRepositoryName :: Lens' PutImage Text Source #
The name of the repository in which to put the image.
piImageManifest :: Lens' PutImage Text Source #
The image manifest corresponding to the image to be uploaded.
Destructuring the Response
Creates a value of PutImageResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PutImageResponse Source #
See: putImageResponse
smart constructor.
Response Lenses
pirsResponseStatus :: Lens' PutImageResponse Int Source #
The response status code.