amazonka-greengrass-2.0: Amazon Greengrass 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.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
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

AWSRequest 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 #

Read GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Show GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

NFData GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Eq GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Hashable GetThingRuntimeConfiguration Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

type AWSResponse 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" "amazonka-greengrass-2.0-KjUXjyW3l8XyfFjm5ZueR" 'False) (C1 ('MetaCons "GetThingRuntimeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic 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

NFData GetThingRuntimeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetThingRuntimeConfiguration

Eq 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" "amazonka-greengrass-2.0-KjUXjyW3l8XyfFjm5ZueR" '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