libZSservicesZSamazonka-greengrassZSamazonka-greengrass
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.Greengrass.GetThingRuntimeConfiguration

Description

Get the runtime configuration of a thing.

Synopsis

Creating a Request

data GetThingRuntimeConfiguration Source #

See: newGetThingRuntimeConfiguration smart constructor.

Constructors

GetThingRuntimeConfiguration' 

Fields

Instances

Instances details
Eq GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Read GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Show GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Generic GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Associated Types

type Rep GetThingRuntimeConfiguration :: Type -> Type #

NFData GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Hashable GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

AWSRequest GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

ToHeaders GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

ToPath GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

ToQuery GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

type Rep GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

type Rep GetThingRuntimeConfiguration = D1 ('MetaData "GetThingRuntimeConfiguration" "Amazonka.Greengrass.GetThingRuntimeConfiguration" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GetThingRuntimeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

newGetThingRuntimeConfiguration Source #

Create a value of GetThingRuntimeConfiguration 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:thingName:GetThingRuntimeConfiguration', getThingRuntimeConfiguration_thingName - The thing name.

Request Lenses

Destructuring the Response

data GetThingRuntimeConfigurationResponse Source #

Constructors

GetThingRuntimeConfigurationResponse' 

Fields

Instances

Instances details
Eq GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Read GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Show GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Generic GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

NFData GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

type Rep GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

type Rep GetThingRuntimeConfigurationResponse = D1 ('MetaData "GetThingRuntimeConfigurationResponse" "Amazonka.Greengrass.GetThingRuntimeConfiguration" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GetThingRuntimeConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runtimeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuntimeConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetThingRuntimeConfigurationResponse Source #

Create a value of GetThingRuntimeConfigurationResponse 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:runtimeConfiguration:GetThingRuntimeConfigurationResponse', getThingRuntimeConfigurationResponse_runtimeConfiguration - Runtime configuration for a thing.

$sel:httpStatus:GetThingRuntimeConfigurationResponse', getThingRuntimeConfigurationResponse_httpStatus - The response's http status code.

Response Lenses