Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.
See: AWS API Reference for DeleteDHCPOptions.
Creating a Request
Creates a value of DeleteDHCPOptions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteDHCPOptions Source
See: deleteDHCPOptions
smart constructor.
Request Lenses
ddhcpoDryRun :: Lens' DeleteDHCPOptions (Maybe Bool) Source
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
ddhcpoDHCPOptionsId :: Lens' DeleteDHCPOptions Text Source
The ID of the DHCP options set.
Destructuring the Response
deleteDHCPOptionsResponse :: DeleteDHCPOptionsResponse Source
Creates a value of DeleteDHCPOptionsResponse
with the minimum fields required to make a request.
data DeleteDHCPOptionsResponse Source
See: deleteDHCPOptionsResponse
smart constructor.