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

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Read CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Generic CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJob :: Type -> Type #

NFData CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Methods

rnf :: CancelWorldExportJob -> () #

Hashable CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToJSON CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

AWSRequest CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type AWSResponse 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

type Rep CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

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

Defined in Amazonka.RobOMaker.CancelWorldExportJob

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

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Read CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Generic CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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