libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.GetNetworkProfile

Description

Gets the network profile details by the network profile ARN.

Synopsis

Creating a Request

data GetNetworkProfile Source #

See: newGetNetworkProfile smart constructor.

Constructors

GetNetworkProfile' 

Fields

Instances

Instances details
Eq GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Read GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Show GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Generic GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Associated Types

type Rep GetNetworkProfile :: Type -> Type #

NFData GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Methods

rnf :: GetNetworkProfile -> () #

Hashable GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

ToJSON GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

AWSRequest GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Associated Types

type AWSResponse GetNetworkProfile #

ToHeaders GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

ToPath GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

ToQuery GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

type Rep GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

type Rep GetNetworkProfile = D1 ('MetaData "GetNetworkProfile" "Amazonka.AlexaBusiness.GetNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "GetNetworkProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

newGetNetworkProfile Source #

Create a value of GetNetworkProfile 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:networkProfileArn:GetNetworkProfile', getNetworkProfile_networkProfileArn - The ARN of the network profile associated with a device.

Request Lenses

getNetworkProfile_networkProfileArn :: Lens' GetNetworkProfile Text Source #

The ARN of the network profile associated with a device.

Destructuring the Response

data GetNetworkProfileResponse Source #

See: newGetNetworkProfileResponse smart constructor.

Constructors

GetNetworkProfileResponse' 

Fields

Instances

Instances details
Eq GetNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Show GetNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Generic GetNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

Associated Types

type Rep GetNetworkProfileResponse :: Type -> Type #

NFData GetNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

type Rep GetNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.GetNetworkProfile

type Rep GetNetworkProfileResponse = D1 ('MetaData "GetNetworkProfileResponse" "Amazonka.AlexaBusiness.GetNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "GetNetworkProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkProfile)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetNetworkProfileResponse Source #

Create a value of GetNetworkProfileResponse 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:networkProfile:GetNetworkProfileResponse', getNetworkProfileResponse_networkProfile - The network profile associated with a device.

$sel:httpStatus:GetNetworkProfileResponse', getNetworkProfileResponse_httpStatus - The response's http status code.

Response Lenses