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

Description

Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.

Synopsis

Creating a Request

data RemoveFlowVpcInterface Source #

See: newRemoveFlowVpcInterface smart constructor.

Constructors

RemoveFlowVpcInterface' 

Fields

Instances

Instances details
ToHeaders RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

ToPath RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

ToQuery RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

AWSRequest RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Associated Types

type AWSResponse RemoveFlowVpcInterface #

Generic RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Associated Types

type Rep RemoveFlowVpcInterface :: Type -> Type #

Read RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Show RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

NFData RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Methods

rnf :: RemoveFlowVpcInterface -> () #

Eq RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Hashable RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

type AWSResponse RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

type Rep RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

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

newRemoveFlowVpcInterface Source #

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

RemoveFlowVpcInterface, removeFlowVpcInterface_flowArn - The flow that you want to remove a VPC interface from.

RemoveFlowVpcInterface, removeFlowVpcInterface_vpcInterfaceName - The name of the VPC interface that you want to remove.

Request Lenses

removeFlowVpcInterface_flowArn :: Lens' RemoveFlowVpcInterface Text Source #

The flow that you want to remove a VPC interface from.

removeFlowVpcInterface_vpcInterfaceName :: Lens' RemoveFlowVpcInterface Text Source #

The name of the VPC interface that you want to remove.

Destructuring the Response

data RemoveFlowVpcInterfaceResponse Source #

See: newRemoveFlowVpcInterfaceResponse smart constructor.

Constructors

RemoveFlowVpcInterfaceResponse' 

Fields

Instances

Instances details
Generic RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Associated Types

type Rep RemoveFlowVpcInterfaceResponse :: Type -> Type #

Read RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Show RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

NFData RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Eq RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

type Rep RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

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

newRemoveFlowVpcInterfaceResponse Source #

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

RemoveFlowVpcInterface, removeFlowVpcInterfaceResponse_flowArn - The ARN of the flow that is associated with the VPC interface you removed.

$sel:nonDeletedNetworkInterfaceIds:RemoveFlowVpcInterfaceResponse', removeFlowVpcInterfaceResponse_nonDeletedNetworkInterfaceIds - IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.

RemoveFlowVpcInterface, removeFlowVpcInterfaceResponse_vpcInterfaceName - The name of the VPC interface that was removed.

$sel:httpStatus:RemoveFlowVpcInterfaceResponse', removeFlowVpcInterfaceResponse_httpStatus - The response's http status code.

Response Lenses

removeFlowVpcInterfaceResponse_flowArn :: Lens' RemoveFlowVpcInterfaceResponse (Maybe Text) Source #

The ARN of the flow that is associated with the VPC interface you removed.

removeFlowVpcInterfaceResponse_nonDeletedNetworkInterfaceIds :: Lens' RemoveFlowVpcInterfaceResponse (Maybe [Text]) Source #

IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.