amazonka-medialive-2.0: Amazon Elemental MediaLive 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.MediaLive.UpdateMultiplexProgram

Description

Update a program in a multiplex.

Synopsis

Creating a Request

data UpdateMultiplexProgram' Source #

A request to update a program in a multiplex.

See: newUpdateMultiplexProgram' smart constructor.

Constructors

UpdateMultiplexProgram'' 

Fields

Instances

Instances details
ToJSON UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

ToHeaders UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

ToPath UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

ToQuery UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

AWSRequest UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Generic UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Associated Types

type Rep UpdateMultiplexProgram' :: Type -> Type #

Read UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Show UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

NFData UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Methods

rnf :: UpdateMultiplexProgram' -> () #

Eq UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Hashable UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

type AWSResponse UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

type Rep UpdateMultiplexProgram' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

type Rep UpdateMultiplexProgram' = D1 ('MetaData "UpdateMultiplexProgram'" "Amazonka.MediaLive.UpdateMultiplexProgram" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "UpdateMultiplexProgram''" 'PrefixI 'True) (S1 ('MetaSel ('Just "multiplexProgramSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MultiplexProgramSettings)) :*: (S1 ('MetaSel ('Just "multiplexId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateMultiplexProgram' Source #

Create a value of UpdateMultiplexProgram' 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:

UpdateMultiplexProgram', updateMultiplexProgram'_multiplexProgramSettings - The new settings for a multiplex program.

UpdateMultiplexProgram', updateMultiplexProgram'_multiplexId - The ID of the multiplex of the program to update.

UpdateMultiplexProgram', updateMultiplexProgram'_programName - The name of the program to update.

Request Lenses

updateMultiplexProgram'_multiplexId :: Lens' UpdateMultiplexProgram' Text Source #

The ID of the multiplex of the program to update.

Destructuring the Response

data UpdateMultiplexProgramResponse Source #

Placeholder documentation for UpdateMultiplexProgramResponse

See: newUpdateMultiplexProgramResponse smart constructor.

Constructors

UpdateMultiplexProgramResponse' 

Fields

Instances

Instances details
Generic UpdateMultiplexProgramResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Associated Types

type Rep UpdateMultiplexProgramResponse :: Type -> Type #

Read UpdateMultiplexProgramResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Show UpdateMultiplexProgramResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

NFData UpdateMultiplexProgramResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

Eq UpdateMultiplexProgramResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

type Rep UpdateMultiplexProgramResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateMultiplexProgram

type Rep UpdateMultiplexProgramResponse = D1 ('MetaData "UpdateMultiplexProgramResponse" "Amazonka.MediaLive.UpdateMultiplexProgram" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "UpdateMultiplexProgramResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "multiplexProgram") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MultiplexProgram)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateMultiplexProgramResponse Source #

Create a value of UpdateMultiplexProgramResponse 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:multiplexProgram:UpdateMultiplexProgramResponse', updateMultiplexProgramResponse_multiplexProgram - The updated multiplex program.

$sel:httpStatus:UpdateMultiplexProgramResponse', updateMultiplexProgramResponse_httpStatus - The response's http status code.

Response Lenses