libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.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
Eq GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Read GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Show GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Generic GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Associated Types

type Rep GetServiceProfile :: Type -> Type #

NFData GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Methods

rnf :: GetServiceProfile -> () #

Hashable GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

AWSRequest GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Associated Types

type AWSResponse GetServiceProfile #

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

type Rep GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

type Rep GetServiceProfile = D1 ('MetaData "GetServiceProfile" "Amazonka.IoTWireless.GetServiceProfile" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetServiceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

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:

$sel:id: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
Eq GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Read GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Show GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Generic GetServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetServiceProfile

Associated Types

type Rep GetServiceProfileResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetServiceProfileResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") '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 "id") '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:

$sel:arn:GetServiceProfileResponse', getServiceProfileResponse_arn - The Amazon Resource Name of the resource.

$sel:loRaWAN:GetServiceProfileResponse', getServiceProfileResponse_loRaWAN - Information about the service profile.

$sel:name:GetServiceProfileResponse', getServiceProfileResponse_name - The name of the resource.

$sel:id:GetServiceProfile', getServiceProfileResponse_id - The ID of the service profile.

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