| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.DeleteVPCLink
Description
Deletes an existing VpcLink of a specified identifier.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteVPCLink |
Creates a value of DeleteVPCLink with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dvlVpcLinkId- [Required] The identifier of theVpcLink. It is used in anIntegrationto reference thisVpcLink.
data DeleteVPCLink Source #
Deletes an existing VpcLink of a specified identifier.
See: deleteVPCLink smart constructor.
Instances
Request Lenses
dvlVpcLinkId :: Lens' DeleteVPCLink Text Source #
- Required
- The identifier of the
VpcLink. It is used in anIntegrationto reference thisVpcLink.
Destructuring the Response
deleteVPCLinkResponse :: DeleteVPCLinkResponse Source #
Creates a value of DeleteVPCLinkResponse with the minimum fields required to make a request.
data DeleteVPCLinkResponse Source #
See: deleteVPCLinkResponse smart constructor.