amazonka-mediaconnect-2.0: Amazon MediaConnect 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.MediaConnect.AddFlowMediaStreams

Description

Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.

Synopsis

Creating a Request

data AddFlowMediaStreams Source #

A request to add media streams to the flow.

See: newAddFlowMediaStreams smart constructor.

Constructors

AddFlowMediaStreams' 

Fields

Instances

Instances details
ToJSON AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

ToHeaders AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

ToPath AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

ToQuery AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

AWSRequest AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Associated Types

type AWSResponse AddFlowMediaStreams #

Generic AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Associated Types

type Rep AddFlowMediaStreams :: Type -> Type #

Read AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Show AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

NFData AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Methods

rnf :: AddFlowMediaStreams -> () #

Eq AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Hashable AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

type AWSResponse AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

type Rep AddFlowMediaStreams Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

type Rep AddFlowMediaStreams = D1 ('MetaData "AddFlowMediaStreams" "Amazonka.MediaConnect.AddFlowMediaStreams" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" 'False) (C1 ('MetaCons "AddFlowMediaStreams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mediaStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AddMediaStreamRequest])))

newAddFlowMediaStreams Source #

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

AddFlowMediaStreams, addFlowMediaStreams_flowArn - The Amazon Resource Name (ARN) of the flow.

AddFlowMediaStreams, addFlowMediaStreams_mediaStreams - The media streams that you want to add to the flow.

Request Lenses

addFlowMediaStreams_flowArn :: Lens' AddFlowMediaStreams Text Source #

The Amazon Resource Name (ARN) of the flow.

addFlowMediaStreams_mediaStreams :: Lens' AddFlowMediaStreams [AddMediaStreamRequest] Source #

The media streams that you want to add to the flow.

Destructuring the Response

data AddFlowMediaStreamsResponse Source #

See: newAddFlowMediaStreamsResponse smart constructor.

Constructors

AddFlowMediaStreamsResponse' 

Fields

Instances

Instances details
Generic AddFlowMediaStreamsResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Associated Types

type Rep AddFlowMediaStreamsResponse :: Type -> Type #

Read AddFlowMediaStreamsResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Show AddFlowMediaStreamsResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

NFData AddFlowMediaStreamsResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

Eq AddFlowMediaStreamsResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

type Rep AddFlowMediaStreamsResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowMediaStreams

type Rep AddFlowMediaStreamsResponse = D1 ('MetaData "AddFlowMediaStreamsResponse" "Amazonka.MediaConnect.AddFlowMediaStreams" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" 'False) (C1 ('MetaCons "AddFlowMediaStreamsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mediaStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaStream])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAddFlowMediaStreamsResponse Source #

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

AddFlowMediaStreams, addFlowMediaStreamsResponse_flowArn - The ARN of the flow that you added media streams to.

AddFlowMediaStreams, addFlowMediaStreamsResponse_mediaStreams - The media streams that you added to the flow.

$sel:httpStatus:AddFlowMediaStreamsResponse', addFlowMediaStreamsResponse_httpStatus - The response's http status code.

Response Lenses

addFlowMediaStreamsResponse_flowArn :: Lens' AddFlowMediaStreamsResponse (Maybe Text) Source #

The ARN of the flow that you added media streams to.