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.StopBuild

Description

Attempts to stop running a build.

Synopsis

Creating a Request

data StopBuild Source #

See: newStopBuild smart constructor.

Constructors

StopBuild' 

Fields

  • id :: Text

    The ID of the build.

Instances

Instances details
Eq StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Read StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Show StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Generic StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type Rep StopBuild :: Type -> Type #

NFData StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

rnf :: StopBuild -> () #

Hashable StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

ToJSON StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

AWSRequest StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type AWSResponse StopBuild #

ToHeaders StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

toHeaders :: StopBuild -> [Header] #

ToPath StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

ToQuery StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type Rep StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

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

Defined in Amazonka.CodeBuild.StopBuild

newStopBuild Source #

Create a value of StopBuild 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:StopBuild', stopBuild_id - The ID of the build.

Request Lenses

stopBuild_id :: Lens' StopBuild Text Source #

The ID of the build.

Destructuring the Response

data StopBuildResponse Source #

See: newStopBuildResponse smart constructor.

Constructors

StopBuildResponse' 

Fields

Instances

Instances details
Eq StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Read StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Show StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Generic StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type Rep StopBuildResponse :: Type -> Type #

NFData StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

rnf :: StopBuildResponse -> () #

type Rep StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

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

newStopBuildResponse Source #

Create a value of StopBuildResponse 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:build:StopBuildResponse', stopBuildResponse_build - Information about the build.

$sel:httpStatus:StopBuildResponse', stopBuildResponse_httpStatus - The response's http status code.

Response Lenses

stopBuildResponse_httpStatus :: Lens' StopBuildResponse Int Source #

The response's http status code.