amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.ComponentResponse

Description

 
Synopsis

Documentation

data ComponentResponse Source #

An object that returns information about a component type create or update request.

See: newComponentResponse smart constructor.

Constructors

ComponentResponse' 

Fields

Instances

Instances details
FromJSON ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

Generic ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

Associated Types

type Rep ComponentResponse :: Type -> Type #

Read ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

Show ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

NFData ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

Methods

rnf :: ComponentResponse -> () #

Eq ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

Hashable ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

type Rep ComponentResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentResponse

newComponentResponse :: ComponentResponse Source #

Create a value of ComponentResponse 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:componentName:ComponentResponse', componentResponse_componentName - The name of the component.

$sel:componentTypeId:ComponentResponse', componentResponse_componentTypeId - The ID of the component type.

$sel:definedIn:ComponentResponse', componentResponse_definedIn - The name of the property definition set in the request.

$sel:description:ComponentResponse', componentResponse_description - The description of the component type.

$sel:properties:ComponentResponse', componentResponse_properties - An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.

$sel:propertyGroups:ComponentResponse', componentResponse_propertyGroups - The property groups.

$sel:status:ComponentResponse', componentResponse_status - The status of the component type.

$sel:syncSource:ComponentResponse', componentResponse_syncSource - The syncSource of the sync job, if this entity was created by a sync job.

componentResponse_definedIn :: Lens' ComponentResponse (Maybe Text) Source #

The name of the property definition set in the request.

componentResponse_description :: Lens' ComponentResponse (Maybe Text) Source #

The description of the component type.

componentResponse_properties :: Lens' ComponentResponse (Maybe (HashMap Text PropertyResponse)) Source #

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.

componentResponse_status :: Lens' ComponentResponse (Maybe Status) Source #

The status of the component type.

componentResponse_syncSource :: Lens' ComponentResponse (Maybe Text) Source #

The syncSource of the sync job, if this entity was created by a sync job.