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

Description

List the programs that currently exist for a specific multiplex.

This operation returns paginated results.

Synopsis

Creating a Request

data ListMultiplexPrograms Source #

Placeholder documentation for ListMultiplexProgramsRequest

See: newListMultiplexPrograms smart constructor.

Constructors

ListMultiplexPrograms' 

Fields

Instances

Instances details
Eq ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Read ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Show ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Generic ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Associated Types

type Rep ListMultiplexPrograms :: Type -> Type #

NFData ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Methods

rnf :: ListMultiplexPrograms -> () #

Hashable ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

AWSPager ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

AWSRequest ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Associated Types

type AWSResponse ListMultiplexPrograms #

ToHeaders ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

ToPath ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

ToQuery ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

type Rep ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

type Rep ListMultiplexPrograms = D1 ('MetaData "ListMultiplexPrograms" "Amazonka.MediaLive.ListMultiplexPrograms" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ListMultiplexPrograms'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "multiplexId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListMultiplexPrograms Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

newListMultiplexPrograms Source #

Create a value of ListMultiplexPrograms 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:nextToken:ListMultiplexPrograms', listMultiplexPrograms_nextToken - The token to retrieve the next page of results.

$sel:maxResults:ListMultiplexPrograms', listMultiplexPrograms_maxResults - The maximum number of items to return.

$sel:multiplexId:ListMultiplexPrograms', listMultiplexPrograms_multiplexId - The ID of the multiplex that the programs belong to.

Request Lenses

listMultiplexPrograms_nextToken :: Lens' ListMultiplexPrograms (Maybe Text) Source #

The token to retrieve the next page of results.

listMultiplexPrograms_multiplexId :: Lens' ListMultiplexPrograms Text Source #

The ID of the multiplex that the programs belong to.

Destructuring the Response

data ListMultiplexProgramsResponse Source #

Placeholder documentation for ListMultiplexProgramsResponse

See: newListMultiplexProgramsResponse smart constructor.

Constructors

ListMultiplexProgramsResponse' 

Fields

Instances

Instances details
Eq ListMultiplexProgramsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Read ListMultiplexProgramsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Show ListMultiplexProgramsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Generic ListMultiplexProgramsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

Associated Types

type Rep ListMultiplexProgramsResponse :: Type -> Type #

NFData ListMultiplexProgramsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

type Rep ListMultiplexProgramsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListMultiplexPrograms

type Rep ListMultiplexProgramsResponse = D1 ('MetaData "ListMultiplexProgramsResponse" "Amazonka.MediaLive.ListMultiplexPrograms" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ListMultiplexProgramsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "multiplexPrograms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MultiplexProgramSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMultiplexProgramsResponse Source #

Create a value of ListMultiplexProgramsResponse 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:nextToken:ListMultiplexPrograms', listMultiplexProgramsResponse_nextToken - Token for the next ListMultiplexProgram request.

$sel:multiplexPrograms:ListMultiplexProgramsResponse', listMultiplexProgramsResponse_multiplexPrograms - List of multiplex programs.

$sel:httpStatus:ListMultiplexProgramsResponse', listMultiplexProgramsResponse_httpStatus - The response's http status code.

Response Lenses