libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
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.ImageBuilder.UpdateImagePipeline

Description

Updates an image pipeline. Image pipelines enable you to automate the creation and distribution of images.

UpdateImagePipeline does not support selective updates for the pipeline. You must specify all of the required properties in the update request, not just the properties that have changed.

Synopsis

Creating a Request

data UpdateImagePipeline Source #

See: newUpdateImagePipeline smart constructor.

Constructors

UpdateImagePipeline' 

Fields

Instances

Instances details
Eq UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Read UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Show UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Generic UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Associated Types

type Rep UpdateImagePipeline :: Type -> Type #

NFData UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Methods

rnf :: UpdateImagePipeline -> () #

Hashable UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

ToJSON UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

AWSRequest UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Associated Types

type AWSResponse UpdateImagePipeline #

ToHeaders UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

ToPath UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

ToQuery UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

type Rep UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

type Rep UpdateImagePipeline = D1 ('MetaData "UpdateImagePipeline" "Amazonka.ImageBuilder.UpdateImagePipeline" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "UpdateImagePipeline'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineStatus)) :*: S1 ('MetaSel ('Just "containerRecipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imageTestsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageTestsConfiguration)) :*: (S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Schedule)) :*: S1 ('MetaSel ('Just "enhancedImageMetadataEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "distributionConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "imageRecipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "imagePipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "infrastructureConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateImagePipeline Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

newUpdateImagePipeline Source #

Create a value of UpdateImagePipeline 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:status:UpdateImagePipeline', updateImagePipeline_status - The status of the image pipeline.

$sel:containerRecipeArn:UpdateImagePipeline', updateImagePipeline_containerRecipeArn - The Amazon Resource Name (ARN) of the container pipeline to update.

$sel:imageTestsConfiguration:UpdateImagePipeline', updateImagePipeline_imageTestsConfiguration - The image test configuration of the image pipeline.

$sel:schedule:UpdateImagePipeline', updateImagePipeline_schedule - The schedule of the image pipeline.

$sel:enhancedImageMetadataEnabled:UpdateImagePipeline', updateImagePipeline_enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

$sel:distributionConfigurationArn:UpdateImagePipeline', updateImagePipeline_distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.

$sel:imageRecipeArn:UpdateImagePipeline', updateImagePipeline_imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

$sel:description:UpdateImagePipeline', updateImagePipeline_description - The description of the image pipeline.

$sel:imagePipelineArn:UpdateImagePipeline', updateImagePipeline_imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you want to update.

$sel:infrastructureConfigurationArn:UpdateImagePipeline', updateImagePipeline_infrastructureConfigurationArn - The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.

$sel:clientToken:UpdateImagePipeline', updateImagePipeline_clientToken - The idempotency token used to make this request idempotent.

Request Lenses

updateImagePipeline_containerRecipeArn :: Lens' UpdateImagePipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the container pipeline to update.

updateImagePipeline_enhancedImageMetadataEnabled :: Lens' UpdateImagePipeline (Maybe Bool) Source #

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

updateImagePipeline_distributionConfigurationArn :: Lens' UpdateImagePipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.

updateImagePipeline_imageRecipeArn :: Lens' UpdateImagePipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

updateImagePipeline_description :: Lens' UpdateImagePipeline (Maybe Text) Source #

The description of the image pipeline.

updateImagePipeline_imagePipelineArn :: Lens' UpdateImagePipeline Text Source #

The Amazon Resource Name (ARN) of the image pipeline that you want to update.

updateImagePipeline_infrastructureConfigurationArn :: Lens' UpdateImagePipeline Text Source #

The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.

updateImagePipeline_clientToken :: Lens' UpdateImagePipeline Text Source #

The idempotency token used to make this request idempotent.

Destructuring the Response

data UpdateImagePipelineResponse Source #

See: newUpdateImagePipelineResponse smart constructor.

Constructors

UpdateImagePipelineResponse' 

Fields

Instances

Instances details
Eq UpdateImagePipelineResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Read UpdateImagePipelineResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Show UpdateImagePipelineResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Generic UpdateImagePipelineResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

Associated Types

type Rep UpdateImagePipelineResponse :: Type -> Type #

NFData UpdateImagePipelineResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

type Rep UpdateImagePipelineResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.UpdateImagePipeline

type Rep UpdateImagePipelineResponse = D1 ('MetaData "UpdateImagePipelineResponse" "Amazonka.ImageBuilder.UpdateImagePipeline" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "UpdateImagePipelineResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imagePipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateImagePipelineResponse Source #

Create a value of UpdateImagePipelineResponse 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:requestId:UpdateImagePipelineResponse', updateImagePipelineResponse_requestId - The request ID that uniquely identifies this request.

$sel:clientToken:UpdateImagePipeline', updateImagePipelineResponse_clientToken - The idempotency token used to make this request idempotent.

$sel:imagePipelineArn:UpdateImagePipeline', updateImagePipelineResponse_imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.

$sel:httpStatus:UpdateImagePipelineResponse', updateImagePipelineResponse_httpStatus - The response's http status code.

Response Lenses

updateImagePipelineResponse_requestId :: Lens' UpdateImagePipelineResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.

updateImagePipelineResponse_clientToken :: Lens' UpdateImagePipelineResponse (Maybe Text) Source #

The idempotency token used to make this request idempotent.

updateImagePipelineResponse_imagePipelineArn :: Lens' UpdateImagePipelineResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.