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

Description

Adds VPC interfaces to flow

Synopsis

Creating a Request

data AddFlowVpcInterfaces Source #

A request to add VPC interfaces to the flow.

See: newAddFlowVpcInterfaces smart constructor.

Constructors

AddFlowVpcInterfaces' 

Fields

Instances

Instances details
ToJSON AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

ToHeaders AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

ToPath AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

ToQuery AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

AWSRequest AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Associated Types

type AWSResponse AddFlowVpcInterfaces #

Generic AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Associated Types

type Rep AddFlowVpcInterfaces :: Type -> Type #

Read AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Show AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

NFData AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Methods

rnf :: AddFlowVpcInterfaces -> () #

Eq AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Hashable AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

type AWSResponse AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

type Rep AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

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

newAddFlowVpcInterfaces Source #

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

AddFlowVpcInterfaces, addFlowVpcInterfaces_flowArn - The flow that you want to mutate.

AddFlowVpcInterfaces, addFlowVpcInterfaces_vpcInterfaces - A list of VPC interfaces that you want to add.

Request Lenses

Destructuring the Response

data AddFlowVpcInterfacesResponse Source #

See: newAddFlowVpcInterfacesResponse smart constructor.

Constructors

AddFlowVpcInterfacesResponse' 

Fields

Instances

Instances details
Generic AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Associated Types

type Rep AddFlowVpcInterfacesResponse :: Type -> Type #

Read AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Show AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

NFData AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Eq AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

type Rep AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

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

newAddFlowVpcInterfacesResponse Source #

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

AddFlowVpcInterfaces, addFlowVpcInterfacesResponse_flowArn - The ARN of the flow that these VPC interfaces were added to.

AddFlowVpcInterfaces, addFlowVpcInterfacesResponse_vpcInterfaces - The details of the newly added VPC interfaces.

$sel:httpStatus:AddFlowVpcInterfacesResponse', addFlowVpcInterfacesResponse_httpStatus - The response's http status code.

Response Lenses

addFlowVpcInterfacesResponse_flowArn :: Lens' AddFlowVpcInterfacesResponse (Maybe Text) Source #

The ARN of the flow that these VPC interfaces were added to.