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

Description

Gets the specified network site.

Synopsis

Creating a Request

data GetNetworkSite Source #

See: newGetNetworkSite smart constructor.

Constructors

GetNetworkSite' 

Fields

Instances

Instances details
ToHeaders GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

ToPath GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

ToQuery GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

AWSRequest GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Associated Types

type AWSResponse GetNetworkSite #

Generic GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Associated Types

type Rep GetNetworkSite :: Type -> Type #

Read GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Show GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

NFData GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Methods

rnf :: GetNetworkSite -> () #

Eq GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Hashable GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type AWSResponse GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type Rep GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

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

newGetNetworkSite Source #

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

GetNetworkSite, getNetworkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

Request Lenses

getNetworkSite_networkSiteArn :: Lens' GetNetworkSite Text Source #

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

Destructuring the Response

data GetNetworkSiteResponse Source #

See: newGetNetworkSiteResponse smart constructor.

Constructors

GetNetworkSiteResponse' 

Fields

Instances

Instances details
Generic GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Associated Types

type Rep GetNetworkSiteResponse :: Type -> Type #

Show GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

NFData GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Methods

rnf :: GetNetworkSiteResponse -> () #

Eq GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type Rep GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

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

newGetNetworkSiteResponse Source #

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

GetNetworkSiteResponse, getNetworkSiteResponse_networkSite - Information about the network site.

GetNetworkSiteResponse, getNetworkSiteResponse_tags - The network site tags.

$sel:httpStatus:GetNetworkSiteResponse', getNetworkSiteResponse_httpStatus - The response's http status code.

Response Lenses