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

Description

Gets the specified network resource.

Synopsis

Creating a Request

data GetNetworkResource Source #

See: newGetNetworkResource smart constructor.

Constructors

GetNetworkResource' 

Fields

Instances

Instances details
ToHeaders GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

ToPath GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

ToQuery GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

AWSRequest GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Associated Types

type AWSResponse GetNetworkResource #

Generic GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Associated Types

type Rep GetNetworkResource :: Type -> Type #

Read GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Show GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

NFData GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Methods

rnf :: GetNetworkResource -> () #

Eq GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Hashable GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type AWSResponse GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

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

newGetNetworkResource Source #

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

GetNetworkResource, getNetworkResource_networkResourceArn - The Amazon Resource Name (ARN) of the network resource.

Request Lenses

getNetworkResource_networkResourceArn :: Lens' GetNetworkResource Text Source #

The Amazon Resource Name (ARN) of the network resource.

Destructuring the Response

data GetNetworkResourceResponse Source #

See: newGetNetworkResourceResponse smart constructor.

Constructors

GetNetworkResourceResponse' 

Fields

Instances

Instances details
Generic GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Associated Types

type Rep GetNetworkResourceResponse :: Type -> Type #

Show GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

NFData GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Eq GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResourceResponse = D1 ('MetaData "GetNetworkResourceResponse" "Amazonka.PrivateNetworks.GetNetworkResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetworkResourceResponse'" '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 "networkResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkResource))))

newGetNetworkResourceResponse Source #

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

GetNetworkResourceResponse, getNetworkResourceResponse_tags - The network resource tags.

$sel:httpStatus:GetNetworkResourceResponse', getNetworkResourceResponse_httpStatus - The response's http status code.

$sel:networkResource:GetNetworkResourceResponse', getNetworkResourceResponse_networkResource - Information about the network resource.

Response Lenses