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.SubnetCidrBlockState

Description

 
Synopsis

Documentation

data SubnetCidrBlockState Source #

Describes the state of a CIDR block.

See: newSubnetCidrBlockState smart constructor.

Constructors

SubnetCidrBlockState' 

Fields

Instances

Instances details
FromXML SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

Generic SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

Associated Types

type Rep SubnetCidrBlockState :: Type -> Type #

Read SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

Show SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

NFData SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

Methods

rnf :: SubnetCidrBlockState -> () #

Eq SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

Hashable SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

type Rep SubnetCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.SubnetCidrBlockState

type Rep SubnetCidrBlockState = D1 ('MetaData "SubnetCidrBlockState" "Amazonka.EC2.Types.SubnetCidrBlockState" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SubnetCidrBlockState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SubnetCidrBlockStateCode)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSubnetCidrBlockState :: SubnetCidrBlockState Source #

Create a value of SubnetCidrBlockState 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:state:SubnetCidrBlockState', subnetCidrBlockState_state - The state of a CIDR block.

$sel:statusMessage:SubnetCidrBlockState', subnetCidrBlockState_statusMessage - A message about the status of the CIDR block, if applicable.

subnetCidrBlockState_statusMessage :: Lens' SubnetCidrBlockState (Maybe Text) Source #

A message about the status of the CIDR block, if applicable.