amazonka-databrew-2.0: Amazon Glue DataBrew 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.DataBrew.DeleteJob

Description

Deletes the specified DataBrew job.

Synopsis

Creating a Request

data DeleteJob Source #

See: newDeleteJob smart constructor.

Constructors

DeleteJob' 

Fields

  • name :: Text

    The name of the job to be deleted.

Instances

Instances details
ToHeaders DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

toHeaders :: DeleteJob -> [Header] #

ToPath DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

ToQuery DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

AWSRequest DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type AWSResponse DeleteJob #

Generic DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type Rep DeleteJob :: Type -> Type #

Read DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Show DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

NFData DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

rnf :: DeleteJob -> () #

Eq DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Hashable DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type AWSResponse DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJob Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJob = D1 ('MetaData "DeleteJob" "Amazonka.DataBrew.DeleteJob" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteJob Source #

Arguments

:: Text

DeleteJob

-> DeleteJob 

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:

DeleteJob, deleteJob_name - The name of the job to be deleted.

Request Lenses

deleteJob_name :: Lens' DeleteJob Text Source #

The name of the job to be deleted.

Destructuring the Response

data DeleteJobResponse Source #

See: newDeleteJobResponse smart constructor.

Constructors

DeleteJobResponse' 

Fields

Instances

Instances details
Generic DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Associated Types

type Rep DeleteJobResponse :: Type -> Type #

Read DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Show DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

NFData DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

Methods

rnf :: DeleteJobResponse -> () #

Eq DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJobResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteJob

type Rep DeleteJobResponse = D1 ('MetaData "DeleteJobResponse" "Amazonka.DataBrew.DeleteJob" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

DeleteJob, deleteJobResponse_name - The name of the job that you deleted.

Response Lenses

deleteJobResponse_httpStatus :: Lens' DeleteJobResponse Int Source #

The response's http status code.

deleteJobResponse_name :: Lens' DeleteJobResponse Text Source #

The name of the job that you deleted.