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.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
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

AWSRequest DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type AWSResponse DeleteSchedule #

Generic DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteSchedule :: Type -> Type #

Read DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

NFData DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteSchedule -> () #

Eq DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Hashable DeleteSchedule Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type AWSResponse 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" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "DeleteSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Associated Types

type Rep DeleteScheduleResponse :: Type -> Type #

Read DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Show DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

NFData DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

Methods

rnf :: DeleteScheduleResponse -> () #

Eq DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteSchedule

type Rep DeleteScheduleResponse = D1 ('MetaData "DeleteScheduleResponse" "Amazonka.DataBrew.DeleteSchedule" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" '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.

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.