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.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
Eq DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Read DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Show DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Generic DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type Rep DescribeWorld :: Type -> Type #

NFData DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Methods

rnf :: DescribeWorld -> () #

Hashable DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToJSON DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

AWSRequest DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type AWSResponse 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

type Rep DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

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

Defined in Amazonka.RobOMaker.DescribeWorld

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:

$sel:world: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
Eq DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Read DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Show DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Generic DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type Rep DescribeWorldResponse :: Type -> Type #

NFData DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Methods

rnf :: DescribeWorldResponse -> () #

type Rep DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type Rep DescribeWorldResponse = D1 ('MetaData "DescribeWorldResponse" "Amazonka.RobOMaker.DescribeWorld" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeWorldResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "worldDescriptionBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "generationJob") '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:

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

$sel:arn:DescribeWorldResponse', describeWorldResponse_arn - The Amazon Resource Name (arn) of the world.

$sel:createdAt:DescribeWorldResponse', describeWorldResponse_createdAt - The time, in milliseconds since the epoch, when the world was created.

$sel:template:DescribeWorldResponse', describeWorldResponse_template - The world template.

$sel:tags:DescribeWorldResponse', describeWorldResponse_tags - A map that contains tag keys and tag values that are attached to the world.

$sel:generationJob:DescribeWorldResponse', describeWorldResponse_generationJob - The Amazon Resource Name (arn) of the world generation job that generated the world.

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

Response Lenses

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

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

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_tags :: Lens' DescribeWorldResponse (Maybe (HashMap Text Text)) Source #

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

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

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