libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.Types.RobotDeployment

Description

 
Synopsis

Documentation

data RobotDeployment Source #

Information about a robot deployment.

See: newRobotDeployment smart constructor.

Constructors

RobotDeployment' 

Fields

Instances

Instances details
Eq RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Read RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Show RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Generic RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Associated Types

type Rep RobotDeployment :: Type -> Type #

NFData RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Methods

rnf :: RobotDeployment -> () #

Hashable RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

FromJSON RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

type Rep RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

type Rep RobotDeployment = D1 ('MetaData "RobotDeployment" "Amazonka.RobOMaker.Types.RobotDeployment" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "RobotDeployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotStatus)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentJobErrorCode))) :*: (S1 ('MetaSel ('Just "progressDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProgressDetail)) :*: S1 ('MetaSel ('Just "deploymentFinishTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newRobotDeployment :: RobotDeployment Source #

Create a value of RobotDeployment 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:deploymentStartTime:RobotDeployment', robotDeployment_deploymentStartTime - The time, in milliseconds since the epoch, when the deployment was started.

$sel:failureReason:RobotDeployment', robotDeployment_failureReason - A short description of the reason why the robot deployment failed.

$sel:status:RobotDeployment', robotDeployment_status - The status of the robot deployment.

$sel:arn:RobotDeployment', robotDeployment_arn - The robot deployment Amazon Resource Name (ARN).

$sel:failureCode:RobotDeployment', robotDeployment_failureCode - The robot deployment failure code.

$sel:progressDetail:RobotDeployment', robotDeployment_progressDetail - Information about how the deployment is progressing.

$sel:deploymentFinishTime:RobotDeployment', robotDeployment_deploymentFinishTime - The time, in milliseconds since the epoch, when the deployment finished.

robotDeployment_deploymentStartTime :: Lens' RobotDeployment (Maybe UTCTime) Source #

The time, in milliseconds since the epoch, when the deployment was started.

robotDeployment_failureReason :: Lens' RobotDeployment (Maybe Text) Source #

A short description of the reason why the robot deployment failed.

robotDeployment_status :: Lens' RobotDeployment (Maybe RobotStatus) Source #

The status of the robot deployment.

robotDeployment_arn :: Lens' RobotDeployment (Maybe Text) Source #

The robot deployment Amazon Resource Name (ARN).

robotDeployment_progressDetail :: Lens' RobotDeployment (Maybe ProgressDetail) Source #

Information about how the deployment is progressing.

robotDeployment_deploymentFinishTime :: Lens' RobotDeployment (Maybe UTCTime) Source #

The time, in milliseconds since the epoch, when the deployment finished.