amazonka-imagebuilder-2.0: Amazon EC2 Image Builder SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ImageBuilder.StartImagePipelineExecution

Description

Manually triggers a pipeline to create an image.

Synopsis

Creating a Request

data StartImagePipelineExecution Source #

See: newStartImagePipelineExecution smart constructor.

Constructors

StartImagePipelineExecution' 

Fields

  • imagePipelineArn :: Text

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

  • clientToken :: Text

    The idempotency token used to make this request idempotent.

Instances

Instances details
ToJSON StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

ToHeaders StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

ToPath StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

ToQuery StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

AWSRequest StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Generic StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Associated Types

type Rep StartImagePipelineExecution :: Type -> Type #

Read StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Show StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

NFData StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Eq StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Hashable StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

type AWSResponse StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

type Rep StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

type Rep StartImagePipelineExecution = D1 ('MetaData "StartImagePipelineExecution" "Amazonka.ImageBuilder.StartImagePipelineExecution" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "StartImagePipelineExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imagePipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartImagePipelineExecution Source #

Create a value of StartImagePipelineExecution 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:imagePipelineArn:StartImagePipelineExecution', startImagePipelineExecution_imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.

StartImagePipelineExecution, startImagePipelineExecution_clientToken - The idempotency token used to make this request idempotent.

Request Lenses

startImagePipelineExecution_imagePipelineArn :: Lens' StartImagePipelineExecution Text Source #

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

startImagePipelineExecution_clientToken :: Lens' StartImagePipelineExecution Text Source #

The idempotency token used to make this request idempotent.

Destructuring the Response

data StartImagePipelineExecutionResponse Source #

Constructors

StartImagePipelineExecutionResponse' 

Fields

Instances

Instances details
Generic StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Read StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Show StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

NFData StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Eq StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

type Rep StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

type Rep StartImagePipelineExecutionResponse = D1 ('MetaData "StartImagePipelineExecutionResponse" "Amazonka.ImageBuilder.StartImagePipelineExecution" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "StartImagePipelineExecutionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageBuildVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStartImagePipelineExecutionResponse Source #

Create a value of StartImagePipelineExecutionResponse 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:

StartImagePipelineExecution, startImagePipelineExecutionResponse_clientToken - The idempotency token used to make this request idempotent.

$sel:imageBuildVersionArn:StartImagePipelineExecutionResponse', startImagePipelineExecutionResponse_imageBuildVersionArn - The Amazon Resource Name (ARN) of the image that was created by this request.

$sel:requestId:StartImagePipelineExecutionResponse', startImagePipelineExecutionResponse_requestId - The request ID that uniquely identifies this request.

$sel:httpStatus:StartImagePipelineExecutionResponse', startImagePipelineExecutionResponse_httpStatus - The response's http status code.

Response Lenses

startImagePipelineExecutionResponse_clientToken :: Lens' StartImagePipelineExecutionResponse (Maybe Text) Source #

The idempotency token used to make this request idempotent.

startImagePipelineExecutionResponse_imageBuildVersionArn :: Lens' StartImagePipelineExecutionResponse (Maybe Text) Source #

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