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

Description

 
Synopsis

Documentation

data CoreNetworkSummary Source #

Returns summary information about a core network.

See: newCoreNetworkSummary smart constructor.

Constructors

CoreNetworkSummary' 

Fields

Instances

Instances details
FromJSON CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

Generic CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

Associated Types

type Rep CoreNetworkSummary :: Type -> Type #

Read CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

Show CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

NFData CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

Methods

rnf :: CoreNetworkSummary -> () #

Eq CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

Hashable CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

type Rep CoreNetworkSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.CoreNetworkSummary

type Rep CoreNetworkSummary = D1 ('MetaData "CoreNetworkSummary" "Amazonka.NetworkManager.Types.CoreNetworkSummary" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "CoreNetworkSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "coreNetworkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "coreNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CoreNetworkState)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newCoreNetworkSummary :: CoreNetworkSummary Source #

Create a value of CoreNetworkSummary 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:coreNetworkArn:CoreNetworkSummary', coreNetworkSummary_coreNetworkArn - a core network ARN.

$sel:coreNetworkId:CoreNetworkSummary', coreNetworkSummary_coreNetworkId - The ID of a core network.

$sel:description:CoreNetworkSummary', coreNetworkSummary_description - The description of a core network.

$sel:globalNetworkId:CoreNetworkSummary', coreNetworkSummary_globalNetworkId - The global network ID.

$sel:ownerAccountId:CoreNetworkSummary', coreNetworkSummary_ownerAccountId - The ID of the account owner.

$sel:state:CoreNetworkSummary', coreNetworkSummary_state - The state of a core network.

$sel:tags:CoreNetworkSummary', coreNetworkSummary_tags - The key-value tags associated with a core network summary.

coreNetworkSummary_tags :: Lens' CoreNetworkSummary (Maybe [Tag]) Source #

The key-value tags associated with a core network summary.