libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTThingsGraph

Contents

Description

Derived from API version 2018-09-06 of the AWS service descriptions, licensed under Apache 2.0.

AWS IoT Things Graph

AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services and defining how they interact at an abstract level.

For more information about how AWS IoT Things Graph works, see the User Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-09-06 of the Amazon IoT Things Graph 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 IoTThingsGraph.

InvalidRequestException

ResourceAlreadyExistsException

ThrottlingException

InternalFailureException

ResourceNotFoundException

LimitExceededException

ResourceInUseException

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.

GetFlowTemplate

data GetFlowTemplate Source #

See: newGetFlowTemplate smart constructor.

Instances

Instances details
Eq GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Read GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Show GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Generic GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Associated Types

type Rep GetFlowTemplate :: Type -> Type #

NFData GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Methods

rnf :: GetFlowTemplate -> () #

Hashable GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

ToJSON GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

AWSRequest GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Associated Types

type AWSResponse GetFlowTemplate #

ToHeaders GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

ToPath GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

ToQuery GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

type Rep GetFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

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

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

newGetFlowTemplate Source #

Create a value of GetFlowTemplate 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:revisionNumber:GetFlowTemplate', getFlowTemplate_revisionNumber - The number of the workflow revision to retrieve.

$sel:id:GetFlowTemplate', getFlowTemplate_id - The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

data GetFlowTemplateResponse Source #

See: newGetFlowTemplateResponse smart constructor.

Instances

Instances details
Eq GetFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Read GetFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Show GetFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Generic GetFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Associated Types

type Rep GetFlowTemplateResponse :: Type -> Type #

NFData GetFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

Methods

rnf :: GetFlowTemplateResponse -> () #

type Rep GetFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplate

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

newGetFlowTemplateResponse Source #

Create a value of GetFlowTemplateResponse 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:GetFlowTemplateResponse', getFlowTemplateResponse_description - The object that describes the specified workflow.

$sel:httpStatus:GetFlowTemplateResponse', getFlowTemplateResponse_httpStatus - The response's http status code.

UpdateSystemTemplate

data UpdateSystemTemplate Source #

See: newUpdateSystemTemplate smart constructor.

Instances

Instances details
Eq UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Read UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Show UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Generic UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Associated Types

type Rep UpdateSystemTemplate :: Type -> Type #

NFData UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Methods

rnf :: UpdateSystemTemplate -> () #

Hashable UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

ToJSON UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

AWSRequest UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Associated Types

type AWSResponse UpdateSystemTemplate #

ToHeaders UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

ToPath UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

ToQuery UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

type Rep UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

