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.Types.ServiceProfile

Description

 
Synopsis

Documentation

data ServiceProfile Source #

Information about a service profile.

See: newServiceProfile smart constructor.

Constructors

ServiceProfile' 

Fields

Instances

Instances details
Eq ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

Read ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

Show ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

Generic ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

Associated Types

type Rep ServiceProfile :: Type -> Type #

NFData ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

Methods

rnf :: ServiceProfile -> () #

Hashable ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

FromJSON ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

type Rep ServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.ServiceProfile

type Rep ServiceProfile = D1 ('MetaData "ServiceProfile" "Amazonka.IoTWireless.Types.ServiceProfile" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "ServiceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServiceProfile :: ServiceProfile Source #

Create a value of ServiceProfile 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:ServiceProfile', serviceProfile_arn - The Amazon Resource Name of the resource.

$sel:name:ServiceProfile', serviceProfile_name - The name of the resource.

$sel:id:ServiceProfile', serviceProfile_id - The ID of the service profile.

serviceProfile_arn :: Lens' ServiceProfile (Maybe Text) Source #

The Amazon Resource Name of the resource.

serviceProfile_name :: Lens' ServiceProfile (Maybe Text) Source #

The name of the resource.

serviceProfile_id :: Lens' ServiceProfile (Maybe Text) Source #

The ID of the service profile.