libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
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.MediaTailor.DeletePrefetchSchedule

Description

Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.

Synopsis

Creating a Request

data DeletePrefetchSchedule Source #

See: newDeletePrefetchSchedule smart constructor.

Constructors

DeletePrefetchSchedule' 

Fields

Instances

Instances details
Eq DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Read DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Show DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Generic DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Associated Types

type Rep DeletePrefetchSchedule :: Type -> Type #

NFData DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Methods

rnf :: DeletePrefetchSchedule -> () #

Hashable DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

AWSRequest DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Associated Types

type AWSResponse DeletePrefetchSchedule #

ToHeaders DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

ToPath DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

ToQuery DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchSchedule = D1 ('MetaData "DeletePrefetchSchedule" "Amazonka.MediaTailor.DeletePrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePrefetchSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

newDeletePrefetchSchedule Source #

Create a value of DeletePrefetchSchedule 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:DeletePrefetchSchedule', deletePrefetchSchedule_name - The identifier for the playback configuration.

$sel:playbackConfigurationName:DeletePrefetchSchedule', deletePrefetchSchedule_playbackConfigurationName - The name of the playback configuration.

Request Lenses

deletePrefetchSchedule_name :: Lens' DeletePrefetchSchedule Text Source #

The identifier for the playback configuration.

Destructuring the Response

data DeletePrefetchScheduleResponse Source #

See: newDeletePrefetchScheduleResponse smart constructor.

Constructors

DeletePrefetchScheduleResponse' 

Fields

Instances

Instances details
Eq DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Read DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Show DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Generic DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

Associated Types

type Rep DeletePrefetchScheduleResponse :: Type -> Type #

NFData DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchScheduleResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePrefetchSchedule

type Rep DeletePrefetchScheduleResponse = D1 ('MetaData "DeletePrefetchScheduleResponse" "Amazonka.MediaTailor.DeletePrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePrefetchScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePrefetchScheduleResponse Source #

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

Response Lenses