Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2DHCPOptions
Description
- data EC2DHCPOptions = EC2DHCPOptions {}
- ec2DHCPOptions :: EC2DHCPOptions
- ecdhcpoDomainName :: Lens' EC2DHCPOptions (Maybe (Val Text))
- ecdhcpoDomainNameServers :: Lens' EC2DHCPOptions (Maybe (ValList Text))
- ecdhcpoNetbiosNameServers :: Lens' EC2DHCPOptions (Maybe (ValList Text))
- ecdhcpoNetbiosNodeType :: Lens' EC2DHCPOptions (Maybe (Val Integer))
- ecdhcpoNtpServers :: Lens' EC2DHCPOptions (Maybe (ValList Text))
- ecdhcpoTags :: Lens' EC2DHCPOptions (Maybe [Tag])
Documentation
data EC2DHCPOptions #
Full data type definition for EC2DHCPOptions. See ec2DHCPOptions
for a
more convenient constructor.
Constructors
EC2DHCPOptions | |
Fields |
Instances
ec2DHCPOptions :: EC2DHCPOptions #
Constructor for EC2DHCPOptions
containing required fields as arguments.
ecdhcpoDomainName :: Lens' EC2DHCPOptions (Maybe (Val Text)) #