amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.Types.ProposedSegmentChange

Description

 
Synopsis

Documentation

data ProposedSegmentChange Source #

Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.

See: newProposedSegmentChange smart constructor.

Constructors

ProposedSegmentChange' 

Fields

Instances

Instances details
FromJSON ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

Generic ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

Associated Types

type Rep ProposedSegmentChange :: Type -> Type #

Read ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

Show ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

NFData ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

Methods

rnf :: ProposedSegmentChange -> () #

Eq ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

Hashable ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

type Rep ProposedSegmentChange Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ProposedSegmentChange

type Rep ProposedSegmentChange = D1 ('MetaData "ProposedSegmentChange" "Amazonka.NetworkManager.Types.ProposedSegmentChange" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "ProposedSegmentChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachmentPolicyRuleNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "segmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newProposedSegmentChange :: ProposedSegmentChange Source #

Create a value of ProposedSegmentChange 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:attachmentPolicyRuleNumber:ProposedSegmentChange', proposedSegmentChange_attachmentPolicyRuleNumber - The rule number in the policy document that applies to this change.

$sel:segmentName:ProposedSegmentChange', proposedSegmentChange_segmentName - The name of the segment to change.

$sel:tags:ProposedSegmentChange', proposedSegmentChange_tags - The list of key-value tags that changed for the segment.

proposedSegmentChange_attachmentPolicyRuleNumber :: Lens' ProposedSegmentChange (Maybe Int) Source #

The rule number in the policy document that applies to this change.

proposedSegmentChange_tags :: Lens' ProposedSegmentChange (Maybe [Tag]) Source #

The list of key-value tags that changed for the segment.