amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.DhcpOptions

Description

 
Synopsis

Documentation

data DhcpOptions Source #

Describes a set of DHCP options.

See: newDhcpOptions smart constructor.

Constructors

DhcpOptions' 

Fields

Instances

Instances details
FromXML DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

Generic DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

Associated Types

type Rep DhcpOptions :: Type -> Type #

Read DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

Show DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

NFData DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

Methods

rnf :: DhcpOptions -> () #

Eq DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

Hashable DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

type Rep DhcpOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DhcpOptions

type Rep DhcpOptions = D1 ('MetaData "DhcpOptions" "Amazonka.EC2.Types.DhcpOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DhcpOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dhcpConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DhcpConfiguration])) :*: S1 ('MetaSel ('Just "dhcpOptionsId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newDhcpOptions :: DhcpOptions Source #

Create a value of DhcpOptions 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:dhcpConfigurations:DhcpOptions', dhcpOptions_dhcpConfigurations - One or more DHCP options in the set.

$sel:dhcpOptionsId:DhcpOptions', dhcpOptions_dhcpOptionsId - The ID of the set of DHCP options.

$sel:ownerId:DhcpOptions', dhcpOptions_ownerId - The ID of the Amazon Web Services account that owns the DHCP options set.

$sel:tags:DhcpOptions', dhcpOptions_tags - Any tags assigned to the DHCP options set.

dhcpOptions_dhcpOptionsId :: Lens' DhcpOptions (Maybe Text) Source #

The ID of the set of DHCP options.

dhcpOptions_ownerId :: Lens' DhcpOptions (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the DHCP options set.

dhcpOptions_tags :: Lens' DhcpOptions (Maybe [Tag]) Source #

Any tags assigned to the DHCP options set.