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

Description

 
Synopsis

Documentation

data NetworkResourceSummary Source #

Describes a network resource.

See: newNetworkResourceSummary smart constructor.

Constructors

NetworkResourceSummary' 

Fields

Instances

Instances details
FromJSON NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

Generic NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

Associated Types

type Rep NetworkResourceSummary :: Type -> Type #

Read NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

Show NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

NFData NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

Methods

rnf :: NetworkResourceSummary -> () #

Eq NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

Hashable NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

type Rep NetworkResourceSummary Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkResourceSummary

type Rep NetworkResourceSummary = D1 ('MetaData "NetworkResourceSummary" "Amazonka.NetworkManager.Types.NetworkResourceSummary" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "NetworkResourceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "isMiddlebox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "nameTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "registeredGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newNetworkResourceSummary :: NetworkResourceSummary Source #

Create a value of NetworkResourceSummary 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:definition:NetworkResourceSummary', networkResourceSummary_definition - Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.

$sel:isMiddlebox:NetworkResourceSummary', networkResourceSummary_isMiddlebox - Indicates whether this is a middlebox appliance.

$sel:nameTag:NetworkResourceSummary', networkResourceSummary_nameTag - The value for the Name tag.

$sel:registeredGatewayArn:NetworkResourceSummary', networkResourceSummary_registeredGatewayArn - The ARN of the gateway.

$sel:resourceArn:NetworkResourceSummary', networkResourceSummary_resourceArn - The ARN of the resource.

$sel:resourceType:NetworkResourceSummary', networkResourceSummary_resourceType - The resource type.

networkResourceSummary_definition :: Lens' NetworkResourceSummary (Maybe Text) Source #

Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.

networkResourceSummary_isMiddlebox :: Lens' NetworkResourceSummary (Maybe Bool) Source #

Indicates whether this is a middlebox appliance.