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.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
Eq RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Read RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Show RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Generic RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Associated Types

type Rep RemoveFlowVpcInterface :: Type -> Type #

NFData RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Methods

rnf :: RemoveFlowVpcInterface -> () #

Hashable RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

AWSRequest RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Associated Types

type AWSResponse RemoveFlowVpcInterface #

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

type Rep RemoveFlowVpcInterface Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

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

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

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:

$sel:flowArn:RemoveFlowVpcInterface', removeFlowVpcInterface_flowArn - The flow that you want to remove a VPC interface from.

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

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Read RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Show RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Generic RemoveFlowVpcInterfaceResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RemoveFlowVpcInterface

Associated Types

type Rep RemoveFlowVpcInterfaceResponse :: Type -> Type #

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

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

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