libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.CancelDeploymentJob

Description

Cancels the specified deployment job.

Synopsis

Creating a Request

data CancelDeploymentJob Source #

See: newCancelDeploymentJob smart constructor.

Constructors

CancelDeploymentJob' 

Fields

  • job :: Text

    The deployment job ARN to cancel.

Instances

Instances details
Eq CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Read CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Show CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Generic CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Associated Types

type Rep CancelDeploymentJob :: Type -> Type #

NFData CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Methods

rnf :: CancelDeploymentJob -> () #

Hashable CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

ToJSON CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

AWSRequest CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Associated Types

type AWSResponse CancelDeploymentJob #

ToHeaders CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

ToPath CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

ToQuery CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJob = D1 ('MetaData "CancelDeploymentJob" "Amazonka.RobOMaker.CancelDeploymentJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CancelDeploymentJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

newCancelDeploymentJob Source #

Create a value of CancelDeploymentJob 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:job:CancelDeploymentJob', cancelDeploymentJob_job - The deployment job ARN to cancel.

Request Lenses

cancelDeploymentJob_job :: Lens' CancelDeploymentJob Text Source #

The deployment job ARN to cancel.

Destructuring the Response

data CancelDeploymentJobResponse Source #

See: newCancelDeploymentJobResponse smart constructor.

Constructors

CancelDeploymentJobResponse' 

Fields

Instances

Instances details
Eq CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Read CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Show CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Generic CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Associated Types

type Rep CancelDeploymentJobResponse :: Type -> Type #

NFData CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJobResponse = D1 ('MetaData "CancelDeploymentJobResponse" "Amazonka.RobOMaker.CancelDeploymentJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CancelDeploymentJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelDeploymentJobResponse Source #

Create a value of CancelDeploymentJobResponse 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:httpStatus:CancelDeploymentJobResponse', cancelDeploymentJobResponse_httpStatus - The response's http status code.

Response Lenses