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 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.
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
- [Required] The identifier of the VpcLink. It is used in an Integration
to reference this VpcLink.
Request Lenses
deleteVpcLink_vpcLinkId :: Lens' DeleteVpcLink Text Source #
- Required
- 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.
Instances
Eq DeleteVpcLinkResponse Source # | |
Defined in Amazonka.APIGateway.DeleteVpcLink (==) :: DeleteVpcLinkResponse -> DeleteVpcLinkResponse -> Bool # (/=) :: DeleteVpcLinkResponse -> DeleteVpcLinkResponse -> Bool # | |
Read DeleteVpcLinkResponse Source # | |
Show DeleteVpcLinkResponse Source # | |
Defined in Amazonka.APIGateway.DeleteVpcLink showsPrec :: Int -> DeleteVpcLinkResponse -> ShowS # show :: DeleteVpcLinkResponse -> String # showList :: [DeleteVpcLinkResponse] -> ShowS # | |
Generic DeleteVpcLinkResponse Source # | |
Defined in Amazonka.APIGateway.DeleteVpcLink type Rep DeleteVpcLinkResponse :: Type -> Type # | |
NFData DeleteVpcLinkResponse Source # | |
Defined in Amazonka.APIGateway.DeleteVpcLink rnf :: DeleteVpcLinkResponse -> () # | |
type Rep DeleteVpcLinkResponse Source # | |
newDeleteVpcLinkResponse :: DeleteVpcLinkResponse Source #
Create a value of DeleteVpcLinkResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.