amazonka-robomaker-2.0: Amazon RoboMaker 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.RobOMaker.CancelWorldExportJob

Description

Cancels the specified export job.

Synopsis

Creating a Request

data CancelWorldExportJob Source #

See: newCancelWorldExportJob smart constructor.

Constructors

CancelWorldExportJob' 

Fields

  • job :: Text

    The Amazon Resource Name (arn) of the world export job to cancel.

Instances

Instances details
ToJSON CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToHeaders CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToPath CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToQuery CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

AWSRequest CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type AWSResponse CancelWorldExportJob #

Generic CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJob :: Type -> Type #

Read CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

NFData CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Methods

rnf :: CancelWorldExportJob -> () #

Eq CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Hashable CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type AWSResponse CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type Rep CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type Rep CancelWorldExportJob = D1 ('MetaData "CancelWorldExportJob" "Amazonka.RobOMaker.CancelWorldExportJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CancelWorldExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelWorldExportJob Source #

Create a value of CancelWorldExportJob 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:CancelWorldExportJob', cancelWorldExportJob_job - The Amazon Resource Name (arn) of the world export job to cancel.

Request Lenses

cancelWorldExportJob_job :: Lens' CancelWorldExportJob Text Source #

The Amazon Resource Name (arn) of the world export job to cancel.

Destructuring the Response

data CancelWorldExportJobResponse Source #

See: newCancelWorldExportJobResponse smart constructor.

Constructors

CancelWorldExportJobResponse' 

Fields

Instances

Instances details
Generic CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJobResponse :: Type -> Type #

Read CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

NFData CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Eq CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type Rep CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type Rep CancelWorldExportJobResponse = D1 ('MetaData "CancelWorldExportJobResponse" "Amazonka.RobOMaker.CancelWorldExportJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CancelWorldExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelWorldExportJobResponse Source #

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

Response Lenses