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.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
Eq StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Read StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Show 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 #

NFData StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

Hashable StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

ToJSON StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

AWSRequest 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

type Rep StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

type Rep StartImagePipelineExecution = D1 ('MetaData "StartImagePipelineExecution" "Amazonka.ImageBuilder.StartImagePipelineExecution" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "StartImagePipelineExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imagePipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartImagePipelineExecution Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

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.

$sel:clientToken: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
Eq 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

Generic StartImagePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.StartImagePipelineExecution

NFData 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" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "StartImagePipelineExecutionResponse'" '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 "imageBuildVersionArn") '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:

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

$sel:clientToken: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: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.