libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.DeleteSchedule

Description

Delete all schedule actions on a channel.

Synopsis

Creating a Request

data DeleteSchedule Source #

Placeholder documentation for DeleteScheduleRequest

See: newDeleteSchedule smart constructor.

Constructors

DeleteSchedule' 

Fields

  • channelId :: Text

    Id of the channel whose schedule is being deleted.

Instances

Instances details
Eq DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Read DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Show DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Generic DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Associated Types

type Rep DeleteSchedule :: Type -> Type #

NFData DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Methods

rnf :: DeleteSchedule -> () #

Hashable DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

AWSRequest DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Associated Types

type AWSResponse DeleteSchedule #

ToHeaders DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

ToPath DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

ToQuery DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

type Rep DeleteSchedule Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

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

Defined in Amazonka.MediaLive.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:channelId:DeleteSchedule', deleteSchedule_channelId - Id of the channel whose schedule is being deleted.

Request Lenses

deleteSchedule_channelId :: Lens' DeleteSchedule Text Source #

Id of the channel whose schedule is being deleted.

Destructuring the Response

data DeleteScheduleResponse Source #

Placeholder documentation for DeleteScheduleResponse

See: newDeleteScheduleResponse smart constructor.

Constructors

DeleteScheduleResponse' 

Fields

Instances

Instances details
Eq DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Read DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Show DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Generic DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Associated Types

type Rep DeleteScheduleResponse :: Type -> Type #

NFData DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

Methods

rnf :: DeleteScheduleResponse -> () #

type Rep DeleteScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteSchedule

type Rep DeleteScheduleResponse = D1 ('MetaData "DeleteScheduleResponse" "Amazonka.MediaLive.DeleteSchedule" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "DeleteScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Response Lenses