amazonka-robomaker-2.0: Amazon RoboMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RobOMaker.DescribeWorld

Description

Describes a world.

Synopsis

Creating a Request

data DescribeWorld Source #

See: newDescribeWorld smart constructor.

Constructors

DescribeWorld' 

Fields

  • world :: Text

    The Amazon Resource Name (arn) of the world you want to describe.

Instances

Instances details
ToJSON DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToHeaders DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToPath DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToQuery DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

AWSRequest DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type AWSResponse DescribeWorld #

Generic DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type Rep DescribeWorld :: Type -> Type #

Read DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Show DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

NFData DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Methods

rnf :: DescribeWorld -> () #

Eq DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Hashable DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type AWSResponse DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type Rep DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type Rep DescribeWorld = D1 ('MetaData "DescribeWorld" "Amazonka.RobOMaker.DescribeWorld" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeWorld'" 'PrefixI 'True) (S1 ('MetaSel ('Just "world") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeWorld Source #

Create a value of DescribeWorld 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:

DescribeWorld, describeWorld_world - The Amazon Resource Name (arn) of the world you want to describe.

Request Lenses

describeWorld_world :: Lens' DescribeWorld Text Source #

The Amazon Resource Name (arn) of the world you want to describe.

Destructuring the Response

data DescribeWorldResponse Source #

See: newDescribeWorldResponse smart constructor.

Constructors

DescribeWorldResponse' 

Fields

Instances

Instances details
Generic DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type Rep DescribeWorldResponse :: Type -> Type #

Read DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Show DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

NFData DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Methods

rnf :: DescribeWorldResponse -> () #

Eq DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type Rep DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type Rep DescribeWorldResponse = D1 ('MetaData "DescribeWorldResponse" "Amazonka.RobOMaker.DescribeWorld" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeWorldResponse'" '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 "generationJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "worldDescriptionBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeWorldResponse Source #

Create a value of DescribeWorldResponse 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:

DescribeWorldResponse, describeWorldResponse_arn - The Amazon Resource Name (arn) of the world.

DescribeWorldResponse, describeWorldResponse_createdAt - The time, in milliseconds since the epoch, when the world was created.

DescribeWorldResponse, describeWorldResponse_generationJob - The Amazon Resource Name (arn) of the world generation job that generated the world.

DescribeWorldResponse, describeWorldResponse_tags - A map that contains tag keys and tag values that are attached to the world.

DescribeWorldResponse, describeWorldResponse_template - The world template.

$sel:worldDescriptionBody:DescribeWorldResponse', describeWorldResponse_worldDescriptionBody - Returns the JSON formatted string that describes the contents of your world.

$sel:httpStatus:DescribeWorldResponse', describeWorldResponse_httpStatus - The response's http status code.

Response Lenses

describeWorldResponse_arn :: Lens' DescribeWorldResponse (Maybe Text) Source #

The Amazon Resource Name (arn) of the world.

describeWorldResponse_createdAt :: Lens' DescribeWorldResponse (Maybe UTCTime) Source #

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

describeWorldResponse_generationJob :: Lens' DescribeWorldResponse (Maybe Text) Source #

The Amazon Resource Name (arn) of the world generation job that generated the world.

describeWorldResponse_tags :: Lens' DescribeWorldResponse (Maybe (HashMap Text Text)) Source #

A map that contains tag keys and tag values that are attached to the world.

describeWorldResponse_worldDescriptionBody :: Lens' DescribeWorldResponse (Maybe Text) Source #

Returns the JSON formatted string that describes the contents of your world.