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.Types.SystemInstanceDescription

Description

 
Synopsis

Documentation

data SystemInstanceDescription Source #

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

See: newSystemInstanceDescription smart constructor.

Constructors

SystemInstanceDescription' 

Fields

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.

systemInstanceDescription_summary :: Lens' SystemInstanceDescription (Maybe SystemInstanceSummary) Source #

An object that contains summary information about a system instance.

systemInstanceDescription_validatedDependencyRevisions :: Lens' SystemInstanceDescription (Maybe [DependencyRevision]) Source #

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

systemInstanceDescription_validatedNamespaceVersion :: Lens' SystemInstanceDescription (Maybe Integer) Source #

The version of the user's namespace against which the system instance was validated.

systemInstanceDescription_flowActionsRoleArn :: Lens' SystemInstanceDescription (Maybe Text) Source #

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.

systemInstanceDescription_s3BucketName :: Lens' SystemInstanceDescription (Maybe Text) Source #

The Amazon Simple Storage Service bucket where information about a system instance is stored.