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

Description

 
Synopsis

Documentation

data VpcCidrBlockState Source #

Describes the state of a CIDR block.

See: newVpcCidrBlockState smart constructor.

Constructors

VpcCidrBlockState' 

Fields

Instances

Instances details
FromXML VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

Generic VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

Associated Types

type Rep VpcCidrBlockState :: Type -> Type #

Read VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

Show VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

NFData VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

Methods

rnf :: VpcCidrBlockState -> () #

Eq VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

Hashable VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

type Rep VpcCidrBlockState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcCidrBlockState

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

newVpcCidrBlockState :: VpcCidrBlockState Source #

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

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

vpcCidrBlockState_statusMessage :: Lens' VpcCidrBlockState (Maybe Text) Source #

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