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

Description

Describes a robot.

Synopsis

Creating a Request

data DescribeRobot Source #

See: newDescribeRobot smart constructor.

Constructors

DescribeRobot' 

Fields

  • robot :: Text

    The Amazon Resource Name (ARN) of the robot to be described.

Instances

Instances details
Eq DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Read DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Show DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Generic DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Associated Types

type Rep DescribeRobot :: Type -> Type #

NFData DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Methods

rnf :: DescribeRobot -> () #

Hashable DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

ToJSON DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

AWSRequest DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Associated Types

type AWSResponse DescribeRobot #

ToHeaders DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

ToPath DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

ToQuery DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

type Rep DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

type Rep DescribeRobot = D1 ('MetaData "DescribeRobot" "Amazonka.RobOMaker.DescribeRobot" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeRobot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "robot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

newDescribeRobot Source #

Create a value of DescribeRobot 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:robot:DescribeRobot', describeRobot_robot - The Amazon Resource Name (ARN) of the robot to be described.

Request Lenses

describeRobot_robot :: Lens' DescribeRobot Text Source #

The Amazon Resource Name (ARN) of the robot to be described.

Destructuring the Response

data DescribeRobotResponse Source #

See: newDescribeRobotResponse smart constructor.

Constructors

DescribeRobotResponse' 

Fields

Instances

Instances details
Eq DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Read DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Show DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Generic DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Associated Types

type Rep DescribeRobotResponse :: Type -> Type #

NFData DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Methods

rnf :: DescribeRobotResponse -> () #

type Rep DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

type Rep DescribeRobotResponse = D1 ('MetaData "DescribeRobotResponse" "Amazonka.RobOMaker.DescribeRobot" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeRobotResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastDeploymentJob") '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 "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "greengrassGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)))) :*: (S1 ('MetaSel ('Just "lastDeploymentTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeRobotResponse Source #

Create a value of DescribeRobotResponse 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:lastDeploymentJob:DescribeRobotResponse', describeRobotResponse_lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.

$sel:status:DescribeRobotResponse', describeRobotResponse_status - The status of the fleet.

$sel:arn:DescribeRobotResponse', describeRobotResponse_arn - The Amazon Resource Name (ARN) of the robot.

$sel:createdAt:DescribeRobotResponse', describeRobotResponse_createdAt - The time, in milliseconds since the epoch, when the robot was created.

$sel:greengrassGroupId:DescribeRobotResponse', describeRobotResponse_greengrassGroupId - The Greengrass group id.

$sel:fleetArn:DescribeRobotResponse', describeRobotResponse_fleetArn - The Amazon Resource Name (ARN) of the fleet.

$sel:name:DescribeRobotResponse', describeRobotResponse_name - The name of the robot.

$sel:architecture:DescribeRobotResponse', describeRobotResponse_architecture - The target architecture of the robot application.

$sel:lastDeploymentTime:DescribeRobotResponse', describeRobotResponse_lastDeploymentTime - The time of the last deployment job.

$sel:tags:DescribeRobotResponse', describeRobotResponse_tags - The list of all tags added to the specified robot.

$sel:httpStatus:DescribeRobotResponse', describeRobotResponse_httpStatus - The response's http status code.

Response Lenses

describeRobotResponse_lastDeploymentJob :: Lens' DescribeRobotResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the last deployment job.

describeRobotResponse_arn :: Lens' DescribeRobotResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the robot.

describeRobotResponse_createdAt :: Lens' DescribeRobotResponse (Maybe UTCTime) Source #

The time, in milliseconds since the epoch, when the robot was created.

describeRobotResponse_fleetArn :: Lens' DescribeRobotResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the fleet.

describeRobotResponse_architecture :: Lens' DescribeRobotResponse (Maybe Architecture) Source #

The target architecture of the robot application.

describeRobotResponse_tags :: Lens' DescribeRobotResponse (Maybe (HashMap Text Text)) Source #

The list of all tags added to the specified robot.