libZSservicesZSamazonka-mgnZSamazonka-mgn
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.MGN.DeleteJob

Description

Deletes a single Job by ID.

Synopsis

Creating a Request

data DeleteJob Source #

See: newDeleteJob smart constructor.

Constructors

DeleteJob' 

Fields

  • jobID :: Text

    Request to delete Job from service by Job ID.

Instances

Instances details
Eq DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Read DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Show DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Generic DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Associated Types

type Rep DeleteJob :: Type -> Type #

NFData DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Methods

rnf :: DeleteJob -> () #

Hashable DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

ToJSON DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

AWSRequest DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Associated Types

type AWSResponse DeleteJob #

ToHeaders DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Methods

toHeaders :: DeleteJob -> [Header] #

ToPath DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

ToQuery DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

type Rep DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

type Rep DeleteJob = D1 ('MetaData "DeleteJob" "Amazonka.MGN.DeleteJob" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "DeleteJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteJob Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

newDeleteJob Source #

Create a value of DeleteJob 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:jobID:DeleteJob', deleteJob_jobID - Request to delete Job from service by Job ID.

Request Lenses

deleteJob_jobID :: Lens' DeleteJob Text Source #

Request to delete Job from service by Job ID.

Destructuring the Response

data DeleteJobResponse Source #

See: newDeleteJobResponse smart constructor.

Constructors

DeleteJobResponse' 

Fields

Instances

Instances details
Eq DeleteJobResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Read DeleteJobResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Show DeleteJobResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Generic DeleteJobResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Associated Types

type Rep DeleteJobResponse :: Type -> Type #

NFData DeleteJobResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

Methods

rnf :: DeleteJobResponse -> () #

type Rep DeleteJobResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteJob

type Rep DeleteJobResponse = D1 ('MetaData "DeleteJobResponse" "Amazonka.MGN.DeleteJob" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "DeleteJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteJobResponse Source #

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

Response Lenses

deleteJobResponse_httpStatus :: Lens' DeleteJobResponse Int Source #

The response's http status code.