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

Contents

Description

Derived from API version 2021-11-29 of the AWS service descriptions, licensed under Apache 2.0.

IoT TwinMaker is a service that enables you to build operational digital twins of physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors, cameras, and enterprise applications so you can create data visualizations to monitor your physical factory, building, or industrial plant. You can use this real-world data to monitor operations and diagnose and repair errors.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-11-29 of the Amazon IoT TwinMaker SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by IotTwinMaker.

AccessDeniedException

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

A conflict occurred.

ConnectorFailureException

ConnectorTimeoutException

_ConnectorTimeoutException :: AsError a => Fold a ServiceError Source #

The connector timed out.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

An unexpected error has occurred.

QueryTimeoutException

_QueryTimeoutException :: AsError a => Fold a ServiceError Source #

The query timeout exception.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource wasn't found.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

The service quota was exceeded.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The rate exceeds the limit.

TooManyTagsException

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

The number of tags exceeds the limit.

ValidationException

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

BatchPutPropertyValues

data BatchPutPropertyValues Source #

See: newBatchPutPropertyValues smart constructor.

Instances

Instances details
ToJSON BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

ToHeaders BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

ToPath BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

ToQuery BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

AWSRequest BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Associated Types

type AWSResponse BatchPutPropertyValues #

Generic BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Associated Types

type Rep BatchPutPropertyValues :: Type -> Type #

Read BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Show BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

NFData BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Methods

rnf :: BatchPutPropertyValues -> () #