type Rep UpdateSystemTemplate = D1 ('MetaData "UpdateSystemTemplate" "Amazonka.IoTThingsGraph.UpdateSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "UpdateSystemTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compatibleNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefinitionDocument))))
type AWSResponse UpdateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

newUpdateSystemTemplate Source #

Create a value of UpdateSystemTemplate 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:compatibleNamespaceVersion:UpdateSystemTemplate', updateSystemTemplate_compatibleNamespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.

If no value is specified, the latest version is used by default.

$sel:id:UpdateSystemTemplate', updateSystemTemplate_id - The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

$sel:definition:UpdateSystemTemplate', updateSystemTemplate_definition - The DefinitionDocument that contains the updated system definition.

data UpdateSystemTemplateResponse Source #

See: newUpdateSystemTemplateResponse smart constructor.

Instances

Instances details
Eq UpdateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Read UpdateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Show UpdateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Generic UpdateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

Associated Types

type Rep UpdateSystemTemplateResponse :: Type -> Type #

NFData UpdateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

type Rep UpdateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateSystemTemplate

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

newUpdateSystemTemplateResponse Source #

Create a value of UpdateSystemTemplateResponse 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:summary:UpdateSystemTemplateResponse', updateSystemTemplateResponse_summary - An object containing summary information about the updated system.

$sel:httpStatus:UpdateSystemTemplateResponse', updateSystemTemplateResponse_httpStatus - The response's http status code.

DeleteSystemTemplate

data DeleteSystemTemplate Source #

See: newDeleteSystemTemplate smart constructor.

Instances

Instances details
Eq DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Read DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Show DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Generic DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Associated Types

type Rep DeleteSystemTemplate :: Type -> Type #

NFData DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Methods

rnf :: DeleteSystemTemplate -> () #

Hashable DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

ToJSON DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

AWSRequest DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Associated Types

type AWSResponse DeleteSystemTemplate #

ToHeaders DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

ToPath DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

ToQuery DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

type Rep DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

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

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

newDeleteSystemTemplate Source #

Create a value of DeleteSystemTemplate with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DeleteSystemTemplate', deleteSystemTemplate_id - The ID of the system to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

data DeleteSystemTemplateResponse Source #

See: newDeleteSystemTemplateResponse smart constructor.

Instances

Instances details
Eq DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Read DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Show DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Generic DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Associated Types

type Rep DeleteSystemTemplateResponse :: Type -> Type #

NFData DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

type Rep DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

type Rep DeleteSystemTemplateResponse = D1 ('MetaData "DeleteSystemTemplateResponse" "Amazonka.IoTThingsGraph.DeleteSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteSystemTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSystemTemplateResponse Source #

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

DeprecateFlowTemplate

data DeprecateFlowTemplate Source #

See: newDeprecateFlowTemplate smart constructor.

Instances

Instances details
Eq DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Read DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Show DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Generic DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Associated Types

type Rep DeprecateFlowTemplate :: Type -> Type #

NFData DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Methods

rnf :: DeprecateFlowTemplate -> () #

Hashable DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

ToJSON DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

AWSRequest DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Associated Types

type AWSResponse DeprecateFlowTemplate #

ToHeaders DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

ToPath DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

ToQuery DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

type Rep DeprecateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

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

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

newDeprecateFlowTemplate Source #

Create a value of DeprecateFlowTemplate with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DeprecateFlowTemplate', deprecateFlowTemplate_id - The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

data DeprecateFlowTemplateResponse Source #

See: newDeprecateFlowTemplateResponse smart constructor.

Instances

Instances details
Eq DeprecateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Read DeprecateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Show DeprecateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Generic DeprecateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

Associated Types

type Rep DeprecateFlowTemplateResponse :: Type -> Type #

NFData DeprecateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

type Rep DeprecateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateFlowTemplate

type Rep DeprecateFlowTemplateResponse = D1 ('MetaData "DeprecateFlowTemplateResponse" "Amazonka.IoTThingsGraph.DeprecateFlowTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeprecateFlowTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeprecateFlowTemplateResponse Source #

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

DeploySystemInstance

data DeploySystemInstance Source #

See: newDeploySystemInstance smart constructor.

Instances

Instances details
Eq DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Read DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Show DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Generic DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Associated Types

type Rep DeploySystemInstance :: Type -> Type #

NFData DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Methods

rnf :: DeploySystemInstance -> () #

Hashable DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

ToJSON DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

AWSRequest DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Associated Types

type AWSResponse DeploySystemInstance #

ToHeaders DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

ToPath DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

ToQuery DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

type Rep DeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

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

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

newDeploySystemInstance :: DeploySystemInstance Source #

Create a value of DeploySystemInstance with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DeploySystemInstance', deploySystemInstance_id - The ID of the system instance. This value is returned by the CreateSystemInstance action.

The ID should be in the following format.

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

data DeploySystemInstanceResponse Source #

See: newDeploySystemInstanceResponse smart constructor.

Instances

Instances details
Eq DeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Read DeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Show DeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Generic DeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

Associated Types

type Rep DeploySystemInstanceResponse :: Type -> Type #

NFData DeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

type Rep DeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeploySystemInstance

type Rep DeploySystemInstanceResponse = D1 ('MetaData "DeploySystemInstanceResponse" "Amazonka.IoTThingsGraph.DeploySystemInstance" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeploySystemInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "greengrassDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SystemInstanceSummary))))

newDeploySystemInstanceResponse Source #

Create a value of DeploySystemInstanceResponse 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:greengrassDeploymentId:DeploySystemInstanceResponse', deploySystemInstanceResponse_greengrassDeploymentId - The ID of the Greengrass deployment used to deploy the system instance.

$sel:httpStatus:DeploySystemInstanceResponse', deploySystemInstanceResponse_httpStatus - The response's http status code.

$sel:summary:DeploySystemInstanceResponse', deploySystemInstanceResponse_summary - An object that contains summary information about a system instance that was deployed.

SearchFlowTemplates (Paginated)

data SearchFlowTemplates Source #

See: newSearchFlowTemplates smart constructor.

Instances

Instances details
Eq SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Read SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Show SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Generic SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Associated Types

type Rep SearchFlowTemplates :: Type -> Type #

NFData SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Methods

rnf :: SearchFlowTemplates -> () #

Hashable SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

ToJSON SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

AWSPager SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

AWSRequest SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Associated Types

type AWSResponse SearchFlowTemplates #

ToHeaders SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

ToPath SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

ToQuery SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplates = D1 ('MetaData "SearchFlowTemplates" "Amazonka.IoTThingsGraph.SearchFlowTemplates" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchFlowTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowTemplateFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

newSearchFlowTemplates :: SearchFlowTemplates Source #

Create a value of SearchFlowTemplates 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:SearchFlowTemplates', searchFlowTemplates_filters - An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

$sel:nextToken:SearchFlowTemplates', searchFlowTemplates_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:SearchFlowTemplates', searchFlowTemplates_maxResults - The maximum number of results to return in the response.

data SearchFlowTemplatesResponse Source #

See: newSearchFlowTemplatesResponse smart constructor.

Instances

Instances details
Eq SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Read SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Show SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Generic SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Associated Types

type Rep SearchFlowTemplatesResponse :: Type -> Type #

NFData SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplatesResponse = D1 ('MetaData "SearchFlowTemplatesResponse" "Amazonka.IoTThingsGraph.SearchFlowTemplates" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchFlowTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowTemplateSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchFlowTemplatesResponse Source #

Create a value of SearchFlowTemplatesResponse 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:nextToken:SearchFlowTemplates', searchFlowTemplatesResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:summaries:SearchFlowTemplatesResponse', searchFlowTemplatesResponse_summaries - An array of objects that contain summary information about each workflow in the result set.

$sel:httpStatus:SearchFlowTemplatesResponse', searchFlowTemplatesResponse_httpStatus - The response's http status code.

DeleteNamespace

data DeleteNamespace Source #

See: newDeleteNamespace smart constructor.

Constructors

DeleteNamespace' 

Instances

Instances details
Eq DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Read DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Show DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Generic DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Associated Types

type Rep DeleteNamespace :: Type -> Type #

NFData DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Methods

rnf :: DeleteNamespace -> () #

Hashable DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

ToJSON DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

AWSRequest DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Associated Types

type AWSResponse DeleteNamespace #

ToHeaders DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

ToPath DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

ToQuery DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

type Rep DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

type Rep DeleteNamespace = D1 ('MetaData "DeleteNamespace" "Amazonka.IoTThingsGraph.DeleteNamespace" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteNamespace'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DeleteNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

newDeleteNamespace :: DeleteNamespace Source #

Create a value of DeleteNamespace with all optional fields omitted.

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

data DeleteNamespaceResponse Source #

See: newDeleteNamespaceResponse smart constructor.

Instances

Instances details
Eq DeleteNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Read DeleteNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Show DeleteNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Generic DeleteNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Associated Types

type Rep DeleteNamespaceResponse :: Type -> Type #

NFData DeleteNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

Methods

rnf :: DeleteNamespaceResponse -> () #

type Rep DeleteNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteNamespace

type Rep DeleteNamespaceResponse = D1 ('MetaData "DeleteNamespaceResponse" "Amazonka.IoTThingsGraph.DeleteNamespace" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteNamespaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteNamespaceResponse Source #

Create a value of DeleteNamespaceResponse 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:namespaceArn:DeleteNamespaceResponse', deleteNamespaceResponse_namespaceArn - The ARN of the namespace to be deleted.

$sel:namespaceName:DeleteNamespaceResponse', deleteNamespaceResponse_namespaceName - The name of the namespace to be deleted.

$sel:httpStatus:DeleteNamespaceResponse', deleteNamespaceResponse_httpStatus - The response's http status code.

GetSystemInstance

data GetSystemInstance Source #

See: newGetSystemInstance smart constructor.

Constructors

GetSystemInstance' Text 

Instances

Instances details
Eq GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Read GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Show GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Generic GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Associated Types

type Rep GetSystemInstance :: Type -> Type #

NFData GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Methods

rnf :: GetSystemInstance -> () #

Hashable GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

ToJSON GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

AWSRequest GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Associated Types

type AWSResponse GetSystemInstance #

ToHeaders GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

ToPath GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

ToQuery GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

type Rep GetSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

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

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

newGetSystemInstance Source #

Create a value of GetSystemInstance with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:GetSystemInstance', getSystemInstance_id - The ID of the system deployment instance. This value is returned by CreateSystemInstance.

The ID should be in the following format.

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

data GetSystemInstanceResponse Source #

See: newGetSystemInstanceResponse smart constructor.

Instances

Instances details
Eq GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Read GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Show GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Generic GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

Associated Types

type Rep GetSystemInstanceResponse :: Type -> Type #

NFData GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

type Rep GetSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemInstance

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

newGetSystemInstanceResponse Source #

Create a value of GetSystemInstanceResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:GetSystemInstanceResponse', getSystemInstanceResponse_description - An object that describes the system instance.

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

ListFlowExecutionMessages (Paginated)

data ListFlowExecutionMessages Source #

See: newListFlowExecutionMessages smart constructor.

Instances

Instances details
Eq ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Read ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Show ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Generic ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Associated Types

type Rep ListFlowExecutionMessages :: Type -> Type #

NFData ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Hashable ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToJSON ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

AWSPager ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

AWSRequest ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToHeaders ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToPath ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToQuery ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessages = D1 ('MetaData "ListFlowExecutionMessages" "Amazonka.IoTThingsGraph.ListFlowExecutionMessages" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "ListFlowExecutionMessages'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "flowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

newListFlowExecutionMessages Source #

Create a value of ListFlowExecutionMessages 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:nextToken:ListFlowExecutionMessages', listFlowExecutionMessages_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:ListFlowExecutionMessages', listFlowExecutionMessages_maxResults - The maximum number of results to return in the response.

$sel:flowExecutionId:ListFlowExecutionMessages', listFlowExecutionMessages_flowExecutionId - The ID of the flow execution.

data ListFlowExecutionMessagesResponse Source #

See: newListFlowExecutionMessagesResponse smart constructor.

Instances

Instances details
Eq ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Read ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Show ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Generic ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Associated Types

type Rep ListFlowExecutionMessagesResponse :: Type -> Type #

NFData ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessagesResponse = D1 ('MetaData "ListFlowExecutionMessagesResponse" "Amazonka.IoTThingsGraph.ListFlowExecutionMessages" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "ListFlowExecutionMessagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowExecutionMessage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFlowExecutionMessagesResponse Source #

Create a value of ListFlowExecutionMessagesResponse 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:nextToken:ListFlowExecutionMessages', listFlowExecutionMessagesResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:messages:ListFlowExecutionMessagesResponse', listFlowExecutionMessagesResponse_messages - A list of objects that contain information about events in the specified flow execution.

$sel:httpStatus:ListFlowExecutionMessagesResponse', listFlowExecutionMessagesResponse_httpStatus - The response's http status code.

ListTagsForResource (Paginated)

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

AWSPager ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.IoTThingsGraph.ListTagsForResource" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

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:nextToken:ListTagsForResource', listTagsForResource_nextToken - The token that specifies the next page of results to return.

$sel:maxResults:ListTagsForResource', listTagsForResource_maxResults - The maximum number of tags to return.

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource whose tags are to be returned.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.IoTThingsGraph.ListTagsForResource" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" '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 [Tag])) :*: 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:

$sel:nextToken:ListTagsForResource', listTagsForResourceResponse_nextToken - The token that specifies the next page of results to return.

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - List of tags returned by the ListTagsForResource operation.

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

SearchFlowExecutions (Paginated)

data SearchFlowExecutions Source #

See: newSearchFlowExecutions smart constructor.

Instances

Instances details
Eq SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Read SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Show SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Generic SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Associated Types

type Rep SearchFlowExecutions :: Type -> Type #

NFData SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Methods

rnf :: SearchFlowExecutions -> () #

Hashable SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

ToJSON SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

AWSPager SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

AWSRequest SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Associated Types

type AWSResponse SearchFlowExecutions #

ToHeaders SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

ToPath SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

ToQuery SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

type Rep SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

type Rep SearchFlowExecutions = D1 ('MetaData "SearchFlowExecutions" "Amazonka.IoTThingsGraph.SearchFlowExecutions" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchFlowExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "flowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "systemInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

newSearchFlowExecutions Source #

Create a value of SearchFlowExecutions 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:startTime:SearchFlowExecutions', searchFlowExecutions_startTime - The date and time of the earliest flow execution to return.

$sel:flowExecutionId:SearchFlowExecutions', searchFlowExecutions_flowExecutionId - The ID of a flow execution.

$sel:nextToken:SearchFlowExecutions', searchFlowExecutions_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:endTime:SearchFlowExecutions', searchFlowExecutions_endTime - The date and time of the latest flow execution to return.

$sel:maxResults:SearchFlowExecutions', searchFlowExecutions_maxResults - The maximum number of results to return in the response.

$sel:systemInstanceId:SearchFlowExecutions', searchFlowExecutions_systemInstanceId - The ID of the system instance that contains the flow.

data SearchFlowExecutionsResponse Source #

See: newSearchFlowExecutionsResponse smart constructor.

Instances

Instances details
Eq SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Read SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Show SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Generic SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Associated Types

type Rep SearchFlowExecutionsResponse :: Type -> Type #

NFData SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

type Rep SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

type Rep SearchFlowExecutionsResponse = D1 ('MetaData "SearchFlowExecutionsResponse" "Amazonka.IoTThingsGraph.SearchFlowExecutions" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchFlowExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowExecutionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchFlowExecutionsResponse Source #

Create a value of SearchFlowExecutionsResponse 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:nextToken:SearchFlowExecutions', searchFlowExecutionsResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:summaries:SearchFlowExecutionsResponse', searchFlowExecutionsResponse_summaries - An array of objects that contain summary information about each workflow execution in the result set.

$sel:httpStatus:SearchFlowExecutionsResponse', searchFlowExecutionsResponse_httpStatus - The response's http status code.

DeleteSystemInstance

data DeleteSystemInstance Source #

See: newDeleteSystemInstance smart constructor.

Instances

Instances details
Eq DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Read DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Show DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Generic DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Associated Types

type Rep DeleteSystemInstance :: Type -> Type #

NFData DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Methods

rnf :: DeleteSystemInstance -> () #

Hashable DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

ToJSON DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

AWSRequest DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Associated Types

type AWSResponse DeleteSystemInstance #

ToHeaders DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

ToPath DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

ToQuery DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

type Rep DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

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

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

newDeleteSystemInstance :: DeleteSystemInstance Source #

Create a value of DeleteSystemInstance with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DeleteSystemInstance', deleteSystemInstance_id - The ID of the system instance to be deleted.

data DeleteSystemInstanceResponse Source #

See: newDeleteSystemInstanceResponse smart constructor.

Instances

Instances details
Eq DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Read DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Show DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Generic DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Associated Types

type Rep DeleteSystemInstanceResponse :: Type -> Type #

NFData DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

type Rep DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

type Rep DeleteSystemInstanceResponse = D1 ('MetaData "DeleteSystemInstanceResponse" "Amazonka.IoTThingsGraph.DeleteSystemInstance" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteSystemInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSystemInstanceResponse Source #

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

CreateSystemInstance

data CreateSystemInstance Source #

See: newCreateSystemInstance smart constructor.

Instances

Instances details
Eq CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Read CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Show CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Generic CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Associated Types

type Rep CreateSystemInstance :: Type -> Type #

NFData CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Methods

rnf :: CreateSystemInstance -> () #

Hashable CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

ToJSON CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

AWSRequest CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Associated Types

type AWSResponse CreateSystemInstance #

ToHeaders CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

ToPath CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

ToQuery CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

type Rep CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

type Rep CreateSystemInstance = D1 ('MetaData "CreateSystemInstance" "Amazonka.IoTThingsGraph.CreateSystemInstance" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "CreateSystemInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metricsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsConfiguration)) :*: (S1 ('MetaSel ('Just "greengrassGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowActionsRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefinitionDocument) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentTarget)))))
type AWSResponse CreateSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

newCreateSystemInstance Source #

Create a value of CreateSystemInstance 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:metricsConfiguration:CreateSystemInstance', createSystemInstance_metricsConfiguration - Undocumented member.

$sel:greengrassGroupName:CreateSystemInstance', createSystemInstance_greengrassGroupName - The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

$sel:flowActionsRoleArn:CreateSystemInstance', createSystemInstance_flowActionsRoleArn - The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

$sel:s3BucketName:CreateSystemInstance', createSystemInstance_s3BucketName - The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

$sel:tags:CreateSystemInstance', createSystemInstance_tags - Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

$sel:definition:CreateSystemInstance', createSystemInstance_definition - Undocumented member.

$sel:target:CreateSystemInstance', createSystemInstance_target - The target type of the deployment. Valid values are GREENGRASS and CLOUD.

data CreateSystemInstanceResponse Source #

See: newCreateSystemInstanceResponse smart constructor.

Instances

Instances details
Eq CreateSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Read CreateSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Show CreateSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Generic CreateSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

Associated Types

type Rep CreateSystemInstanceResponse :: Type -> Type #

NFData CreateSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

type Rep CreateSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemInstance

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

newCreateSystemInstanceResponse Source #

Create a value of CreateSystemInstanceResponse 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:summary:CreateSystemInstanceResponse', createSystemInstanceResponse_summary - The summary object that describes the new system instance.

$sel:httpStatus:CreateSystemInstanceResponse', createSystemInstanceResponse_httpStatus - The response's http status code.

DeprecateSystemTemplate

data DeprecateSystemTemplate Source #

See: newDeprecateSystemTemplate smart constructor.

Instances

Instances details
Eq DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Read DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Show DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Generic DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Associated Types

type Rep DeprecateSystemTemplate :: Type -> Type #

NFData DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Methods

rnf :: DeprecateSystemTemplate -> () #

Hashable DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToJSON DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

AWSRequest DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToHeaders DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToPath DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToQuery DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

type Rep DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

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

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

newDeprecateSystemTemplate Source #

Create a value of DeprecateSystemTemplate with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DeprecateSystemTemplate', deprecateSystemTemplate_id - The ID of the system to delete.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

data DeprecateSystemTemplateResponse Source #

See: newDeprecateSystemTemplateResponse smart constructor.

Instances

Instances details
Eq DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Read DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Show DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Generic DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Associated Types

type Rep DeprecateSystemTemplateResponse :: Type -> Type #

NFData DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

type Rep DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

type Rep DeprecateSystemTemplateResponse = D1 ('MetaData "DeprecateSystemTemplateResponse" "Amazonka.IoTThingsGraph.DeprecateSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeprecateSystemTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeprecateSystemTemplateResponse Source #

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

GetSystemTemplateRevisions (Paginated)

data GetSystemTemplateRevisions Source #

See: newGetSystemTemplateRevisions smart constructor.

Instances

Instances details
Eq GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Read GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Show GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Generic GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Associated Types

type Rep GetSystemTemplateRevisions :: Type -> Type #

NFData GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Hashable GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

ToJSON GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

AWSPager GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

AWSRequest GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

ToHeaders GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

ToPath GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

ToQuery GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

type Rep GetSystemTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

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

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

newGetSystemTemplateRevisions Source #

Create a value of GetSystemTemplateRevisions 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:nextToken:GetSystemTemplateRevisions', getSystemTemplateRevisions_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:GetSystemTemplateRevisions', getSystemTemplateRevisions_maxResults - The maximum number of results to return in the response.

$sel:id:GetSystemTemplateRevisions', getSystemTemplateRevisions_id - The ID of the system template.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

data GetSystemTemplateRevisionsResponse Source #

Instances

Instances details
Eq GetSystemTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Read GetSystemTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Show GetSystemTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Generic GetSystemTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

Associated Types

type Rep GetSystemTemplateRevisionsResponse :: Type -> Type #

NFData GetSystemTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

type Rep GetSystemTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplateRevisions

type Rep GetSystemTemplateRevisionsResponse = D1 ('MetaData "GetSystemTemplateRevisionsResponse" "Amazonka.IoTThingsGraph.GetSystemTemplateRevisions" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetSystemTemplateRevisionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SystemTemplateSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSystemTemplateRevisionsResponse Source #

Create a value of GetSystemTemplateRevisionsResponse 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:nextToken:GetSystemTemplateRevisions', getSystemTemplateRevisionsResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:summaries:GetSystemTemplateRevisionsResponse', getSystemTemplateRevisionsResponse_summaries - An array of objects that contain summary data about the system template revisions.

$sel:httpStatus:GetSystemTemplateRevisionsResponse', getSystemTemplateRevisionsResponse_httpStatus - The response's http status code.

SearchEntities (Paginated)

data SearchEntities Source #

See: newSearchEntities smart constructor.

Instances

Instances details
Eq SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Read SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Show SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Generic SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Associated Types

type Rep SearchEntities :: Type -> Type #

NFData SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Methods

rnf :: SearchEntities -> () #

Hashable SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

ToJSON SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

AWSPager SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

AWSRequest SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Associated Types

type AWSResponse SearchEntities #

ToHeaders SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

ToPath SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

ToQuery SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

type Rep SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

type Rep SearchEntities = D1 ('MetaData "SearchEntities" "Amazonka.IoTThingsGraph.SearchEntities" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchEntities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntityFilter])) :*: S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "entityTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EntityType])))))
type AWSResponse SearchEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

newSearchEntities :: SearchEntities Source #

Create a value of SearchEntities 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:SearchEntities', searchEntities_filters - Optional filter to apply to the search. Valid filters are NAME NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

$sel:namespaceVersion:SearchEntities', searchEntities_namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.

$sel:nextToken:SearchEntities', searchEntities_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:SearchEntities', searchEntities_maxResults - The maximum number of results to return in the response.

$sel:entityTypes:SearchEntities', searchEntities_entityTypes - The entity types for which to search.

data SearchEntitiesResponse Source #

See: newSearchEntitiesResponse smart constructor.

Instances

Instances details
Eq SearchEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Read SearchEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Show SearchEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Generic SearchEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Associated Types

type Rep SearchEntitiesResponse :: Type -> Type #

NFData SearchEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

Methods

rnf :: SearchEntitiesResponse -> () #

type Rep SearchEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchEntities

type Rep SearchEntitiesResponse = D1 ('MetaData "SearchEntitiesResponse" "Amazonka.IoTThingsGraph.SearchEntities" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchEntitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "descriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntityDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchEntitiesResponse Source #

Create a value of SearchEntitiesResponse 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:nextToken:SearchEntities', searchEntitiesResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:descriptions:SearchEntitiesResponse', searchEntitiesResponse_descriptions - An array of descriptions for each entity returned in the search result.

$sel:httpStatus:SearchEntitiesResponse', searchEntitiesResponse_httpStatus - The response's http status code.

DeleteFlowTemplate

data DeleteFlowTemplate Source #

See: newDeleteFlowTemplate smart constructor.

Instances

Instances details
Eq DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Read DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Show DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Generic DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Associated Types

type Rep DeleteFlowTemplate :: Type -> Type #

NFData DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Methods

rnf :: DeleteFlowTemplate -> () #

Hashable DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

ToJSON DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

AWSRequest DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Associated Types

type AWSResponse DeleteFlowTemplate #

ToHeaders DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

ToPath DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

ToQuery DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

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

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

newDeleteFlowTemplate Source #

Create a value of DeleteFlowTemplate with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DeleteFlowTemplate', deleteFlowTemplate_id - The ID of the workflow to be deleted.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

data DeleteFlowTemplateResponse Source #

See: newDeleteFlowTemplateResponse smart constructor.

Instances

Instances details
Eq DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Read DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Show DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Generic DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

Associated Types

type Rep DeleteFlowTemplateResponse :: Type -> Type #

NFData DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteFlowTemplate

type Rep DeleteFlowTemplateResponse = D1 ('MetaData "DeleteFlowTemplateResponse" "Amazonka.IoTThingsGraph.DeleteFlowTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteFlowTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFlowTemplateResponse Source #

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

UpdateFlowTemplate

data UpdateFlowTemplate Source #

See: newUpdateFlowTemplate smart constructor.

Instances

Instances details
Eq UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Read UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Show UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Generic UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Associated Types

type Rep UpdateFlowTemplate :: Type -> Type #

NFData UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Methods

rnf :: UpdateFlowTemplate -> () #

Hashable UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

ToJSON UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

AWSRequest UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Associated Types

type AWSResponse UpdateFlowTemplate #

ToHeaders UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

ToPath UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

ToQuery UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

type Rep UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

type Rep UpdateFlowTemplate = D1 ('MetaData "UpdateFlowTemplate" "Amazonka.IoTThingsGraph.UpdateFlowTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "UpdateFlowTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compatibleNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefinitionDocument))))
type AWSResponse UpdateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

newUpdateFlowTemplate Source #

Create a value of UpdateFlowTemplate 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:compatibleNamespaceVersion:UpdateFlowTemplate', updateFlowTemplate_compatibleNamespaceVersion - The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

$sel:id:UpdateFlowTemplate', updateFlowTemplate_id - The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

$sel:definition:UpdateFlowTemplate', updateFlowTemplate_definition - The DefinitionDocument that contains the updated workflow definition.

data UpdateFlowTemplateResponse Source #

See: newUpdateFlowTemplateResponse smart constructor.

Instances

Instances details
Eq UpdateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Read UpdateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Show UpdateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Generic UpdateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

Associated Types

type Rep UpdateFlowTemplateResponse :: Type -> Type #

NFData UpdateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

type Rep UpdateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UpdateFlowTemplate

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

newUpdateFlowTemplateResponse Source #

Create a value of UpdateFlowTemplateResponse 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:summary:UpdateFlowTemplateResponse', updateFlowTemplateResponse_summary - An object containing summary information about the updated workflow.

$sel:httpStatus:UpdateFlowTemplateResponse', updateFlowTemplateResponse_httpStatus - The response's http status code.

GetSystemTemplate

data GetSystemTemplate Source #

See: newGetSystemTemplate smart constructor.

Instances

Instances details
Eq GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Read GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Show GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Generic GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Associated Types

type Rep GetSystemTemplate :: Type -> Type #

NFData GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Methods

rnf :: GetSystemTemplate -> () #

Hashable GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

ToJSON GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

AWSRequest GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Associated Types

type AWSResponse GetSystemTemplate #

ToHeaders GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

ToPath GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

ToQuery GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

type Rep GetSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

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

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

newGetSystemTemplate Source #

Create a value of GetSystemTemplate 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:revisionNumber:GetSystemTemplate', getSystemTemplate_revisionNumber - The number that specifies the revision of the system to get.

$sel:id:GetSystemTemplate', getSystemTemplate_id - The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

data GetSystemTemplateResponse Source #

See: newGetSystemTemplateResponse smart constructor.

Instances

Instances details
Eq GetSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Read GetSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Show GetSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Generic GetSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

Associated Types

type Rep GetSystemTemplateResponse :: Type -> Type #

NFData GetSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

type Rep GetSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetSystemTemplate

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

newGetSystemTemplateResponse Source #

Create a value of GetSystemTemplateResponse 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:GetSystemTemplateResponse', getSystemTemplateResponse_description - An object that contains summary data about the system.

$sel:httpStatus:GetSystemTemplateResponse', getSystemTemplateResponse_httpStatus - The response's http status code.

SearchSystemInstances (Paginated)

data SearchSystemInstances Source #

See: newSearchSystemInstances smart constructor.

Instances

Instances details
Eq SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Read SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Show SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Generic SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Associated Types

type Rep SearchSystemInstances :: Type -> Type #

NFData SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Methods

rnf :: SearchSystemInstances -> () #

Hashable SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

ToJSON SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

AWSPager SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

AWSRequest SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Associated Types

type AWSResponse SearchSystemInstances #

ToHeaders SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

ToPath SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

ToQuery SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

type Rep SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

type Rep SearchSystemInstances = D1 ('MetaData "SearchSystemInstances" "Amazonka.IoTThingsGraph.SearchSystemInstances" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchSystemInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SystemInstanceFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse SearchSystemInstances Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

newSearchSystemInstances :: SearchSystemInstances Source #

Create a value of SearchSystemInstances 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:SearchSystemInstances', searchSystemInstances_filters - Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

$sel:nextToken:SearchSystemInstances', searchSystemInstances_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:SearchSystemInstances', searchSystemInstances_maxResults - The maximum number of results to return in the response.

data SearchSystemInstancesResponse Source #

See: newSearchSystemInstancesResponse smart constructor.

Instances

Instances details
Eq SearchSystemInstancesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Read SearchSystemInstancesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Show SearchSystemInstancesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Generic SearchSystemInstancesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

Associated Types

type Rep SearchSystemInstancesResponse :: Type -> Type #

NFData SearchSystemInstancesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

type Rep SearchSystemInstancesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemInstances

type Rep SearchSystemInstancesResponse = D1 ('MetaData "SearchSystemInstancesResponse" "Amazonka.IoTThingsGraph.SearchSystemInstances" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchSystemInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SystemInstanceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchSystemInstancesResponse Source #

Create a value of SearchSystemInstancesResponse 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:nextToken:SearchSystemInstances', searchSystemInstancesResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:summaries:SearchSystemInstancesResponse', searchSystemInstancesResponse_summaries - An array of objects that contain summary data abour the system instances in the result set.

$sel:httpStatus:SearchSystemInstancesResponse', searchSystemInstancesResponse_httpStatus - The response's http status code.

GetUploadStatus

data GetUploadStatus Source #

See: newGetUploadStatus smart constructor.

Constructors

GetUploadStatus' Text 

Instances

Instances details
Eq GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Read GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Show GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Generic GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Associated Types

type Rep GetUploadStatus :: Type -> Type #

NFData GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Methods

rnf :: GetUploadStatus -> () #

Hashable GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

ToJSON GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

AWSRequest GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Associated Types

type AWSResponse GetUploadStatus #

ToHeaders GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

ToPath GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

ToQuery GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

type Rep GetUploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

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

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

newGetUploadStatus Source #

Create a value of GetUploadStatus 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:uploadId:GetUploadStatus', getUploadStatus_uploadId - The ID of the upload. This value is returned by the UploadEntityDefinitions action.

data GetUploadStatusResponse Source #

See: newGetUploadStatusResponse smart constructor.

Instances

Instances details
Eq GetUploadStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Read GetUploadStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Show GetUploadStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Generic GetUploadStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Associated Types

type Rep GetUploadStatusResponse :: Type -> Type #

NFData GetUploadStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

Methods

rnf :: GetUploadStatusResponse -> () #

type Rep GetUploadStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetUploadStatus

type Rep GetUploadStatusResponse = D1 ('MetaData "GetUploadStatusResponse" "Amazonka.IoTThingsGraph.GetUploadStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetUploadStatusResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "namespaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "uploadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "uploadStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UploadStatus) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newGetUploadStatusResponse Source #

Create a value of GetUploadStatusResponse 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:failureReason:GetUploadStatusResponse', getUploadStatusResponse_failureReason - The reason for an upload failure.

$sel:namespaceArn:GetUploadStatusResponse', getUploadStatusResponse_namespaceArn - The ARN of the upload.

$sel:namespaceVersion:GetUploadStatusResponse', getUploadStatusResponse_namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.

$sel:namespaceName:GetUploadStatusResponse', getUploadStatusResponse_namespaceName - The name of the upload's namespace.

$sel:httpStatus:GetUploadStatusResponse', getUploadStatusResponse_httpStatus - The response's http status code.

$sel:uploadId:GetUploadStatus', getUploadStatusResponse_uploadId - The ID of the upload.

$sel:uploadStatus:GetUploadStatusResponse', getUploadStatusResponse_uploadStatus - The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

$sel:createdDate:GetUploadStatusResponse', getUploadStatusResponse_createdDate - The date at which the upload was created.

CreateSystemTemplate

data CreateSystemTemplate Source #

See: newCreateSystemTemplate smart constructor.

Instances

Instances details
Eq CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Read CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Show CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Generic CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Associated Types

type Rep CreateSystemTemplate :: Type -> Type #

NFData CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Methods

rnf :: CreateSystemTemplate -> () #

Hashable CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

ToJSON CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

AWSRequest CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Associated Types

type AWSResponse CreateSystemTemplate #

ToHeaders CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

ToPath CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

ToQuery CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

type Rep CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

type Rep CreateSystemTemplate = D1 ('MetaData "CreateSystemTemplate" "Amazonka.IoTThingsGraph.CreateSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "CreateSystemTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compatibleNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefinitionDocument)))
type AWSResponse CreateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

newCreateSystemTemplate Source #

Create a value of CreateSystemTemplate 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:compatibleNamespaceVersion:CreateSystemTemplate', createSystemTemplate_compatibleNamespaceVersion - The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

$sel:definition:CreateSystemTemplate', createSystemTemplate_definition - The DefinitionDocument used to create the system.

data CreateSystemTemplateResponse Source #

See: newCreateSystemTemplateResponse smart constructor.

Instances

Instances details
Eq CreateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Read CreateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Show CreateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Generic CreateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

Associated Types

type Rep CreateSystemTemplateResponse :: Type -> Type #

NFData CreateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

type Rep CreateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateSystemTemplate

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

newCreateSystemTemplateResponse Source #

Create a value of CreateSystemTemplateResponse 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:summary:CreateSystemTemplateResponse', createSystemTemplateResponse_summary - The summary object that describes the created system.

$sel:httpStatus:CreateSystemTemplateResponse', createSystemTemplateResponse_httpStatus - The response's http status code.

UndeploySystemInstance

data UndeploySystemInstance Source #

See: newUndeploySystemInstance smart constructor.

Instances

Instances details
Eq UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Read UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Show UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Generic UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Associated Types

type Rep UndeploySystemInstance :: Type -> Type #

NFData UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Methods

rnf :: UndeploySystemInstance -> () #

Hashable UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

ToJSON UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

AWSRequest UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Associated Types

type AWSResponse UndeploySystemInstance #

ToHeaders UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

ToPath UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

ToQuery UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

type Rep UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

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

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

newUndeploySystemInstance :: UndeploySystemInstance Source #

Create a value of UndeploySystemInstance with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:UndeploySystemInstance', undeploySystemInstance_id - The ID of the system instance to remove from its target.

data UndeploySystemInstanceResponse Source #

See: newUndeploySystemInstanceResponse smart constructor.

Instances

Instances details
Eq UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Read UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Show UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Generic UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Associated Types

type Rep UndeploySystemInstanceResponse :: Type -> Type #

NFData UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

type Rep UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

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

newUndeploySystemInstanceResponse Source #

Create a value of UndeploySystemInstanceResponse 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:summary:UndeploySystemInstanceResponse', undeploySystemInstanceResponse_summary - An object that contains summary information about the system instance that was removed from its target.

$sel:httpStatus:UndeploySystemInstanceResponse', undeploySystemInstanceResponse_httpStatus - The response's http status code.

GetFlowTemplateRevisions (Paginated)

data GetFlowTemplateRevisions Source #

See: newGetFlowTemplateRevisions smart constructor.

Instances

Instances details
Eq GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Read GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Show GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Generic GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Associated Types

type Rep GetFlowTemplateRevisions :: Type -> Type #

NFData GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Hashable GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

ToJSON GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

AWSPager GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

AWSRequest GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

ToHeaders GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

ToPath GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

ToQuery GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

type Rep GetFlowTemplateRevisions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

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

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

newGetFlowTemplateRevisions Source #

Create a value of GetFlowTemplateRevisions 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:nextToken:GetFlowTemplateRevisions', getFlowTemplateRevisions_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:GetFlowTemplateRevisions', getFlowTemplateRevisions_maxResults - The maximum number of results to return in the response.

$sel:id:GetFlowTemplateRevisions', getFlowTemplateRevisions_id - The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

data GetFlowTemplateRevisionsResponse Source #

See: newGetFlowTemplateRevisionsResponse smart constructor.

Instances

Instances details
Eq GetFlowTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Read GetFlowTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Show GetFlowTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Generic GetFlowTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

Associated Types

type Rep GetFlowTemplateRevisionsResponse :: Type -> Type #

NFData GetFlowTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

type Rep GetFlowTemplateRevisionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetFlowTemplateRevisions

type Rep GetFlowTemplateRevisionsResponse = D1 ('MetaData "GetFlowTemplateRevisionsResponse" "Amazonka.IoTThingsGraph.GetFlowTemplateRevisions" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetFlowTemplateRevisionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowTemplateSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetFlowTemplateRevisionsResponse Source #

Create a value of GetFlowTemplateRevisionsResponse 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:nextToken:GetFlowTemplateRevisions', getFlowTemplateRevisionsResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:summaries:GetFlowTemplateRevisionsResponse', getFlowTemplateRevisionsResponse_summaries - An array of objects that provide summary data about each revision.

$sel:httpStatus:GetFlowTemplateRevisionsResponse', getFlowTemplateRevisionsResponse_httpStatus - The response's http status code.

GetNamespaceDeletionStatus

data GetNamespaceDeletionStatus Source #

See: newGetNamespaceDeletionStatus smart constructor.

Instances

Instances details
Eq GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Read GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Show GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Generic GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Associated Types

type Rep GetNamespaceDeletionStatus :: Type -> Type #

NFData GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Hashable GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

ToJSON GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

AWSRequest GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

ToHeaders GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

ToPath GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

ToQuery GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

type Rep GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

type Rep GetNamespaceDeletionStatus = D1 ('MetaData "GetNamespaceDeletionStatus" "Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetNamespaceDeletionStatus'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetNamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

newGetNamespaceDeletionStatus :: GetNamespaceDeletionStatus Source #

Create a value of GetNamespaceDeletionStatus with all optional fields omitted.

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

data GetNamespaceDeletionStatusResponse Source #

Instances

Instances details
Eq GetNamespaceDeletionStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Read GetNamespaceDeletionStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Show GetNamespaceDeletionStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Generic GetNamespaceDeletionStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

Associated Types

type Rep GetNamespaceDeletionStatusResponse :: Type -> Type #

NFData GetNamespaceDeletionStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

type Rep GetNamespaceDeletionStatusResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus

type Rep GetNamespaceDeletionStatusResponse = D1 ('MetaData "GetNamespaceDeletionStatusResponse" "Amazonka.IoTThingsGraph.GetNamespaceDeletionStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetNamespaceDeletionStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceDeletionStatus)) :*: (S1 ('MetaSel ('Just "namespaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceDeletionStatusErrorCodes)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetNamespaceDeletionStatusResponse Source #

Create a value of GetNamespaceDeletionStatusResponse 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:status:GetNamespaceDeletionStatusResponse', getNamespaceDeletionStatusResponse_status - The status of the deletion request.

$sel:namespaceArn:GetNamespaceDeletionStatusResponse', getNamespaceDeletionStatusResponse_namespaceArn - The ARN of the namespace that is being deleted.

$sel:namespaceName:GetNamespaceDeletionStatusResponse', getNamespaceDeletionStatusResponse_namespaceName - The name of the namespace that is being deleted.

$sel:errorCode:GetNamespaceDeletionStatusResponse', getNamespaceDeletionStatusResponse_errorCode - An error code returned by the namespace deletion task.

$sel:errorMessage:GetNamespaceDeletionStatusResponse', getNamespaceDeletionStatusResponse_errorMessage - An error code returned by the namespace deletion task.

$sel:httpStatus:GetNamespaceDeletionStatusResponse', getNamespaceDeletionStatusResponse_httpStatus - The response's http status code.

AssociateEntityToThing

data AssociateEntityToThing Source #

See: newAssociateEntityToThing smart constructor.

Instances

Instances details
Eq AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Read AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Show AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Generic AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Associated Types

type Rep AssociateEntityToThing :: Type -> Type #

NFData AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Methods

rnf :: AssociateEntityToThing -> () #

Hashable AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

ToJSON AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

AWSRequest AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Associated Types

type AWSResponse AssociateEntityToThing #

ToHeaders AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

ToPath AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

ToQuery AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

type Rep AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

type Rep AssociateEntityToThing = D1 ('MetaData "AssociateEntityToThing" "Amazonka.IoTThingsGraph.AssociateEntityToThing" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "AssociateEntityToThing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateEntityToThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

newAssociateEntityToThing Source #

Create a value of AssociateEntityToThing 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:namespaceVersion:AssociateEntityToThing', associateEntityToThing_namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.

$sel:thingName:AssociateEntityToThing', associateEntityToThing_thingName - The name of the thing to which the entity is to be associated.

$sel:entityId:AssociateEntityToThing', associateEntityToThing_entityId - The ID of the device to be associated with the thing.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

data AssociateEntityToThingResponse Source #

See: newAssociateEntityToThingResponse smart constructor.

Instances

Instances details
Eq AssociateEntityToThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Read AssociateEntityToThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Show AssociateEntityToThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Generic AssociateEntityToThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

Associated Types

type Rep AssociateEntityToThingResponse :: Type -> Type #

NFData AssociateEntityToThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

type Rep AssociateEntityToThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.AssociateEntityToThing

type Rep AssociateEntityToThingResponse = D1 ('MetaData "AssociateEntityToThingResponse" "Amazonka.IoTThingsGraph.AssociateEntityToThing" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "AssociateEntityToThingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateEntityToThingResponse Source #

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

SearchSystemTemplates (Paginated)

data SearchSystemTemplates Source #

See: newSearchSystemTemplates smart constructor.

Instances

Instances details
Eq SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Read SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Show SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Generic SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Associated Types

type Rep SearchSystemTemplates :: Type -> Type #

NFData SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Methods

rnf :: SearchSystemTemplates -> () #

Hashable SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

ToJSON SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

AWSPager SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

AWSRequest SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Associated Types

type AWSResponse SearchSystemTemplates #

ToHeaders SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

ToPath SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

ToQuery SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

type Rep SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

type Rep SearchSystemTemplates = D1 ('MetaData "SearchSystemTemplates" "Amazonka.IoTThingsGraph.SearchSystemTemplates" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchSystemTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SystemTemplateFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse SearchSystemTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

newSearchSystemTemplates :: SearchSystemTemplates Source #

Create a value of SearchSystemTemplates 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:SearchSystemTemplates', searchSystemTemplates_filters - An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.

$sel:nextToken:SearchSystemTemplates', searchSystemTemplates_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:SearchSystemTemplates', searchSystemTemplates_maxResults - The maximum number of results to return in the response.

data SearchSystemTemplatesResponse Source #

See: newSearchSystemTemplatesResponse smart constructor.

Instances

Instances details
Eq SearchSystemTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Read SearchSystemTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Show SearchSystemTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Generic SearchSystemTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

Associated Types

type Rep SearchSystemTemplatesResponse :: Type -> Type #

NFData SearchSystemTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

type Rep SearchSystemTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchSystemTemplates

type Rep SearchSystemTemplatesResponse = D1 ('MetaData "SearchSystemTemplatesResponse" "Amazonka.IoTThingsGraph.SearchSystemTemplates" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchSystemTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SystemTemplateSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchSystemTemplatesResponse Source #

Create a value of SearchSystemTemplatesResponse 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:nextToken:SearchSystemTemplates', searchSystemTemplatesResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:summaries:SearchSystemTemplatesResponse', searchSystemTemplatesResponse_summaries - An array of objects that contain summary information about each system deployment in the result set.

$sel:httpStatus:SearchSystemTemplatesResponse', searchSystemTemplatesResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.IoTThingsGraph.TagResource" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

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 Amazon Resource Name (ARN) of the resource whose tags are returned.

$sel:tags:TagResource', tagResource_tags - A list of tags to add to the resource.>

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.IoTThingsGraph.TagResource" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" '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.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

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

Defined in Amazonka.IoTThingsGraph.UntagResource

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 Amazon Resource Name (ARN) of the resource whose tags are to be removed.

$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.

This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.IoTThingsGraph.UntagResource" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" '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.

GetEntities

data GetEntities Source #

See: newGetEntities smart constructor.

Constructors

GetEntities' (Maybe Integer) [Text] 

Instances

Instances details
Eq GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Read GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Show GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Generic GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Associated Types

type Rep GetEntities :: Type -> Type #

NFData GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Methods

rnf :: GetEntities -> () #

Hashable GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

ToJSON GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

AWSRequest GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Associated Types

type AWSResponse GetEntities #

ToHeaders GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Methods

toHeaders :: GetEntities -> [Header] #

ToPath GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

ToQuery GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

type Rep GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

type Rep GetEntities = D1 ('MetaData "GetEntities" "Amazonka.IoTThingsGraph.GetEntities" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetEntities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse GetEntities Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

newGetEntities :: GetEntities Source #

Create a value of GetEntities 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:namespaceVersion:GetEntities', getEntities_namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.

$sel:ids:GetEntities', getEntities_ids - An array of entity IDs.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

data GetEntitiesResponse Source #

See: newGetEntitiesResponse smart constructor.

Instances

Instances details
Eq GetEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Read GetEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Show GetEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Generic GetEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Associated Types

type Rep GetEntitiesResponse :: Type -> Type #

NFData GetEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

Methods

rnf :: GetEntitiesResponse -> () #

type Rep GetEntitiesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.GetEntities

type Rep GetEntitiesResponse = D1 ('MetaData "GetEntitiesResponse" "Amazonka.IoTThingsGraph.GetEntities" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "GetEntitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "descriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntityDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetEntitiesResponse Source #

Create a value of GetEntitiesResponse 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:descriptions:GetEntitiesResponse', getEntitiesResponse_descriptions - An array of descriptions for the specified entities.

$sel:httpStatus:GetEntitiesResponse', getEntitiesResponse_httpStatus - The response's http status code.

DescribeNamespace

data DescribeNamespace Source #

See: newDescribeNamespace smart constructor.

Constructors

DescribeNamespace' (Maybe Text) 

Instances

Instances details
Eq DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Read DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Show DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Generic DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Associated Types

type Rep DescribeNamespace :: Type -> Type #

NFData DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Methods

rnf :: DescribeNamespace -> () #

Hashable DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

ToJSON DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

AWSRequest DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Associated Types

type AWSResponse DescribeNamespace #

ToHeaders DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

ToPath DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

ToQuery DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

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

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

newDescribeNamespace :: DescribeNamespace Source #

Create a value of DescribeNamespace 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:namespaceName:DescribeNamespace', describeNamespace_namespaceName - The name of the user's namespace. Set this to aws to get the public namespace.

data DescribeNamespaceResponse Source #

See: newDescribeNamespaceResponse smart constructor.

Instances

Instances details
Eq DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Read DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Show DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Generic DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Associated Types

type Rep DescribeNamespaceResponse :: Type -> Type #

NFData DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespaceResponse = D1 ('MetaData "DescribeNamespaceResponse" "Amazonka.IoTThingsGraph.DescribeNamespace" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DescribeNamespaceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "namespaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trackingNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trackingNamespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeNamespaceResponse Source #

Create a value of DescribeNamespaceResponse 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:namespaceArn:DescribeNamespaceResponse', describeNamespaceResponse_namespaceArn - The ARN of the namespace.

$sel:trackingNamespaceVersion:DescribeNamespaceResponse', describeNamespaceResponse_trackingNamespaceVersion - The version of the public namespace that the latest version is tracking.

$sel:namespaceVersion:DescribeNamespaceResponse', describeNamespaceResponse_namespaceVersion - The version of the user's namespace to describe.

$sel:namespaceName:DescribeNamespace', describeNamespaceResponse_namespaceName - The name of the namespace.

$sel:trackingNamespaceName:DescribeNamespaceResponse', describeNamespaceResponse_trackingNamespaceName - The name of the public namespace that the latest namespace version is tracking.

$sel:httpStatus:DescribeNamespaceResponse', describeNamespaceResponse_httpStatus - The response's http status code.

CreateFlowTemplate

data CreateFlowTemplate Source #

See: newCreateFlowTemplate smart constructor.

Instances

Instances details
Eq CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Read CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Show CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Generic CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Associated Types

type Rep CreateFlowTemplate :: Type -> Type #

NFData CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Methods

rnf :: CreateFlowTemplate -> () #

Hashable CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

ToJSON CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

AWSRequest CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Associated Types

type AWSResponse CreateFlowTemplate #

ToHeaders CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

ToPath CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

ToQuery CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

type Rep CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

type Rep CreateFlowTemplate = D1 ('MetaData "CreateFlowTemplate" "Amazonka.IoTThingsGraph.CreateFlowTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "CreateFlowTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compatibleNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefinitionDocument)))
type AWSResponse CreateFlowTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

newCreateFlowTemplate Source #

Create a value of CreateFlowTemplate 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:compatibleNamespaceVersion:CreateFlowTemplate', createFlowTemplate_compatibleNamespaceVersion - The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

$sel:definition:CreateFlowTemplate', createFlowTemplate_definition - The workflow DefinitionDocument.

data CreateFlowTemplateResponse Source #

See: newCreateFlowTemplateResponse smart constructor.

Instances

Instances details
Eq CreateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Read CreateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Show CreateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Generic CreateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

Associated Types

type Rep CreateFlowTemplateResponse :: Type -> Type #

NFData CreateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

type Rep CreateFlowTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.CreateFlowTemplate

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

newCreateFlowTemplateResponse Source #

Create a value of CreateFlowTemplateResponse 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:summary:CreateFlowTemplateResponse', createFlowTemplateResponse_summary - The summary object that describes the created workflow.

$sel:httpStatus:CreateFlowTemplateResponse', createFlowTemplateResponse_httpStatus - The response's http status code.

UploadEntityDefinitions

data UploadEntityDefinitions Source #

See: newUploadEntityDefinitions smart constructor.

Instances

Instances details
Eq UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Read UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Show UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Generic UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Associated Types

type Rep UploadEntityDefinitions :: Type -> Type #

NFData UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Methods

rnf :: UploadEntityDefinitions -> () #

Hashable UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

ToJSON UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

AWSRequest UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

ToHeaders UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

ToPath UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

ToQuery UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

type Rep UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

type Rep UploadEntityDefinitions = D1 ('MetaData "UploadEntityDefinitions" "Amazonka.IoTThingsGraph.UploadEntityDefinitions" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "UploadEntityDefinitions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "syncWithPublicNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "deprecateExistingEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "document") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)))))
type AWSResponse UploadEntityDefinitions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

newUploadEntityDefinitions :: UploadEntityDefinitions Source #

Create a value of UploadEntityDefinitions 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:syncWithPublicNamespace:UploadEntityDefinitions', uploadEntityDefinitions_syncWithPublicNamespace - A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.

$sel:deprecateExistingEntities:UploadEntityDefinitions', uploadEntityDefinitions_deprecateExistingEntities - A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

$sel:document:UploadEntityDefinitions', uploadEntityDefinitions_document - The DefinitionDocument that defines the updated entities.

data UploadEntityDefinitionsResponse Source #

See: newUploadEntityDefinitionsResponse smart constructor.

Instances

Instances details
Eq UploadEntityDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Read UploadEntityDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Show UploadEntityDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Generic UploadEntityDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

Associated Types

type Rep UploadEntityDefinitionsResponse :: Type -> Type #

NFData UploadEntityDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

type Rep UploadEntityDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UploadEntityDefinitions

type Rep UploadEntityDefinitionsResponse = D1 ('MetaData "UploadEntityDefinitionsResponse" "Amazonka.IoTThingsGraph.UploadEntityDefinitions" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "UploadEntityDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "uploadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUploadEntityDefinitionsResponse Source #

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

$sel:uploadId:UploadEntityDefinitionsResponse', uploadEntityDefinitionsResponse_uploadId - The ID that specifies the upload action. You can use this to track the status of the upload.

DissociateEntityFromThing

data DissociateEntityFromThing Source #

See: newDissociateEntityFromThing smart constructor.

Instances

Instances details
Eq DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Read DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Show DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Generic DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Associated Types

type Rep DissociateEntityFromThing :: Type -> Type #

NFData DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Hashable DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToJSON DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

AWSRequest DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToHeaders DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToPath DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToQuery DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

type Rep DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

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

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

newDissociateEntityFromThing Source #

Create a value of DissociateEntityFromThing with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:thingName:DissociateEntityFromThing', dissociateEntityFromThing_thingName - The name of the thing to disassociate.

$sel:entityType:DissociateEntityFromThing', dissociateEntityFromThing_entityType - The entity type from which to disassociate the thing.

data DissociateEntityFromThingResponse Source #

See: newDissociateEntityFromThingResponse smart constructor.

Instances

Instances details
Eq DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Read DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Show DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Generic DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Associated Types

type Rep DissociateEntityFromThingResponse :: Type -> Type #

NFData DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

type Rep DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

type Rep DissociateEntityFromThingResponse = D1 ('MetaData "DissociateEntityFromThingResponse" "Amazonka.IoTThingsGraph.DissociateEntityFromThing" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DissociateEntityFromThingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDissociateEntityFromThingResponse Source #

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

SearchThings (Paginated)

data SearchThings Source #

See: newSearchThings smart constructor.

Instances

Instances details
Eq SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Read SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Show SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Generic SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Associated Types

type Rep SearchThings :: Type -> Type #

NFData SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Methods

rnf :: SearchThings -> () #

Hashable SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

ToJSON SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

AWSPager SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

AWSRequest SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Associated Types

type AWSResponse SearchThings #

ToHeaders SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

ToPath SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

ToQuery SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

type Rep SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

type Rep SearchThings = D1 ('MetaData "SearchThings" "Amazonka.IoTThingsGraph.SearchThings" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchThings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SearchThings Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

newSearchThings Source #

Create a value of SearchThings 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:namespaceVersion:SearchThings', searchThings_namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.

$sel:nextToken:SearchThings', searchThings_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:SearchThings', searchThings_maxResults - The maximum number of results to return in the response.

$sel:entityId:SearchThings', searchThings_entityId - The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

data SearchThingsResponse Source #

See: newSearchThingsResponse smart constructor.

Instances

Instances details
Eq SearchThingsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Read SearchThingsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Show SearchThingsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Generic SearchThingsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Associated Types

type Rep SearchThingsResponse :: Type -> Type #

NFData SearchThingsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

Methods

rnf :: SearchThingsResponse -> () #

type Rep SearchThingsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchThings

type Rep SearchThingsResponse = D1 ('MetaData "SearchThingsResponse" "Amazonka.IoTThingsGraph.SearchThings" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchThingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "things") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Thing])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchThingsResponse Source #

Create a value of SearchThingsResponse 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:nextToken:SearchThings', searchThingsResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:things:SearchThingsResponse', searchThingsResponse_things - An array of things in the result set.

$sel:httpStatus:SearchThingsResponse', searchThingsResponse_httpStatus - The response's http status code.

Types

DefinitionLanguage

newtype DefinitionLanguage Source #

Bundled Patterns

pattern DefinitionLanguage_GRAPHQL :: DefinitionLanguage 

Instances

Instances details
Eq DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

Ord DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

Read DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

Show DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

Generic DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

Associated Types

type Rep DefinitionLanguage :: Type -> Type #

NFData DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

Methods

rnf :: DefinitionLanguage -> () #

Hashable DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToJSON DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToJSONKey DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

FromJSON DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

FromJSONKey DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToLog DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToHeader DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToQuery DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

FromXML DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToXML DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToByteString DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

FromText DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

ToText DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

type Rep DefinitionLanguage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionLanguage

type Rep DefinitionLanguage = D1 ('MetaData "DefinitionLanguage" "Amazonka.IoTThingsGraph.Types.DefinitionLanguage" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "DefinitionLanguage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDefinitionLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentTarget

newtype DeploymentTarget Source #

Instances

Instances details
Eq DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

Ord DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

Read DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

Show DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

Generic DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

Associated Types

type Rep DeploymentTarget :: Type -> Type #

NFData DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

Methods

rnf :: DeploymentTarget -> () #

Hashable DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToJSON DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToJSONKey DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

FromJSON DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

FromJSONKey DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToLog DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToHeader DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToQuery DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

FromXML DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToXML DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToByteString DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

FromText DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

ToText DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

type Rep DeploymentTarget Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DeploymentTarget

type Rep DeploymentTarget = D1 ('MetaData "DeploymentTarget" "Amazonka.IoTThingsGraph.Types.DeploymentTarget" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "DeploymentTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EntityFilterName

newtype EntityFilterName Source #

Instances

Instances details
Eq EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

Ord EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

Read EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

Show EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

Generic EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

Associated Types

type Rep EntityFilterName :: Type -> Type #

NFData EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

Methods

rnf :: EntityFilterName -> () #

Hashable EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToJSON EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToJSONKey EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

FromJSON EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

FromJSONKey EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToLog EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToHeader EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToQuery EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

FromXML EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToXML EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToByteString EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

FromText EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

ToText EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

type Rep EntityFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilterName

type Rep EntityFilterName = D1 ('MetaData "EntityFilterName" "Amazonka.IoTThingsGraph.Types.EntityFilterName" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "EntityFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEntityFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EntityType

newtype EntityType Source #

Constructors

EntityType' 

Fields

Instances

Instances details
Eq EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Ord EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Read EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Show EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Generic EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Associated Types

type Rep EntityType :: Type -> Type #

NFData EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Methods

rnf :: EntityType -> () #

Hashable EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToJSON EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToJSONKey EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

FromJSON EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

FromJSONKey EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToLog EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToHeader EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToQuery EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

FromXML EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToXML EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Methods

toXML :: EntityType -> XML #

ToByteString EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

FromText EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

ToText EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

Methods

toText :: EntityType -> Text #

type Rep EntityType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityType

type Rep EntityType = D1 ('MetaData "EntityType" "Amazonka.IoTThingsGraph.Types.EntityType" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "EntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEntityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlowExecutionEventType

newtype FlowExecutionEventType Source #

Instances

Instances details
Eq FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

Ord FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

Read FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

Show FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

Generic FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

Associated Types

type Rep FlowExecutionEventType :: Type -> Type #

NFData FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

Methods

rnf :: FlowExecutionEventType -> () #

Hashable FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToJSON FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToJSONKey FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

FromJSON FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

FromJSONKey FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToLog FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToHeader FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToQuery FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

FromXML FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToXML FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToByteString FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

FromText FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

ToText FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

type Rep FlowExecutionEventType Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionEventType

type Rep FlowExecutionEventType = D1 ('MetaData "FlowExecutionEventType" "Amazonka.IoTThingsGraph.Types.FlowExecutionEventType" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "FlowExecutionEventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlowExecutionEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlowExecutionStatus

newtype FlowExecutionStatus Source #

Instances

Instances details
Eq FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

Ord FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

Read FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

Show FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

Generic FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

Associated Types

type Rep FlowExecutionStatus :: Type -> Type #

NFData FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

Methods

rnf :: FlowExecutionStatus -> () #

Hashable FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToJSON FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToJSONKey FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

FromJSON FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

FromJSONKey FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToLog FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToHeader FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToQuery FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

FromXML FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToXML FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToByteString FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

FromText FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

ToText FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

type Rep FlowExecutionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionStatus

type Rep FlowExecutionStatus = D1 ('MetaData "FlowExecutionStatus" "Amazonka.IoTThingsGraph.Types.FlowExecutionStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "FlowExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlowExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlowTemplateFilterName

newtype FlowTemplateFilterName Source #

Instances

Instances details
Eq FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

Ord FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

Read FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

Show FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

Generic FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

Associated Types

type Rep FlowTemplateFilterName :: Type -> Type #

NFData FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

Methods

rnf :: FlowTemplateFilterName -> () #

Hashable FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToJSON FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToJSONKey FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

FromJSON FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

FromJSONKey FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToLog FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToHeader FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToQuery FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

FromXML FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToXML FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToByteString FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

FromText FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

ToText FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

type Rep FlowTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName

type Rep FlowTemplateFilterName = D1 ('MetaData "FlowTemplateFilterName" "Amazonka.IoTThingsGraph.Types.FlowTemplateFilterName" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "FlowTemplateFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlowTemplateFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NamespaceDeletionStatus

newtype NamespaceDeletionStatus Source #

Instances

Instances details
Eq NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

Ord NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

Read NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

Show NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

Generic NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

Associated Types

type Rep NamespaceDeletionStatus :: Type -> Type #

NFData NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

Methods

rnf :: NamespaceDeletionStatus -> () #

Hashable NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToJSON NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToJSONKey NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

FromJSON NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

FromJSONKey NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToLog NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToHeader NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToQuery NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

FromXML NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToXML NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToByteString NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

FromText NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

ToText NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

type Rep NamespaceDeletionStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus

type Rep NamespaceDeletionStatus = D1 ('MetaData "NamespaceDeletionStatus" "Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "NamespaceDeletionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNamespaceDeletionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NamespaceDeletionStatusErrorCodes

newtype NamespaceDeletionStatusErrorCodes Source #

Instances

Instances details
Eq NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

Ord NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

Read NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

Show NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

Generic NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

Associated Types

type Rep NamespaceDeletionStatusErrorCodes :: Type -> Type #

NFData NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

Hashable NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToJSON NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToJSONKey NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

FromJSON NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

FromJSONKey NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToLog NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToHeader NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToQuery NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

FromXML NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToXML NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToByteString NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

FromText NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

ToText NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

type Rep NamespaceDeletionStatusErrorCodes Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes

type Rep NamespaceDeletionStatusErrorCodes = D1 ('MetaData "NamespaceDeletionStatusErrorCodes" "Amazonka.IoTThingsGraph.Types.NamespaceDeletionStatusErrorCodes" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "NamespaceDeletionStatusErrorCodes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNamespaceDeletionStatusErrorCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SystemInstanceDeploymentStatus

newtype SystemInstanceDeploymentStatus Source #

Instances

Instances details
Eq SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

Ord SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

Read SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

Show SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

Generic SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

Associated Types

type Rep SystemInstanceDeploymentStatus :: Type -> Type #

NFData SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

Hashable SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToJSON SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToJSONKey SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

FromJSON SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

FromJSONKey SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToLog SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToHeader SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToQuery SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

FromXML SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToXML SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToByteString SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

FromText SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

ToText SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

type Rep SystemInstanceDeploymentStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus

type Rep SystemInstanceDeploymentStatus = D1 ('MetaData "SystemInstanceDeploymentStatus" "Amazonka.IoTThingsGraph.Types.SystemInstanceDeploymentStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "SystemInstanceDeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSystemInstanceDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SystemInstanceFilterName

newtype SystemInstanceFilterName Source #

Instances

Instances details
Eq SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

Ord SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

Read SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

Show SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

Generic SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

Associated Types

type Rep SystemInstanceFilterName :: Type -> Type #

NFData SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

Hashable SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToJSON SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToJSONKey SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

FromJSON SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

FromJSONKey SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToLog SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToHeader SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToQuery SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

FromXML SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToXML SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToByteString SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

FromText SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

ToText SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

type Rep SystemInstanceFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName

type Rep SystemInstanceFilterName = D1 ('MetaData "SystemInstanceFilterName" "Amazonka.IoTThingsGraph.Types.SystemInstanceFilterName" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "SystemInstanceFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSystemInstanceFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SystemTemplateFilterName

newtype SystemTemplateFilterName Source #

Instances

Instances details
Eq SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

Ord SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

Read SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

Show SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

Generic SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

Associated Types

type Rep SystemTemplateFilterName :: Type -> Type #

NFData SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

Hashable SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToJSON SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToJSONKey SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

FromJSON SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

FromJSONKey SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToLog SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToHeader SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToQuery SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

FromXML SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToXML SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToByteString SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

FromText SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

ToText SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

type Rep SystemTemplateFilterName Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName

type Rep SystemTemplateFilterName = D1 ('MetaData "SystemTemplateFilterName" "Amazonka.IoTThingsGraph.Types.SystemTemplateFilterName" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "SystemTemplateFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSystemTemplateFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UploadStatus

newtype UploadStatus Source #

Constructors

UploadStatus' 

Instances

Instances details
Eq UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Ord UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Read UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Show UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Generic UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Associated Types

type Rep UploadStatus :: Type -> Type #

NFData UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Methods

rnf :: UploadStatus -> () #

Hashable UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToJSON UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToJSONKey UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

FromJSON UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

FromJSONKey UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToLog UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToHeader UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToQuery UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

FromXML UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToXML UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Methods

toXML :: UploadStatus -> XML #

ToByteString UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

FromText UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

ToText UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

Methods

toText :: UploadStatus -> Text #

type Rep UploadStatus Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.UploadStatus

type Rep UploadStatus = D1 ('MetaData "UploadStatus" "Amazonka.IoTThingsGraph.Types.UploadStatus" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'True) (C1 ('MetaCons "UploadStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUploadStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DefinitionDocument

data DefinitionDocument Source #

A document that defines an entity.

See: newDefinitionDocument smart constructor.

Instances

Instances details
Eq DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

Read DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

Show DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

Generic DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

Associated Types

type Rep DefinitionDocument :: Type -> Type #

NFData DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

Methods

rnf :: DefinitionDocument -> () #

Hashable DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

ToJSON DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

FromJSON DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

type Rep DefinitionDocument Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DefinitionDocument

type Rep DefinitionDocument = D1 ('MetaData "DefinitionDocument" "Amazonka.IoTThingsGraph.Types.DefinitionDocument" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DefinitionDocument'" 'PrefixI 'True) (S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefinitionLanguage) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDefinitionDocument Source #

Create a value of DefinitionDocument 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:language:DefinitionDocument', definitionDocument_language - The language used to define the entity. GRAPHQL is the only valid value.

$sel:text:DefinitionDocument', definitionDocument_text - The GraphQL text that defines the entity.

DependencyRevision

data DependencyRevision Source #

An object that contains the ID and revision number of a workflow or system that is part of a deployment.

See: newDependencyRevision smart constructor.

Instances

Instances details
Eq DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

Read DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

Show DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

Generic DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

Associated Types

type Rep DependencyRevision :: Type -> Type #

NFData DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

Methods

rnf :: DependencyRevision -> () #

Hashable DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

FromJSON DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

type Rep DependencyRevision Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.DependencyRevision

type Rep DependencyRevision = D1 ('MetaData "DependencyRevision" "Amazonka.IoTThingsGraph.Types.DependencyRevision" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DependencyRevision'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDependencyRevision :: DependencyRevision Source #

Create a value of DependencyRevision 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:revisionNumber:DependencyRevision', dependencyRevision_revisionNumber - The revision number of the workflow or system.

$sel:id:DependencyRevision', dependencyRevision_id - The ID of the workflow or system.

EntityDescription

data EntityDescription Source #

Describes the properties of an entity.

See: newEntityDescription smart constructor.

Instances

Instances details
Eq EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Read EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Show EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Generic EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Associated Types

type Rep EntityDescription :: Type -> Type #

NFData EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

Methods

rnf :: EntityDescription -> () #

Hashable EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

FromJSON EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

type Rep EntityDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityDescription

type Rep EntityDescription = D1 ('MetaData "EntityDescription" "Amazonka.IoTThingsGraph.Types.EntityDescription" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "EntityDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntityType))))))

newEntityDescription :: EntityDescription Source #

Create a value of EntityDescription 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:EntityDescription', entityDescription_arn - The entity ARN.

$sel:createdAt:EntityDescription', entityDescription_createdAt - The time at which the entity was created.

$sel:definition:EntityDescription', entityDescription_definition - The definition document of the entity.

$sel:id:EntityDescription', entityDescription_id - The entity ID.

$sel:type':EntityDescription', entityDescription_type - The entity type.

EntityFilter

data EntityFilter Source #

An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes a NAMESPACE and a REFERENCED_ENTITY_ID filter searches for entities in the specified namespace that use the entity specified by the value of REFERENCED_ENTITY_ID.

See: newEntityFilter smart constructor.

Instances

Instances details
Eq EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

Read EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

Show EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

Generic EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

Associated Types

type Rep EntityFilter :: Type -> Type #

NFData EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

Methods

rnf :: EntityFilter -> () #

Hashable EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

ToJSON EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

type Rep EntityFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.EntityFilter

type Rep EntityFilter = D1 ('MetaData "EntityFilter" "Amazonka.IoTThingsGraph.Types.EntityFilter" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "EntityFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntityFilterName))))

newEntityFilter :: EntityFilter Source #

Create a value of EntityFilter 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:value:EntityFilter', entityFilter_value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.

$sel:name:EntityFilter', entityFilter_name - The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

FlowExecutionMessage

data FlowExecutionMessage Source #

An object that contains information about a flow event.

See: newFlowExecutionMessage smart constructor.

Instances

Instances details
Eq FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

Read FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

Show FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

Generic FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

Associated Types

type Rep FlowExecutionMessage :: Type -> Type #

NFData FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

Methods

rnf :: FlowExecutionMessage -> () #

Hashable FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

FromJSON FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

type Rep FlowExecutionMessage Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionMessage

type Rep FlowExecutionMessage = D1 ('MetaData "FlowExecutionMessage" "Amazonka.IoTThingsGraph.Types.FlowExecutionMessage" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowExecutionMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowExecutionEventType))) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFlowExecutionMessage :: FlowExecutionMessage Source #

Create a value of FlowExecutionMessage 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:payload:FlowExecutionMessage', flowExecutionMessage_payload - A string containing information about the flow event.

$sel:eventType:FlowExecutionMessage', flowExecutionMessage_eventType - The type of flow event .

$sel:timestamp:FlowExecutionMessage', flowExecutionMessage_timestamp - The date and time when the message was last updated.

$sel:messageId:FlowExecutionMessage', flowExecutionMessage_messageId - The unique identifier of the message.

FlowExecutionSummary

data FlowExecutionSummary Source #

An object that contains summary information about a flow execution.

See: newFlowExecutionSummary smart constructor.

Instances

Instances details
Eq FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Read FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Show FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Generic FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Associated Types

type Rep FlowExecutionSummary :: Type -> Type #

NFData FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Methods

rnf :: FlowExecutionSummary -> () #

Hashable FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

FromJSON FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

type Rep FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

type Rep FlowExecutionSummary = D1 ('MetaData "FlowExecutionSummary" "Amazonka.IoTThingsGraph.Types.FlowExecutionSummary" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowExecutionStatus)) :*: (S1 ('MetaSel ('Just "flowTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "flowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "systemInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newFlowExecutionSummary :: FlowExecutionSummary Source #

Create a value of FlowExecutionSummary 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:status:FlowExecutionSummary', flowExecutionSummary_status - The current status of the flow execution.

$sel:flowTemplateId:FlowExecutionSummary', flowExecutionSummary_flowTemplateId - The ID of the flow.

$sel:createdAt:FlowExecutionSummary', flowExecutionSummary_createdAt - The date and time when the flow execution summary was created.

$sel:flowExecutionId:FlowExecutionSummary', flowExecutionSummary_flowExecutionId - The ID of the flow execution.

$sel:systemInstanceId:FlowExecutionSummary', flowExecutionSummary_systemInstanceId - The ID of the system instance that contains the flow.

$sel:updatedAt:FlowExecutionSummary', flowExecutionSummary_updatedAt - The date and time when the flow execution summary was last updated.

FlowTemplateDescription

data FlowTemplateDescription Source #

An object that contains a workflow's definition and summary information.

See: newFlowTemplateDescription smart constructor.

Instances

Instances details
Eq FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Read FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Show FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Generic FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Associated Types

type Rep FlowTemplateDescription :: Type -> Type #

NFData FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Methods

rnf :: FlowTemplateDescription -> () #

Hashable FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

FromJSON FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

type Rep FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

type Rep FlowTemplateDescription = D1 ('MetaData "FlowTemplateDescription" "Amazonka.IoTThingsGraph.Types.FlowTemplateDescription" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowTemplateDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowTemplateSummary)) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)) :*: S1 ('MetaSel ('Just "validatedNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newFlowTemplateDescription :: FlowTemplateDescription Source #

Create a value of FlowTemplateDescription 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:summary:FlowTemplateDescription', flowTemplateDescription_summary - An object that contains summary information about a workflow.

$sel:definition:FlowTemplateDescription', flowTemplateDescription_definition - A workflow's definition document.

$sel:validatedNamespaceVersion:FlowTemplateDescription', flowTemplateDescription_validatedNamespaceVersion - The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

FlowTemplateFilter

data FlowTemplateFilter Source #

An object that filters a workflow search.

See: newFlowTemplateFilter smart constructor.

Instances

Instances details
Eq FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Read FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Show FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Generic FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Associated Types

type Rep FlowTemplateFilter :: Type -> Type #

NFData FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Methods

rnf :: FlowTemplateFilter -> () #

Hashable FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

ToJSON FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

type Rep FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

type Rep FlowTemplateFilter = D1 ('MetaData "FlowTemplateFilter" "Amazonka.IoTThingsGraph.Types.FlowTemplateFilter" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowTemplateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowTemplateFilterName) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newFlowTemplateFilter Source #

Create a value of FlowTemplateFilter 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:FlowTemplateFilter', flowTemplateFilter_name - The name of the search filter field.

$sel:value:FlowTemplateFilter', flowTemplateFilter_value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.

FlowTemplateSummary

data FlowTemplateSummary Source #

An object that contains summary information about a workflow.

See: newFlowTemplateSummary smart constructor.

Instances

Instances details
Eq FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

Read FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

Show FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

Generic FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

Associated Types

type Rep FlowTemplateSummary :: Type -> Type #

NFData FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

Methods

rnf :: FlowTemplateSummary -> () #

Hashable FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

FromJSON FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

type Rep FlowTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateSummary

type Rep FlowTemplateSummary = D1 ('MetaData "FlowTemplateSummary" "Amazonka.IoTThingsGraph.Types.FlowTemplateSummary" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowTemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "revisionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFlowTemplateSummary :: FlowTemplateSummary Source #

Create a value of FlowTemplateSummary 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:FlowTemplateSummary', flowTemplateSummary_arn - The ARN of the workflow.

$sel:createdAt:FlowTemplateSummary', flowTemplateSummary_createdAt - The date when the workflow was created.

$sel:revisionNumber:FlowTemplateSummary', flowTemplateSummary_revisionNumber - The revision number of the workflow.

$sel:id:FlowTemplateSummary', flowTemplateSummary_id - The ID of the workflow.

MetricsConfiguration

data MetricsConfiguration Source #

An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.

See: newMetricsConfiguration smart constructor.

Instances

Instances details
Eq MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

Read MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

Show MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

Generic MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

Associated Types

type Rep MetricsConfiguration :: Type -> Type #

NFData MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

Methods

rnf :: MetricsConfiguration -> () #

Hashable MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

ToJSON MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

FromJSON MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

type Rep MetricsConfiguration Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.MetricsConfiguration

type Rep MetricsConfiguration = D1 ('MetaData "MetricsConfiguration" "Amazonka.IoTThingsGraph.Types.MetricsConfiguration" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "MetricsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudMetricEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "metricRuleRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetricsConfiguration :: MetricsConfiguration Source #

Create a value of MetricsConfiguration 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:cloudMetricEnabled:MetricsConfiguration', metricsConfiguration_cloudMetricEnabled - A Boolean that specifies whether cloud metrics are collected.

$sel:metricRuleRoleArn:MetricsConfiguration', metricsConfiguration_metricRuleRoleArn - The ARN of the role that is used to collect cloud metrics.

SystemInstanceDescription

data SystemInstanceDescription Source #

An object that contains a system instance definition and summary information.

See: newSystemInstanceDescription smart constructor.

Instances

Instances details
Eq SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

Read SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

Show SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

Generic SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

Associated Types

type Rep SystemInstanceDescription :: Type -> Type #

NFData SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

Hashable SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

FromJSON SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

type Rep SystemInstanceDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceDescription

type Rep SystemInstanceDescription = D1 ('MetaData "SystemInstanceDescription" "Amazonka.IoTThingsGraph.Types.SystemInstanceDescription" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SystemInstanceDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SystemInstanceSummary)) :*: (S1 ('MetaSel ('Just "metricsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsConfiguration)) :*: S1 ('MetaSel ('Just "validatedDependencyRevisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DependencyRevision])))) :*: ((S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)) :*: S1 ('MetaSel ('Just "validatedNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "flowActionsRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSystemInstanceDescription :: SystemInstanceDescription Source #

Create a value of SystemInstanceDescription 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:summary:SystemInstanceDescription', systemInstanceDescription_summary - An object that contains summary information about a system instance.

$sel:metricsConfiguration:SystemInstanceDescription', systemInstanceDescription_metricsConfiguration - Undocumented member.

$sel:validatedDependencyRevisions:SystemInstanceDescription', systemInstanceDescription_validatedDependencyRevisions - A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

$sel:definition:SystemInstanceDescription', systemInstanceDescription_definition - Undocumented member.

$sel:validatedNamespaceVersion:SystemInstanceDescription', systemInstanceDescription_validatedNamespaceVersion - The version of the user's namespace against which the system instance was validated.

$sel:flowActionsRoleArn:SystemInstanceDescription', systemInstanceDescription_flowActionsRoleArn - The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

$sel:s3BucketName:SystemInstanceDescription', systemInstanceDescription_s3BucketName - The Amazon Simple Storage Service bucket where information about a system instance is stored.

SystemInstanceFilter

data SystemInstanceFilter Source #

An object that filters a system instance search. Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a STATUS filter searches for system instances in the specified Greengrass group that have the specified status.

See: newSystemInstanceFilter smart constructor.

Instances

Instances details
Eq SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

Read SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

Show SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

Generic SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

Associated Types

type Rep SystemInstanceFilter :: Type -> Type #

NFData SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

Methods

rnf :: SystemInstanceFilter -> () #

Hashable SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

ToJSON SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

type Rep SystemInstanceFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceFilter

type Rep SystemInstanceFilter = D1 ('MetaData "SystemInstanceFilter" "Amazonka.IoTThingsGraph.Types.SystemInstanceFilter" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SystemInstanceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SystemInstanceFilterName))))

newSystemInstanceFilter :: SystemInstanceFilter Source #

Create a value of SystemInstanceFilter 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:value:SystemInstanceFilter', systemInstanceFilter_value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.

$sel:name:SystemInstanceFilter', systemInstanceFilter_name - The name of the search filter field.

SystemInstanceSummary

data SystemInstanceSummary Source #

An object that contains summary information about a system instance.

See: newSystemInstanceSummary smart constructor.

Instances

Instances details
Eq SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

Read SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

Show SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

Generic SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

Associated Types

type Rep SystemInstanceSummary :: Type -> Type #

NFData SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

Methods

rnf :: SystemInstanceSummary -> () #

Hashable SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

FromJSON SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

type Rep SystemInstanceSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemInstanceSummary

newSystemInstanceSummary :: SystemInstanceSummary Source #

Create a value of SystemInstanceSummary 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:status:SystemInstanceSummary', systemInstanceSummary_status - The status of the system instance.

$sel:greengrassGroupName:SystemInstanceSummary', systemInstanceSummary_greengrassGroupName - The ID of the Greengrass group where the system instance is deployed.

$sel:arn:SystemInstanceSummary', systemInstanceSummary_arn - The ARN of the system instance.

$sel:createdAt:SystemInstanceSummary', systemInstanceSummary_createdAt - The date when the system instance was created.

$sel:greengrassGroupId:SystemInstanceSummary', systemInstanceSummary_greengrassGroupId - The ID of the Greengrass group where the system instance is deployed.

$sel:greengrassGroupVersionId:SystemInstanceSummary', systemInstanceSummary_greengrassGroupVersionId - The version of the Greengrass group where the system instance is deployed.

$sel:id:SystemInstanceSummary', systemInstanceSummary_id - The ID of the system instance.

$sel:updatedAt:SystemInstanceSummary', systemInstanceSummary_updatedAt - The date and time when the system instance was last updated.

$sel:target:SystemInstanceSummary', systemInstanceSummary_target - The target of the system instance.

SystemTemplateDescription

data SystemTemplateDescription Source #

An object that contains a system's definition document and summary information.

See: newSystemTemplateDescription smart constructor.

Instances

Instances details
Eq SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

Read SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

Show SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

Generic SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

Associated Types

type Rep SystemTemplateDescription :: Type -> Type #

NFData SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

Hashable SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

FromJSON SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

type Rep SystemTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateDescription

type Rep SystemTemplateDescription = D1 ('MetaData "SystemTemplateDescription" "Amazonka.IoTThingsGraph.Types.SystemTemplateDescription" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SystemTemplateDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SystemTemplateSummary)) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)) :*: S1 ('MetaSel ('Just "validatedNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newSystemTemplateDescription :: SystemTemplateDescription Source #

Create a value of SystemTemplateDescription 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:summary:SystemTemplateDescription', systemTemplateDescription_summary - An object that contains summary information about a system.

$sel:definition:SystemTemplateDescription', systemTemplateDescription_definition - The definition document of a system.

$sel:validatedNamespaceVersion:SystemTemplateDescription', systemTemplateDescription_validatedNamespaceVersion - The namespace version against which the system was validated. Use this value in your system instance.

SystemTemplateFilter

data SystemTemplateFilter Source #

An object that filters a system search.

See: newSystemTemplateFilter smart constructor.

Instances

Instances details
Eq SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

Read SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

Show SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

Generic SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

Associated Types

type Rep SystemTemplateFilter :: Type -> Type #

NFData SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

Methods

rnf :: SystemTemplateFilter -> () #

Hashable SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

ToJSON SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

type Rep SystemTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateFilter

type Rep SystemTemplateFilter = D1 ('MetaData "SystemTemplateFilter" "Amazonka.IoTThingsGraph.Types.SystemTemplateFilter" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SystemTemplateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SystemTemplateFilterName) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newSystemTemplateFilter Source #

Create a value of SystemTemplateFilter 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:SystemTemplateFilter', systemTemplateFilter_name - The name of the system search filter field.

$sel:value:SystemTemplateFilter', systemTemplateFilter_value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.

SystemTemplateSummary

data SystemTemplateSummary Source #

An object that contains information about a system.

See: newSystemTemplateSummary smart constructor.

Instances

Instances details
Eq SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

Read SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

Show SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

Generic SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

Associated Types

type Rep SystemTemplateSummary :: Type -> Type #

NFData SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

Methods

rnf :: SystemTemplateSummary -> () #

Hashable SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

FromJSON SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

type Rep SystemTemplateSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.SystemTemplateSummary

type Rep SystemTemplateSummary = D1 ('MetaData "SystemTemplateSummary" "Amazonka.IoTThingsGraph.Types.SystemTemplateSummary" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SystemTemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "revisionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSystemTemplateSummary :: SystemTemplateSummary Source #

Create a value of SystemTemplateSummary 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:SystemTemplateSummary', systemTemplateSummary_arn - The ARN of the system.

$sel:createdAt:SystemTemplateSummary', systemTemplateSummary_createdAt - The date when the system was created.

$sel:revisionNumber:SystemTemplateSummary', systemTemplateSummary_revisionNumber - The revision number of the system.

$sel:id:SystemTemplateSummary', systemTemplateSummary_id - The ID of the system.

Tag

data Tag Source #

Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.IoTThingsGraph.Types.Tag" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

$sel:value:Tag', tag_value - The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

Thing

data Thing Source #

An AWS IoT thing.

See: newThing smart constructor.

Constructors

Thing' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

Methods

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

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

Read Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

Show Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

Methods

showsPrec :: Int -> Thing -> ShowS #

show :: Thing -> String #

showList :: [Thing] -> ShowS #

Generic Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

Associated Types

type Rep Thing :: Type -> Type #

Methods

from :: Thing -> Rep Thing x #

to :: Rep Thing x -> Thing #

NFData Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

Methods

rnf :: Thing -> () #

Hashable Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

Methods

hashWithSalt :: Int -> Thing -> Int #

hash :: Thing -> Int #

FromJSON Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

type Rep Thing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.Thing

type Rep Thing = D1 ('MetaData "Thing" "Amazonka.IoTThingsGraph.Types.Thing" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "Thing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newThing :: Thing Source #

Create a value of Thing 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:thingArn:Thing', thing_thingArn - The ARN of the thing.

$sel:thingName:Thing', thing_thingName - The name of the thing.