libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
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.IoTThingsGraph.GetSystemInstance

Description

Gets a system instance.

Synopsis

Creating a Request

data GetSystemInstance Source #

See: newGetSystemInstance smart constructor.

Constructors

GetSystemInstance' 

Fields

  • id :: Text

    The ID of the system deployment instance. This value is returned by CreateSystemInstance.

    The ID should be in the following format.

    urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

Instances

Instances details
Eq GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Read GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Show GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Generic GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Associated Types

type Rep GetSystemInstance :: Type -> Type #

NFData GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Methods

rnf :: GetSystemInstance -> () #

Hashable GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

ToJSON GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

AWSRequest GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Associated Types

type AWSResponse GetSystemInstance #

ToHeaders GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

ToPath GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

ToQuery GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

type Rep GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

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

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

newGetSystemInstance Source #

Create a value of GetSystemInstance 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:GetSystemInstance', getSystemInstance_id - The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

Request Lenses

getSystemInstance_id :: Lens' GetSystemInstance Text Source #

The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME

Destructuring the Response

data GetSystemInstanceResponse Source #

See: newGetSystemInstanceResponse smart constructor.

Constructors

GetSystemInstanceResponse' 

Fields

Instances

Instances details
Eq GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Read GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Show GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Generic GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Associated Types

type Rep GetSystemInstanceResponse :: Type -> Type #

NFData GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

type Rep GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

type Rep GetSystemInstanceResponse = D1 ('MetaData "GetSystemInstanceResponse" "Amazonka.IoTThingsGraph.GetSystemInstance" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetSystemInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SystemInstanceDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSystemInstanceResponse Source #

Create a value of GetSystemInstanceResponse 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:description:GetSystemInstanceResponse', getSystemInstanceResponse_description - An object that describes the system instance.

$sel:httpStatus:GetSystemInstanceResponse', getSystemInstanceResponse_httpStatus - The response's http status code.

Response Lenses