libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.DeleteSchedule

Description

Deletes the specified DataBrew schedule.

Synopsis

Creating a Request

data DeleteSchedule Source #

See: newDeleteSchedule smart constructor.

Constructors

DeleteSchedule' 

Fields

  • name :: Text

    The name of the schedule to be deleted.

Instances

Instances details
Eq DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Read DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Generic DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteSchedule :: Type -> Type #

NFData DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteSchedule -> () #

Hashable DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

AWSRequest DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type AWSResponse DeleteSchedule #

ToHeaders DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

ToPath DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

ToQuery DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteSchedule = D1 ('MetaData "DeleteSchedule" "Amazonka.DataBrew.DeleteSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

newDeleteSchedule Source #

Create a value of DeleteSchedule 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:name:DeleteSchedule', deleteSchedule_name - The name of the schedule to be deleted.

Request Lenses

deleteSchedule_name :: Lens' DeleteSchedule Text Source #

The name of the schedule to be deleted.

Destructuring the Response

data DeleteScheduleResponse Source #

See: newDeleteScheduleResponse smart constructor.

Constructors

DeleteScheduleResponse' 

Fields

Instances

Instances details
Eq DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Read DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Generic DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteScheduleResponse :: Type -> Type #

NFData DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteScheduleResponse -> () #

type Rep DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteScheduleResponse = D1 ('MetaData "DeleteScheduleResponse" "Amazonka.DataBrew.DeleteSchedule" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteScheduleResponse Source #

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

$sel:name:DeleteSchedule', deleteScheduleResponse_name - The name of the schedule that was deleted.

Response Lenses

deleteScheduleResponse_name :: Lens' DeleteScheduleResponse Text Source #

The name of the schedule that was deleted.