Eq BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Hashable BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type AWSResponse BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValues = D1 ('MetaData "BatchPutPropertyValues" "Amazonka.IotTwinMaker.BatchPutPropertyValues" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty PropertyValueEntry))))

newBatchPutPropertyValues Source #

Create a value of BatchPutPropertyValues 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:

BatchPutPropertyValues, batchPutPropertyValues_workspaceId - The ID of the workspace that contains the properties to set.

$sel:entries:BatchPutPropertyValues', batchPutPropertyValues_entries - An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.

data BatchPutPropertyValuesResponse Source #

See: newBatchPutPropertyValuesResponse smart constructor.

Instances

Instances details
Generic BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Associated Types

type Rep BatchPutPropertyValuesResponse :: Type -> Type #

Read BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Show BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

NFData BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Eq BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValuesResponse = D1 ('MetaData "BatchPutPropertyValuesResponse" "Amazonka.IotTwinMaker.BatchPutPropertyValues" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyValuesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty BatchPutPropertyErrorEntry))))

newBatchPutPropertyValuesResponse Source #

Create a value of BatchPutPropertyValuesResponse 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:httpStatus:BatchPutPropertyValuesResponse', batchPutPropertyValuesResponse_httpStatus - The response's http status code.

$sel:errorEntries:BatchPutPropertyValuesResponse', batchPutPropertyValuesResponse_errorEntries - Entries that caused errors in the batch put operation.

CreateComponentType

data CreateComponentType Source #

See: newCreateComponentType smart constructor.

Instances

Instances details
ToJSON CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

ToHeaders CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

ToPath CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

ToQuery CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

AWSRequest CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Associated Types

type AWSResponse CreateComponentType #

Generic CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Associated Types

type Rep CreateComponentType :: Type -> Type #

Read CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Show CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

NFData CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Methods

rnf :: CreateComponentType -> () #

Eq CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Hashable CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

type AWSResponse CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

type Rep CreateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

type Rep CreateComponentType = D1 ('MetaData "CreateComponentType" "Amazonka.IotTwinMaker.CreateComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateComponentType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "componentTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "extendsFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "functions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text FunctionRequest))) :*: S1 ('MetaSel ('Just "isSingleton") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "propertyDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyDefinitionRequest))) :*: S1 ('MetaSel ('Just "propertyGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyGroupRequest)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateComponentType Source #

Create a value of CreateComponentType 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:

CreateComponentType, createComponentType_componentTypeName - A friendly name for the component type.

CreateComponentType, createComponentType_description - The description of the component type.

CreateComponentType, createComponentType_extendsFrom - Specifies the parent component type to extend.

$sel:functions:CreateComponentType', createComponentType_functions - An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.

$sel:isSingleton:CreateComponentType', createComponentType_isSingleton - A Boolean value that specifies whether an entity can have more than one component of this type.

$sel:propertyDefinitions:CreateComponentType', createComponentType_propertyDefinitions - An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

CreateComponentType, createComponentType_propertyGroups -

$sel:tags:CreateComponentType', createComponentType_tags - Metadata that you can use to manage the component type.

CreateComponentType, createComponentType_workspaceId - The ID of the workspace that contains the component type.

CreateComponentType, createComponentType_componentTypeId - The ID of the component type.

data CreateComponentTypeResponse Source #

See: newCreateComponentTypeResponse smart constructor.

Instances

Instances details
Generic CreateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Associated Types

type Rep CreateComponentTypeResponse :: Type -> Type #

Read CreateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Show CreateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

NFData CreateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

Eq CreateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

type Rep CreateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateComponentType

type Rep CreateComponentTypeResponse = D1 ('MetaData "CreateComponentTypeResponse" "Amazonka.IotTwinMaker.CreateComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateComponentTypeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 State))))

newCreateComponentTypeResponse Source #

Create a value of CreateComponentTypeResponse 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:httpStatus:CreateComponentTypeResponse', createComponentTypeResponse_httpStatus - The response's http status code.

CreateComponentTypeResponse, createComponentTypeResponse_arn - The ARN of the component type.

CreateComponentTypeResponse, createComponentTypeResponse_creationDateTime - The date and time when the entity was created.

CreateComponentTypeResponse, createComponentTypeResponse_state - The current state of the component type.

CreateEntity

data CreateEntity Source #

See: newCreateEntity smart constructor.

Instances

Instances details
ToJSON CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

ToHeaders CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

ToPath CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

ToQuery CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

AWSRequest CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Associated Types

type AWSResponse CreateEntity #

Generic CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Associated Types

type Rep CreateEntity :: Type -> Type #

Read CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Show CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

NFData CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Methods

rnf :: CreateEntity -> () #

Eq CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Hashable CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

type AWSResponse CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

type Rep CreateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

newCreateEntity Source #

Create a value of CreateEntity 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:components:CreateEntity', createEntity_components - An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.

CreateEntity, createEntity_description - The description of the entity.

CreateEntity, createEntity_entityId - The ID of the entity.

CreateEntity, createEntity_parentEntityId - The ID of the entity's parent entity.

$sel:tags:CreateEntity', createEntity_tags - Metadata that you can use to manage the entity.

CreateEntity, createEntity_workspaceId - The ID of the workspace that contains the entity.

CreateEntity, createEntity_entityName - The name of the entity.

data CreateEntityResponse Source #

See: newCreateEntityResponse smart constructor.

Instances

Instances details
Generic CreateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Associated Types

type Rep CreateEntityResponse :: Type -> Type #

Read CreateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Show CreateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

NFData CreateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

Methods

rnf :: CreateEntityResponse -> () #

Eq CreateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

type Rep CreateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateEntity

type Rep CreateEntityResponse = D1 ('MetaData "CreateEntityResponse" "Amazonka.IotTwinMaker.CreateEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateEntityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 State)))))

newCreateEntityResponse Source #

Create a value of CreateEntityResponse 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:httpStatus:CreateEntityResponse', createEntityResponse_httpStatus - The response's http status code.

CreateEntity, createEntityResponse_entityId - The ID of the entity.

CreateEntityResponse, createEntityResponse_arn - The ARN of the entity.

CreateEntityResponse, createEntityResponse_creationDateTime - The date and time when the entity was created.

CreateEntityResponse, createEntityResponse_state - The current state of the entity.

CreateScene

data CreateScene Source #

See: newCreateScene smart constructor.

Instances

Instances details
ToJSON CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

ToHeaders CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Methods

toHeaders :: CreateScene -> [Header] #

ToPath CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

ToQuery CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

AWSRequest CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Associated Types

type AWSResponse CreateScene #

Generic CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Associated Types

type Rep CreateScene :: Type -> Type #

Read CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Show CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

NFData CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Methods

rnf :: CreateScene -> () #

Eq CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Hashable CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

type AWSResponse CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

type Rep CreateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

type Rep CreateScene = D1 ('MetaData "CreateScene" "Amazonka.IotTwinMaker.CreateScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateScene'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sceneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contentLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateScene Source #

Create a value of CreateScene 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:capabilities:CreateScene', createScene_capabilities - A list of capabilities that the scene uses to render itself.

CreateScene, createScene_description - The description for this scene.

$sel:tags:CreateScene', createScene_tags - Metadata that you can use to manage the scene.

CreateScene, createScene_workspaceId - The ID of the workspace that contains the scene.

CreateScene, createScene_sceneId - The ID of the scene.

CreateScene, createScene_contentLocation - The relative path that specifies the location of the content definition file.

data CreateSceneResponse Source #

See: newCreateSceneResponse smart constructor.

Instances

Instances details
Generic CreateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Associated Types

type Rep CreateSceneResponse :: Type -> Type #

Read CreateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Show CreateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

NFData CreateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

Methods

rnf :: CreateSceneResponse -> () #

Eq CreateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

type Rep CreateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateScene

type Rep CreateSceneResponse = D1 ('MetaData "CreateSceneResponse" "Amazonka.IotTwinMaker.CreateScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateSceneResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newCreateSceneResponse Source #

Create a value of CreateSceneResponse 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:httpStatus:CreateSceneResponse', createSceneResponse_httpStatus - The response's http status code.

CreateSceneResponse, createSceneResponse_arn - The ARN of the scene.

CreateSceneResponse, createSceneResponse_creationDateTime - The date and time when the scene was created.

CreateSyncJob

data CreateSyncJob Source #

See: newCreateSyncJob smart constructor.

Instances

Instances details
ToJSON CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

ToHeaders CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

ToPath CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

ToQuery CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

AWSRequest CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Associated Types

type AWSResponse CreateSyncJob #

Generic CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Associated Types

type Rep CreateSyncJob :: Type -> Type #

Read CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Show CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

NFData CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Methods

rnf :: CreateSyncJob -> () #

Eq CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Hashable CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

type AWSResponse CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

type Rep CreateSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

type Rep CreateSyncJob = D1 ('MetaData "CreateSyncJob" "Amazonka.IotTwinMaker.CreateSyncJob" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateSyncJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "syncRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateSyncJob Source #

Create a value of CreateSyncJob 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:tags:CreateSyncJob', createSyncJob_tags - The SyncJob tags.

CreateSyncJob, createSyncJob_workspaceId - The workspace Id.

CreateSyncJob, createSyncJob_syncSource - The sync source.

Currently the only supported syncSoucre is SITEWISE .

$sel:syncRole:CreateSyncJob', createSyncJob_syncRole - The SyncJob IAM role. This IAM role is used by the sync job to read from the syncSource, and create, update or delete the corresponding resources.

data CreateSyncJobResponse Source #

See: newCreateSyncJobResponse smart constructor.

Instances

Instances details
Generic CreateSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Associated Types

type Rep CreateSyncJobResponse :: Type -> Type #

Read CreateSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Show CreateSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

NFData CreateSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

Methods

rnf :: CreateSyncJobResponse -> () #

Eq CreateSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

type Rep CreateSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateSyncJob

type Rep CreateSyncJobResponse = D1 ('MetaData "CreateSyncJobResponse" "Amazonka.IotTwinMaker.CreateSyncJob" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateSyncJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SyncJobState))))

newCreateSyncJobResponse Source #

Create a value of CreateSyncJobResponse 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:httpStatus:CreateSyncJobResponse', createSyncJobResponse_httpStatus - The response's http status code.

CreateSyncJobResponse, createSyncJobResponse_arn - The SyncJob ARN.

CreateSyncJobResponse, createSyncJobResponse_creationDateTime - The date and time for the SyncJob creation.

CreateSyncJobResponse, createSyncJobResponse_state - The SyncJob response state.

CreateWorkspace

data CreateWorkspace Source #

See: newCreateWorkspace smart constructor.

Instances

Instances details
ToJSON CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

ToHeaders CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

ToPath CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

ToQuery CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

AWSRequest CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Associated Types

type AWSResponse CreateWorkspace #

Generic CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Associated Types

type Rep CreateWorkspace :: Type -> Type #

Read CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Show CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

NFData CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Methods

rnf :: CreateWorkspace -> () #

Eq CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Hashable CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

type AWSResponse CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

type Rep CreateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

type Rep CreateWorkspace = D1 ('MetaData "CreateWorkspace" "Amazonka.IotTwinMaker.CreateWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateWorkspace'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateWorkspace Source #

Create a value of CreateWorkspace 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:

CreateWorkspace, createWorkspace_description - The description of the workspace.

$sel:tags:CreateWorkspace', createWorkspace_tags - Metadata that you can use to manage the workspace

CreateWorkspace, createWorkspace_workspaceId - The ID of the workspace.

$sel:s3Location:CreateWorkspace', createWorkspace_s3Location - The ARN of the S3 bucket where resources associated with the workspace are stored.

$sel:role':CreateWorkspace', createWorkspace_role - The ARN of the execution role associated with the workspace.

data CreateWorkspaceResponse Source #

See: newCreateWorkspaceResponse smart constructor.

Instances

Instances details
Generic CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Associated Types

type Rep CreateWorkspaceResponse :: Type -> Type #

Read CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Show CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

NFData CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

Methods

rnf :: CreateWorkspaceResponse -> () #

Eq CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

type Rep CreateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.CreateWorkspace

type Rep CreateWorkspaceResponse = D1 ('MetaData "CreateWorkspaceResponse" "Amazonka.IotTwinMaker.CreateWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "CreateWorkspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newCreateWorkspaceResponse Source #

Create a value of CreateWorkspaceResponse 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:httpStatus:CreateWorkspaceResponse', createWorkspaceResponse_httpStatus - The response's http status code.

CreateWorkspaceResponse, createWorkspaceResponse_arn - The ARN of the workspace.

CreateWorkspaceResponse, createWorkspaceResponse_creationDateTime - The date and time when the workspace was created.

DeleteComponentType

data DeleteComponentType Source #

See: newDeleteComponentType smart constructor.

Instances

Instances details
ToHeaders DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

ToPath DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

ToQuery DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

AWSRequest DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Associated Types

type AWSResponse DeleteComponentType #

Generic DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Associated Types

type Rep DeleteComponentType :: Type -> Type #

Read DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Show DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

NFData DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Methods

rnf :: DeleteComponentType -> () #

Eq DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Hashable DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

type AWSResponse DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

type Rep DeleteComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

type Rep DeleteComponentType = D1 ('MetaData "DeleteComponentType" "Amazonka.IotTwinMaker.DeleteComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteComponentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteComponentType Source #

Create a value of DeleteComponentType 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:

DeleteComponentType, deleteComponentType_workspaceId - The ID of the workspace that contains the component type.

DeleteComponentType, deleteComponentType_componentTypeId - The ID of the component type to delete.

data DeleteComponentTypeResponse Source #

See: newDeleteComponentTypeResponse smart constructor.

Instances

Instances details
Generic DeleteComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Associated Types

type Rep DeleteComponentTypeResponse :: Type -> Type #

Read DeleteComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Show DeleteComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

NFData DeleteComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

Eq DeleteComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

type Rep DeleteComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteComponentType

type Rep DeleteComponentTypeResponse = D1 ('MetaData "DeleteComponentTypeResponse" "Amazonka.IotTwinMaker.DeleteComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteComponentTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 State)))

newDeleteComponentTypeResponse Source #

Create a value of DeleteComponentTypeResponse 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:httpStatus:DeleteComponentTypeResponse', deleteComponentTypeResponse_httpStatus - The response's http status code.

DeleteComponentTypeResponse, deleteComponentTypeResponse_state - The current state of the component type to be deleted.

DeleteEntity

data DeleteEntity Source #

See: newDeleteEntity smart constructor.

Constructors

DeleteEntity' (Maybe Bool) Text Text 

Instances

Instances details
ToHeaders DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

ToPath DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

ToQuery DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

AWSRequest DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Associated Types

type AWSResponse DeleteEntity #

Generic DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Associated Types

type Rep DeleteEntity :: Type -> Type #

Read DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Show DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

NFData DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Methods

rnf :: DeleteEntity -> () #

Eq DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Hashable DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

type AWSResponse DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

type Rep DeleteEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

type Rep DeleteEntity = D1 ('MetaData "DeleteEntity" "Amazonka.IotTwinMaker.DeleteEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isRecursive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteEntity Source #

Create a value of DeleteEntity 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:isRecursive:DeleteEntity', deleteEntity_isRecursive - A Boolean value that specifies whether the operation deletes child entities.

DeleteEntity, deleteEntity_workspaceId - The ID of the workspace that contains the entity to delete.

DeleteEntity, deleteEntity_entityId - The ID of the entity to delete.

data DeleteEntityResponse Source #

See: newDeleteEntityResponse smart constructor.

Instances

Instances details
Generic DeleteEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Associated Types

type Rep DeleteEntityResponse :: Type -> Type #

Read DeleteEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Show DeleteEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

NFData DeleteEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

Methods

rnf :: DeleteEntityResponse -> () #

Eq DeleteEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

type Rep DeleteEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteEntity

type Rep DeleteEntityResponse = D1 ('MetaData "DeleteEntityResponse" "Amazonka.IotTwinMaker.DeleteEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteEntityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 State)))

newDeleteEntityResponse Source #

Create a value of DeleteEntityResponse 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:httpStatus:DeleteEntityResponse', deleteEntityResponse_httpStatus - The response's http status code.

DeleteEntityResponse, deleteEntityResponse_state - The current state of the deleted entity.

DeleteScene

data DeleteScene Source #

See: newDeleteScene smart constructor.

Constructors

DeleteScene' Text Text 

Instances

Instances details
ToHeaders DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Methods

toHeaders :: DeleteScene -> [Header] #

ToPath DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

ToQuery DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

AWSRequest DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Associated Types

type AWSResponse DeleteScene #

Generic DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Associated Types

type Rep DeleteScene :: Type -> Type #

Read DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Show DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

NFData DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Methods

rnf :: DeleteScene -> () #

Eq DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Hashable DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

type AWSResponse DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

type Rep DeleteScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

type Rep DeleteScene = D1 ('MetaData "DeleteScene" "Amazonka.IotTwinMaker.DeleteScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteScene'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sceneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteScene Source #

Create a value of DeleteScene 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:

DeleteScene, deleteScene_workspaceId - The ID of the workspace.

DeleteScene, deleteScene_sceneId - The ID of the scene to delete.

data DeleteSceneResponse Source #

See: newDeleteSceneResponse smart constructor.

Instances

Instances details
Generic DeleteSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Associated Types

type Rep DeleteSceneResponse :: Type -> Type #

Read DeleteSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Show DeleteSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

NFData DeleteSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

Methods

rnf :: DeleteSceneResponse -> () #

Eq DeleteSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

type Rep DeleteSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteScene

type Rep DeleteSceneResponse = D1 ('MetaData "DeleteSceneResponse" "Amazonka.IotTwinMaker.DeleteScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteSceneResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSceneResponse Source #

Create a value of DeleteSceneResponse 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:httpStatus:DeleteSceneResponse', deleteSceneResponse_httpStatus - The response's http status code.

DeleteSyncJob

data DeleteSyncJob Source #

See: newDeleteSyncJob smart constructor.

Constructors

DeleteSyncJob' Text Text 

Instances

Instances details
ToHeaders DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

ToPath DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

ToQuery DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

AWSRequest DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Associated Types

type AWSResponse DeleteSyncJob #

Generic DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Associated Types

type Rep DeleteSyncJob :: Type -> Type #

Read DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Show DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

NFData DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Methods

rnf :: DeleteSyncJob -> () #

Eq DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Hashable DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

type AWSResponse DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

type Rep DeleteSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

type Rep DeleteSyncJob = D1 ('MetaData "DeleteSyncJob" "Amazonka.IotTwinMaker.DeleteSyncJob" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteSyncJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSyncJob Source #

Create a value of DeleteSyncJob 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:

DeleteSyncJob, deleteSyncJob_workspaceId - The workspace Id.

DeleteSyncJob, deleteSyncJob_syncSource - The sync source.

Currently the only supported syncSoucre is SITEWISE .

data DeleteSyncJobResponse Source #

See: newDeleteSyncJobResponse smart constructor.

Instances

Instances details
Generic DeleteSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Associated Types

type Rep DeleteSyncJobResponse :: Type -> Type #

Read DeleteSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Show DeleteSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

NFData DeleteSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

Methods

rnf :: DeleteSyncJobResponse -> () #

Eq DeleteSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

type Rep DeleteSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteSyncJob

type Rep DeleteSyncJobResponse = D1 ('MetaData "DeleteSyncJobResponse" "Amazonka.IotTwinMaker.DeleteSyncJob" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteSyncJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SyncJobState)))

newDeleteSyncJobResponse Source #

Create a value of DeleteSyncJobResponse 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:httpStatus:DeleteSyncJobResponse', deleteSyncJobResponse_httpStatus - The response's http status code.

DeleteSyncJobResponse, deleteSyncJobResponse_state - The SyncJob response state.

DeleteWorkspace

data DeleteWorkspace Source #

See: newDeleteWorkspace smart constructor.

Constructors

DeleteWorkspace' Text 

Instances

Instances details
ToHeaders DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

ToPath DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

ToQuery DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

AWSRequest DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Associated Types

type AWSResponse DeleteWorkspace #

Generic DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Associated Types

type Rep DeleteWorkspace :: Type -> Type #

Read DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Show DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

NFData DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Methods

rnf :: DeleteWorkspace -> () #

Eq DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Hashable DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

type AWSResponse DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

type Rep DeleteWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

type Rep DeleteWorkspace = D1 ('MetaData "DeleteWorkspace" "Amazonka.IotTwinMaker.DeleteWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteWorkspace Source #

Create a value of DeleteWorkspace 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:

DeleteWorkspace, deleteWorkspace_workspaceId - The ID of the workspace to delete.

data DeleteWorkspaceResponse Source #

See: newDeleteWorkspaceResponse smart constructor.

Instances

Instances details
Generic DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Associated Types

type Rep DeleteWorkspaceResponse :: Type -> Type #

Read DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Show DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

NFData DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

Methods

rnf :: DeleteWorkspaceResponse -> () #

Eq DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

type Rep DeleteWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.DeleteWorkspace

type Rep DeleteWorkspaceResponse = D1 ('MetaData "DeleteWorkspaceResponse" "Amazonka.IotTwinMaker.DeleteWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DeleteWorkspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkspaceResponse Source #

Create a value of DeleteWorkspaceResponse 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:httpStatus:DeleteWorkspaceResponse', deleteWorkspaceResponse_httpStatus - The response's http status code.

ExecuteQuery

data ExecuteQuery Source #

See: newExecuteQuery smart constructor.

Instances

Instances details
ToJSON ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

ToHeaders ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

ToPath ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

ToQuery ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

AWSRequest ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Associated Types

type AWSResponse ExecuteQuery #

Generic ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Associated Types

type Rep ExecuteQuery :: Type -> Type #

Read ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Show ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

NFData ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Methods

rnf :: ExecuteQuery -> () #

Eq ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Hashable ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

type AWSResponse ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

type Rep ExecuteQuery Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

type Rep ExecuteQuery = D1 ('MetaData "ExecuteQuery" "Amazonka.IotTwinMaker.ExecuteQuery" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ExecuteQuery'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queryStatement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExecuteQuery Source #

Create a value of ExecuteQuery 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:maxResults:ExecuteQuery', executeQuery_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

ExecuteQuery, executeQuery_nextToken - The string that specifies the next page of results.

ExecuteQuery, executeQuery_workspaceId - The ID of the workspace.

$sel:queryStatement:ExecuteQuery', executeQuery_queryStatement - The query statement.

data ExecuteQueryResponse Source #

See: newExecuteQueryResponse smart constructor.

Instances

Instances details
Generic ExecuteQueryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Associated Types

type Rep ExecuteQueryResponse :: Type -> Type #

Read ExecuteQueryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Show ExecuteQueryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

NFData ExecuteQueryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

Methods

rnf :: ExecuteQueryResponse -> () #

Eq ExecuteQueryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

type Rep ExecuteQueryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ExecuteQuery

type Rep ExecuteQueryResponse = D1 ('MetaData "ExecuteQueryResponse" "Amazonka.IotTwinMaker.ExecuteQuery" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ExecuteQueryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columnDescriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnDescription])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Row])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newExecuteQueryResponse Source #

Create a value of ExecuteQueryResponse 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:columnDescriptions:ExecuteQueryResponse', executeQueryResponse_columnDescriptions - A list of ColumnDescription objects.

ExecuteQuery, executeQueryResponse_nextToken - The string that specifies the next page of results.

$sel:rows:ExecuteQueryResponse', executeQueryResponse_rows - Represents a single row in the query results.

$sel:httpStatus:ExecuteQueryResponse', executeQueryResponse_httpStatus - The response's http status code.

GetComponentType

data GetComponentType Source #

See: newGetComponentType smart constructor.

Instances

Instances details
ToHeaders GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

ToPath GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

ToQuery GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

AWSRequest GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Associated Types

type AWSResponse GetComponentType #

Generic GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Associated Types

type Rep GetComponentType :: Type -> Type #

Read GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Show GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

NFData GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Methods

rnf :: GetComponentType -> () #

Eq GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Hashable GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

type AWSResponse GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

type Rep GetComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

type Rep GetComponentType = D1 ('MetaData "GetComponentType" "Amazonka.IotTwinMaker.GetComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetComponentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetComponentType Source #

Create a value of GetComponentType 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:

GetComponentType, getComponentType_workspaceId - The ID of the workspace that contains the component type.

GetComponentType, getComponentType_componentTypeId - The ID of the component type.

data GetComponentTypeResponse Source #

See: newGetComponentTypeResponse smart constructor.

Instances

Instances details
Generic GetComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Associated Types

type Rep GetComponentTypeResponse :: Type -> Type #

Read GetComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Show GetComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

NFData GetComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

Eq GetComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

type Rep GetComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetComponentType

type Rep GetComponentTypeResponse = D1 ('MetaData "GetComponentTypeResponse" "Amazonka.IotTwinMaker.GetComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetComponentTypeResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "componentTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "extendsFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "functions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text FunctionResponse))))) :*: ((S1 ('MetaSel ('Just "isAbstract") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isSchemaInitialized") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "isSingleton") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "propertyDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyDefinitionResponse)))))) :*: (((S1 ('MetaSel ('Just "propertyGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyGroupResponse))) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status))) :*: (S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newGetComponentTypeResponse Source #

Create a value of GetComponentTypeResponse 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:

GetComponentTypeResponse, getComponentTypeResponse_componentTypeName - The component type name.

GetComponentTypeResponse, getComponentTypeResponse_description - The description of the component type.

GetComponentTypeResponse, getComponentTypeResponse_extendsFrom - The name of the parent component type that this component type extends.

$sel:functions:GetComponentTypeResponse', getComponentTypeResponse_functions - An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.

GetComponentTypeResponse, getComponentTypeResponse_isAbstract - A Boolean value that specifies whether the component type is abstract.

$sel:isSchemaInitialized:GetComponentTypeResponse', getComponentTypeResponse_isSchemaInitialized - A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.

$sel:isSingleton:GetComponentTypeResponse', getComponentTypeResponse_isSingleton - A Boolean value that specifies whether an entity can have more than one component of this type.

$sel:propertyDefinitions:GetComponentTypeResponse', getComponentTypeResponse_propertyDefinitions - An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

GetComponentTypeResponse, getComponentTypeResponse_propertyGroups - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

GetComponentTypeResponse, getComponentTypeResponse_status - The current status of the component type.

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

$sel:httpStatus:GetComponentTypeResponse', getComponentTypeResponse_httpStatus - The response's http status code.

GetComponentType, getComponentTypeResponse_workspaceId - The ID of the workspace that contains the component type.

GetComponentType, getComponentTypeResponse_componentTypeId - The ID of the component type.

GetComponentTypeResponse, getComponentTypeResponse_creationDateTime - The date and time when the component type was created.

GetComponentTypeResponse, getComponentTypeResponse_updateDateTime - The date and time when the component was last updated.

GetComponentTypeResponse, getComponentTypeResponse_arn - The ARN of the component type.

GetEntity

data GetEntity Source #

See: newGetEntity smart constructor.

Constructors

GetEntity' Text Text 

Instances

Instances details
ToHeaders GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Methods

toHeaders :: GetEntity -> [Header] #

ToPath GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

ToQuery GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

AWSRequest GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Associated Types

type AWSResponse GetEntity #

Generic GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Associated Types

type Rep GetEntity :: Type -> Type #

Read GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Show GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

NFData GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Methods

rnf :: GetEntity -> () #

Eq GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Hashable GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

type AWSResponse GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

type Rep GetEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

type Rep GetEntity = D1 ('MetaData "GetEntity" "Amazonka.IotTwinMaker.GetEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEntity Source #

Create a value of GetEntity 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:

GetEntity, getEntity_workspaceId - The ID of the workspace.

GetEntity, getEntity_entityId - The ID of the entity.

data GetEntityResponse Source #

See: newGetEntityResponse smart constructor.

Instances

Instances details
Generic GetEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Associated Types

type Rep GetEntityResponse :: Type -> Type #

Read GetEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Show GetEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

NFData GetEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

Methods

rnf :: GetEntityResponse -> () #

Eq GetEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

type Rep GetEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetEntity

type Rep GetEntityResponse = D1 ('MetaData "GetEntityResponse" "Amazonka.IotTwinMaker.GetEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetEntityResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "components") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ComponentResponse))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Status) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "parentEntityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hasChildEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newGetEntityResponse Source #

Create a value of GetEntityResponse 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:components:GetEntityResponse', getEntityResponse_components - An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.

GetEntityResponse, getEntityResponse_description - The description of the entity.

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

$sel:httpStatus:GetEntityResponse', getEntityResponse_httpStatus - The response's http status code.

GetEntity, getEntityResponse_entityId - The ID of the entity.

GetEntityResponse, getEntityResponse_entityName - The name of the entity.

GetEntityResponse, getEntityResponse_arn - The ARN of the entity.

GetEntityResponse, getEntityResponse_status - The current status of the entity.

GetEntity, getEntityResponse_workspaceId - The ID of the workspace.

GetEntityResponse, getEntityResponse_parentEntityId - The ID of the parent entity for this entity.

GetEntityResponse, getEntityResponse_hasChildEntities - A Boolean value that specifies whether the entity has associated child entities.

GetEntityResponse, getEntityResponse_creationDateTime - The date and time when the entity was created.

GetEntityResponse, getEntityResponse_updateDateTime - The date and time when the entity was last updated.

GetPricingPlan

data GetPricingPlan Source #

See: newGetPricingPlan smart constructor.

Constructors

GetPricingPlan' 

Instances

Instances details
ToHeaders GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

ToPath GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

ToQuery GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

AWSRequest GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Associated Types

type AWSResponse GetPricingPlan #

Generic GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Associated Types

type Rep GetPricingPlan :: Type -> Type #

Read GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Show GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

NFData GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Methods

rnf :: GetPricingPlan -> () #

Eq GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Hashable GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

type AWSResponse GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

type Rep GetPricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

type Rep GetPricingPlan = D1 ('MetaData "GetPricingPlan" "Amazonka.IotTwinMaker.GetPricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetPricingPlan'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetPricingPlan :: GetPricingPlan Source #

Create a value of GetPricingPlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetPricingPlanResponse Source #

See: newGetPricingPlanResponse smart constructor.

Instances

Instances details
Generic GetPricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Associated Types

type Rep GetPricingPlanResponse :: Type -> Type #

Read GetPricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Show GetPricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

NFData GetPricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

Methods

rnf :: GetPricingPlanResponse -> () #

Eq GetPricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

type Rep GetPricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPricingPlan

type Rep GetPricingPlanResponse = D1 ('MetaData "GetPricingPlanResponse" "Amazonka.IotTwinMaker.GetPricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetPricingPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingPricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingPlan)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "currentPricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingPlan))))

newGetPricingPlanResponse Source #

Create a value of GetPricingPlanResponse 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:pendingPricingPlan:GetPricingPlanResponse', getPricingPlanResponse_pendingPricingPlan - The pending pricing plan.

$sel:httpStatus:GetPricingPlanResponse', getPricingPlanResponse_httpStatus - The response's http status code.

$sel:currentPricingPlan:GetPricingPlanResponse', getPricingPlanResponse_currentPricingPlan - The chosen pricing plan for the current billing cycle.

GetPropertyValue

data GetPropertyValue Source #

See: newGetPropertyValue smart constructor.

Instances

Instances details
ToJSON GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

ToHeaders GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

ToPath GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

ToQuery GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

AWSRequest GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Associated Types

type AWSResponse GetPropertyValue #

Generic GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Associated Types

type Rep GetPropertyValue :: Type -> Type #

Read GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Show GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

NFData GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Methods

rnf :: GetPropertyValue -> () #

Eq GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Hashable GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

type AWSResponse GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

type Rep GetPropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

newGetPropertyValue Source #

Create a value of GetPropertyValue 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:

GetPropertyValue, getPropertyValue_componentName - The name of the component whose property values the operation returns.

GetPropertyValue, getPropertyValue_componentTypeId - The ID of the component type whose property values the operation returns.

GetPropertyValue, getPropertyValue_entityId - The ID of the entity whose property values the operation returns.

$sel:maxResults:GetPropertyValue', getPropertyValue_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

GetPropertyValue, getPropertyValue_nextToken - The string that specifies the next page of results.

$sel:propertyGroupName:GetPropertyValue', getPropertyValue_propertyGroupName - The property group name.

$sel:tabularConditions:GetPropertyValue', getPropertyValue_tabularConditions - The tabular conditions.

$sel:selectedProperties:GetPropertyValue', getPropertyValue_selectedProperties - The properties whose values the operation returns.

GetPropertyValue, getPropertyValue_workspaceId - The ID of the workspace whose values the operation returns.

data GetPropertyValueResponse Source #

See: newGetPropertyValueResponse smart constructor.

Instances

Instances details
Generic GetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Associated Types

type Rep GetPropertyValueResponse :: Type -> Type #

Read GetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Show GetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

NFData GetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

Eq GetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

type Rep GetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValue

type Rep GetPropertyValueResponse = D1 ('MetaData "GetPropertyValueResponse" "Amazonka.IotTwinMaker.GetPropertyValue" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetPropertyValueResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "propertyValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyLatestValue)))) :*: (S1 ('MetaSel ('Just "tabularPropertyValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[HashMap Text DataValue]])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetPropertyValueResponse Source #

Create a value of GetPropertyValueResponse 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:

GetPropertyValue, getPropertyValueResponse_nextToken - The string that specifies the next page of results.

GetPropertyValueResponse, getPropertyValueResponse_propertyValues - An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.

$sel:tabularPropertyValues:GetPropertyValueResponse', getPropertyValueResponse_tabularPropertyValues - A table of property values.

$sel:httpStatus:GetPropertyValueResponse', getPropertyValueResponse_httpStatus - The response's http status code.

GetPropertyValueHistory

data GetPropertyValueHistory Source #

See: newGetPropertyValueHistory smart constructor.

Instances

Instances details
ToJSON GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

ToHeaders GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

ToPath GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

ToQuery GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

AWSRequest GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Generic GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Associated Types

type Rep GetPropertyValueHistory :: Type -> Type #

Read GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Show GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

NFData GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Methods

rnf :: GetPropertyValueHistory -> () #

Eq GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Hashable GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

type AWSResponse GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

type Rep GetPropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

type Rep GetPropertyValueHistory = D1 ('MetaData "GetPropertyValueHistory" "Amazonka.IotTwinMaker.GetPropertyValueHistory" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetPropertyValueHistory'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "interpolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InterpolationParameters)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "orderByTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderByTime)) :*: S1 ('MetaSel ('Just "propertyFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PropertyFilter))))) :*: ((S1 ('MetaSel ('Just "startDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "selectedProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))))

newGetPropertyValueHistory Source #

Create a value of GetPropertyValueHistory 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:

GetPropertyValueHistory, getPropertyValueHistory_componentName - The name of the component.

GetPropertyValueHistory, getPropertyValueHistory_componentTypeId - The ID of the component type.

$sel:endDateTime:GetPropertyValueHistory', getPropertyValueHistory_endDateTime - The date and time of the latest property value to return.

$sel:endTime:GetPropertyValueHistory', getPropertyValueHistory_endTime - The ISO8601 DateTime of the latest property value to return.

For more information about the ISO8601 DateTime format, see the data type PropertyValue.

GetPropertyValueHistory, getPropertyValueHistory_entityId - The ID of the entity.

$sel:interpolation:GetPropertyValueHistory', getPropertyValueHistory_interpolation - An object that specifies the interpolation type and the interval over which to interpolate data.

$sel:maxResults:GetPropertyValueHistory', getPropertyValueHistory_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

GetPropertyValueHistory, getPropertyValueHistory_nextToken - The string that specifies the next page of results.

$sel:orderByTime:GetPropertyValueHistory', getPropertyValueHistory_orderByTime - The time direction to use in the result order.

GetPropertyValueHistory, getPropertyValueHistory_propertyFilters - A list of objects that filter the property value history request.

$sel:startDateTime:GetPropertyValueHistory', getPropertyValueHistory_startDateTime - The date and time of the earliest property value to return.

$sel:startTime:GetPropertyValueHistory', getPropertyValueHistory_startTime - The ISO8601 DateTime of the earliest property value to return.

For more information about the ISO8601 DateTime format, see the data type PropertyValue.

GetPropertyValueHistory, getPropertyValueHistory_workspaceId - The ID of the workspace.

$sel:selectedProperties:GetPropertyValueHistory', getPropertyValueHistory_selectedProperties - A list of properties whose value histories the request retrieves.

data GetPropertyValueHistoryResponse Source #

See: newGetPropertyValueHistoryResponse smart constructor.

Instances

Instances details
Generic GetPropertyValueHistoryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Associated Types

type Rep GetPropertyValueHistoryResponse :: Type -> Type #

Read GetPropertyValueHistoryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Show GetPropertyValueHistoryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

NFData GetPropertyValueHistoryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

Eq GetPropertyValueHistoryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

type Rep GetPropertyValueHistoryResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetPropertyValueHistory

type Rep GetPropertyValueHistoryResponse = D1 ('MetaData "GetPropertyValueHistoryResponse" "Amazonka.IotTwinMaker.GetPropertyValueHistory" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetPropertyValueHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "propertyValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PropertyValueHistory]))))

newGetPropertyValueHistoryResponse Source #

Create a value of GetPropertyValueHistoryResponse 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:

GetPropertyValueHistory, getPropertyValueHistoryResponse_nextToken - The string that specifies the next page of results.

$sel:httpStatus:GetPropertyValueHistoryResponse', getPropertyValueHistoryResponse_httpStatus - The response's http status code.

GetPropertyValueHistoryResponse, getPropertyValueHistoryResponse_propertyValues - An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

GetScene

data GetScene Source #

See: newGetScene smart constructor.

Constructors

GetScene' Text Text 

Instances

Instances details
ToHeaders GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Methods

toHeaders :: GetScene -> [Header] #

ToPath GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

ToQuery GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

AWSRequest GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Associated Types

type AWSResponse GetScene #

Generic GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Associated Types

type Rep GetScene :: Type -> Type #

Methods

from :: GetScene -> Rep GetScene x #

to :: Rep GetScene x -> GetScene #

Read GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Show GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

NFData GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Methods

rnf :: GetScene -> () #

Eq GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Hashable GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Methods

hashWithSalt :: Int -> GetScene -> Int #

hash :: GetScene -> Int #

type AWSResponse GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

type Rep GetScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

type Rep GetScene = D1 ('MetaData "GetScene" "Amazonka.IotTwinMaker.GetScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetScene'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sceneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetScene Source #

Create a value of GetScene 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:

GetScene, getScene_workspaceId - The ID of the workspace that contains the scene.

GetScene, getScene_sceneId - The ID of the scene.

data GetSceneResponse Source #

See: newGetSceneResponse smart constructor.

Instances

Instances details
Generic GetSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Associated Types

type Rep GetSceneResponse :: Type -> Type #

Read GetSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Show GetSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

NFData GetSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

Methods

rnf :: GetSceneResponse -> () #

Eq GetSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

type Rep GetSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetScene

newGetSceneResponse Source #

Create a value of GetSceneResponse 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:capabilities:GetSceneResponse', getSceneResponse_capabilities - A list of capabilities that the scene uses to render.

GetSceneResponse, getSceneResponse_description - The description of the scene.

$sel:httpStatus:GetSceneResponse', getSceneResponse_httpStatus - The response's http status code.

GetScene, getSceneResponse_workspaceId - The ID of the workspace that contains the scene.

GetScene, getSceneResponse_sceneId - The ID of the scene.

GetSceneResponse, getSceneResponse_contentLocation - The relative path that specifies the location of the content definition file.

GetSceneResponse, getSceneResponse_arn - The ARN of the scene.

GetSceneResponse, getSceneResponse_creationDateTime - The date and time when the scene was created.

GetSceneResponse, getSceneResponse_updateDateTime - The date and time when the scene was last updated.

GetSyncJob

data GetSyncJob Source #

See: newGetSyncJob smart constructor.

Constructors

GetSyncJob' (Maybe Text) Text 

Instances

Instances details
ToHeaders GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Methods

toHeaders :: GetSyncJob -> [Header] #

ToPath GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

ToQuery GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

AWSRequest GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Associated Types

type AWSResponse GetSyncJob #

Generic GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Associated Types

type Rep GetSyncJob :: Type -> Type #

Read GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Show GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

NFData GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Methods

rnf :: GetSyncJob -> () #

Eq GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Hashable GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

type AWSResponse GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

type Rep GetSyncJob Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

type Rep GetSyncJob = D1 ('MetaData "GetSyncJob" "Amazonka.IotTwinMaker.GetSyncJob" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetSyncJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSyncJob Source #

Arguments

:: Text

GetSyncJob

-> GetSyncJob 

Create a value of GetSyncJob 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:

GetSyncJob, getSyncJob_workspaceId - The workspace Id.

GetSyncJob, getSyncJob_syncSource - The sync soucre.

Currently the only supported syncSoucre is SITEWISE .

data GetSyncJobResponse Source #

See: newGetSyncJobResponse smart constructor.

Instances

Instances details
Generic GetSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Associated Types

type Rep GetSyncJobResponse :: Type -> Type #

Read GetSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Show GetSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

NFData GetSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

Methods

rnf :: GetSyncJobResponse -> () #

Eq GetSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

type Rep GetSyncJobResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetSyncJob

newGetSyncJobResponse Source #

Create a value of GetSyncJobResponse 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:httpStatus:GetSyncJobResponse', getSyncJobResponse_httpStatus - The response's http status code.

GetSyncJobResponse, getSyncJobResponse_arn - The sync job ARN.

GetSyncJob, getSyncJobResponse_workspaceId - The ID of the workspace that contains the sync job.

GetSyncJob, getSyncJobResponse_syncSource - The sync soucre.

Currently the only supported syncSoucre is SITEWISE .

$sel:syncRole:GetSyncJobResponse', getSyncJobResponse_syncRole - The sync IAM role.

GetSyncJobResponse, getSyncJobResponse_status - The SyncJob response status.

GetSyncJobResponse, getSyncJobResponse_creationDateTime - The creation date and time.

GetSyncJobResponse, getSyncJobResponse_updateDateTime - The update date and time.

GetWorkspace

data GetWorkspace Source #

See: newGetWorkspace smart constructor.

Constructors

GetWorkspace' Text 

Instances

Instances details
ToHeaders GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

ToPath GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

ToQuery GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

AWSRequest GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Associated Types

type AWSResponse GetWorkspace #

Generic GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Associated Types

type Rep GetWorkspace :: Type -> Type #

Read GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Show GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

NFData GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Methods

rnf :: GetWorkspace -> () #

Eq GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Hashable GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

type AWSResponse GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

type Rep GetWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

type Rep GetWorkspace = D1 ('MetaData "GetWorkspace" "Amazonka.IotTwinMaker.GetWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "GetWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetWorkspace Source #

Create a value of GetWorkspace 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:

GetWorkspace, getWorkspace_workspaceId - The ID of the workspace.

data GetWorkspaceResponse Source #

See: newGetWorkspaceResponse smart constructor.

Instances

Instances details
Generic GetWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Associated Types

type Rep GetWorkspaceResponse :: Type -> Type #

Read GetWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Show GetWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

NFData GetWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

Methods

rnf :: GetWorkspaceResponse -> () #

Eq GetWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

type Rep GetWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.GetWorkspace

newGetWorkspaceResponse Source #

Create a value of GetWorkspaceResponse 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:

GetWorkspaceResponse, getWorkspaceResponse_description - The description of the workspace.

$sel:httpStatus:GetWorkspaceResponse', getWorkspaceResponse_httpStatus - The response's http status code.

GetWorkspace, getWorkspaceResponse_workspaceId - The ID of the workspace.

GetWorkspaceResponse, getWorkspaceResponse_arn - The ARN of the workspace.

$sel:s3Location:GetWorkspaceResponse', getWorkspaceResponse_s3Location - The ARN of the S3 bucket where resources associated with the workspace are stored.

$sel:role':GetWorkspaceResponse', getWorkspaceResponse_role - The ARN of the execution role associated with the workspace.

GetWorkspaceResponse, getWorkspaceResponse_creationDateTime - The date and time when the workspace was created.

GetWorkspaceResponse, getWorkspaceResponse_updateDateTime - The date and time when the workspace was last updated.

ListComponentTypes

data ListComponentTypes Source #

See: newListComponentTypes smart constructor.

Instances

Instances details
ToJSON ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

ToHeaders ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

ToPath ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

ToQuery ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

AWSRequest ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Associated Types

type AWSResponse ListComponentTypes #

Generic ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Associated Types

type Rep ListComponentTypes :: Type -> Type #

Read ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Show ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

NFData ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Methods

rnf :: ListComponentTypes -> () #

Eq ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Hashable ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type AWSResponse ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypes = D1 ('MetaData "ListComponentTypes" "Amazonka.IotTwinMaker.ListComponentTypes" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListComponentTypes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ListComponentTypesFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListComponentTypes Source #

Create a value of ListComponentTypes 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:filters:ListComponentTypes', listComponentTypes_filters - A list of objects that filter the request.

ListComponentTypes, listComponentTypes_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

ListComponentTypes, listComponentTypes_nextToken - The string that specifies the next page of results.

ListComponentTypes, listComponentTypes_workspaceId - The ID of the workspace.

data ListComponentTypesResponse Source #

See: newListComponentTypesResponse smart constructor.

Instances

Instances details
Generic ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Associated Types

type Rep ListComponentTypesResponse :: Type -> Type #

Read ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Show ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

NFData ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

Eq ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListComponentTypes

type Rep ListComponentTypesResponse = D1 ('MetaData "ListComponentTypesResponse" "Amazonka.IotTwinMaker.ListComponentTypes" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListComponentTypesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ComponentTypeSummary])))))

newListComponentTypesResponse Source #

Create a value of ListComponentTypesResponse 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:

ListComponentTypes, listComponentTypesResponse_maxResults - Specifies the maximum number of results to display.

ListComponentTypes, listComponentTypesResponse_nextToken - The string that specifies the next page of results.

$sel:httpStatus:ListComponentTypesResponse', listComponentTypesResponse_httpStatus - The response's http status code.

ListComponentTypes, listComponentTypesResponse_workspaceId - The ID of the workspace.

$sel:componentTypeSummaries:ListComponentTypesResponse', listComponentTypesResponse_componentTypeSummaries - A list of objects that contain information about the component types.

ListEntities

data ListEntities Source #

See: newListEntities smart constructor.

Instances

Instances details
ToJSON ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

ToHeaders ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

ToPath ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

ToQuery ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

AWSRequest ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Associated Types

type AWSResponse ListEntities #

Generic ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Associated Types

type Rep ListEntities :: Type -> Type #

Read ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Show ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

NFData ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Methods

rnf :: ListEntities -> () #

Eq ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Hashable ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

type AWSResponse ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

type Rep ListEntities Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

type Rep ListEntities = D1 ('MetaData "ListEntities" "Amazonka.IotTwinMaker.ListEntities" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListEntities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ListEntitiesFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListEntities Source #

Create a value of ListEntities 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:filters:ListEntities', listEntities_filters - A list of objects that filter the request.

Only one object is accepted as a valid input.

$sel:maxResults:ListEntities', listEntities_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

ListEntities, listEntities_nextToken - The string that specifies the next page of results.

ListEntities, listEntities_workspaceId - The ID of the workspace.

data ListEntitiesResponse Source #

See: newListEntitiesResponse smart constructor.

Instances

Instances details
Generic ListEntitiesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Associated Types

type Rep ListEntitiesResponse :: Type -> Type #

Read ListEntitiesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Show ListEntitiesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

NFData ListEntitiesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

Methods

rnf :: ListEntitiesResponse -> () #

Eq ListEntitiesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

type Rep ListEntitiesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListEntities

type Rep ListEntitiesResponse = D1 ('MetaData "ListEntitiesResponse" "Amazonka.IotTwinMaker.ListEntities" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListEntitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entitySummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntitySummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEntitiesResponse Source #

Create a value of ListEntitiesResponse 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:entitySummaries:ListEntitiesResponse', listEntitiesResponse_entitySummaries - A list of objects that contain information about the entities.

ListEntities, listEntitiesResponse_nextToken - The string that specifies the next page of results.

$sel:httpStatus:ListEntitiesResponse', listEntitiesResponse_httpStatus - The response's http status code.

ListScenes

data ListScenes Source #

See: newListScenes smart constructor.

Instances

Instances details
ToJSON ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

ToHeaders ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Methods

toHeaders :: ListScenes -> [Header] #

ToPath ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

ToQuery ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

AWSRequest ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Associated Types

type AWSResponse ListScenes #

Generic ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Associated Types

type Rep ListScenes :: Type -> Type #

Read ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Show ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

NFData ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Methods

rnf :: ListScenes -> () #

Eq ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Hashable ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

type AWSResponse ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

type Rep ListScenes Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

type Rep ListScenes = D1 ('MetaData "ListScenes" "Amazonka.IotTwinMaker.ListScenes" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListScenes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListScenes Source #

Arguments

:: Text

ListScenes

-> ListScenes 

Create a value of ListScenes 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:maxResults:ListScenes', listScenes_maxResults - Specifies the maximum number of results to display.

ListScenes, listScenes_nextToken - The string that specifies the next page of results.

ListScenes, listScenes_workspaceId - The ID of the workspace that contains the scenes.

data ListScenesResponse Source #

See: newListScenesResponse smart constructor.

Instances

Instances details
Generic ListScenesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Associated Types

type Rep ListScenesResponse :: Type -> Type #

Read ListScenesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Show ListScenesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

NFData ListScenesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

Methods

rnf :: ListScenesResponse -> () #

Eq ListScenesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

type Rep ListScenesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListScenes

type Rep ListScenesResponse = D1 ('MetaData "ListScenesResponse" "Amazonka.IotTwinMaker.ListScenes" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListScenesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sceneSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SceneSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListScenesResponse Source #

Create a value of ListScenesResponse 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:

ListScenes, listScenesResponse_nextToken - The string that specifies the next page of results.

$sel:sceneSummaries:ListScenesResponse', listScenesResponse_sceneSummaries - A list of objects that contain information about the scenes.

$sel:httpStatus:ListScenesResponse', listScenesResponse_httpStatus - The response's http status code.

ListSyncJobs

data ListSyncJobs Source #

See: newListSyncJobs smart constructor.

Instances

Instances details
ToJSON ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

ToHeaders ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

ToPath ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

ToQuery ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

AWSRequest ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Associated Types

type AWSResponse ListSyncJobs #

Generic ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Associated Types

type Rep ListSyncJobs :: Type -> Type #

Read ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Show ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

NFData ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Methods

rnf :: ListSyncJobs -> () #

Eq ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Hashable ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

type AWSResponse ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

type Rep ListSyncJobs Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

type Rep ListSyncJobs = D1 ('MetaData "ListSyncJobs" "Amazonka.IotTwinMaker.ListSyncJobs" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListSyncJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListSyncJobs Source #

Create a value of ListSyncJobs 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:maxResults:ListSyncJobs', listSyncJobs_maxResults - The maximum number of results to return at one time. The default is 50.

Valid Range: Minimum value of 0. Maximum value of 200.

ListSyncJobs, listSyncJobs_nextToken - The string that specifies the next page of results.

ListSyncJobs, listSyncJobs_workspaceId - The ID of the workspace that contains the sync job.

data ListSyncJobsResponse Source #

See: newListSyncJobsResponse smart constructor.

Instances

Instances details
Generic ListSyncJobsResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Associated Types

type Rep ListSyncJobsResponse :: Type -> Type #

Read ListSyncJobsResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Show ListSyncJobsResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

NFData ListSyncJobsResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

Methods

rnf :: ListSyncJobsResponse -> () #

Eq ListSyncJobsResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

type Rep ListSyncJobsResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncJobs

type Rep ListSyncJobsResponse = D1 ('MetaData "ListSyncJobsResponse" "Amazonka.IotTwinMaker.ListSyncJobs" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListSyncJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "syncJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SyncJobSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSyncJobsResponse Source #

Create a value of ListSyncJobsResponse 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:

ListSyncJobs, listSyncJobsResponse_nextToken - The string that specifies the next page of results.

$sel:syncJobSummaries:ListSyncJobsResponse', listSyncJobsResponse_syncJobSummaries - The listed SyncJob summaries.

$sel:httpStatus:ListSyncJobsResponse', listSyncJobsResponse_httpStatus - The response's http status code.

ListSyncResources

data ListSyncResources Source #

See: newListSyncResources smart constructor.

Instances

Instances details
ToJSON ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

ToHeaders ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

ToPath ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

ToQuery ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

AWSRequest ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Associated Types

type AWSResponse ListSyncResources #

Generic ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Associated Types

type Rep ListSyncResources :: Type -> Type #

Read ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Show ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

NFData ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Methods

rnf :: ListSyncResources -> () #

Eq ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Hashable ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

type AWSResponse ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

type Rep ListSyncResources Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

type Rep ListSyncResources = D1 ('MetaData "ListSyncResources" "Amazonka.IotTwinMaker.ListSyncResources" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListSyncResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SyncResourceFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListSyncResources Source #

Create a value of ListSyncResources 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:filters:ListSyncResources', listSyncResources_filters - A list of objects that filter the request.

$sel:maxResults:ListSyncResources', listSyncResources_maxResults - The maximum number of results to return at one time. The default is 50.

Valid Range: Minimum value of 0. Maximum value of 200.

ListSyncResources, listSyncResources_nextToken - The string that specifies the next page of results.

ListSyncResources, listSyncResources_workspaceId - The ID of the workspace that contains the sync job.

ListSyncResources, listSyncResources_syncSource - The sync soucre.

Currently the only supported syncSoucre is SITEWISE .

data ListSyncResourcesResponse Source #

See: newListSyncResourcesResponse smart constructor.

Instances

Instances details
Generic ListSyncResourcesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Associated Types

type Rep ListSyncResourcesResponse :: Type -> Type #

Read ListSyncResourcesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Show ListSyncResourcesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

NFData ListSyncResourcesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

Eq ListSyncResourcesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

type Rep ListSyncResourcesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListSyncResources

type Rep ListSyncResourcesResponse = D1 ('MetaData "ListSyncResourcesResponse" "Amazonka.IotTwinMaker.ListSyncResources" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListSyncResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "syncResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SyncResourceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSyncResourcesResponse Source #

Create a value of ListSyncResourcesResponse 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:

ListSyncResources, listSyncResourcesResponse_nextToken - The string that specifies the next page of results.

$sel:syncResources:ListSyncResourcesResponse', listSyncResourcesResponse_syncResources - The sync resources.

$sel:httpStatus:ListSyncResourcesResponse', listSyncResourcesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.IotTwinMaker.ListTagsForResource" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:maxResults:ListTagsForResource', listTagsForResource_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

ListTagsForResource, listTagsForResource_nextToken - The string that specifies the next page of results.

$sel:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The ARN of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.IotTwinMaker.ListTagsForResource" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResource, listTagsForResourceResponse_nextToken - The string that specifies the next page of results.

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Metadata that you can use to manage a resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListWorkspaces

data ListWorkspaces Source #

See: newListWorkspaces smart constructor.

Instances

Instances details
ToJSON ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

ToHeaders ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

ToPath ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

ToQuery ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

AWSRequest ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Associated Types

type AWSResponse ListWorkspaces #

Generic ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Associated Types

type Rep ListWorkspaces :: Type -> Type #

Read ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Show ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

NFData ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Methods

rnf :: ListWorkspaces -> () #

Eq ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Hashable ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

type AWSResponse ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

type Rep ListWorkspaces Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

type Rep ListWorkspaces = D1 ('MetaData "ListWorkspaces" "Amazonka.IotTwinMaker.ListWorkspaces" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListWorkspaces'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListWorkspaces :: ListWorkspaces Source #

Create a value of ListWorkspaces 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:maxResults:ListWorkspaces', listWorkspaces_maxResults - The maximum number of results to return at one time. The default is 25.

Valid Range: Minimum value of 1. Maximum value of 250.

ListWorkspaces, listWorkspaces_nextToken - The string that specifies the next page of results.

data ListWorkspacesResponse Source #

See: newListWorkspacesResponse smart constructor.

Instances

Instances details
Generic ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Associated Types

type Rep ListWorkspacesResponse :: Type -> Type #

Read ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Show ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

NFData ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

Methods

rnf :: ListWorkspacesResponse -> () #

Eq ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

type Rep ListWorkspacesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.ListWorkspaces

type Rep ListWorkspacesResponse = D1 ('MetaData "ListWorkspacesResponse" "Amazonka.IotTwinMaker.ListWorkspaces" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListWorkspacesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workspaceSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkspaceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorkspacesResponse Source #

Create a value of ListWorkspacesResponse 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:

ListWorkspaces, listWorkspacesResponse_nextToken - The string that specifies the next page of results.

$sel:workspaceSummaries:ListWorkspacesResponse', listWorkspacesResponse_workspaceSummaries - A list of objects that contain information about the workspaces.

$sel:httpStatus:ListWorkspacesResponse', listWorkspacesResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.IotTwinMaker.TagResource" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource 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:resourceARN:TagResource', tagResource_resourceARN - The ARN of the resource.

$sel:tags:TagResource', tagResource_tags - Metadata to add to this resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.IotTwinMaker.TagResource" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.IotTwinMaker.UntagResource" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - The ARN of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.IotTwinMaker.UntagResource" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateComponentType

data UpdateComponentType Source #

See: newUpdateComponentType smart constructor.

Instances

Instances details
ToJSON UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

ToHeaders UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

ToPath UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

ToQuery UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

AWSRequest UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Associated Types

type AWSResponse UpdateComponentType #

Generic UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Associated Types

type Rep UpdateComponentType :: Type -> Type #

Read UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Show UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

NFData UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Methods

rnf :: UpdateComponentType -> () #

Eq UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Hashable UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

type AWSResponse UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

type Rep UpdateComponentType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

newUpdateComponentType Source #

Create a value of UpdateComponentType 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:

UpdateComponentType, updateComponentType_componentTypeName - The component type name.

UpdateComponentType, updateComponentType_description - The description of the component type.

UpdateComponentType, updateComponentType_extendsFrom - Specifies the component type that this component type extends.

$sel:functions:UpdateComponentType', updateComponentType_functions - An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.

$sel:isSingleton:UpdateComponentType', updateComponentType_isSingleton - A Boolean value that specifies whether an entity can have more than one component of this type.

$sel:propertyDefinitions:UpdateComponentType', updateComponentType_propertyDefinitions - An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

UpdateComponentType, updateComponentType_propertyGroups - The property groups

UpdateComponentType, updateComponentType_workspaceId - The ID of the workspace.

UpdateComponentType, updateComponentType_componentTypeId - The ID of the component type.

data UpdateComponentTypeResponse Source #

See: newUpdateComponentTypeResponse smart constructor.

Instances

Instances details
Generic UpdateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Associated Types

type Rep UpdateComponentTypeResponse :: Type -> Type #

Read UpdateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Show UpdateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

NFData UpdateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

Eq UpdateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

type Rep UpdateComponentTypeResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateComponentType

type Rep UpdateComponentTypeResponse = D1 ('MetaData "UpdateComponentTypeResponse" "Amazonka.IotTwinMaker.UpdateComponentType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateComponentTypeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 State)))))

newUpdateComponentTypeResponse Source #

Create a value of UpdateComponentTypeResponse 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:httpStatus:UpdateComponentTypeResponse', updateComponentTypeResponse_httpStatus - The response's http status code.

UpdateComponentType, updateComponentTypeResponse_workspaceId - The ID of the workspace that contains the component type.

UpdateComponentTypeResponse, updateComponentTypeResponse_arn - The ARN of the component type.

UpdateComponentType, updateComponentTypeResponse_componentTypeId - The ID of the component type.

UpdateComponentTypeResponse, updateComponentTypeResponse_state - The current state of the component type.

UpdateEntity

data UpdateEntity Source #

See: newUpdateEntity smart constructor.

Instances

Instances details
ToJSON UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

ToHeaders UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

ToPath UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

ToQuery UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

AWSRequest UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Associated Types

type AWSResponse UpdateEntity #

Generic UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Associated Types

type Rep UpdateEntity :: Type -> Type #

Read UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Show UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

NFData UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Methods

rnf :: UpdateEntity -> () #

Eq UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Hashable UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

type AWSResponse UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

type Rep UpdateEntity Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

type Rep UpdateEntity = D1 ('MetaData "UpdateEntity" "Amazonka.IotTwinMaker.UpdateEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateEntity'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ComponentUpdateRequest))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "parentEntityUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParentEntityUpdateRequest)) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateEntity Source #

Create a value of UpdateEntity 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:componentUpdates:UpdateEntity', updateEntity_componentUpdates - An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.

UpdateEntity, updateEntity_description - The description of the entity.

UpdateEntity, updateEntity_entityName - The name of the entity.

$sel:parentEntityUpdate:UpdateEntity', updateEntity_parentEntityUpdate - An object that describes the update request for a parent entity.

UpdateEntity, updateEntity_workspaceId - The ID of the workspace that contains the entity.

UpdateEntity, updateEntity_entityId - The ID of the entity.

data UpdateEntityResponse Source #

See: newUpdateEntityResponse smart constructor.

Instances

Instances details
Generic UpdateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Associated Types

type Rep UpdateEntityResponse :: Type -> Type #

Read UpdateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Show UpdateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

NFData UpdateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

Methods

rnf :: UpdateEntityResponse -> () #

Eq UpdateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

type Rep UpdateEntityResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateEntity

type Rep UpdateEntityResponse = D1 ('MetaData "UpdateEntityResponse" "Amazonka.IotTwinMaker.UpdateEntity" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateEntityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 State))))

newUpdateEntityResponse Source #

Create a value of UpdateEntityResponse 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:httpStatus:UpdateEntityResponse', updateEntityResponse_httpStatus - The response's http status code.

UpdateEntityResponse, updateEntityResponse_updateDateTime - The date and time when the entity was last updated.

UpdateEntityResponse, updateEntityResponse_state - The current state of the entity update.

UpdatePricingPlan

data UpdatePricingPlan Source #

See: newUpdatePricingPlan smart constructor.

Instances

Instances details
ToJSON UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

ToHeaders UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

ToPath UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

ToQuery UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

AWSRequest UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Associated Types

type AWSResponse UpdatePricingPlan #

Generic UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Associated Types

type Rep UpdatePricingPlan :: Type -> Type #

Read UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Show UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

NFData UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Methods

rnf :: UpdatePricingPlan -> () #

Eq UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Hashable UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type AWSResponse UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlan = D1 ('MetaData "UpdatePricingPlan" "Amazonka.IotTwinMaker.UpdatePricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdatePricingPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "pricingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingMode)))

newUpdatePricingPlan Source #

Create a value of UpdatePricingPlan 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:

UpdatePricingPlan, updatePricingPlan_bundleNames - The bundle names.

UpdatePricingPlan, updatePricingPlan_pricingMode - The pricing mode.

data UpdatePricingPlanResponse Source #

See: newUpdatePricingPlanResponse smart constructor.

Instances

Instances details
Generic UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Associated Types

type Rep UpdatePricingPlanResponse :: Type -> Type #

Read UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Show UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

NFData UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Eq UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlanResponse = D1 ('MetaData "UpdatePricingPlanResponse" "Amazonka.IotTwinMaker.UpdatePricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdatePricingPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingPricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingPlan)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "currentPricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingPlan))))

newUpdatePricingPlanResponse Source #

Create a value of UpdatePricingPlanResponse 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:pendingPricingPlan:UpdatePricingPlanResponse', updatePricingPlanResponse_pendingPricingPlan - Update the pending pricing plan.

$sel:httpStatus:UpdatePricingPlanResponse', updatePricingPlanResponse_httpStatus - The response's http status code.

$sel:currentPricingPlan:UpdatePricingPlanResponse', updatePricingPlanResponse_currentPricingPlan - Update the current pricing plan.

UpdateScene

data UpdateScene Source #

See: newUpdateScene smart constructor.

Instances

Instances details
ToJSON UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

ToHeaders UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Methods

toHeaders :: UpdateScene -> [Header] #

ToPath UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

ToQuery UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

AWSRequest UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Associated Types

type AWSResponse UpdateScene #

Generic UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Associated Types

type Rep UpdateScene :: Type -> Type #

Read UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Show UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

NFData UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Methods

rnf :: UpdateScene -> () #

Eq UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Hashable UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

type AWSResponse UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

type Rep UpdateScene Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

type Rep UpdateScene = D1 ('MetaData "UpdateScene" "Amazonka.IotTwinMaker.UpdateScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateScene'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "contentLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sceneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateScene Source #

Create a value of UpdateScene 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:capabilities:UpdateScene', updateScene_capabilities - A list of capabilities that the scene uses to render.

UpdateScene, updateScene_contentLocation - The relative path that specifies the location of the content definition file.

UpdateScene, updateScene_description - The description of this scene.

UpdateScene, updateScene_workspaceId - The ID of the workspace that contains the scene.

UpdateScene, updateScene_sceneId - The ID of the scene.

data UpdateSceneResponse Source #

See: newUpdateSceneResponse smart constructor.

Instances

Instances details
Generic UpdateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Associated Types

type Rep UpdateSceneResponse :: Type -> Type #

Read UpdateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Show UpdateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

NFData UpdateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

Methods

rnf :: UpdateSceneResponse -> () #

Eq UpdateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

type Rep UpdateSceneResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateScene

type Rep UpdateSceneResponse = D1 ('MetaData "UpdateSceneResponse" "Amazonka.IotTwinMaker.UpdateScene" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateSceneResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newUpdateSceneResponse Source #

Create a value of UpdateSceneResponse 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:httpStatus:UpdateSceneResponse', updateSceneResponse_httpStatus - The response's http status code.

UpdateSceneResponse, updateSceneResponse_updateDateTime - The date and time when the scene was last updated.

UpdateWorkspace

data UpdateWorkspace Source #

See: newUpdateWorkspace smart constructor.

Instances

Instances details
ToJSON UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

ToHeaders UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

ToPath UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

ToQuery UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

AWSRequest UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Associated Types

type AWSResponse UpdateWorkspace #

Generic UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Associated Types

type Rep UpdateWorkspace :: Type -> Type #

Read UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Show UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

NFData UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Methods

rnf :: UpdateWorkspace -> () #

Eq UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Hashable UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

type AWSResponse UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

type Rep UpdateWorkspace Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

type Rep UpdateWorkspace = D1 ('MetaData "UpdateWorkspace" "Amazonka.IotTwinMaker.UpdateWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateWorkspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateWorkspace Source #

Create a value of UpdateWorkspace 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:

UpdateWorkspace, updateWorkspace_description - The description of the workspace.

$sel:role':UpdateWorkspace', updateWorkspace_role - The ARN of the execution role associated with the workspace.

UpdateWorkspace, updateWorkspace_workspaceId - The ID of the workspace.

data UpdateWorkspaceResponse Source #

See: newUpdateWorkspaceResponse smart constructor.

Instances

Instances details
Generic UpdateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Associated Types

type Rep UpdateWorkspaceResponse :: Type -> Type #

Read UpdateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Show UpdateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

NFData UpdateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

Methods

rnf :: UpdateWorkspaceResponse -> () #

Eq UpdateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

type Rep UpdateWorkspaceResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdateWorkspace

type Rep UpdateWorkspaceResponse = D1 ('MetaData "UpdateWorkspaceResponse" "Amazonka.IotTwinMaker.UpdateWorkspace" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdateWorkspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newUpdateWorkspaceResponse Source #

Create a value of UpdateWorkspaceResponse 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:httpStatus:UpdateWorkspaceResponse', updateWorkspaceResponse_httpStatus - The response's http status code.

UpdateWorkspaceResponse, updateWorkspaceResponse_updateDateTime - The date and time of the current update.

Types

ColumnType

newtype ColumnType Source #

Constructors

ColumnType' 

Fields

Bundled Patterns

pattern ColumnType_EDGE :: ColumnType 
pattern ColumnType_NODE :: ColumnType 
pattern ColumnType_VALUE :: ColumnType 

Instances

Instances details
FromJSON ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

FromJSONKey ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToJSON ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToJSONKey ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToByteString ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToHeader ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToLog ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToQuery ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

FromText ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToText ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Methods

toText :: ColumnType -> Text #

FromXML ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

ToXML ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Methods

toXML :: ColumnType -> XML #

Generic ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Associated Types

type Rep ColumnType :: Type -> Type #

Read ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Show ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

NFData ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Methods

rnf :: ColumnType -> () #

Eq ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Ord ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

Hashable ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

type Rep ColumnType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnType

type Rep ColumnType = D1 ('MetaData "ColumnType" "Amazonka.IotTwinMaker.Types.ColumnType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "ColumnType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromColumnType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComponentUpdateType

newtype ComponentUpdateType Source #

Instances

Instances details
FromJSON ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

FromJSONKey ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToJSON ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToJSONKey ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToByteString ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToHeader ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToLog ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToQuery ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

FromText ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToText ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

FromXML ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

ToXML ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

Generic ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

Associated Types

type Rep ComponentUpdateType :: Type -> Type #

Read ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

Show ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

NFData ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

Methods

rnf :: ComponentUpdateType -> () #

Eq ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

Ord ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

Hashable ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

type Rep ComponentUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateType

type Rep ComponentUpdateType = D1 ('MetaData "ComponentUpdateType" "Amazonka.IotTwinMaker.Types.ComponentUpdateType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "ComponentUpdateType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComponentUpdateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ErrorCode

newtype ErrorCode Source #

Constructors

ErrorCode' 

Fields

Instances

Instances details
FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToJSON ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

FromText ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToText ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Methods

toText :: ErrorCode -> Text #

FromXML ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

ToXML ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Methods

toXML :: ErrorCode -> XML #

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

Read ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Eq ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

Hashable ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.IotTwinMaker.Types.ErrorCode" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "ErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GroupType

newtype GroupType Source #

Constructors

GroupType' 

Fields

Bundled Patterns

pattern GroupType_TABULAR :: GroupType 

Instances

Instances details
FromJSON GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

FromJSONKey GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToJSON GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToJSONKey GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToByteString GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Methods

toBS :: GroupType -> ByteString #

ToHeader GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToLog GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToQuery GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

FromText GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToText GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Methods

toText :: GroupType -> Text #

FromXML GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

ToXML GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Methods

toXML :: GroupType -> XML #

Generic GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Associated Types

type Rep GroupType :: Type -> Type #

Read GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Show GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

NFData GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Methods

rnf :: GroupType -> () #

Eq GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Ord GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

Hashable GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

type Rep GroupType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.GroupType

type Rep GroupType = D1 ('MetaData "GroupType" "Amazonka.IotTwinMaker.Types.GroupType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "GroupType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGroupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InterpolationType

newtype InterpolationType Source #

Bundled Patterns

pattern InterpolationType_LINEAR :: InterpolationType 

Instances

Instances details
FromJSON InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

FromJSONKey InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToJSON InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToJSONKey InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToByteString InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToHeader InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToLog InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToQuery InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

FromText InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToText InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

FromXML InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

ToXML InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

Generic InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

Associated Types

type Rep InterpolationType :: Type -> Type #

Read InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

Show InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

NFData InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

Methods

rnf :: InterpolationType -> () #

Eq InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

Ord InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

Hashable InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

type Rep InterpolationType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationType

type Rep InterpolationType = D1 ('MetaData "InterpolationType" "Amazonka.IotTwinMaker.Types.InterpolationType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "InterpolationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInterpolationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Order

newtype Order Source #

Constructors

Order' 

Fields

Bundled Patterns

pattern Order_ASCENDING :: Order 
pattern Order_DESCENDING :: Order 

Instances

Instances details
FromJSON Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

FromJSONKey Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

ToJSON Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

ToJSONKey Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

ToByteString Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

toBS :: Order -> ByteString #

ToHeader Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

toHeader :: HeaderName -> Order -> [Header] #

ToLog Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

ToQuery Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

toQuery :: Order -> QueryString #

FromText Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

ToText Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

toText :: Order -> Text #

FromXML Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

parseXML :: [Node] -> Either String Order #

ToXML Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

toXML :: Order -> XML #

Generic Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Associated Types

type Rep Order :: Type -> Type #

Methods

from :: Order -> Rep Order x #

to :: Rep Order x -> Order #

Read Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Show Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

NFData Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

rnf :: Order -> () #

Eq Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

(==) :: Order -> Order -> Bool #

(/=) :: Order -> Order -> Bool #

Ord Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

compare :: Order -> Order -> Ordering #

(<) :: Order -> Order -> Bool #

(<=) :: Order -> Order -> Bool #

(>) :: Order -> Order -> Bool #

(>=) :: Order -> Order -> Bool #

max :: Order -> Order -> Order #

min :: Order -> Order -> Order #

Hashable Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

type Rep Order Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Order

type Rep Order = D1 ('MetaData "Order" "Amazonka.IotTwinMaker.Types.Order" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "Order'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderByTime

newtype OrderByTime Source #

Constructors

OrderByTime' 

Bundled Patterns

pattern OrderByTime_ASCENDING :: OrderByTime 
pattern OrderByTime_DESCENDING :: OrderByTime 

Instances

Instances details
FromJSON OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

FromJSONKey OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToJSON OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToJSONKey OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToByteString OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToHeader OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToLog OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToQuery OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

FromText OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToText OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Methods

toText :: OrderByTime -> Text #

FromXML OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

ToXML OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Methods

toXML :: OrderByTime -> XML #

Generic OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Associated Types

type Rep OrderByTime :: Type -> Type #

Read OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Show OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

NFData OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Methods

rnf :: OrderByTime -> () #

Eq OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Ord OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

Hashable OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

type Rep OrderByTime Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderByTime

type Rep OrderByTime = D1 ('MetaData "OrderByTime" "Amazonka.IotTwinMaker.Types.OrderByTime" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "OrderByTime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderByTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParentEntityUpdateType

newtype ParentEntityUpdateType Source #

Instances

Instances details
FromJSON ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

FromJSONKey ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToJSON ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToJSONKey ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToByteString ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToHeader ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToLog ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToQuery ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

FromText ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToText ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

FromXML ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

ToXML ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

Generic ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

Associated Types

type Rep ParentEntityUpdateType :: Type -> Type #

Read ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

Show ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

NFData ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

Methods

rnf :: ParentEntityUpdateType -> () #

Eq ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

Ord ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

Hashable ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

type Rep ParentEntityUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateType

type Rep ParentEntityUpdateType = D1 ('MetaData "ParentEntityUpdateType" "Amazonka.IotTwinMaker.Types.ParentEntityUpdateType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "ParentEntityUpdateType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParentEntityUpdateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PricingMode

newtype PricingMode Source #

Constructors

PricingMode' 

Instances

Instances details
FromJSON PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

FromJSONKey PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToJSON PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToJSONKey PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToByteString PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToHeader PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToLog PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToQuery PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

FromText PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToText PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Methods

toText :: PricingMode -> Text #

FromXML PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

ToXML PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Methods

toXML :: PricingMode -> XML #

Generic PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Associated Types

type Rep PricingMode :: Type -> Type #

Read PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Show PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

NFData PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Methods

rnf :: PricingMode -> () #

Eq PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Ord PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

Hashable PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

type Rep PricingMode Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingMode

type Rep PricingMode = D1 ('MetaData "PricingMode" "Amazonka.IotTwinMaker.Types.PricingMode" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "PricingMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPricingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PricingTier

newtype PricingTier Source #

Constructors

PricingTier' 

Instances

Instances details
FromJSON PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

FromJSONKey PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToJSON PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToJSONKey PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToByteString PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToHeader PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToLog PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToQuery PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

FromText PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToText PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Methods

toText :: PricingTier -> Text #

FromXML PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

ToXML PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Methods

toXML :: PricingTier -> XML #

Generic PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Associated Types

type Rep PricingTier :: Type -> Type #

Read PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Show PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

NFData PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Methods

rnf :: PricingTier -> () #

Eq PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Ord PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

Hashable PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

type Rep PricingTier Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingTier

type Rep PricingTier = D1 ('MetaData "PricingTier" "Amazonka.IotTwinMaker.Types.PricingTier" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "PricingTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPricingTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PropertyGroupUpdateType

newtype PropertyGroupUpdateType Source #

Instances

Instances details
FromJSON PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

FromJSONKey PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToJSON PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToJSONKey PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToByteString PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToHeader PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToLog PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToQuery PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

FromText PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToText PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

FromXML PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

ToXML PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

Generic PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

Associated Types

type Rep PropertyGroupUpdateType :: Type -> Type #

Read PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

Show PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

NFData PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

Methods

rnf :: PropertyGroupUpdateType -> () #

Eq PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

Ord PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

Hashable PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

type Rep PropertyGroupUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType

type Rep PropertyGroupUpdateType = D1 ('MetaData "PropertyGroupUpdateType" "Amazonka.IotTwinMaker.Types.PropertyGroupUpdateType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "PropertyGroupUpdateType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPropertyGroupUpdateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PropertyUpdateType

newtype PropertyUpdateType Source #

Instances

Instances details
FromJSON PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

FromJSONKey PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToJSON PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToJSONKey PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToByteString PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToHeader PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToLog PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToQuery PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

FromText PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToText PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

FromXML PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

ToXML PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

Generic PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

Associated Types

type Rep PropertyUpdateType :: Type -> Type #

Read PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

Show PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

NFData PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

Methods

rnf :: PropertyUpdateType -> () #

Eq PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

Ord PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

Hashable PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

type Rep PropertyUpdateType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyUpdateType

type Rep PropertyUpdateType = D1 ('MetaData "PropertyUpdateType" "Amazonka.IotTwinMaker.Types.PropertyUpdateType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "PropertyUpdateType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPropertyUpdateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Scope

newtype Scope Source #

Constructors

Scope' 

Fields

Bundled Patterns

pattern Scope_ENTITY :: Scope 
pattern Scope_WORKSPACE :: Scope 

Instances

Instances details
FromJSON Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

FromJSONKey Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

ToJSON Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

ToJSONKey Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

ToByteString Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

toBS :: Scope -> ByteString #

ToHeader Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

toHeader :: HeaderName -> Scope -> [Header] #

ToLog Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

ToQuery Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

toQuery :: Scope -> QueryString #

FromText Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

ToText Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

toText :: Scope -> Text #

FromXML Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

parseXML :: [Node] -> Either String Scope #

ToXML Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

toXML :: Scope -> XML #

Generic Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Associated Types

type Rep Scope :: Type -> Type #

Methods

from :: Scope -> Rep Scope x #

to :: Rep Scope x -> Scope #

Read Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Show Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

NFData Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

rnf :: Scope -> () #

Eq Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

Ord Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

compare :: Scope -> Scope -> Ordering #

(<) :: Scope -> Scope -> Bool #

(<=) :: Scope -> Scope -> Bool #

(>) :: Scope -> Scope -> Bool #

(>=) :: Scope -> Scope -> Bool #

max :: Scope -> Scope -> Scope #

min :: Scope -> Scope -> Scope #

Hashable Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

type Rep Scope Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Scope

type Rep Scope = D1 ('MetaData "Scope" "Amazonka.IotTwinMaker.Types.Scope" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "Scope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

State

newtype State Source #

Constructors

State' 

Fields

Bundled Patterns

pattern State_ACTIVE :: State 
pattern State_CREATING :: State 
pattern State_DELETING :: State 
pattern State_ERROR :: State 
pattern State_UPDATING :: State 

Instances

Instances details
FromJSON State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

FromJSONKey State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

ToJSON State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

ToJSONKey State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

ToByteString State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

toBS :: State -> ByteString #

ToHeader State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

toHeader :: HeaderName -> State -> [Header] #

ToLog State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

ToQuery State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

toQuery :: State -> QueryString #

FromText State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

ToText State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

toText :: State -> Text #

FromXML State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

parseXML :: [Node] -> Either String State #

ToXML State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

toXML :: State -> XML #

Generic State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Associated Types

type Rep State :: Type -> Type #

Methods

from :: State -> Rep State x #

to :: Rep State x -> State #

Read State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Show State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

NFData State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

rnf :: State -> () #

Eq State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

(==) :: State -> State -> Bool #

(/=) :: State -> State -> Bool #

Ord State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

compare :: State -> State -> Ordering #

(<) :: State -> State -> Bool #

(<=) :: State -> State -> Bool #

(>) :: State -> State -> Bool #

(>=) :: State -> State -> Bool #

max :: State -> State -> State #

min :: State -> State -> State #

Hashable State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

Methods

hashWithSalt :: Int -> State -> Int #

hash :: State -> Int #

type Rep State Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.State

type Rep State = D1 ('MetaData "State" "Amazonka.IotTwinMaker.Types.State" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "State'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SyncJobState

newtype SyncJobState Source #

Constructors

SyncJobState' 

Instances

Instances details
FromJSON SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

FromJSONKey SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToJSON SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToJSONKey SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToByteString SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToHeader SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToLog SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToQuery SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

FromText SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToText SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Methods

toText :: SyncJobState -> Text #

FromXML SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

ToXML SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Methods

toXML :: SyncJobState -> XML #

Generic SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Associated Types

type Rep SyncJobState :: Type -> Type #

Read SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Show SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

NFData SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Methods

rnf :: SyncJobState -> () #

Eq SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Ord SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

Hashable SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

type Rep SyncJobState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobState

type Rep SyncJobState = D1 ('MetaData "SyncJobState" "Amazonka.IotTwinMaker.Types.SyncJobState" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "SyncJobState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSyncJobState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SyncResourceState

newtype SyncResourceState Source #

Instances

Instances details
FromJSON SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

FromJSONKey SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToJSON SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToJSONKey SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToByteString SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToHeader SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToLog SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToQuery SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

FromText SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToText SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

FromXML SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

ToXML SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

Generic SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

Associated Types

type Rep SyncResourceState :: Type -> Type #

Read SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

Show SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

NFData SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

Methods

rnf :: SyncResourceState -> () #

Eq SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

Ord SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

Hashable SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

type Rep SyncResourceState Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceState

type Rep SyncResourceState = D1 ('MetaData "SyncResourceState" "Amazonka.IotTwinMaker.Types.SyncResourceState" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "SyncResourceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSyncResourceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SyncResourceType

newtype SyncResourceType Source #

Instances

Instances details
FromJSON SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

FromJSONKey SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToJSON SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToJSONKey SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToByteString SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToHeader SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToLog SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToQuery SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

FromText SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToText SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

FromXML SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

ToXML SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

Generic SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

Associated Types

type Rep SyncResourceType :: Type -> Type #

Read SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

Show SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

NFData SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

Methods

rnf :: SyncResourceType -> () #

Eq SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

Ord SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

Hashable SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

type Rep SyncResourceType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceType

type Rep SyncResourceType = D1 ('MetaData "SyncResourceType" "Amazonka.IotTwinMaker.Types.SyncResourceType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "SyncResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSyncResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Type

newtype Type Source #

Constructors

Type' 

Fields

Bundled Patterns

pattern Type_BOOLEAN :: Type 
pattern Type_DOUBLE :: Type 
pattern Type_INTEGER :: Type 
pattern Type_LIST :: Type 
pattern Type_LONG :: Type 
pattern Type_MAP :: Type 
pattern Type_RELATIONSHIP :: Type 
pattern Type_STRING :: Type 

Instances

Instances details
FromJSON Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

ToJSON Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

ToByteString Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

toBS :: Type -> ByteString #

ToHeader Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToLog Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

ToQuery Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

toQuery :: Type -> QueryString #

FromText Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

ToText Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

toText :: Type -> Text #

FromXML Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

parseXML :: [Node] -> Either String Type #

ToXML Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

toXML :: Type -> XML #

Generic Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

Read Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Show Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

NFData Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

rnf :: Type -> () #

Eq Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Ord Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

(>=) :: Type -> Type -> Bool #

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Hashable Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

type Rep Type Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.IotTwinMaker.Types.Type" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "Type'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UpdateReason

newtype UpdateReason Source #

Constructors

UpdateReason' 

Instances

Instances details
FromJSON UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

FromJSONKey UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToJSON UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToJSONKey UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToByteString UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToHeader UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToLog UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToQuery UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

FromText UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToText UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Methods

toText :: UpdateReason -> Text #

FromXML UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

ToXML UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Methods

toXML :: UpdateReason -> XML #

Generic UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Associated Types

type Rep UpdateReason :: Type -> Type #

Read UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Show UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

NFData UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Methods

rnf :: UpdateReason -> () #

Eq UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Ord UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

Hashable UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

type Rep UpdateReason Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.UpdateReason

type Rep UpdateReason = D1 ('MetaData "UpdateReason" "Amazonka.IotTwinMaker.Types.UpdateReason" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'True) (C1 ('MetaCons "UpdateReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUpdateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchPutPropertyError

data BatchPutPropertyError Source #

An error returned by the BatchPutProperty action.

See: newBatchPutPropertyError smart constructor.

Instances

Instances details
FromJSON BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Generic BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Associated Types

type Rep BatchPutPropertyError :: Type -> Type #

Read BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Show BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

NFData BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Methods

rnf :: BatchPutPropertyError -> () #

Eq BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

Hashable BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

type Rep BatchPutPropertyError Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyError

type Rep BatchPutPropertyError = D1 ('MetaData "BatchPutPropertyError" "Amazonka.IotTwinMaker.Types.BatchPutPropertyError" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PropertyValueEntry))))

newBatchPutPropertyError Source #

Create a value of BatchPutPropertyError 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:errorCode:BatchPutPropertyError', batchPutPropertyError_errorCode - The error code.

$sel:errorMessage:BatchPutPropertyError', batchPutPropertyError_errorMessage - The error message.

$sel:entry:BatchPutPropertyError', batchPutPropertyError_entry - An object that contains information about errors returned by the BatchPutProperty action.

BatchPutPropertyErrorEntry

data BatchPutPropertyErrorEntry Source #

An object that contains information about errors returned by the BatchPutProperty action.

See: newBatchPutPropertyErrorEntry smart constructor.

Instances

Instances details
FromJSON BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Generic BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Associated Types

type Rep BatchPutPropertyErrorEntry :: Type -> Type #

Read BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Show BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

NFData BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Eq BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

Hashable BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

type Rep BatchPutPropertyErrorEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry

type Rep BatchPutPropertyErrorEntry = D1 ('MetaData "BatchPutPropertyErrorEntry" "Amazonka.IotTwinMaker.Types.BatchPutPropertyErrorEntry" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty BatchPutPropertyError))))

newBatchPutPropertyErrorEntry Source #

Create a value of BatchPutPropertyErrorEntry 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:errors:BatchPutPropertyErrorEntry', batchPutPropertyErrorEntry_errors - A list of objects that contain information about errors returned by the BatchPutProperty action.

BundleInformation

data BundleInformation Source #

Information about pricing bundle.

See: newBundleInformation smart constructor.

Instances

Instances details
FromJSON BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Generic BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Associated Types

type Rep BundleInformation :: Type -> Type #

Read BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Show BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

NFData BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Methods

rnf :: BundleInformation -> () #

Eq BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

Hashable BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

type Rep BundleInformation Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.BundleInformation

type Rep BundleInformation = D1 ('MetaData "BundleInformation" "Amazonka.IotTwinMaker.Types.BundleInformation" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BundleInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pricingTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingTier)) :*: S1 ('MetaSel ('Just "bundleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBundleInformation Source #

Create a value of BundleInformation 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:pricingTier:BundleInformation', bundleInformation_pricingTier - The pricing tier.

$sel:bundleNames:BundleInformation', bundleInformation_bundleNames - The bundle names.

ColumnDescription

data ColumnDescription Source #

A description of the column in the query results.

See: newColumnDescription smart constructor.

Instances

Instances details
FromJSON ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

Generic ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

Associated Types

type Rep ColumnDescription :: Type -> Type #

Read ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

Show ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

NFData ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

Methods

rnf :: ColumnDescription -> () #

Eq ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

Hashable ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

type Rep ColumnDescription Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ColumnDescription

type Rep ColumnDescription = D1 ('MetaData "ColumnDescription" "Amazonka.IotTwinMaker.Types.ColumnDescription" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ColumnDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnType))))

newColumnDescription :: ColumnDescription Source #

Create a value of ColumnDescription 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:name:ColumnDescription', columnDescription_name - The name of the column description.

$sel:type':ColumnDescription', columnDescription_type - The type of the column description.

ComponentPropertyGroupRequest

data ComponentPropertyGroupRequest Source #

See: newComponentPropertyGroupRequest smart constructor.

Instances

Instances details
ToJSON ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

Generic ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

Associated Types

type Rep ComponentPropertyGroupRequest :: Type -> Type #

Read ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

Show ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

NFData ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

Eq ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

Hashable ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

type Rep ComponentPropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest

type Rep ComponentPropertyGroupRequest = D1 ('MetaData "ComponentPropertyGroupRequest" "Amazonka.IotTwinMaker.Types.ComponentPropertyGroupRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentPropertyGroupRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroupType)) :*: (S1 ('MetaSel ('Just "propertyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "updateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyGroupUpdateType)))))

newComponentPropertyGroupRequest :: ComponentPropertyGroupRequest Source #

Create a value of ComponentPropertyGroupRequest 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:groupType:ComponentPropertyGroupRequest', componentPropertyGroupRequest_groupType - The group type.

$sel:propertyNames:ComponentPropertyGroupRequest', componentPropertyGroupRequest_propertyNames - The property names.

$sel:updateType:ComponentPropertyGroupRequest', componentPropertyGroupRequest_updateType - The update type.

ComponentPropertyGroupResponse

data ComponentPropertyGroupResponse Source #

The component property group response.

See: newComponentPropertyGroupResponse smart constructor.

Instances

Instances details
FromJSON ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Generic ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Associated Types

type Rep ComponentPropertyGroupResponse :: Type -> Type #

Read ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Show ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

NFData ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Eq ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

Hashable ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

type Rep ComponentPropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse

type Rep ComponentPropertyGroupResponse = D1 ('MetaData "ComponentPropertyGroupResponse" "Amazonka.IotTwinMaker.Types.ComponentPropertyGroupResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentPropertyGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GroupType) :*: (S1 ('MetaSel ('Just "propertyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "isInherited") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newComponentPropertyGroupResponse Source #

Create a value of ComponentPropertyGroupResponse 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:groupType:ComponentPropertyGroupResponse', componentPropertyGroupResponse_groupType - The group type.

$sel:propertyNames:ComponentPropertyGroupResponse', componentPropertyGroupResponse_propertyNames - The names of properties

$sel:isInherited:ComponentPropertyGroupResponse', componentPropertyGroupResponse_isInherited - A Boolean value that specifies whether the property group is inherited from a parent entity

ComponentRequest

data ComponentRequest Source #

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

See: newComponentRequest smart constructor.

Instances

Instances details
ToJSON ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

Generic ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

Associated Types

type Rep ComponentRequest :: Type -> Type #

Read ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

Show ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

NFData ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

Methods

rnf :: ComponentRequest -> () #

Eq ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

Hashable ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

type Rep ComponentRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentRequest

type Rep ComponentRequest = D1 ('MetaData "ComponentRequest" "Amazonka.IotTwinMaker.Types.ComponentRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyRequest))) :*: S1 ('MetaSel ('Just "propertyGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ComponentPropertyGroupRequest))))))

newComponentRequest :: ComponentRequest Source #

Create a value of ComponentRequest 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:componentTypeId:ComponentRequest', componentRequest_componentTypeId - The ID of the component type.

$sel:description:ComponentRequest', componentRequest_description - The description of the component request.

$sel:properties:ComponentRequest', componentRequest_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:ComponentRequest', componentRequest_propertyGroups - The property groups.

ComponentResponse

data ComponentResponse Source #

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

See: newComponentResponse smart constructor.

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.

ComponentTypeSummary

data ComponentTypeSummary Source #

An object that contains information about a component type.

See: newComponentTypeSummary smart constructor.

Instances

Instances details
FromJSON ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Generic ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Associated Types

type Rep ComponentTypeSummary :: Type -> Type #

Read ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Show ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

NFData ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Methods

rnf :: ComponentTypeSummary -> () #

Eq ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

Hashable ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

type Rep ComponentTypeSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentTypeSummary

type Rep ComponentTypeSummary = D1 ('MetaData "ComponentTypeSummary" "Amazonka.IotTwinMaker.Types.ComponentTypeSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentTypeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newComponentTypeSummary Source #

Create a value of ComponentTypeSummary 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:componentTypeName:ComponentTypeSummary', componentTypeSummary_componentTypeName - The component type name.

$sel:description:ComponentTypeSummary', componentTypeSummary_description - The description of the component type.

$sel:status:ComponentTypeSummary', componentTypeSummary_status - The current status of the component type.

$sel:arn:ComponentTypeSummary', componentTypeSummary_arn - The ARN of the component type.

$sel:componentTypeId:ComponentTypeSummary', componentTypeSummary_componentTypeId - The ID of the component type.

$sel:creationDateTime:ComponentTypeSummary', componentTypeSummary_creationDateTime - The date and time when the component type was created.

$sel:updateDateTime:ComponentTypeSummary', componentTypeSummary_updateDateTime - The date and time when the component type was last updated.

ComponentUpdateRequest

data ComponentUpdateRequest Source #

The component update request.

See: newComponentUpdateRequest smart constructor.

Instances

Instances details
ToJSON ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

Generic ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

Associated Types

type Rep ComponentUpdateRequest :: Type -> Type #

Read ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

Show ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

NFData ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

Methods

rnf :: ComponentUpdateRequest -> () #

Eq ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

Hashable ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

type Rep ComponentUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ComponentUpdateRequest

type Rep ComponentUpdateRequest = D1 ('MetaData "ComponentUpdateRequest" "Amazonka.IotTwinMaker.Types.ComponentUpdateRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ComponentUpdateRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "propertyGroupUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ComponentPropertyGroupRequest))) :*: (S1 ('MetaSel ('Just "propertyUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PropertyRequest))) :*: S1 ('MetaSel ('Just "updateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComponentUpdateType))))))

newComponentUpdateRequest :: ComponentUpdateRequest Source #

Create a value of ComponentUpdateRequest 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:componentTypeId:ComponentUpdateRequest', componentUpdateRequest_componentTypeId - The ID of the component type.

$sel:description:ComponentUpdateRequest', componentUpdateRequest_description - The description of the component type.

$sel:propertyGroupUpdates:ComponentUpdateRequest', componentUpdateRequest_propertyGroupUpdates - The property group updates.

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

ComponentUpdateRequest, componentUpdateRequest_updateType - The update type of the component update request.

DataConnector

data DataConnector Source #

The data connector.

See: newDataConnector smart constructor.

Instances

Instances details
FromJSON DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

ToJSON DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

Generic DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

Associated Types

type Rep DataConnector :: Type -> Type #

Read DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

Show DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

NFData DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

Methods

rnf :: DataConnector -> () #

Eq DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

Hashable DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

type Rep DataConnector Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataConnector

type Rep DataConnector = D1 ('MetaData "DataConnector" "Amazonka.IotTwinMaker.Types.DataConnector" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DataConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isNative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "lambda") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunction))))

newDataConnector :: DataConnector Source #

Create a value of DataConnector 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:isNative:DataConnector', dataConnector_isNative - A Boolean value that specifies whether the data connector is native to IoT TwinMaker.

$sel:lambda:DataConnector', dataConnector_lambda - The Lambda function associated with this data connector.

DataType

data DataType Source #

An object that specifies the data type of a property.

See: newDataType smart constructor.

Instances

Instances details
FromJSON DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

ToJSON DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

Generic DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

Associated Types

type Rep DataType :: Type -> Type #

Methods

from :: DataType -> Rep DataType x #

to :: Rep DataType x -> DataType #

Read DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

Show DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

NFData DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

Methods

rnf :: DataType -> () #

Eq DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

Hashable DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

Methods

hashWithSalt :: Int -> DataType -> Int #

hash :: DataType -> Int #

type Rep DataType Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataType

type Rep DataType = D1 ('MetaData "DataType" "Amazonka.IotTwinMaker.Types.DataType" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "DataType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataValue])) :*: S1 ('MetaSel ('Just "nestedType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataType))) :*: (S1 ('MetaSel ('Just "relationship") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Relationship)) :*: (S1 ('MetaSel ('Just "unitOfMeasure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type)))))

newDataType Source #

Create a value of DataType 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:allowedValues:DataType', dataType_allowedValues - The allowed values for this data type.

$sel:nestedType:DataType', dataType_nestedType - The nested type in the data type.

$sel:relationship:DataType', dataType_relationship - A relationship that associates a component with another component.

$sel:unitOfMeasure:DataType', dataType_unitOfMeasure - The unit of measure used in this data type.

$sel:type':DataType', dataType_type - The underlying type of the data type.

DataValue

data DataValue Source #

An object that specifies a value for a property.

See: newDataValue smart constructor.

Instances

Instances details
FromJSON DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

ToJSON DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

Generic DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

Associated Types

type Rep DataValue :: Type -> Type #

Read DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

Show DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

NFData DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

Methods

rnf :: DataValue -> () #

Eq DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

Hashable DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

type Rep DataValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.DataValue

newDataValue :: DataValue Source #

Create a value of DataValue 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:booleanValue:DataValue', dataValue_booleanValue - A Boolean value.

$sel:doubleValue:DataValue', dataValue_doubleValue - A double value.

$sel:expression:DataValue', dataValue_expression - An expression that produces the value.

$sel:integerValue:DataValue', dataValue_integerValue - An integer value.

$sel:listValue:DataValue', dataValue_listValue - A list of multiple values.

$sel:longValue:DataValue', dataValue_longValue - A long value.

$sel:mapValue:DataValue', dataValue_mapValue - An object that maps strings to multiple DataValue objects.

$sel:relationshipValue:DataValue', dataValue_relationshipValue - A value that relates a component to another component.

$sel:stringValue:DataValue', dataValue_stringValue - A string value.

EntityPropertyReference

data EntityPropertyReference Source #

An object that uniquely identifies an entity property.

See: newEntityPropertyReference smart constructor.

Instances

Instances details
FromJSON EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

ToJSON EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Generic EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Associated Types

type Rep EntityPropertyReference :: Type -> Type #

Read EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Show EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

NFData EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Methods

rnf :: EntityPropertyReference -> () #

Eq EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

Hashable EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

type Rep EntityPropertyReference Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntityPropertyReference

type Rep EntityPropertyReference = D1 ('MetaData "EntityPropertyReference" "Amazonka.IotTwinMaker.Types.EntityPropertyReference" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "EntityPropertyReference'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "externalIdProperty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEntityPropertyReference Source #

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

$sel:entityId:EntityPropertyReference', entityPropertyReference_entityId - The ID of the entity.

$sel:externalIdProperty:EntityPropertyReference', entityPropertyReference_externalIdProperty - A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.

$sel:propertyName:EntityPropertyReference', entityPropertyReference_propertyName - The name of the property.

EntitySummary

data EntitySummary Source #

An object that contains information about an entity.

See: newEntitySummary smart constructor.

Instances

Instances details
FromJSON EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

Generic EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

Associated Types

type Rep EntitySummary :: Type -> Type #

Read EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

Show EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

NFData EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

Methods

rnf :: EntitySummary -> () #

Eq EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

Hashable EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

type Rep EntitySummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.EntitySummary

newEntitySummary Source #

Create a value of EntitySummary 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:EntitySummary', entitySummary_description - The description of the entity.

$sel:hasChildEntities:EntitySummary', entitySummary_hasChildEntities - A Boolean value that specifies whether the entity has child entities or not.

$sel:parentEntityId:EntitySummary', entitySummary_parentEntityId - The ID of the parent entity.

$sel:entityId:EntitySummary', entitySummary_entityId - The ID of the entity.

$sel:entityName:EntitySummary', entitySummary_entityName - The name of the entity.

$sel:arn:EntitySummary', entitySummary_arn - The ARN of the entity.

$sel:status:EntitySummary', entitySummary_status - The current status of the entity.

$sel:creationDateTime:EntitySummary', entitySummary_creationDateTime - The date and time when the entity was created.

$sel:updateDateTime:EntitySummary', entitySummary_updateDateTime - The last date and time when the entity was updated.

ErrorDetails

data ErrorDetails Source #

The error details.

See: newErrorDetails smart constructor.

Instances

Instances details
FromJSON ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

Generic ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

Associated Types

type Rep ErrorDetails :: Type -> Type #

Read ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

Show ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

NFData ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

Methods

rnf :: ErrorDetails -> () #

Eq ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

Hashable ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

type Rep ErrorDetails Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ErrorDetails

type Rep ErrorDetails = D1 ('MetaData "ErrorDetails" "Amazonka.IotTwinMaker.Types.ErrorDetails" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newErrorDetails :: ErrorDetails Source #

Create a value of ErrorDetails 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:code:ErrorDetails', errorDetails_code - The error code.

$sel:message:ErrorDetails', errorDetails_message - The error message.

FunctionRequest

data FunctionRequest Source #

The function request body.

See: newFunctionRequest smart constructor.

Instances

Instances details
ToJSON FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

Generic FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

Associated Types

type Rep FunctionRequest :: Type -> Type #

Read FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

Show FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

NFData FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

Methods

rnf :: FunctionRequest -> () #

Eq FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

Hashable FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

type Rep FunctionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionRequest

type Rep FunctionRequest = D1 ('MetaData "FunctionRequest" "Amazonka.IotTwinMaker.Types.FunctionRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "FunctionRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "implementedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataConnector)) :*: (S1 ('MetaSel ('Just "requiredProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scope)))))

newFunctionRequest :: FunctionRequest Source #

Create a value of FunctionRequest 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:implementedBy:FunctionRequest', functionRequest_implementedBy - The data connector.

$sel:requiredProperties:FunctionRequest', functionRequest_requiredProperties - The required properties of the function.

$sel:scope:FunctionRequest', functionRequest_scope - The scope of the function.

FunctionResponse

data FunctionResponse Source #

The function response.

See: newFunctionResponse smart constructor.

Instances

Instances details
FromJSON FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

Generic FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

Associated Types

type Rep FunctionResponse :: Type -> Type #

Read FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

Show FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

NFData FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

Methods

rnf :: FunctionResponse -> () #

Eq FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

Hashable FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

type Rep FunctionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.FunctionResponse

type Rep FunctionResponse = D1 ('MetaData "FunctionResponse" "Amazonka.IotTwinMaker.Types.FunctionResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "FunctionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "implementedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataConnector)) :*: S1 ('MetaSel ('Just "isInherited") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "requiredProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scope)))))

newFunctionResponse :: FunctionResponse Source #

Create a value of FunctionResponse 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:implementedBy:FunctionResponse', functionResponse_implementedBy - The data connector.

$sel:isInherited:FunctionResponse', functionResponse_isInherited - Indicates whether this function is inherited.

$sel:requiredProperties:FunctionResponse', functionResponse_requiredProperties - The required properties of the function.

$sel:scope:FunctionResponse', functionResponse_scope - The scope of the function.

InterpolationParameters

data InterpolationParameters Source #

An object that specifies how to interpolate data in a list.

See: newInterpolationParameters smart constructor.

Instances

Instances details
ToJSON InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

Generic InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

Associated Types

type Rep InterpolationParameters :: Type -> Type #

Read InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

Show InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

NFData InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

Methods

rnf :: InterpolationParameters -> () #

Eq InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

Hashable InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

type Rep InterpolationParameters Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.InterpolationParameters

type Rep InterpolationParameters = D1 ('MetaData "InterpolationParameters" "Amazonka.IotTwinMaker.Types.InterpolationParameters" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "InterpolationParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "interpolationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InterpolationType)) :*: S1 ('MetaSel ('Just "intervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newInterpolationParameters :: InterpolationParameters Source #

Create a value of InterpolationParameters 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:interpolationType:InterpolationParameters', interpolationParameters_interpolationType - The interpolation type.

$sel:intervalInSeconds:InterpolationParameters', interpolationParameters_intervalInSeconds - The interpolation time interval in seconds.

LambdaFunction

data LambdaFunction Source #

The Lambda function.

See: newLambdaFunction smart constructor.

Constructors

LambdaFunction' Text 

Instances

Instances details
FromJSON LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

ToJSON LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Generic LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Associated Types

type Rep LambdaFunction :: Type -> Type #

Read LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Show LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

NFData LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Methods

rnf :: LambdaFunction -> () #

Eq LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Hashable LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

type Rep LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

type Rep LambdaFunction = D1 ('MetaData "LambdaFunction" "Amazonka.IotTwinMaker.Types.LambdaFunction" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "LambdaFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaFunction Source #

Create a value of LambdaFunction 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:LambdaFunction', lambdaFunction_arn - The ARN of the Lambda function.

ListComponentTypesFilter

data ListComponentTypesFilter Source #

An object that filters items in a list of component types.

Only one object is accepted as a valid input.

See: newListComponentTypesFilter smart constructor.

Instances

Instances details
ToJSON ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Generic ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Associated Types

type Rep ListComponentTypesFilter :: Type -> Type #

Read ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Show ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

NFData ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Eq ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Hashable ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

type Rep ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

type Rep ListComponentTypesFilter = D1 ('MetaData "ListComponentTypesFilter" "Amazonka.IotTwinMaker.Types.ListComponentTypesFilter" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListComponentTypesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "extendsFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "isAbstract") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListComponentTypesFilter :: ListComponentTypesFilter Source #

Create a value of ListComponentTypesFilter 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:extendsFrom:ListComponentTypesFilter', listComponentTypesFilter_extendsFrom - The component type that the component types in the list extend.

$sel:isAbstract:ListComponentTypesFilter', listComponentTypesFilter_isAbstract - A Boolean value that specifies whether the component types in the list are abstract.

$sel:namespace:ListComponentTypesFilter', listComponentTypesFilter_namespace - The namespace to which the component types in the list belong.

ListEntitiesFilter

data ListEntitiesFilter Source #

An object that filters items in a list of entities.

See: newListEntitiesFilter smart constructor.

Instances

Instances details
ToJSON ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

Generic ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

Associated Types

type Rep ListEntitiesFilter :: Type -> Type #

Read ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

Show ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

NFData ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

Methods

rnf :: ListEntitiesFilter -> () #

Eq ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

Hashable ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

type Rep ListEntitiesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListEntitiesFilter

type Rep ListEntitiesFilter = D1 ('MetaData "ListEntitiesFilter" "Amazonka.IotTwinMaker.Types.ListEntitiesFilter" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListEntitiesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentEntityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListEntitiesFilter :: ListEntitiesFilter Source #

Create a value of ListEntitiesFilter 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:componentTypeId:ListEntitiesFilter', listEntitiesFilter_componentTypeId - The ID of the component type in the entities in the list.

$sel:externalId:ListEntitiesFilter', listEntitiesFilter_externalId - The external-Id property of a component. The external-Id property is the primary key of an external storage system.

$sel:parentEntityId:ListEntitiesFilter', listEntitiesFilter_parentEntityId - The parent of the entities in the list.

OrderBy

data OrderBy Source #

Filter criteria that orders the return output. It can be sorted in ascending or descending order.

See: newOrderBy smart constructor.

Constructors

OrderBy' (Maybe Order) Text 

Instances

Instances details
ToJSON OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

Generic OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

Associated Types

type Rep OrderBy :: Type -> Type #

Methods

from :: OrderBy -> Rep OrderBy x #

to :: Rep OrderBy x -> OrderBy #

Read OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

Show OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

NFData OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

Methods

rnf :: OrderBy -> () #

Eq OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

Methods

(==) :: OrderBy -> OrderBy -> Bool #

(/=) :: OrderBy -> OrderBy -> Bool #

Hashable OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

Methods

hashWithSalt :: Int -> OrderBy -> Int #

hash :: OrderBy -> Int #

type Rep OrderBy Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.OrderBy

type Rep OrderBy = D1 ('MetaData "OrderBy" "Amazonka.IotTwinMaker.Types.OrderBy" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "OrderBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Order)) :*: S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOrderBy Source #

Create a value of OrderBy 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:order:OrderBy', orderBy_order - The set order that filters results.

$sel:propertyName:OrderBy', orderBy_propertyName - The property name.

ParentEntityUpdateRequest

data ParentEntityUpdateRequest Source #

The parent entity update request.

See: newParentEntityUpdateRequest smart constructor.

Instances

Instances details
ToJSON ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

Generic ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

Associated Types

type Rep ParentEntityUpdateRequest :: Type -> Type #

Read ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

Show ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

NFData ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

Eq ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

Hashable ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

type Rep ParentEntityUpdateRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest

type Rep ParentEntityUpdateRequest = D1 ('MetaData "ParentEntityUpdateRequest" "Amazonka.IotTwinMaker.Types.ParentEntityUpdateRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ParentEntityUpdateRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parentEntityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParentEntityUpdateType)))

newParentEntityUpdateRequest Source #

Create a value of ParentEntityUpdateRequest 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:parentEntityId:ParentEntityUpdateRequest', parentEntityUpdateRequest_parentEntityId - The ID of the parent entity.

$sel:updateType:ParentEntityUpdateRequest', parentEntityUpdateRequest_updateType - The type of the update.

PricingPlan

data PricingPlan Source #

The pricing plan.

See: newPricingPlan smart constructor.

Instances

Instances details
FromJSON PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Generic PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Associated Types

type Rep PricingPlan :: Type -> Type #

Read PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Show PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

NFData PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Methods

rnf :: PricingPlan -> () #

Eq PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

Hashable PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

type Rep PricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PricingPlan

type Rep PricingPlan = D1 ('MetaData "PricingPlan" "Amazonka.IotTwinMaker.Types.PricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PricingPlan'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "billableEntityCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "bundleInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BundleInformation)) :*: S1 ('MetaSel ('Just "effectiveDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "pricingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingMode) :*: (S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateReason)))))

newPricingPlan Source #

Create a value of PricingPlan 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:billableEntityCount:PricingPlan', pricingPlan_billableEntityCount - The billable entity count.

$sel:bundleInformation:PricingPlan', pricingPlan_bundleInformation - The pricing plan's bundle information.

$sel:effectiveDateTime:PricingPlan', pricingPlan_effectiveDateTime - The effective date and time of the pricing plan.

$sel:pricingMode:PricingPlan', pricingPlan_pricingMode - The pricing mode.

$sel:updateDateTime:PricingPlan', pricingPlan_updateDateTime - The set date and time for updating a pricing plan.

$sel:updateReason:PricingPlan', pricingPlan_updateReason - The update reason, for changing a pricing plan.

PropertyDefinitionRequest

data PropertyDefinitionRequest Source #

An object that sets information about a property.

See: newPropertyDefinitionRequest smart constructor.

Instances

Instances details
ToJSON PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

Generic PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

Associated Types

type Rep PropertyDefinitionRequest :: Type -> Type #

Read PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

Show PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

NFData PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

Eq PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

Hashable PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

type Rep PropertyDefinitionRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest

type Rep PropertyDefinitionRequest = D1 ('MetaData "PropertyDefinitionRequest" "Amazonka.IotTwinMaker.Types.PropertyDefinitionRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyDefinitionRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataType))) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "isExternalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isRequiredInEntity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "isStoredExternally") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isTimeSeries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newPropertyDefinitionRequest :: PropertyDefinitionRequest Source #

Create a value of PropertyDefinitionRequest 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:configuration:PropertyDefinitionRequest', propertyDefinitionRequest_configuration - A mapping that specifies configuration information about the property. Use this field to specify information that you read from and write to an external source.

$sel:dataType:PropertyDefinitionRequest', propertyDefinitionRequest_dataType - An object that contains information about the data type.

$sel:defaultValue:PropertyDefinitionRequest', propertyDefinitionRequest_defaultValue - An object that contains the default value.

$sel:displayName:PropertyDefinitionRequest', propertyDefinitionRequest_displayName - A friendly name for the property.

$sel:isExternalId:PropertyDefinitionRequest', propertyDefinitionRequest_isExternalId - A Boolean value that specifies whether the property ID comes from an external data store.

$sel:isRequiredInEntity:PropertyDefinitionRequest', propertyDefinitionRequest_isRequiredInEntity - A Boolean value that specifies whether the property is required.

$sel:isStoredExternally:PropertyDefinitionRequest', propertyDefinitionRequest_isStoredExternally - A Boolean value that specifies whether the property is stored externally.

$sel:isTimeSeries:PropertyDefinitionRequest', propertyDefinitionRequest_isTimeSeries - A Boolean value that specifies whether the property consists of time series data.

PropertyDefinitionResponse

data PropertyDefinitionResponse Source #

An object that contains response data from a property definition request.

See: newPropertyDefinitionResponse smart constructor.

Instances

Instances details
FromJSON PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

Generic PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

Associated Types

type Rep PropertyDefinitionResponse :: Type -> Type #

Read PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

Show PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

NFData PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

Eq PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

Hashable PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

type Rep PropertyDefinitionResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse

type Rep PropertyDefinitionResponse = D1 ('MetaData "PropertyDefinitionResponse" "Amazonka.IotTwinMaker.Types.PropertyDefinitionResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataType) :*: S1 ('MetaSel ('Just "isTimeSeries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))) :*: ((S1 ('MetaSel ('Just "isRequiredInEntity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "isExternalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "isStoredExternally") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) :*: (S1 ('MetaSel ('Just "isImported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "isFinal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "isInherited") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))))

newPropertyDefinitionResponse Source #

Create a value of PropertyDefinitionResponse 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:configuration:PropertyDefinitionResponse', propertyDefinitionResponse_configuration - A mapping that specifies configuration information about the property.

$sel:defaultValue:PropertyDefinitionResponse', propertyDefinitionResponse_defaultValue - An object that contains the default value.

$sel:displayName:PropertyDefinitionResponse', propertyDefinitionResponse_displayName - A friendly name for the property.

$sel:dataType:PropertyDefinitionResponse', propertyDefinitionResponse_dataType - An object that contains information about the data type.

$sel:isTimeSeries:PropertyDefinitionResponse', propertyDefinitionResponse_isTimeSeries - A Boolean value that specifies whether the property consists of time series data.

$sel:isRequiredInEntity:PropertyDefinitionResponse', propertyDefinitionResponse_isRequiredInEntity - A Boolean value that specifies whether the property is required in an entity.

$sel:isExternalId:PropertyDefinitionResponse', propertyDefinitionResponse_isExternalId - A Boolean value that specifies whether the property ID comes from an external data store.

$sel:isStoredExternally:PropertyDefinitionResponse', propertyDefinitionResponse_isStoredExternally - A Boolean value that specifies whether the property is stored externally.

$sel:isImported:PropertyDefinitionResponse', propertyDefinitionResponse_isImported - A Boolean value that specifies whether the property definition is imported from an external data store.

$sel:isFinal:PropertyDefinitionResponse', propertyDefinitionResponse_isFinal - A Boolean value that specifies whether the property definition can be updated.

$sel:isInherited:PropertyDefinitionResponse', propertyDefinitionResponse_isInherited - A Boolean value that specifies whether the property definition is inherited from a parent entity.

PropertyFilter

data PropertyFilter Source #

An object that filters items returned by a property request.

See: newPropertyFilter smart constructor.

Instances

Instances details
ToJSON PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Generic PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Associated Types

type Rep PropertyFilter :: Type -> Type #

Read PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Show PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

NFData PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Methods

rnf :: PropertyFilter -> () #

Eq PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Hashable PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

type Rep PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

type Rep PropertyFilter = D1 ('MetaData "PropertyFilter" "Amazonka.IotTwinMaker.Types.PropertyFilter" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)))))

newPropertyFilter :: PropertyFilter Source #

Create a value of PropertyFilter 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:operator:PropertyFilter', propertyFilter_operator - The operator associated with this property filter.

$sel:propertyName:PropertyFilter', propertyFilter_propertyName - The property name associated with this property filter.

$sel:value:PropertyFilter', propertyFilter_value - The value associated with this property filter.

PropertyGroupRequest

data PropertyGroupRequest Source #

See: newPropertyGroupRequest smart constructor.

Instances

Instances details
ToJSON PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Generic PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Associated Types

type Rep PropertyGroupRequest :: Type -> Type #

Read PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Show PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

NFData PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Methods

rnf :: PropertyGroupRequest -> () #

Eq PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

Hashable PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

type Rep PropertyGroupRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupRequest

type Rep PropertyGroupRequest = D1 ('MetaData "PropertyGroupRequest" "Amazonka.IotTwinMaker.Types.PropertyGroupRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyGroupRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroupType)) :*: S1 ('MetaSel ('Just "propertyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newPropertyGroupRequest :: PropertyGroupRequest Source #

Create a value of PropertyGroupRequest 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:groupType:PropertyGroupRequest', propertyGroupRequest_groupType - The group type.

$sel:propertyNames:PropertyGroupRequest', propertyGroupRequest_propertyNames - The names of properties.

PropertyGroupResponse

data PropertyGroupResponse Source #

The property group response

See: newPropertyGroupResponse smart constructor.

Instances

Instances details
FromJSON PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Generic PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Associated Types

type Rep PropertyGroupResponse :: Type -> Type #

Read PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Show PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

NFData PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Methods

rnf :: PropertyGroupResponse -> () #

Eq PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

Hashable PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

type Rep PropertyGroupResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyGroupResponse

type Rep PropertyGroupResponse = D1 ('MetaData "PropertyGroupResponse" "Amazonka.IotTwinMaker.Types.PropertyGroupResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GroupType) :*: (S1 ('MetaSel ('Just "propertyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "isInherited") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newPropertyGroupResponse Source #

Create a value of PropertyGroupResponse 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:groupType:PropertyGroupResponse', propertyGroupResponse_groupType - The group types.

$sel:propertyNames:PropertyGroupResponse', propertyGroupResponse_propertyNames - The names of properties.

$sel:isInherited:PropertyGroupResponse', propertyGroupResponse_isInherited - A Boolean value that specifies whether the property group is inherited from a parent entity

PropertyLatestValue

data PropertyLatestValue Source #

The latest value of the property.

See: newPropertyLatestValue smart constructor.

Instances

Instances details
FromJSON PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Generic PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Associated Types

type Rep PropertyLatestValue :: Type -> Type #

Read PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Show PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

NFData PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Methods

rnf :: PropertyLatestValue -> () #

Eq PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

Hashable PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

type Rep PropertyLatestValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyLatestValue

type Rep PropertyLatestValue = D1 ('MetaData "PropertyLatestValue" "Amazonka.IotTwinMaker.Types.PropertyLatestValue" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyLatestValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)) :*: S1 ('MetaSel ('Just "propertyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntityPropertyReference)))

newPropertyLatestValue Source #

Create a value of PropertyLatestValue 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:propertyValue:PropertyLatestValue', propertyLatestValue_propertyValue - The value of the property.

$sel:propertyReference:PropertyLatestValue', propertyLatestValue_propertyReference - An object that specifies information about a property.>

PropertyRequest

data PropertyRequest Source #

An object that sets information about a property.

See: newPropertyRequest smart constructor.

Instances

Instances details
ToJSON PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Generic PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Associated Types

type Rep PropertyRequest :: Type -> Type #

Read PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Show PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

NFData PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Methods

rnf :: PropertyRequest -> () #

Eq PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

Hashable PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

type Rep PropertyRequest Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyRequest

type Rep PropertyRequest = D1 ('MetaData "PropertyRequest" "Amazonka.IotTwinMaker.Types.PropertyRequest" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyDefinitionRequest)) :*: (S1 ('MetaSel ('Just "updateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyUpdateType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)))))

newPropertyRequest :: PropertyRequest Source #

Create a value of PropertyRequest 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:definition:PropertyRequest', propertyRequest_definition - An object that specifies information about a property.

$sel:updateType:PropertyRequest', propertyRequest_updateType - The update type of the update property request.

$sel:value:PropertyRequest', propertyRequest_value - The value of the property.

PropertyResponse

data PropertyResponse Source #

An object that contains information about a property response.

See: newPropertyResponse smart constructor.

Instances

Instances details
FromJSON PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Generic PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Associated Types

type Rep PropertyResponse :: Type -> Type #

Read PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Show PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

NFData PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Methods

rnf :: PropertyResponse -> () #

Eq PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

Hashable PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

type Rep PropertyResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyResponse

type Rep PropertyResponse = D1 ('MetaData "PropertyResponse" "Amazonka.IotTwinMaker.Types.PropertyResponse" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyDefinitionResponse)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue))))

newPropertyResponse :: PropertyResponse Source #

Create a value of PropertyResponse 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:definition:PropertyResponse', propertyResponse_definition - An object that specifies information about a property.

$sel:value:PropertyResponse', propertyResponse_value - The value of the property.

PropertyValue

data PropertyValue Source #

An object that contains information about a value for a time series property.

See: newPropertyValue smart constructor.

Instances

Instances details
FromJSON PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

ToJSON PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

Generic PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

Associated Types

type Rep PropertyValue :: Type -> Type #

Read PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

Show PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

NFData PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

Methods

rnf :: PropertyValue -> () #

Eq PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

Hashable PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

type Rep PropertyValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValue

type Rep PropertyValue = D1 ('MetaData "PropertyValue" "Amazonka.IotTwinMaker.Types.PropertyValue" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataValue))))

newPropertyValue Source #

Create a value of PropertyValue 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:time:PropertyValue', propertyValue_time - ISO8601 DateTime of a value for a time series property.

The time for when the property value was recorded in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.SSSSSSSSS][Z/±HH:mm].

  • [YYYY]: year
  • [MM]: month
  • [DD]: day
  • [hh]: hour
  • [mm]: minute
  • [ss]: seconds
  • [.SSSSSSSSS]: additional precision, where precedence is maintained. For example: [.573123] is equal to 573123000 nanoseconds.
  • Z: default timezone UTC
  • ± HH:mm: time zone offset in Hours and Minutes.

Required sub-fields: YYYY-MM-DDThh:mm:ss and [Z/±HH:mm]

$sel:timestamp:PropertyValue', propertyValue_timestamp - The timestamp of a value for a time series property.

$sel:value:PropertyValue', propertyValue_value - An object that specifies a value for a time series property.

PropertyValueEntry

data PropertyValueEntry Source #

An object that specifies information about time series property values. This object is used and consumed by the BatchPutPropertyValues action.

See: newPropertyValueEntry smart constructor.

Instances

Instances details
FromJSON PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

ToJSON PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Generic PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Associated Types

type Rep PropertyValueEntry :: Type -> Type #

Read PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Show PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

NFData PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Methods

rnf :: PropertyValueEntry -> () #

Eq PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

Hashable PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

type Rep PropertyValueEntry Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueEntry

type Rep PropertyValueEntry = D1 ('MetaData "PropertyValueEntry" "Amazonka.IotTwinMaker.Types.PropertyValueEntry" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyValueEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PropertyValue))) :*: S1 ('MetaSel ('Just "entityPropertyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntityPropertyReference)))

newPropertyValueEntry Source #

Create a value of PropertyValueEntry 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:propertyValues:PropertyValueEntry', propertyValueEntry_propertyValues - A list of objects that specify time series property values.

$sel:entityPropertyReference:PropertyValueEntry', propertyValueEntry_entityPropertyReference - An object that contains information about the entity that has the property.

PropertyValueHistory

data PropertyValueHistory Source #

The history of values for a time series property.

See: newPropertyValueHistory smart constructor.

Instances

Instances details
FromJSON PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Generic PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Associated Types

type Rep PropertyValueHistory :: Type -> Type #

Read PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Show PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

NFData PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Methods

rnf :: PropertyValueHistory -> () #

Eq PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

Hashable PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

type Rep PropertyValueHistory Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyValueHistory

type Rep PropertyValueHistory = D1 ('MetaData "PropertyValueHistory" "Amazonka.IotTwinMaker.Types.PropertyValueHistory" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyValueHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PropertyValue])) :*: S1 ('MetaSel ('Just "entityPropertyReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntityPropertyReference)))

newPropertyValueHistory Source #

Create a value of PropertyValueHistory 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:values:PropertyValueHistory', propertyValueHistory_values - A list of objects that contain information about the values in the history of a time series property.

$sel:entityPropertyReference:PropertyValueHistory', propertyValueHistory_entityPropertyReference - An object that uniquely identifies an entity property.

QueryResultValue

data QueryResultValue Source #

See: newQueryResultValue smart constructor.

Constructors

QueryResultValue' 

Instances

Instances details
FromJSON QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

Generic QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

Associated Types

type Rep QueryResultValue :: Type -> Type #

Read QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

Show QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

NFData QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

Methods

rnf :: QueryResultValue -> () #

Eq QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

Hashable QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

type Rep QueryResultValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.QueryResultValue

type Rep QueryResultValue = D1 ('MetaData "QueryResultValue" "Amazonka.IotTwinMaker.Types.QueryResultValue" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "QueryResultValue'" 'PrefixI 'False) (U1 :: Type -> Type))

newQueryResultValue :: QueryResultValue Source #

Create a value of QueryResultValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Relationship

data Relationship Source #

An object that specifies a relationship with another component type.

See: newRelationship smart constructor.

Constructors

Relationship' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

ToJSON Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

Generic Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

Associated Types

type Rep Relationship :: Type -> Type #

Read Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

Show Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

NFData Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

Methods

rnf :: Relationship -> () #

Eq Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

Hashable Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

type Rep Relationship Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Relationship

type Rep Relationship = D1 ('MetaData "Relationship" "Amazonka.IotTwinMaker.Types.Relationship" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "Relationship'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relationshipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetComponentTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRelationship :: Relationship Source #

Create a value of Relationship 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:relationshipType:Relationship', relationship_relationshipType - The type of the relationship.

$sel:targetComponentTypeId:Relationship', relationship_targetComponentTypeId - The ID of the target component type associated with this relationship.

RelationshipValue

data RelationshipValue Source #

A value that associates a component and an entity.

See: newRelationshipValue smart constructor.

Instances

Instances details
FromJSON RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

ToJSON RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

Generic RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

Associated Types

type Rep RelationshipValue :: Type -> Type #

Read RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

Show RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

NFData RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

Methods

rnf :: RelationshipValue -> () #

Eq RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

Hashable RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

type Rep RelationshipValue Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.RelationshipValue

type Rep RelationshipValue = D1 ('MetaData "RelationshipValue" "Amazonka.IotTwinMaker.Types.RelationshipValue" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "RelationshipValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetEntityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRelationshipValue :: RelationshipValue Source #

Create a value of RelationshipValue 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:targetComponentName:RelationshipValue', relationshipValue_targetComponentName - The name of the target component associated with the relationship value.

$sel:targetEntityId:RelationshipValue', relationshipValue_targetEntityId - The ID of the target entity associated with this relationship value.

Row

data Row Source #

Represents a single row in the query results.

See: newRow smart constructor.

Constructors

Row' (Maybe [QueryResultValue]) 

Instances

Instances details
FromJSON Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Generic Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Associated Types

type Rep Row :: Type -> Type #

Methods

from :: Row -> Rep Row x #

to :: Rep Row x -> Row #

Read Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Show Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Methods

showsPrec :: Int -> Row -> ShowS #

show :: Row -> String #

showList :: [Row] -> ShowS #

NFData Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Methods

rnf :: Row -> () #

Eq Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Methods

(==) :: Row -> Row -> Bool #

(/=) :: Row -> Row -> Bool #

Hashable Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

Methods

hashWithSalt :: Int -> Row -> Int #

hash :: Row -> Int #

type Rep Row Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Row

type Rep Row = D1 ('MetaData "Row" "Amazonka.IotTwinMaker.Types.Row" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "Row'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QueryResultValue]))))

newRow :: Row Source #

Create a value of Row 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:rowData:Row', row_rowData - The data in a row of query results.

SceneSummary

data SceneSummary Source #

An object that contains information about a scene.

See: newSceneSummary smart constructor.

Instances

Instances details
FromJSON SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Generic SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Associated Types

type Rep SceneSummary :: Type -> Type #

Read SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Show SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

NFData SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Methods

rnf :: SceneSummary -> () #

Eq SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

Hashable SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

type Rep SceneSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SceneSummary

type Rep SceneSummary = D1 ('MetaData "SceneSummary" "Amazonka.IotTwinMaker.Types.SceneSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "SceneSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sceneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contentLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newSceneSummary Source #

Create a value of SceneSummary 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:SceneSummary', sceneSummary_description - The scene description.

$sel:sceneId:SceneSummary', sceneSummary_sceneId - The ID of the scene.

$sel:contentLocation:SceneSummary', sceneSummary_contentLocation - The relative path that specifies the location of the content definition file.

$sel:arn:SceneSummary', sceneSummary_arn - The ARN of the scene.

$sel:creationDateTime:SceneSummary', sceneSummary_creationDateTime - The date and time when the scene was created.

$sel:updateDateTime:SceneSummary', sceneSummary_updateDateTime - The date and time when the scene was last updated.

Status

data Status Source #

An object that represents the status of an entity, component, component type, or workspace.

See: newStatus smart constructor.

Instances

Instances details
FromJSON Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

Generic Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

Read Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

Show Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

NFData Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

Methods

rnf :: Status -> () #

Eq Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Hashable Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

Methods

hashWithSalt :: Int -> Status -> Int #

hash :: Status -> Int #

type Rep Status Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.Status

type Rep Status = D1 ('MetaData "Status" "Amazonka.IotTwinMaker.Types.Status" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "Status'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe State))))

newStatus :: Status Source #

Create a value of Status 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:error:Status', status_error - The error message.

$sel:state:Status', status_state - The current state of the entity, component, component type, or workspace.

SyncJobStatus

data SyncJobStatus Source #

The SyncJob status.

See: newSyncJobStatus smart constructor.

Instances

Instances details
FromJSON SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

Generic SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

Associated Types

type Rep SyncJobStatus :: Type -> Type #

Read SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

Show SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

NFData SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

Methods

rnf :: SyncJobStatus -> () #

Eq SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

Hashable SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

type Rep SyncJobStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobStatus

type Rep SyncJobStatus = D1 ('MetaData "SyncJobStatus" "Amazonka.IotTwinMaker.Types.SyncJobStatus" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "SyncJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncJobState))))

newSyncJobStatus :: SyncJobStatus Source #

Create a value of SyncJobStatus 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:error:SyncJobStatus', syncJobStatus_error - The SyncJob error.

$sel:state:SyncJobStatus', syncJobStatus_state - The SyncJob status state.

SyncJobSummary

data SyncJobSummary Source #

The SyncJob summary.

See: newSyncJobSummary smart constructor.

Instances

Instances details
FromJSON SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Generic SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Associated Types

type Rep SyncJobSummary :: Type -> Type #

Read SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Show SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

NFData SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Methods

rnf :: SyncJobSummary -> () #

Eq SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

Hashable SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

type Rep SyncJobSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncJobSummary

type Rep SyncJobSummary = D1 ('MetaData "SyncJobSummary" "Amazonka.IotTwinMaker.Types.SyncJobSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "SyncJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncJobStatus)))) :*: (S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSyncJobSummary :: SyncJobSummary Source #

Create a value of SyncJobSummary 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:SyncJobSummary', syncJobSummary_arn - The SyncJob summary ARN.

$sel:creationDateTime:SyncJobSummary', syncJobSummary_creationDateTime - The creation date and time.

$sel:status:SyncJobSummary', syncJobSummary_status - The SyncJob summaries status.

$sel:syncSource:SyncJobSummary', syncJobSummary_syncSource - The sync source.

$sel:updateDateTime:SyncJobSummary', syncJobSummary_updateDateTime - The update date and time.

$sel:workspaceId:SyncJobSummary', syncJobSummary_workspaceId - The ID of the workspace that contains the sync job.

SyncResourceFilter

data SyncResourceFilter Source #

The sync resource filter.

See: newSyncResourceFilter smart constructor.

Instances

Instances details
ToJSON SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

Generic SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

Associated Types

type Rep SyncResourceFilter :: Type -> Type #

Read SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

Show SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

NFData SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

Methods

rnf :: SyncResourceFilter -> () #

Eq SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

Hashable SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

type Rep SyncResourceFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceFilter

type Rep SyncResourceFilter = D1 ('MetaData "SyncResourceFilter" "Amazonka.IotTwinMaker.Types.SyncResourceFilter" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "SyncResourceFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncResourceType)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncResourceState)))))

newSyncResourceFilter :: SyncResourceFilter Source #

Create a value of SyncResourceFilter 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:externalId:SyncResourceFilter', syncResourceFilter_externalId - The external Id.

$sel:resourceId:SyncResourceFilter', syncResourceFilter_resourceId - The sync resource filter resource Id.

$sel:resourceType:SyncResourceFilter', syncResourceFilter_resourceType - The sync resource filter resoucre type

$sel:state:SyncResourceFilter', syncResourceFilter_state - The sync resource filter's state.

SyncResourceStatus

data SyncResourceStatus Source #

The sync resource status.

See: newSyncResourceStatus smart constructor.

Instances

Instances details
FromJSON SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

Generic SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

Associated Types

type Rep SyncResourceStatus :: Type -> Type #

Read SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

Show SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

NFData SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

Methods

rnf :: SyncResourceStatus -> () #

Eq SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

Hashable SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

type Rep SyncResourceStatus Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceStatus

type Rep SyncResourceStatus = D1 ('MetaData "SyncResourceStatus" "Amazonka.IotTwinMaker.Types.SyncResourceStatus" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "SyncResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncResourceState))))

newSyncResourceStatus :: SyncResourceStatus Source #

Create a value of SyncResourceStatus 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:error:SyncResourceStatus', syncResourceStatus_error - The status error.

$sel:state:SyncResourceStatus', syncResourceStatus_state - The sync resource status state.

SyncResourceSummary

data SyncResourceSummary Source #

The sync resource summary.

See: newSyncResourceSummary smart constructor.

Instances

Instances details
FromJSON SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

Generic SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

Associated Types

type Rep SyncResourceSummary :: Type -> Type #

Read SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

Show SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

NFData SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

Methods

rnf :: SyncResourceSummary -> () #

Eq SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

Hashable SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

type Rep SyncResourceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.SyncResourceSummary

type Rep SyncResourceSummary = D1 ('MetaData "SyncResourceSummary" "Amazonka.IotTwinMaker.Types.SyncResourceSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "SyncResourceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncResourceType)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncResourceStatus)) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newSyncResourceSummary :: SyncResourceSummary Source #

Create a value of SyncResourceSummary 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:externalId:SyncResourceSummary', syncResourceSummary_externalId - The external Id.

$sel:resourceId:SyncResourceSummary', syncResourceSummary_resourceId - The resource Id.

$sel:resourceType:SyncResourceSummary', syncResourceSummary_resourceType - The resource type.

$sel:status:SyncResourceSummary', syncResourceSummary_status - The sync resource summary status.

$sel:updateDateTime:SyncResourceSummary', syncResourceSummary_updateDateTime - The update date and time.

TabularConditions

data TabularConditions Source #

The tabular conditions.

See: newTabularConditions smart constructor.

Instances

Instances details
ToJSON TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Generic TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Associated Types

type Rep TabularConditions :: Type -> Type #

Read TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Show TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

NFData TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Methods

rnf :: TabularConditions -> () #

Eq TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Hashable TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

type Rep TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

type Rep TabularConditions = D1 ('MetaData "TabularConditions" "Amazonka.IotTwinMaker.Types.TabularConditions" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "TabularConditions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orderBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty OrderBy))) :*: S1 ('MetaSel ('Just "propertyFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PropertyFilter)))))

newTabularConditions :: TabularConditions Source #

Create a value of TabularConditions 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:orderBy:TabularConditions', tabularConditions_orderBy - Filter criteria that orders the output. It can be sorted in ascending or descending order.

$sel:propertyFilters:TabularConditions', tabularConditions_propertyFilters - You can filter the request using various logical operators and a key-value format. For example:

{"key": "serverType", "value": "webServer"}

WorkspaceSummary

data WorkspaceSummary Source #

An object that contains information about a workspace.

See: newWorkspaceSummary smart constructor.

Instances

Instances details
FromJSON WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Generic WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Associated Types

type Rep WorkspaceSummary :: Type -> Type #

Read WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Show WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

NFData WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Methods

rnf :: WorkspaceSummary -> () #

Eq WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

Hashable WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

type Rep WorkspaceSummary Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.WorkspaceSummary

type Rep WorkspaceSummary = D1 ('MetaData "WorkspaceSummary" "Amazonka.IotTwinMaker.Types.WorkspaceSummary" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "WorkspaceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newWorkspaceSummary Source #

Create a value of WorkspaceSummary 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:WorkspaceSummary', workspaceSummary_description - The description of the workspace.

$sel:workspaceId:WorkspaceSummary', workspaceSummary_workspaceId - The ID of the workspace.

$sel:arn:WorkspaceSummary', workspaceSummary_arn - The ARN of the workspace.

$sel:creationDateTime:WorkspaceSummary', workspaceSummary_creationDateTime - The date and time when the workspace was created.

$sel:updateDateTime:WorkspaceSummary', workspaceSummary_updateDateTime - The date and time when the workspace was last updated.