libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public
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.ECRPublic.InitiateLayerUpload

Description

Notifies Amazon ECR that you intend to upload an image layer.

When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action.

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

Synopsis

Creating a Request

data InitiateLayerUpload Source #

See: newInitiateLayerUpload smart constructor.

Constructors

InitiateLayerUpload' 

Fields

  • registryId :: Maybe Text

    The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.

  • repositoryName :: Text

    The name of the repository to which you intend to upload layers.

Instances

Instances details
Eq InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Read InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Show InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Generic InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Associated Types

type Rep InitiateLayerUpload :: Type -> Type #

NFData InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Methods

rnf :: InitiateLayerUpload -> () #

Hashable InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

ToJSON InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

AWSRequest InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Associated Types

type AWSResponse InitiateLayerUpload #

ToHeaders InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

ToPath InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

ToQuery InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

type Rep InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

type Rep InitiateLayerUpload = D1 ('MetaData "InitiateLayerUpload" "Amazonka.ECRPublic.InitiateLayerUpload" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" 'False) (C1 ('MetaCons "InitiateLayerUpload'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse InitiateLayerUpload Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

newInitiateLayerUpload Source #

Create a value of InitiateLayerUpload 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:registryId:InitiateLayerUpload', initiateLayerUpload_registryId - The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.

$sel:repositoryName:InitiateLayerUpload', initiateLayerUpload_repositoryName - The name of the repository to which you intend to upload layers.

Request Lenses

initiateLayerUpload_registryId :: Lens' InitiateLayerUpload (Maybe Text) Source #

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.

initiateLayerUpload_repositoryName :: Lens' InitiateLayerUpload Text Source #

The name of the repository to which you intend to upload layers.

Destructuring the Response

data InitiateLayerUploadResponse Source #

See: newInitiateLayerUploadResponse smart constructor.

Constructors

InitiateLayerUploadResponse' 

Fields

  • partSize :: Maybe Natural

    The size, in bytes, that Amazon ECR expects future layer part uploads to be.

  • uploadId :: Maybe Text

    The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq InitiateLayerUploadResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Read InitiateLayerUploadResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Show InitiateLayerUploadResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Generic InitiateLayerUploadResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

Associated Types

type Rep InitiateLayerUploadResponse :: Type -> Type #

NFData InitiateLayerUploadResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

type Rep InitiateLayerUploadResponse Source # 
Instance details

Defined in Amazonka.ECRPublic.InitiateLayerUpload

type Rep InitiateLayerUploadResponse = D1 ('MetaData "InitiateLayerUploadResponse" "Amazonka.ECRPublic.InitiateLayerUpload" "libZSservicesZSamazonka-ecr-publicZSamazonka-ecr-public" 'False) (C1 ('MetaCons "InitiateLayerUploadResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "uploadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newInitiateLayerUploadResponse Source #

Create a value of InitiateLayerUploadResponse 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:partSize:InitiateLayerUploadResponse', initiateLayerUploadResponse_partSize - The size, in bytes, that Amazon ECR expects future layer part uploads to be.

$sel:uploadId:InitiateLayerUploadResponse', initiateLayerUploadResponse_uploadId - The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

$sel:httpStatus:InitiateLayerUploadResponse', initiateLayerUploadResponse_httpStatus - The response's http status code.

Response Lenses

initiateLayerUploadResponse_partSize :: Lens' InitiateLayerUploadResponse (Maybe Natural) Source #

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

initiateLayerUploadResponse_uploadId :: Lens' InitiateLayerUploadResponse (Maybe Text) Source #

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.