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

Description

Deletes a specific program on a specific channel.

Synopsis

Creating a Request

data DeleteProgram Source #

See: newDeleteProgram smart constructor.

Constructors

DeleteProgram' 

Fields

Instances

Instances details
Eq DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Read DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Show DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Generic DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Associated Types

type Rep DeleteProgram :: Type -> Type #

NFData DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Methods

rnf :: DeleteProgram -> () #

Hashable DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

AWSRequest DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Associated Types

type AWSResponse DeleteProgram #

ToHeaders DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

ToPath DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

ToQuery DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

type Rep DeleteProgram Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

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

Defined in Amazonka.MediaTailor.DeleteProgram

newDeleteProgram Source #

Create a value of DeleteProgram 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:channelName:DeleteProgram', deleteProgram_channelName - The identifier for the channel you are working on.

$sel:programName:DeleteProgram', deleteProgram_programName - The identifier for the program you are working on.

Request Lenses

deleteProgram_channelName :: Lens' DeleteProgram Text Source #

The identifier for the channel you are working on.

deleteProgram_programName :: Lens' DeleteProgram Text Source #

The identifier for the program you are working on.

Destructuring the Response

data DeleteProgramResponse Source #

See: newDeleteProgramResponse smart constructor.

Constructors

DeleteProgramResponse' 

Fields

Instances

Instances details
Eq DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Read DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Show DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Generic DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Associated Types

type Rep DeleteProgramResponse :: Type -> Type #

NFData DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

Methods

rnf :: DeleteProgramResponse -> () #

type Rep DeleteProgramResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeleteProgram

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

newDeleteProgramResponse Source #

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

Response Lenses