amazonka-iotwireless-2.0: Amazon IoT Wireless 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.IoTWireless.GetServiceProfile

Description

Gets information about a service profile.

Synopsis

Creating a Request

data GetServiceProfile Source #

See: newGetServiceProfile smart constructor.

Constructors

GetServiceProfile' 

Fields

  • id :: Text

    The ID of the resource to get.

Instances

Instances details
ToHeaders GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

ToPath GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

ToQuery GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

AWSRequest GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Associated Types

type AWSResponse GetServiceProfile #

Generic GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Associated Types

type Rep GetServiceProfile :: Type -> Type #

Read GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Show GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

NFData GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Methods

rnf :: GetServiceProfile -> () #

Eq GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Hashable GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

type AWSResponse GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

type Rep GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

type Rep GetServiceProfile = D1 ('MetaData "GetServiceProfile" "Amazonka.IoTWireless.GetServiceProfile" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "GetServiceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetServiceProfile Source #

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

GetServiceProfile, getServiceProfile_id - The ID of the resource to get.

Request Lenses

getServiceProfile_id :: Lens' GetServiceProfile Text Source #

The ID of the resource to get.

Destructuring the Response

data GetServiceProfileResponse Source #

See: newGetServiceProfileResponse smart constructor.

Constructors

GetServiceProfileResponse' 

Fields

Instances

Instances details
Generic GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Associated Types

type Rep GetServiceProfileResponse :: Type -> Type #

Read GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Show GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

NFData GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Eq GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

type Rep GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

type Rep GetServiceProfileResponse = D1 ('MetaData "GetServiceProfileResponse" "Amazonka.IoTWireless.GetServiceProfile" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "GetServiceProfileResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "loRaWAN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANGetServiceProfileInfo)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetServiceProfileResponse Source #

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

GetServiceProfileResponse, getServiceProfileResponse_arn - The Amazon Resource Name of the resource.

GetServiceProfile, getServiceProfileResponse_id - The ID of the service profile.

GetServiceProfileResponse, getServiceProfileResponse_loRaWAN - Information about the service profile.

GetServiceProfileResponse, getServiceProfileResponse_name - The name of the resource.

$sel:httpStatus:GetServiceProfileResponse', getServiceProfileResponse_httpStatus - The response's http status code.

Response Lenses

getServiceProfileResponse_arn :: Lens' GetServiceProfileResponse (Maybe Text) Source #

The Amazon Resource Name of the resource.