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

Description

Produces list of inputs that have been created

This operation returns paginated results.

Synopsis

Creating a Request

data ListInputs Source #

Placeholder documentation for ListInputsRequest

See: newListInputs smart constructor.

Constructors

ListInputs' 

Instances

Instances details
ToHeaders ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Methods

toHeaders :: ListInputs -> [Header] #

ToPath ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

ToQuery ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

AWSPager ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

AWSRequest ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Associated Types

type AWSResponse ListInputs #

Generic ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Associated Types

type Rep ListInputs :: Type -> Type #

Read ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Show ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

NFData ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Methods

rnf :: ListInputs -> () #

Eq ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Hashable ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

type AWSResponse ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

type Rep ListInputs Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

type Rep ListInputs = D1 ('MetaData "ListInputs" "Amazonka.MediaLive.ListInputs" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "ListInputs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListInputs :: ListInputs Source #

Create a value of ListInputs 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:maxResults:ListInputs', listInputs_maxResults - Undocumented member.

ListInputs, listInputs_nextToken - Undocumented member.

Request Lenses

Destructuring the Response

data ListInputsResponse Source #

Placeholder documentation for ListInputsResponse

See: newListInputsResponse smart constructor.

Constructors

ListInputsResponse' 

Fields

Instances

Instances details
Generic ListInputsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Associated Types

type Rep ListInputsResponse :: Type -> Type #

Read ListInputsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Show ListInputsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

NFData ListInputsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

Methods

rnf :: ListInputsResponse -> () #

Eq ListInputsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

type Rep ListInputsResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputs

type Rep ListInputsResponse = D1 ('MetaData "ListInputsResponse" "Amazonka.MediaLive.ListInputs" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "ListInputsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Input])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInputsResponse Source #

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

ListInputsResponse, listInputsResponse_inputs - Undocumented member.

ListInputs, listInputsResponse_nextToken - Undocumented member.

$sel:httpStatus:ListInputsResponse', listInputsResponse_httpStatus - The response's http status code.

Response Lenses