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

Description

 
Synopsis

Documentation

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.

Constructors

DependencyRevision' 

Fields

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.

dependencyRevision_revisionNumber :: Lens' DependencyRevision (Maybe Integer) Source #

The revision number of the workflow or system.

dependencyRevision_id :: Lens' DependencyRevision (Maybe Text) Source #

The ID of the workflow or system.