Copyright | (c) 2013-2021 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 |
Deletes a VPC link.
Synopsis
- data DeleteVpcLink = DeleteVpcLink' {}
- newDeleteVpcLink :: Text -> DeleteVpcLink
- deleteVpcLink_vpcLinkId :: Lens' DeleteVpcLink Text
- data DeleteVpcLinkResponse = DeleteVpcLinkResponse' {
- httpStatus :: Int
- newDeleteVpcLinkResponse :: Int -> DeleteVpcLinkResponse
- deleteVpcLinkResponse_httpStatus :: Lens' DeleteVpcLinkResponse Int
Creating a Request
data DeleteVpcLink Source #
See: newDeleteVpcLink
smart constructor.
Instances
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 ID of the VPC link.
Request Lenses
deleteVpcLink_vpcLinkId :: Lens' DeleteVpcLink Text Source #
The ID of the VPC link.
Destructuring the Response
data DeleteVpcLinkResponse Source #
See: newDeleteVpcLinkResponse
smart constructor.
DeleteVpcLinkResponse' | |
|
Instances
newDeleteVpcLinkResponse Source #
Create a value of DeleteVpcLinkResponse
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:httpStatus:DeleteVpcLinkResponse'
, deleteVpcLinkResponse_httpStatus
- The response's http status code.
Response Lenses
deleteVpcLinkResponse_httpStatus :: Lens' DeleteVpcLinkResponse Int Source #
The response's http status code.