libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
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.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
Eq AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Read AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Show AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Generic AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Associated Types

type Rep AddFlowVpcInterfaces :: Type -> Type #

NFData AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Methods

rnf :: AddFlowVpcInterfaces -> () #

Hashable AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

ToJSON AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

AWSRequest AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Associated Types

type AWSResponse 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

type Rep AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

type Rep AddFlowVpcInterfaces = D1 ('MetaData "AddFlowVpcInterfaces" "Amazonka.MediaConnect.AddFlowVpcInterfaces" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "AddFlowVpcInterfaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vpcInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VpcInterfaceRequest])))
type AWSResponse AddFlowVpcInterfaces Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

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:

$sel:flowArn:AddFlowVpcInterfaces', addFlowVpcInterfaces_flowArn - The flow that you want to mutate.

$sel:vpcInterfaces: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
Eq AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Read AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Show AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Generic AddFlowVpcInterfacesResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.AddFlowVpcInterfaces

Associated Types

type Rep AddFlowVpcInterfacesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" '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:

$sel:flowArn:AddFlowVpcInterfaces', addFlowVpcInterfacesResponse_flowArn - The ARN of the flow that these VPC interfaces were added to.

$sel:vpcInterfaces: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.