| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.APIGateway.DeleteVpcLink
Description
Deletes an existing VpcLink of a specified identifier.
Synopsis
Creating a Request
data DeleteVpcLink Source #
Deletes an existing VpcLink of a specified identifier.
See: newDeleteVpcLink smart constructor.
Constructors
| DeleteVpcLink' | |
Instances
Arguments
| :: Text | |
| -> DeleteVpcLink |
Create a value of DeleteVpcLink 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:vpcLinkId:DeleteVpcLink', deleteVpcLink_vpcLinkId - The identifier of the VpcLink. It is used in an Integration to reference
this VpcLink.
Request Lenses
deleteVpcLink_vpcLinkId :: Lens' DeleteVpcLink Text Source #
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
Destructuring the Response
data DeleteVpcLinkResponse Source #
See: newDeleteVpcLinkResponse smart constructor.
Constructors
| DeleteVpcLinkResponse' | |
Instances
newDeleteVpcLinkResponse :: DeleteVpcLinkResponse Source #
Create a value of DeleteVpcLinkResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.