libZSservicesZSamazonka-codebuildZSamazonka-codebuild
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.CodeBuild.StopBuildBatch

Description

Stops a running batch build.

Synopsis

Creating a Request

data StopBuildBatch Source #

See: newStopBuildBatch smart constructor.

Constructors

StopBuildBatch' 

Fields

  • id :: Text

    The identifier of the batch build to stop.

Instances

Instances details
Eq StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Read StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Show StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Generic StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type Rep StopBuildBatch :: Type -> Type #

NFData StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Methods

rnf :: StopBuildBatch -> () #

Hashable StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToJSON StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

AWSRequest StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type AWSResponse StopBuildBatch #

ToHeaders StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToPath StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToQuery StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatch = D1 ('MetaData "StopBuildBatch" "Amazonka.CodeBuild.StopBuildBatch" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "StopBuildBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

newStopBuildBatch Source #

Create a value of StopBuildBatch 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:id:StopBuildBatch', stopBuildBatch_id - The identifier of the batch build to stop.

Request Lenses

stopBuildBatch_id :: Lens' StopBuildBatch Text Source #

The identifier of the batch build to stop.

Destructuring the Response

data StopBuildBatchResponse Source #

See: newStopBuildBatchResponse smart constructor.

Constructors

StopBuildBatchResponse' 

Fields

Instances

Instances details
Eq StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Read StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Show StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Generic StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type Rep StopBuildBatchResponse :: Type -> Type #

NFData StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Methods

rnf :: StopBuildBatchResponse -> () #

type Rep StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatchResponse = D1 ('MetaData "StopBuildBatchResponse" "Amazonka.CodeBuild.StopBuildBatch" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "StopBuildBatchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildBatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatch)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopBuildBatchResponse Source #

Create a value of StopBuildBatchResponse 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:buildBatch:StopBuildBatchResponse', stopBuildBatchResponse_buildBatch - Undocumented member.

$sel:httpStatus:StopBuildBatchResponse', stopBuildBatchResponse_httpStatus - The response's http status code.

Response Lenses