amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.GetNetwork

Description

Gets the specified network.

Synopsis

Creating a Request

data GetNetwork Source #

See: newGetNetwork smart constructor.

Constructors

GetNetwork' 

Fields

Instances

Instances details
ToHeaders GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Methods

toHeaders :: GetNetwork -> [Header] #

ToPath GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

ToQuery GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

AWSRequest GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Associated Types

type AWSResponse GetNetwork #

Generic GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Associated Types

type Rep GetNetwork :: Type -> Type #

Read GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Show GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

NFData GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Methods

rnf :: GetNetwork -> () #

Eq GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Hashable GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type AWSResponse GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetwork = D1 ('MetaData "GetNetwork" "Amazonka.PrivateNetworks.GetNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetwork'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetNetwork Source #

Arguments

:: Text

GetNetwork

-> GetNetwork 

Create a value of GetNetwork 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:

GetNetwork, getNetwork_networkArn - The Amazon Resource Name (ARN) of the network.

Request Lenses

getNetwork_networkArn :: Lens' GetNetwork Text Source #

The Amazon Resource Name (ARN) of the network.

Destructuring the Response

data GetNetworkResponse Source #

See: newGetNetworkResponse smart constructor.

Constructors

GetNetworkResponse' 

Fields

Instances

Instances details
Generic GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Associated Types

type Rep GetNetworkResponse :: Type -> Type #

Show GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

NFData GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Methods

rnf :: GetNetworkResponse -> () #

Eq GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetworkResponse = D1 ('MetaData "GetNetworkResponse" "Amazonka.PrivateNetworks.GetNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "network") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Network))))

newGetNetworkResponse Source #

Create a value of GetNetworkResponse 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:

GetNetworkResponse, getNetworkResponse_tags - The network tags.

$sel:httpStatus:GetNetworkResponse', getNetworkResponse_httpStatus - The response's http status code.

$sel:network:GetNetworkResponse', getNetworkResponse_network - Information about the network.

Response Lenses