쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

VPC interfaces: remove - AWS Elemental MediaConnect
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

VPC interfaces: remove

URI

/v1/flows/flowArn/vpcInterfaces/vpcInterfaceName

HTTP methods

DELETE

Operation ID: RemoveFlowVpcInterface

Removes a VPC interface from a flow. You can only remove a VPC interface if it isn't doesn't have a source or output associated with it.

Path parameters
NameTypeRequiredDescription
flowArnStringTrue

The Amazon Resource Name (ARN) of the flow.

vpcInterfaceNameStringTrue

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

Responses
Status codeResponse modelDescription
200RemoveFlowVpcInterfaceResponse

The VPC interface was successfully removed from the flow.

400ResponseError

The request that you submitted is not valid.

403ResponseError

You don't have the required permissions to perform this operation.

404ResponseError

MediaConnect did not find the resource that you specified in the request.

429ResponseError

You have exceeded the service request rate limit for your MediaConnect account.

500ResponseError

MediaConnect can't fulfill your request because it encountered an unexpected condition.

503ResponseError

MediaConnect is currently unavailable. Try again later.

Schemas

Response bodies

{ "flowArn": "string", "vpcInterfaceName": "string", "nonDeletedNetworkInterfaceIds": [ "string" ] }

RemoveFlowVpcInterfaceResponse schema

{ "flowArn": "string", "vpcInterfaceName": "string", "nonDeletedNetworkInterfaceIds": [ "string" ] }
{ "message": "string" }

ResponseError schema

{ "message": "string" }

Properties

RemoveFlowVpcInterfaceResponse

The result of a successful RemoveFlowVpcInterface request including the flow ARN and the name of the VPC interface that was removed.

PropertyTypeRequiredDescription
flowArn

string

True

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

nonDeletedNetworkInterfaceIds

Array of type string

False

The IDs of network interfaces that MediaConnect was unable to remove when you removed your VPC interface. The result is that your VPC interface is removed from MediaConnect, but the network interfaces are still associated with your VPC. You should delete the network interfaces in your VPC.

vpcInterfaceName

string

True

The name of the VPC interface that you removed.

ResponseError

An exception raised by MediaConnect when you submit a request that cannot be completed. For more information, see the error message and documentation for the operation.

PropertyTypeRequiredDescription
message

string

True

The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

RemoveFlowVpcInterface

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.