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

Contents

Description

Derived from API version 2018-06-29 of the AWS service descriptions, licensed under Apache 2.0.

This section provides documentation for the AWS RoboMaker API operations.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-06-29 of the Amazon RoboMaker SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by RobOMaker.

ConcurrentDeploymentException

_ConcurrentDeploymentException :: AsError a => Fold a ServiceError Source #

The failure percentage threshold percentage was met.

IdempotentParameterMismatchException

_IdempotentParameterMismatchException :: AsError a => Fold a ServiceError Source #

The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

AWS RoboMaker experienced a service issue. Try your call again.

InvalidParameterException

_InvalidParameterException :: AsError a => Fold a ServiceError Source #

A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

LimitExceededException

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The specified resource already exists.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified resource does not exist.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

The request has failed due to a temporary failure of the server.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

AWS RoboMaker is temporarily unable to process the request. Try your call again.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

BatchDeleteWorlds

data BatchDeleteWorlds Source #

See: newBatchDeleteWorlds smart constructor.

Instances

Instances details
ToJSON BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

ToHeaders BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

ToPath BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

ToQuery BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

AWSRequest BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Associated Types

type AWSResponse BatchDeleteWorlds #

Generic BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Associated Types

type Rep BatchDeleteWorlds :: Type -> Type #

Read BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Show BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

NFData BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Methods

rnf :: BatchDeleteWorlds -> () #

Eq BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Hashable BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

type AWSResponse BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

type Rep BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

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

newBatchDeleteWorlds Source #

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

BatchDeleteWorlds, batchDeleteWorlds_worlds - A list of Amazon Resource Names (arns) that correspond to worlds to delete.

data BatchDeleteWorldsResponse Source #

See: newBatchDeleteWorldsResponse smart constructor.

Instances

Instances details
Generic BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Associated Types

type Rep BatchDeleteWorldsResponse :: Type -> Type #

Read BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Show BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

NFData BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Eq BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

type Rep BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

type Rep BatchDeleteWorldsResponse = D1 ('MetaData "BatchDeleteWorldsResponse" "Amazonka.RobOMaker.BatchDeleteWorlds" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "BatchDeleteWorldsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unprocessedWorlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDeleteWorldsResponse Source #

Create a value of BatchDeleteWorldsResponse 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:unprocessedWorlds:BatchDeleteWorldsResponse', batchDeleteWorldsResponse_unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.

$sel:httpStatus:BatchDeleteWorldsResponse', batchDeleteWorldsResponse_httpStatus - The response's http status code.

BatchDescribeSimulationJob

data BatchDescribeSimulationJob Source #

See: newBatchDescribeSimulationJob smart constructor.

Instances

Instances details
ToJSON BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToHeaders BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToPath BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToQuery BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

AWSRequest BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Generic BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Associated Types

type Rep BatchDescribeSimulationJob :: Type -> Type #

Read BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Show BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

NFData BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Eq BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Hashable BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type AWSResponse BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type Rep BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

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

newBatchDescribeSimulationJob Source #

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

BatchDescribeSimulationJob, batchDescribeSimulationJob_jobs - A list of Amazon Resource Names (ARNs) of simulation jobs to describe.

data BatchDescribeSimulationJobResponse Source #

Instances

Instances details
Generic BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Associated Types

type Rep BatchDescribeSimulationJobResponse :: Type -> Type #

Read BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Show BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

NFData BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Eq BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type Rep BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type Rep BatchDescribeSimulationJobResponse = D1 ('MetaData "BatchDescribeSimulationJobResponse" "Amazonka.RobOMaker.BatchDescribeSimulationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "BatchDescribeSimulationJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJob])) :*: (S1 ('MetaSel ('Just "unprocessedJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDescribeSimulationJobResponse Source #

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

BatchDescribeSimulationJob, batchDescribeSimulationJobResponse_jobs - A list of simulation jobs.

$sel:unprocessedJobs:BatchDescribeSimulationJobResponse', batchDescribeSimulationJobResponse_unprocessedJobs - A list of unprocessed simulation job Amazon Resource Names (ARNs).

$sel:httpStatus:BatchDescribeSimulationJobResponse', batchDescribeSimulationJobResponse_httpStatus - The response's http status code.

CancelSimulationJob

data CancelSimulationJob Source #

See: newCancelSimulationJob smart constructor.

Instances

Instances details
ToJSON CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

ToHeaders CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

ToPath CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

ToQuery CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

AWSRequest CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Associated Types

type AWSResponse CancelSimulationJob #

Generic CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Associated Types

type Rep CancelSimulationJob :: Type -> Type #

Read CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Show CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

NFData CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Methods

rnf :: CancelSimulationJob -> () #

Eq CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Hashable CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

type AWSResponse CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

type Rep CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

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

newCancelSimulationJob Source #

Create a value of CancelSimulationJob 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:job:CancelSimulationJob', cancelSimulationJob_job - The simulation job ARN to cancel.

data CancelSimulationJobResponse Source #

See: newCancelSimulationJobResponse smart constructor.

Instances

Instances details
Generic CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Associated Types

type Rep CancelSimulationJobResponse :: Type -> Type #

Read CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Show CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

NFData CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Eq CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

type Rep CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

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

newCancelSimulationJobResponse Source #

Create a value of CancelSimulationJobResponse 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:httpStatus:CancelSimulationJobResponse', cancelSimulationJobResponse_httpStatus - The response's http status code.

CancelSimulationJobBatch

data CancelSimulationJobBatch Source #

See: newCancelSimulationJobBatch smart constructor.

Instances

Instances details
ToJSON CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToHeaders CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToPath CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToQuery CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

AWSRequest CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Generic CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Associated Types

type Rep CancelSimulationJobBatch :: Type -> Type #

Read CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

NFData CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Eq CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Hashable CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type AWSResponse CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

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

newCancelSimulationJobBatch Source #

Create a value of CancelSimulationJobBatch 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:batch:CancelSimulationJobBatch', cancelSimulationJobBatch_batch - The id of the batch to cancel.

data CancelSimulationJobBatchResponse Source #

See: newCancelSimulationJobBatchResponse smart constructor.

Instances

Instances details
Generic CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Associated Types

type Rep CancelSimulationJobBatchResponse :: Type -> Type #

Read CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

NFData CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Eq CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

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

newCancelSimulationJobBatchResponse Source #

Create a value of CancelSimulationJobBatchResponse 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:httpStatus:CancelSimulationJobBatchResponse', cancelSimulationJobBatchResponse_httpStatus - The response's http status code.

CancelWorldExportJob

data CancelWorldExportJob Source #

See: newCancelWorldExportJob smart constructor.

Instances

Instances details
ToJSON CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToHeaders CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToPath CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToQuery CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

AWSRequest CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type AWSResponse CancelWorldExportJob #

Generic CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJob :: Type -> Type #

Read CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

NFData CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Methods

rnf :: CancelWorldExportJob -> () #

Eq CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Hashable CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type AWSResponse CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type Rep CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

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

newCancelWorldExportJob Source #

Create a value of CancelWorldExportJob 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:job:CancelWorldExportJob', cancelWorldExportJob_job - The Amazon Resource Name (arn) of the world export job to cancel.

data CancelWorldExportJobResponse Source #

See: newCancelWorldExportJobResponse smart constructor.

Instances

Instances details
Generic CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJobResponse :: Type -> Type #

Read CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

NFData CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Eq CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

type Rep CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

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

newCancelWorldExportJobResponse Source #

Create a value of CancelWorldExportJobResponse 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:httpStatus:CancelWorldExportJobResponse', cancelWorldExportJobResponse_httpStatus - The response's http status code.

CancelWorldGenerationJob

data CancelWorldGenerationJob Source #

See: newCancelWorldGenerationJob smart constructor.

Instances

Instances details
ToJSON CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

ToHeaders CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

ToPath CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

ToQuery CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

AWSRequest CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Generic CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Associated Types

type Rep CancelWorldGenerationJob :: Type -> Type #

Read CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Show CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

NFData CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Eq CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Hashable CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

type AWSResponse CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

type Rep CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

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

newCancelWorldGenerationJob Source #

Create a value of CancelWorldGenerationJob 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:job:CancelWorldGenerationJob', cancelWorldGenerationJob_job - The Amazon Resource Name (arn) of the world generator job to cancel.

data CancelWorldGenerationJobResponse Source #

See: newCancelWorldGenerationJobResponse smart constructor.

Instances

Instances details
Generic CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Associated Types

type Rep CancelWorldGenerationJobResponse :: Type -> Type #

Read CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Show CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

NFData CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Eq CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

type Rep CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

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

newCancelWorldGenerationJobResponse Source #

Create a value of CancelWorldGenerationJobResponse 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:httpStatus:CancelWorldGenerationJobResponse', cancelWorldGenerationJobResponse_httpStatus - The response's http status code.

CreateRobotApplication

data CreateRobotApplication Source #

See: newCreateRobotApplication smart constructor.

Instances

Instances details
ToJSON CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

ToHeaders CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

ToPath CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

ToQuery CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

AWSRequest CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Associated Types

type AWSResponse CreateRobotApplication #

Generic CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Associated Types

type Rep CreateRobotApplication :: Type -> Type #

Read CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Show CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

NFData CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Methods

rnf :: CreateRobotApplication -> () #

Eq CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Hashable CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

type AWSResponse CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

type Rep CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

type Rep CreateRobotApplication = D1 ('MetaData "CreateRobotApplication" "Amazonka.RobOMaker.CreateRobotApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateRobotApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceConfig]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))

newCreateRobotApplication Source #

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

CreateRobotApplication, createRobotApplication_environment - The object that contains that URI of the Docker image that you use for your robot application.

CreateRobotApplication, createRobotApplication_sources - The sources of the robot application.

CreateRobotApplication, createRobotApplication_tags - A map that contains tag keys and tag values that are attached to the robot application.

CreateRobotApplication, createRobotApplication_name - The name of the robot application.

CreateRobotApplication, createRobotApplication_robotSoftwareSuite - The robot software suite (ROS distribuition) used by the robot application.

data CreateRobotApplicationResponse Source #

See: newCreateRobotApplicationResponse smart constructor.

Instances

Instances details
Generic CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Associated Types

type Rep CreateRobotApplicationResponse :: Type -> Type #

Read CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Show CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

NFData CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Eq CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

type Rep CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

newCreateRobotApplicationResponse Source #

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

CreateRobotApplicationResponse, createRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the robot application.

CreateRobotApplication, createRobotApplicationResponse_environment - An object that contains the Docker image URI used to a create your robot application.

CreateRobotApplicationResponse, createRobotApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

CreateRobotApplication, createRobotApplicationResponse_name - The name of the robot application.

$sel:revisionId:CreateRobotApplicationResponse', createRobotApplicationResponse_revisionId - The revision id of the robot application.

CreateRobotApplication, createRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

CreateRobotApplication, createRobotApplicationResponse_sources - The sources of the robot application.

CreateRobotApplication, createRobotApplicationResponse_tags - The list of all tags added to the robot application.

CreateRobotApplicationResponse, createRobotApplicationResponse_version - The version of the robot application.

$sel:httpStatus:CreateRobotApplicationResponse', createRobotApplicationResponse_httpStatus - The response's http status code.

CreateRobotApplicationVersion

data CreateRobotApplicationVersion Source #

See: newCreateRobotApplicationVersion smart constructor.

Instances

Instances details
ToJSON CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

ToHeaders CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

ToPath CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

ToQuery CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

AWSRequest CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Generic CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Associated Types

type Rep CreateRobotApplicationVersion :: Type -> Type #

Read CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Show CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

NFData CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Eq CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Hashable CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type AWSResponse CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type Rep CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type Rep CreateRobotApplicationVersion = D1 ('MetaData "CreateRobotApplicationVersion" "Amazonka.RobOMaker.CreateRobotApplicationVersion" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateRobotApplicationVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Etags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateRobotApplicationVersion Source #

Create a value of CreateRobotApplicationVersion 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:currentRevisionId:CreateRobotApplicationVersion', createRobotApplicationVersion_currentRevisionId - The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.

$sel:imageDigest:CreateRobotApplicationVersion', createRobotApplicationVersion_imageDigest - A SHA256 identifier for the Docker image that you use for your robot application.

$sel:s3Etags:CreateRobotApplicationVersion', createRobotApplicationVersion_s3Etags - The Amazon S3 identifier for the zip file bundle that you use for your robot application.

CreateRobotApplicationVersion, createRobotApplicationVersion_application - The application information for the robot application.

data CreateRobotApplicationVersionResponse Source #

Instances

Instances details
Generic CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Read CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Show CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

NFData CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Eq CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type Rep CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

newCreateRobotApplicationVersionResponse Source #

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

CreateRobotApplicationVersionResponse, createRobotApplicationVersionResponse_arn - The Amazon Resource Name (ARN) of the robot application.

$sel:environment:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_environment - The object that contains the Docker image URI used to create your robot application.

CreateRobotApplicationVersionResponse, createRobotApplicationVersionResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

CreateRobotApplicationVersionResponse, createRobotApplicationVersionResponse_name - The name of the robot application.

$sel:revisionId:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_revisionId - The revision id of the robot application.

CreateRobotApplicationVersionResponse, createRobotApplicationVersionResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

$sel:sources:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_sources - The sources of the robot application.

CreateRobotApplicationVersionResponse, createRobotApplicationVersionResponse_version - The version of the robot application.

$sel:httpStatus:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_httpStatus - The response's http status code.

CreateSimulationApplication

data CreateSimulationApplication Source #

See: newCreateSimulationApplication smart constructor.

Instances

Instances details
ToJSON CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

ToHeaders CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

ToPath CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

ToQuery CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

AWSRequest CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Generic CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Associated Types

type Rep CreateSimulationApplication :: Type -> Type #

Read CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Show CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

NFData CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Eq CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Hashable CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

type AWSResponse CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

type Rep CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

type Rep CreateSimulationApplication = D1 ('MetaData "CreateSimulationApplication" "Amazonka.RobOMaker.CreateSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateSimulationApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: (S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceConfig])))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimulationSoftwareSuite) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))

newCreateSimulationApplication Source #

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

CreateSimulationApplication, createSimulationApplication_environment - The object that contains the Docker image URI used to create your simulation application.

CreateSimulationApplication, createSimulationApplication_renderingEngine - The rendering engine for the simulation application.

CreateSimulationApplication, createSimulationApplication_sources - The sources of the simulation application.

CreateSimulationApplication, createSimulationApplication_tags - A map that contains tag keys and tag values that are attached to the simulation application.

CreateSimulationApplication, createSimulationApplication_name - The name of the simulation application.

CreateSimulationApplication, createSimulationApplication_simulationSoftwareSuite - The simulation software suite used by the simulation application.

CreateSimulationApplication, createSimulationApplication_robotSoftwareSuite - The robot software suite (ROS distribution) used by the simulation application.

data CreateSimulationApplicationResponse Source #

Instances

Instances details
Generic CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Read CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Show CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

NFData CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Eq CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

type Rep CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

type Rep CreateSimulationApplicationResponse = D1 ('MetaData "CreateSimulationApplicationResponse" "Amazonka.RobOMaker.CreateSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Source])))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newCreateSimulationApplicationResponse Source #

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

CreateSimulationApplicationResponse, createSimulationApplicationResponse_arn - The Amazon Resource Name (ARN) of the simulation application.

CreateSimulationApplication, createSimulationApplicationResponse_environment - The object that contains the Docker image URI that you used to create your simulation application.

CreateSimulationApplicationResponse, createSimulationApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

CreateSimulationApplication, createSimulationApplicationResponse_name - The name of the simulation application.

CreateSimulationApplication, createSimulationApplicationResponse_renderingEngine - The rendering engine for the simulation application.

$sel:revisionId:CreateSimulationApplicationResponse', createSimulationApplicationResponse_revisionId - The revision id of the simulation application.

CreateSimulationApplication, createSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

CreateSimulationApplication, createSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

CreateSimulationApplication, createSimulationApplicationResponse_sources - The sources of the simulation application.

CreateSimulationApplication, createSimulationApplicationResponse_tags - The list of all tags added to the simulation application.

CreateSimulationApplicationResponse, createSimulationApplicationResponse_version - The version of the simulation application.

$sel:httpStatus:CreateSimulationApplicationResponse', createSimulationApplicationResponse_httpStatus - The response's http status code.

CreateSimulationApplicationVersion

data CreateSimulationApplicationVersion Source #

Instances

Instances details
ToJSON CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

ToHeaders CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

ToPath CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

ToQuery CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

AWSRequest CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Generic CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Associated Types

type Rep CreateSimulationApplicationVersion :: Type -> Type #

Read CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Show CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

NFData CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Eq CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Hashable CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

type AWSResponse CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

type Rep CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

type Rep CreateSimulationApplicationVersion = D1 ('MetaData "CreateSimulationApplicationVersion" "Amazonka.RobOMaker.CreateSimulationApplicationVersion" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateSimulationApplicationVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Etags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateSimulationApplicationVersion Source #

Create a value of CreateSimulationApplicationVersion 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:currentRevisionId:CreateSimulationApplicationVersion', createSimulationApplicationVersion_currentRevisionId - The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.

$sel:imageDigest:CreateSimulationApplicationVersion', createSimulationApplicationVersion_imageDigest - The SHA256 digest used to identify the Docker image URI used to created the simulation application.

$sel:s3Etags:CreateSimulationApplicationVersion', createSimulationApplicationVersion_s3Etags - The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.

CreateSimulationApplicationVersion, createSimulationApplicationVersion_application - The application information for the simulation application.

data CreateSimulationApplicationVersionResponse Source #

Instances

Instances details
Generic CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Read CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Show CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

NFData CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Eq CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

type Rep CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

type Rep CreateSimulationApplicationVersionResponse = D1 ('MetaData "CreateSimulationApplicationVersionResponse" "Amazonka.RobOMaker.CreateSimulationApplicationVersion" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateSimulationApplicationVersionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine))))) :*: ((S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Source])) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newCreateSimulationApplicationVersionResponse Source #

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

CreateSimulationApplicationVersionResponse, createSimulationApplicationVersionResponse_arn - The Amazon Resource Name (ARN) of the simulation application.

$sel:environment:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_environment - The object that contains the Docker image URI used to create the simulation application.

CreateSimulationApplicationVersionResponse, createSimulationApplicationVersionResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

CreateSimulationApplicationVersionResponse, createSimulationApplicationVersionResponse_name - The name of the simulation application.

$sel:renderingEngine:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_renderingEngine - The rendering engine for the simulation application.

$sel:revisionId:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_revisionId - The revision ID of the simulation application.

CreateSimulationApplicationVersionResponse, createSimulationApplicationVersionResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

CreateSimulationApplicationVersionResponse, createSimulationApplicationVersionResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:sources:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_sources - The sources of the simulation application.

CreateSimulationApplicationVersionResponse, createSimulationApplicationVersionResponse_version - The version of the simulation application.

$sel:httpStatus:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_httpStatus - The response's http status code.

CreateSimulationJob

data CreateSimulationJob Source #

See: newCreateSimulationJob smart constructor.

Instances

Instances details
ToJSON CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

ToHeaders CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

ToPath CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

ToQuery CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

AWSRequest CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Associated Types

type AWSResponse CreateSimulationJob #

Generic CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Associated Types

type Rep CreateSimulationJob :: Type -> Type #

Read CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Show CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

NFData CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Methods

rnf :: CreateSimulationJob -> () #

Eq CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Hashable CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

type AWSResponse CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

type Rep CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

type Rep CreateSimulationJob = D1 ('MetaData "CreateSimulationJob" "Amazonka.RobOMaker.CreateSimulationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateSimulationJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compute)) :*: S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceConfig))))) :*: (S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior)) :*: (S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation))))) :*: ((S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: (S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfig)) :*: (S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateSimulationJob Source #

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

CreateSimulationJob, createSimulationJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateSimulationJob, createSimulationJob_compute - Compute information for the simulation job.

CreateSimulationJob, createSimulationJob_dataSources - Specify data sources to mount read-only files from S3 into your simulation. These files are available under /opt/robomaker/datasources/data_source_name.

There is a limit of 100 files and a combined size of 25GB for all DataSourceConfig objects.

CreateSimulationJob, createSimulationJob_failureBehavior - The failure behavior the simulation job.

Continue
Leaves the instance running for its maximum timeout duration after a 4XX error code.
Fail
Stop the simulation job and terminate the instance.

CreateSimulationJob, createSimulationJob_loggingConfig - The logging configuration.

CreateSimulationJob, createSimulationJob_outputLocation - Location for output files generated by the simulation job.

CreateSimulationJob, createSimulationJob_robotApplications - The robot application to use in the simulation job.

CreateSimulationJob, createSimulationJob_simulationApplications - The simulation application to use in the simulation job.

CreateSimulationJob, createSimulationJob_tags - A map that contains tag keys and tag values that are attached to the simulation job.

CreateSimulationJob, createSimulationJob_vpcConfig - If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

CreateSimulationJob, createSimulationJob_maxJobDurationInSeconds - The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When maxJobDurationInSeconds is reached, the simulation job will status will transition to Completed.

CreateSimulationJob, createSimulationJob_iamRole - The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

data CreateSimulationJobResponse Source #

See: newCreateSimulationJobResponse smart constructor.

Instances

Instances details
Generic CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Associated Types

type Rep CreateSimulationJobResponse :: Type -> Type #

Read CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Show CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

NFData CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Eq CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

type Rep CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

type Rep CreateSimulationJobResponse = D1 ('MetaData "CreateSimulationJobResponse" "Amazonka.RobOMaker.CreateSimulationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateSimulationJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResponse)) :*: S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSource])))) :*: ((S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode))) :*: (S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastStartedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: (S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig)))))) :*: ((S1 ('MetaSel ('Just "simulationTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfigResponse)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newCreateSimulationJobResponse Source #

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

CreateSimulationJobResponse, createSimulationJobResponse_arn - The Amazon Resource Name (ARN) of the simulation job.

CreateSimulationJob, createSimulationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateSimulationJob, createSimulationJobResponse_compute - Compute information for the simulation job.

CreateSimulationJob, createSimulationJobResponse_dataSources - The data sources for the simulation job.

CreateSimulationJob, createSimulationJobResponse_failureBehavior - the failure behavior for the simulation job.

CreateSimulationJobResponse, createSimulationJobResponse_failureCode - The failure code of the simulation job if it failed:

InternalServiceError
Internal service error.
RobotApplicationCrash
Robot application exited abnormally.
SimulationApplicationCrash
Simulation application exited abnormally.
BadPermissionsRobotApplication
Robot application bundle could not be downloaded.
BadPermissionsSimulationApplication
Simulation application bundle could not be downloaded.
BadPermissionsS3Output
Unable to publish outputs to customer-provided S3 bucket.
BadPermissionsCloudwatchLogs
Unable to publish logs to customer-provided CloudWatch Logs resource.
SubnetIpLimitExceeded
Subnet IP limit exceeded.
ENILimitExceeded
ENI limit exceeded.
BadPermissionsUserCredentials
Unable to use the Role provided.
InvalidBundleRobotApplication
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
InvalidBundleSimulationApplication
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
RobotApplicationVersionMismatchedEtag
Etag for RobotApplication does not match value during version creation.
SimulationApplicationVersionMismatchedEtag
Etag for SimulationApplication does not match value during version creation.

CreateSimulationJob, createSimulationJobResponse_iamRole - The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.

CreateSimulationJobResponse, createSimulationJobResponse_lastStartedAt - The time, in milliseconds since the epoch, when the simulation job was last started.

CreateSimulationJobResponse, createSimulationJobResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job was last updated.

CreateSimulationJob, createSimulationJobResponse_loggingConfig - The logging configuration.

CreateSimulationJob, createSimulationJobResponse_maxJobDurationInSeconds - The maximum simulation job duration in seconds.

CreateSimulationJob, createSimulationJobResponse_outputLocation - Simulation job output files location.

CreateSimulationJob, createSimulationJobResponse_robotApplications - The robot application used by the simulation job.

CreateSimulationJob, createSimulationJobResponse_simulationApplications - The simulation application used by the simulation job.

CreateSimulationJobResponse, createSimulationJobResponse_simulationTimeMillis - The simulation job execution duration in milliseconds.

CreateSimulationJobResponse, createSimulationJobResponse_status - The status of the simulation job.

CreateSimulationJob, createSimulationJobResponse_tags - The list of all tags added to the simulation job.

CreateSimulationJob, createSimulationJobResponse_vpcConfig - Information about the vpc configuration.

$sel:httpStatus:CreateSimulationJobResponse', createSimulationJobResponse_httpStatus - The response's http status code.

CreateWorldExportJob

data CreateWorldExportJob Source #

See: newCreateWorldExportJob smart constructor.

Instances

Instances details
ToJSON CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

ToHeaders CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

ToPath CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

ToQuery CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

AWSRequest CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Associated Types

type AWSResponse CreateWorldExportJob #

Generic CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Associated Types

type Rep CreateWorldExportJob :: Type -> Type #

Read CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Show CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

NFData CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Methods

rnf :: CreateWorldExportJob -> () #

Eq CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Hashable CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

type AWSResponse CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

type Rep CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

type Rep CreateWorldExportJob = D1 ('MetaData "CreateWorldExportJob" "Amazonka.RobOMaker.CreateWorldExportJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateWorldExportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "worlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputLocation) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateWorldExportJob Source #

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

CreateWorldExportJob, createWorldExportJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateWorldExportJob, createWorldExportJob_tags - A map that contains tag keys and tag values that are attached to the world export job.

CreateWorldExportJob, createWorldExportJob_worlds - A list of Amazon Resource Names (arns) that correspond to worlds to export.

CreateWorldExportJob, createWorldExportJob_outputLocation - Undocumented member.

CreateWorldExportJob, createWorldExportJob_iamRole - The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

data CreateWorldExportJobResponse Source #

See: newCreateWorldExportJobResponse smart constructor.

Instances

Instances details
Generic CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Associated Types

type Rep CreateWorldExportJobResponse :: Type -> Type #

Read CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Show CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

NFData CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Eq CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

type Rep CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

newCreateWorldExportJobResponse Source #

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

CreateWorldExportJobResponse, createWorldExportJobResponse_arn - The Amazon Resource Name (ARN) of the world export job.

CreateWorldExportJob, createWorldExportJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateWorldExportJobResponse, createWorldExportJobResponse_createdAt - The time, in milliseconds since the epoch, when the world export job was created.

CreateWorldExportJobResponse, createWorldExportJobResponse_failureCode - The failure code of the world export job if it failed:

InternalServiceError
Internal service error.
LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
ResourceNotFound
The specified resource could not be found.
RequestThrottled
The request was throttled.
InvalidInput
An input parameter in the request is not valid.
AllWorldGenerationFailed
All of the worlds in the world generation job failed. This can happen if your worldCount is greater than 50 or less than 1.

For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.

CreateWorldExportJob, createWorldExportJobResponse_iamRole - The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

CreateWorldExportJob, createWorldExportJobResponse_outputLocation - Undocumented member.

CreateWorldExportJobResponse, createWorldExportJobResponse_status - The status of the world export job.

Pending
The world export job request is pending.
Running
The world export job is running.
Completed
The world export job completed.
Failed
The world export job failed. See failureCode for more information.
Canceled
The world export job was cancelled.
Canceling
The world export job is being cancelled.

CreateWorldExportJob, createWorldExportJobResponse_tags - A map that contains tag keys and tag values that are attached to the world export job.

$sel:httpStatus:CreateWorldExportJobResponse', createWorldExportJobResponse_httpStatus - The response's http status code.

CreateWorldGenerationJob

data CreateWorldGenerationJob Source #

See: newCreateWorldGenerationJob smart constructor.

Instances

Instances details
ToJSON CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

ToHeaders CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

ToPath CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

ToQuery CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

AWSRequest CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Generic CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Associated Types

type Rep CreateWorldGenerationJob :: Type -> Type #

Read CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Show CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

NFData CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Eq CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Hashable CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type AWSResponse CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type Rep CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type Rep CreateWorldGenerationJob = D1 ('MetaData "CreateWorldGenerationJob" "Amazonka.RobOMaker.CreateWorldGenerationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateWorldGenerationJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "worldTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorldCount)))))

newCreateWorldGenerationJob Source #

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

CreateWorldGenerationJob, createWorldGenerationJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateWorldGenerationJob, createWorldGenerationJob_tags - A map that contains tag keys and tag values that are attached to the world generator job.

CreateWorldGenerationJob, createWorldGenerationJob_worldTags - A map that contains tag keys and tag values that are attached to the generated worlds.

CreateWorldGenerationJob, createWorldGenerationJob_template - The Amazon Resource Name (arn) of the world template describing the worlds you want to create.

CreateWorldGenerationJob, createWorldGenerationJob_worldCount - Information about the world count.

data CreateWorldGenerationJobResponse Source #

See: newCreateWorldGenerationJobResponse smart constructor.

Instances

Instances details
Generic CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Associated Types

type Rep CreateWorldGenerationJobResponse :: Type -> Type #

Read CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Show CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

NFData CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Eq CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type Rep CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

newCreateWorldGenerationJobResponse Source #

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

CreateWorldGenerationJobResponse, createWorldGenerationJobResponse_arn - The Amazon Resource Name (ARN) of the world generator job.

CreateWorldGenerationJob, createWorldGenerationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateWorldGenerationJobResponse, createWorldGenerationJobResponse_createdAt - The time, in milliseconds since the epoch, when the world generator job was created.

CreateWorldGenerationJobResponse, createWorldGenerationJobResponse_failureCode - The failure code of the world generator job if it failed:

InternalServiceError
Internal service error.
LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
ResourceNotFound
The specified resource could not be found.
RequestThrottled
The request was throttled.
InvalidInput
An input parameter in the request is not valid.

CreateWorldGenerationJobResponse, createWorldGenerationJobResponse_status - The status of the world generator job.

Pending
The world generator job request is pending.
Running
The world generator job is running.
Completed
The world generator job completed.
Failed
The world generator job failed. See failureCode for more information.
PartialFailed
Some worlds did not generate.
Canceled
The world generator job was cancelled.
Canceling
The world generator job is being cancelled.

CreateWorldGenerationJob, createWorldGenerationJobResponse_tags - A map that contains tag keys and tag values that are attached to the world generator job.

CreateWorldGenerationJob, createWorldGenerationJobResponse_template - The Amazon Resource Name (arn) of the world template.

CreateWorldGenerationJob, createWorldGenerationJobResponse_worldCount - Information about the world count.

CreateWorldGenerationJob, createWorldGenerationJobResponse_worldTags - A map that contains tag keys and tag values that are attached to the generated worlds.

$sel:httpStatus:CreateWorldGenerationJobResponse', createWorldGenerationJobResponse_httpStatus - The response's http status code.

CreateWorldTemplate

data CreateWorldTemplate Source #

See: newCreateWorldTemplate smart constructor.

Instances

Instances details
ToJSON CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

ToHeaders CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

ToPath CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

ToQuery CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

AWSRequest CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Associated Types

type AWSResponse CreateWorldTemplate #

Generic CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Associated Types

type Rep CreateWorldTemplate :: Type -> Type #

Read CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Show CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

NFData CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Methods

rnf :: CreateWorldTemplate -> () #

Eq CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Hashable CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

type AWSResponse CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

type Rep CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

type Rep CreateWorldTemplate = D1 ('MetaData "CreateWorldTemplate" "Amazonka.RobOMaker.CreateWorldTemplate" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateWorldTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateLocation))))))

newCreateWorldTemplate :: CreateWorldTemplate Source #

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

CreateWorldTemplate, createWorldTemplate_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateWorldTemplate, createWorldTemplate_name - The name of the world template.

CreateWorldTemplate, createWorldTemplate_tags - A map that contains tag keys and tag values that are attached to the world template.

$sel:templateBody:CreateWorldTemplate', createWorldTemplate_templateBody - The world template body.

$sel:templateLocation:CreateWorldTemplate', createWorldTemplate_templateLocation - The location of the world template.

data CreateWorldTemplateResponse Source #

See: newCreateWorldTemplateResponse smart constructor.

Instances

Instances details
Generic CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Associated Types

type Rep CreateWorldTemplateResponse :: Type -> Type #

Read CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Show CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

NFData CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Eq CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

type Rep CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

type Rep CreateWorldTemplateResponse = D1 ('MetaData "CreateWorldTemplateResponse" "Amazonka.RobOMaker.CreateWorldTemplate" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CreateWorldTemplateResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateWorldTemplateResponse Source #

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

CreateWorldTemplateResponse, createWorldTemplateResponse_arn - The Amazon Resource Name (ARN) of the world template.

CreateWorldTemplate, createWorldTemplateResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateWorldTemplateResponse, createWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was created.

CreateWorldTemplate, createWorldTemplateResponse_name - The name of the world template.

CreateWorldTemplate, createWorldTemplateResponse_tags - A map that contains tag keys and tag values that are attached to the world template.

$sel:httpStatus:CreateWorldTemplateResponse', createWorldTemplateResponse_httpStatus - The response's http status code.

DeleteRobotApplication

data DeleteRobotApplication Source #

See: newDeleteRobotApplication smart constructor.

Instances

Instances details
ToJSON DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToHeaders DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToPath DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToQuery DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

AWSRequest DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type AWSResponse DeleteRobotApplication #

Generic DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplication :: Type -> Type #

Read DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

NFData DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Methods

rnf :: DeleteRobotApplication -> () #

Eq DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Hashable DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type AWSResponse DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplication = D1 ('MetaData "DeleteRobotApplication" "Amazonka.RobOMaker.DeleteRobotApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DeleteRobotApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRobotApplication Source #

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

DeleteRobotApplication, deleteRobotApplication_applicationVersion - The version of the robot application to delete.

DeleteRobotApplication, deleteRobotApplication_application - The Amazon Resource Name (ARN) of the the robot application.

data DeleteRobotApplicationResponse Source #

See: newDeleteRobotApplicationResponse smart constructor.

Instances

Instances details
Generic DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplicationResponse :: Type -> Type #

Read DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

NFData DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Eq DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

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

newDeleteRobotApplicationResponse Source #

Create a value of DeleteRobotApplicationResponse 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:httpStatus:DeleteRobotApplicationResponse', deleteRobotApplicationResponse_httpStatus - The response's http status code.

DeleteSimulationApplication

data DeleteSimulationApplication Source #

See: newDeleteSimulationApplication smart constructor.

Instances

Instances details
ToJSON DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

ToHeaders DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

ToPath DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

ToQuery DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

AWSRequest DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Generic DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Associated Types

type Rep DeleteSimulationApplication :: Type -> Type #

Read DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Show DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

NFData DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Eq DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Hashable DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

type AWSResponse DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

type Rep DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

type Rep DeleteSimulationApplication = D1 ('MetaData "DeleteSimulationApplication" "Amazonka.RobOMaker.DeleteSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DeleteSimulationApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSimulationApplication Source #

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

DeleteSimulationApplication, deleteSimulationApplication_applicationVersion - The version of the simulation application to delete.

DeleteSimulationApplication, deleteSimulationApplication_application - The application information for the simulation application to delete.

data DeleteSimulationApplicationResponse Source #

Instances

Instances details
Generic DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Read DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Show DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

NFData DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Eq DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

type Rep DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

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

newDeleteSimulationApplicationResponse Source #

Create a value of DeleteSimulationApplicationResponse 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:httpStatus:DeleteSimulationApplicationResponse', deleteSimulationApplicationResponse_httpStatus - The response's http status code.

DeleteWorldTemplate

data DeleteWorldTemplate Source #

See: newDeleteWorldTemplate smart constructor.

Instances

Instances details
ToJSON DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

ToHeaders DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

ToPath DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

ToQuery DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

AWSRequest DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Associated Types

type AWSResponse DeleteWorldTemplate #

Generic DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Associated Types

type Rep DeleteWorldTemplate :: Type -> Type #

Read DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Show DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

NFData DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Methods

rnf :: DeleteWorldTemplate -> () #

Eq DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Hashable DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

type AWSResponse DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

type Rep DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

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

newDeleteWorldTemplate Source #

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

DeleteWorldTemplate, deleteWorldTemplate_template - The Amazon Resource Name (arn) of the world template you want to delete.

data DeleteWorldTemplateResponse Source #

See: newDeleteWorldTemplateResponse smart constructor.

Instances

Instances details
Generic DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Associated Types

type Rep DeleteWorldTemplateResponse :: Type -> Type #

Read DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Show DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

NFData DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Eq DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

type Rep DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

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

newDeleteWorldTemplateResponse Source #

Create a value of DeleteWorldTemplateResponse 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:httpStatus:DeleteWorldTemplateResponse', deleteWorldTemplateResponse_httpStatus - The response's http status code.

DescribeRobotApplication

data DescribeRobotApplication Source #

See: newDescribeRobotApplication smart constructor.

Instances

Instances details
ToJSON DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

ToHeaders DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

ToPath DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

ToQuery DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

AWSRequest DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Generic DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Associated Types

type Rep DescribeRobotApplication :: Type -> Type #

Read DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Show DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

NFData DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Eq DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Hashable DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

type AWSResponse DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

type Rep DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

type Rep DescribeRobotApplication = D1 ('MetaData "DescribeRobotApplication" "Amazonka.RobOMaker.DescribeRobotApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeRobotApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeRobotApplication Source #

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

DescribeRobotApplication, describeRobotApplication_applicationVersion - The version of the robot application to describe.

DescribeRobotApplication, describeRobotApplication_application - The Amazon Resource Name (ARN) of the robot application.

data DescribeRobotApplicationResponse Source #

See: newDescribeRobotApplicationResponse smart constructor.

Instances

Instances details
Generic DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Associated Types

type Rep DescribeRobotApplicationResponse :: Type -> Type #

Read DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Show DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

NFData DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Eq DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

type Rep DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

type Rep DescribeRobotApplicationResponse = D1 ('MetaData "DescribeRobotApplicationResponse" "Amazonka.RobOMaker.DescribeRobotApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeRobotApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment))) :*: (S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Source])))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeRobotApplicationResponse Source #

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

DescribeRobotApplicationResponse, describeRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the robot application.

$sel:environment:DescribeRobotApplicationResponse', describeRobotApplicationResponse_environment - The object that contains the Docker image URI used to create the robot application.

$sel:imageDigest:DescribeRobotApplicationResponse', describeRobotApplicationResponse_imageDigest - A SHA256 identifier for the Docker image that you use for your robot application.

DescribeRobotApplicationResponse, describeRobotApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

DescribeRobotApplicationResponse, describeRobotApplicationResponse_name - The name of the robot application.

$sel:revisionId:DescribeRobotApplicationResponse', describeRobotApplicationResponse_revisionId - The revision id of the robot application.

DescribeRobotApplicationResponse, describeRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

$sel:sources:DescribeRobotApplicationResponse', describeRobotApplicationResponse_sources - The sources of the robot application.

DescribeRobotApplicationResponse, describeRobotApplicationResponse_tags - The list of all tags added to the specified robot application.

DescribeRobotApplicationResponse, describeRobotApplicationResponse_version - The version of the robot application.

$sel:httpStatus:DescribeRobotApplicationResponse', describeRobotApplicationResponse_httpStatus - The response's http status code.

DescribeSimulationApplication

data DescribeSimulationApplication Source #

See: newDescribeSimulationApplication smart constructor.

Instances

Instances details
ToJSON DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

ToHeaders DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

ToPath DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

ToQuery DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

AWSRequest DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Generic DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Associated Types

type Rep DescribeSimulationApplication :: Type -> Type #

Read DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Show DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

NFData DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Eq DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Hashable DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

type AWSResponse DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

type Rep DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

type Rep DescribeSimulationApplication = D1 ('MetaData "DescribeSimulationApplication" "Amazonka.RobOMaker.DescribeSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeSimulationApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeSimulationApplication Source #

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

DescribeSimulationApplication, describeSimulationApplication_applicationVersion - The version of the simulation application to describe.

DescribeSimulationApplication, describeSimulationApplication_application - The application information for the simulation application.

data DescribeSimulationApplicationResponse Source #

Instances

Instances details
Generic DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Read DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Show DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

NFData DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Eq DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

type Rep DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

type Rep DescribeSimulationApplicationResponse = D1 ('MetaData "DescribeSimulationApplicationResponse" "Amazonka.RobOMaker.DescribeSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine))))) :*: ((S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: ((S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Source])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeSimulationApplicationResponse Source #

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

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_arn - The Amazon Resource Name (ARN) of the robot simulation application.

$sel:environment:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_environment - The object that contains the Docker image URI used to create the simulation application.

$sel:imageDigest:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_imageDigest - A SHA256 identifier for the Docker image that you use for your simulation application.

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_name - The name of the simulation application.

$sel:renderingEngine:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_renderingEngine - The rendering engine for the simulation application.

$sel:revisionId:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_revisionId - The revision id of the simulation application.

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:sources:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_sources - The sources of the simulation application.

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_tags - The list of all tags added to the specified simulation application.

DescribeSimulationApplicationResponse, describeSimulationApplicationResponse_version - The version of the simulation application.

$sel:httpStatus:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_httpStatus - The response's http status code.

DescribeSimulationJob

data DescribeSimulationJob Source #

See: newDescribeSimulationJob smart constructor.

Instances

Instances details
ToJSON DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

ToHeaders DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

ToPath DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

ToQuery DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

AWSRequest DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Associated Types

type AWSResponse DescribeSimulationJob #

Generic DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Associated Types

type Rep DescribeSimulationJob :: Type -> Type #

Read DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Show DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

NFData DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Methods

rnf :: DescribeSimulationJob -> () #

Eq DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Hashable DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

type AWSResponse DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

type Rep DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

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

newDescribeSimulationJob Source #

Create a value of DescribeSimulationJob 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:job:DescribeSimulationJob', describeSimulationJob_job - The Amazon Resource Name (ARN) of the simulation job to be described.

data DescribeSimulationJobResponse Source #

See: newDescribeSimulationJobResponse smart constructor.

Instances

Instances details
Generic DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Associated Types

type Rep DescribeSimulationJobResponse :: Type -> Type #

Read DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Show DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

NFData DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Eq DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

type Rep DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

type Rep DescribeSimulationJobResponse = D1 ('MetaData "DescribeSimulationJobResponse" "Amazonka.RobOMaker.DescribeSimulationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeSimulationJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResponse)) :*: (S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSource])) :*: S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior))))) :*: ((S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastStartedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)))))) :*: (((S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "networkInterface") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInterface)) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig)))))) :*: ((S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: (S1 ('MetaSel ('Just "simulationTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfigResponse)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeSimulationJobResponse Source #

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

DescribeSimulationJobResponse, describeSimulationJobResponse_arn - The Amazon Resource Name (ARN) of the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeSimulationJobResponse, describeSimulationJobResponse_compute - Compute information for the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_dataSources - The data sources for the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_failureBehavior - The failure behavior for the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_failureCode - The failure code of the simulation job if it failed:

InternalServiceError
Internal service error.
RobotApplicationCrash
Robot application exited abnormally.
SimulationApplicationCrash
Simulation application exited abnormally.
BadPermissionsRobotApplication
Robot application bundle could not be downloaded.
BadPermissionsSimulationApplication
Simulation application bundle could not be downloaded.
BadPermissionsS3Output
Unable to publish outputs to customer-provided S3 bucket.
BadPermissionsCloudwatchLogs
Unable to publish logs to customer-provided CloudWatch Logs resource.
SubnetIpLimitExceeded
Subnet IP limit exceeded.
ENILimitExceeded
ENI limit exceeded.
BadPermissionsUserCredentials
Unable to use the Role provided.
InvalidBundleRobotApplication
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
InvalidBundleSimulationApplication
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
RobotApplicationVersionMismatchedEtag
Etag for RobotApplication does not match value during version creation.
SimulationApplicationVersionMismatchedEtag
Etag for SimulationApplication does not match value during version creation.

DescribeSimulationJobResponse, describeSimulationJobResponse_failureReason - Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.

DescribeSimulationJobResponse, describeSimulationJobResponse_iamRole - The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.

DescribeSimulationJobResponse, describeSimulationJobResponse_lastStartedAt - The time, in milliseconds since the epoch, when the simulation job was last started.

DescribeSimulationJobResponse, describeSimulationJobResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job was last updated.

DescribeSimulationJobResponse, describeSimulationJobResponse_loggingConfig - The logging configuration.

DescribeSimulationJobResponse, describeSimulationJobResponse_maxJobDurationInSeconds - The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.

DescribeSimulationJobResponse, describeSimulationJobResponse_name - The name of the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_networkInterface - The network interface information for the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_outputLocation - Location for output files generated by the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_robotApplications - A list of robot applications.

DescribeSimulationJobResponse, describeSimulationJobResponse_simulationApplications - A list of simulation applications.

DescribeSimulationJobResponse, describeSimulationJobResponse_simulationTimeMillis - The simulation job execution duration in milliseconds.

DescribeSimulationJobResponse, describeSimulationJobResponse_status - The status of the simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_tags - The list of all tags added to the specified simulation job.

DescribeSimulationJobResponse, describeSimulationJobResponse_vpcConfig - The VPC configuration.

$sel:httpStatus:DescribeSimulationJobResponse', describeSimulationJobResponse_httpStatus - The response's http status code.

DescribeSimulationJobBatch

data DescribeSimulationJobBatch Source #

See: newDescribeSimulationJobBatch smart constructor.

Instances

Instances details
ToJSON DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

ToHeaders DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

ToPath DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

ToQuery DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

AWSRequest DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Generic DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Associated Types

type Rep DescribeSimulationJobBatch :: Type -> Type #

Read DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Show DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

NFData DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Eq DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Hashable DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

type AWSResponse DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

type Rep DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

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

newDescribeSimulationJobBatch Source #

Create a value of DescribeSimulationJobBatch 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:batch:DescribeSimulationJobBatch', describeSimulationJobBatch_batch - The id of the batch to describe.

data DescribeSimulationJobBatchResponse Source #

Instances

Instances details
Generic DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Associated Types

type Rep DescribeSimulationJobBatchResponse :: Type -> Type #

Read DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Show DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

NFData DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Eq DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

type Rep DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

type Rep DescribeSimulationJobBatchResponse = D1 ('MetaData "DescribeSimulationJobBatchResponse" "Amazonka.RobOMaker.DescribeSimulationJobBatch" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeSimulationJobBatchResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "batchPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchPolicy)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJobSummary])) :*: S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCreateSimulationJobRequest]))))) :*: ((S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchErrorCode)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "pendingRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationJobRequest))) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchStatus))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeSimulationJobBatchResponse Source #

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

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_arn - The Amazon Resource Name (ARN) of the batch.

$sel:batchPolicy:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_batchPolicy - The batch policy.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_createdAt - The time, in milliseconds since the epoch, when the simulation job batch was created.

$sel:createdRequests:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_createdRequests - A list of created simulation job summaries.

$sel:failedRequests:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_failedRequests - A list of failed create simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_failureCode - The failure code of the simulation job batch.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_failureReason - The reason the simulation job batch failed.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job batch was last updated.

$sel:pendingRequests:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_pendingRequests - A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_status - The status of the batch.

Pending
The simulation job batch request is pending.
InProgress
The simulation job batch is in progress.
Failed
The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.
Completed
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).
Canceled
The simulation batch job was cancelled.
Canceling
The simulation batch job is being cancelled.
Completing
The simulation batch job is completing.
TimingOut
The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut
The simulation batch job timed out.

DescribeSimulationJobBatchResponse, describeSimulationJobBatchResponse_tags - A map that contains tag keys and tag values that are attached to the simulation job batch.

$sel:httpStatus:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_httpStatus - The response's http status code.

DescribeWorld

data DescribeWorld Source #

See: newDescribeWorld smart constructor.

Constructors

DescribeWorld' Text 

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.

data DescribeWorldResponse Source #

See: newDescribeWorldResponse smart constructor.

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.

DescribeWorldExportJob

data DescribeWorldExportJob Source #

See: newDescribeWorldExportJob smart constructor.

Instances

Instances details
ToJSON DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

ToHeaders DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

ToPath DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

ToQuery DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

AWSRequest DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Associated Types

type AWSResponse DescribeWorldExportJob #

Generic DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Associated Types

type Rep DescribeWorldExportJob :: Type -> Type #

Read DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Show DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

NFData DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Methods

rnf :: DescribeWorldExportJob -> () #

Eq DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Hashable DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

type AWSResponse DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

type Rep DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

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

newDescribeWorldExportJob Source #

Create a value of DescribeWorldExportJob 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:job:DescribeWorldExportJob', describeWorldExportJob_job - The Amazon Resource Name (arn) of the world export job to describe.

data DescribeWorldExportJobResponse Source #

See: newDescribeWorldExportJobResponse smart constructor.

Instances

Instances details
Generic DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Associated Types

type Rep DescribeWorldExportJobResponse :: Type -> Type #

Read DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Show DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

NFData DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Eq DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

type Rep DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

type Rep DescribeWorldExportJobResponse = D1 ('MetaData "DescribeWorldExportJobResponse" "Amazonka.RobOMaker.DescribeWorldExportJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeWorldExportJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldExportJobErrorCode)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldExportJobStatus)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "worlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeWorldExportJobResponse Source #

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

DescribeWorldExportJobResponse, describeWorldExportJobResponse_arn - The Amazon Resource Name (ARN) of the world export job.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_createdAt - The time, in milliseconds since the epoch, when the world export job was created.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_failureCode - The failure code of the world export job if it failed:

InternalServiceError
Internal service error.
LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
ResourceNotFound
The specified resource could not be found.
RequestThrottled
The request was throttled.
InvalidInput
An input parameter in the request is not valid.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_failureReason - The reason why the world export job failed.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_iamRole - The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_outputLocation - Undocumented member.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_status - The status of the world export job.

Pending
The world export job request is pending.
Running
The world export job is running.
Completed
The world export job completed.
Failed
The world export job failed. See failureCode and failureReason for more information.
Canceled
The world export job was cancelled.
Canceling
The world export job is being cancelled.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_tags - A map that contains tag keys and tag values that are attached to the world export job.

DescribeWorldExportJobResponse, describeWorldExportJobResponse_worlds - A list of Amazon Resource Names (arns) that correspond to worlds to be exported.

$sel:httpStatus:DescribeWorldExportJobResponse', describeWorldExportJobResponse_httpStatus - The response's http status code.

DescribeWorldGenerationJob

data DescribeWorldGenerationJob Source #

See: newDescribeWorldGenerationJob smart constructor.

Instances

Instances details
ToJSON DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

ToHeaders DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

ToPath DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

ToQuery DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

AWSRequest DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Generic DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Associated Types

type Rep DescribeWorldGenerationJob :: Type -> Type #

Read DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Show DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

NFData DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Eq DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Hashable DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

type AWSResponse DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

type Rep DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

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

newDescribeWorldGenerationJob Source #

Create a value of DescribeWorldGenerationJob 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:job:DescribeWorldGenerationJob', describeWorldGenerationJob_job - The Amazon Resource Name (arn) of the world generation job to describe.

data DescribeWorldGenerationJobResponse Source #

Instances

Instances details
Generic DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Associated Types

type Rep DescribeWorldGenerationJobResponse :: Type -> Type #

Read DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Show DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

NFData DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Eq DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

type Rep DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

type Rep DescribeWorldGenerationJobResponse = D1 ('MetaData "DescribeWorldGenerationJobResponse" "Amazonka.RobOMaker.DescribeWorldGenerationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DescribeWorldGenerationJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobErrorCode)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "finishedWorldsSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FinishedWorldsSummary))))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobStatus)) :*: (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 "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldCount)) :*: (S1 ('MetaSel ('Just "worldTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeWorldGenerationJobResponse Source #

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

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_arn - The Amazon Resource Name (ARN) of the world generation job.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_createdAt - The time, in milliseconds since the epoch, when the world generation job was created.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_failureCode - The failure code of the world generation job if it failed:

InternalServiceError
Internal service error.
LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
ResourceNotFound
The specified resource could not be found.
RequestThrottled
The request was throttled.
InvalidInput
An input parameter in the request is not valid.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_failureReason - The reason why the world generation job failed.

$sel:finishedWorldsSummary:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_finishedWorldsSummary - Summary information about finished worlds.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_status - The status of the world generation job:

Pending
The world generation job request is pending.
Running
The world generation job is running.
Completed
The world generation job completed.
Failed
The world generation job failed. See failureCode for more information.
PartialFailed
Some worlds did not generate.
Canceled
The world generation job was cancelled.
Canceling
The world generation job is being cancelled.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_tags - A map that contains tag keys and tag values that are attached to the world generation job.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_template - The Amazon Resource Name (arn) of the world template.

DescribeWorldGenerationJobResponse, describeWorldGenerationJobResponse_worldCount - Information about the world count.

$sel:worldTags:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_worldTags - A map that contains tag keys and tag values that are attached to the generated worlds.

$sel:httpStatus:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_httpStatus - The response's http status code.

DescribeWorldTemplate

data DescribeWorldTemplate Source #

See: newDescribeWorldTemplate smart constructor.

Instances

Instances details
ToJSON DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

ToHeaders DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

ToPath DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

ToQuery DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

AWSRequest DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Associated Types

type AWSResponse DescribeWorldTemplate #

Generic DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Associated Types

type Rep DescribeWorldTemplate :: Type -> Type #

Read DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Show DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

NFData DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Methods

rnf :: DescribeWorldTemplate -> () #

Eq DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Hashable DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

type AWSResponse DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

type Rep DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

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

newDescribeWorldTemplate Source #

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

DescribeWorldTemplate, describeWorldTemplate_template - The Amazon Resource Name (arn) of the world template you want to describe.

data DescribeWorldTemplateResponse Source #

See: newDescribeWorldTemplateResponse smart constructor.

Instances

Instances details
Generic DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Associated Types

type Rep DescribeWorldTemplateResponse :: Type -> Type #

Read DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Show DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

NFData DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Eq DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

type Rep DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

newDescribeWorldTemplateResponse Source #

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

DescribeWorldTemplateResponse, describeWorldTemplateResponse_arn - The Amazon Resource Name (ARN) of the world template.

DescribeWorldTemplateResponse, describeWorldTemplateResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeWorldTemplateResponse, describeWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was created.

DescribeWorldTemplateResponse, describeWorldTemplateResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the world template was last updated.

DescribeWorldTemplateResponse, describeWorldTemplateResponse_name - The name of the world template.

DescribeWorldTemplateResponse, describeWorldTemplateResponse_tags - A map that contains tag keys and tag values that are attached to the world template.

DescribeWorldTemplateResponse, describeWorldTemplateResponse_version - The version of the world template that you're using.

$sel:httpStatus:DescribeWorldTemplateResponse', describeWorldTemplateResponse_httpStatus - The response's http status code.

GetWorldTemplateBody

data GetWorldTemplateBody Source #

See: newGetWorldTemplateBody smart constructor.

Instances

Instances details
ToJSON GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

ToHeaders GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

ToPath GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

ToQuery GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

AWSRequest GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Associated Types

type AWSResponse GetWorldTemplateBody #

Generic GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Associated Types

type Rep GetWorldTemplateBody :: Type -> Type #

Read GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Show GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

NFData GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Methods

rnf :: GetWorldTemplateBody -> () #

Eq GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Hashable GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

type AWSResponse GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

type Rep GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

type Rep GetWorldTemplateBody = D1 ('MetaData "GetWorldTemplateBody" "Amazonka.RobOMaker.GetWorldTemplateBody" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "GetWorldTemplateBody'" 'PrefixI 'True) (S1 ('MetaSel ('Just "generationJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetWorldTemplateBody :: GetWorldTemplateBody Source #

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

GetWorldTemplateBody, getWorldTemplateBody_generationJob - The Amazon Resource Name (arn) of the world generator job.

GetWorldTemplateBody, getWorldTemplateBody_template - The Amazon Resource Name (arn) of the world template.

data GetWorldTemplateBodyResponse Source #

See: newGetWorldTemplateBodyResponse smart constructor.

Instances

Instances details
Generic GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Associated Types

type Rep GetWorldTemplateBodyResponse :: Type -> Type #

Read GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Show GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

NFData GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Eq GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

type Rep GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

type Rep GetWorldTemplateBodyResponse = D1 ('MetaData "GetWorldTemplateBodyResponse" "Amazonka.RobOMaker.GetWorldTemplateBody" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "GetWorldTemplateBodyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetWorldTemplateBodyResponse Source #

Create a value of GetWorldTemplateBodyResponse 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:templateBody:GetWorldTemplateBodyResponse', getWorldTemplateBodyResponse_templateBody - The world template body.

$sel:httpStatus:GetWorldTemplateBodyResponse', getWorldTemplateBodyResponse_httpStatus - The response's http status code.

ListRobotApplications (Paginated)

data ListRobotApplications Source #

See: newListRobotApplications smart constructor.

Instances

Instances details
ToJSON ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

ToHeaders ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

ToPath ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

ToQuery ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

AWSPager ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

AWSRequest ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Associated Types

type AWSResponse ListRobotApplications #

Generic ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Associated Types

type Rep ListRobotApplications :: Type -> Type #

Read ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Show ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

NFData ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Methods

rnf :: ListRobotApplications -> () #

Eq ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Hashable ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

type AWSResponse ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

type Rep ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

type Rep ListRobotApplications = D1 ('MetaData "ListRobotApplications" "Amazonka.RobOMaker.ListRobotApplications" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListRobotApplications'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListRobotApplications :: ListRobotApplications Source #

Create a value of ListRobotApplications 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:filters:ListRobotApplications', listRobotApplications_filters - Optional filters to limit results.

The filter name name is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.

$sel:maxResults:ListRobotApplications', listRobotApplications_maxResults - When this parameter is used, ListRobotApplications only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListRobotApplications request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListRobotApplications returns up to 100 results and a nextToken value if applicable.

ListRobotApplications, listRobotApplications_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListRobotApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:versionQualifier:ListRobotApplications', listRobotApplications_versionQualifier - The version qualifier of the robot application.

data ListRobotApplicationsResponse Source #

See: newListRobotApplicationsResponse smart constructor.

Instances

Instances details
Generic ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Associated Types

type Rep ListRobotApplicationsResponse :: Type -> Type #

Read ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Show ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

NFData ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Eq ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

type Rep ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

type Rep ListRobotApplicationsResponse = D1 ('MetaData "ListRobotApplicationsResponse" "Amazonka.RobOMaker.ListRobotApplications" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListRobotApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "robotApplicationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RobotApplicationSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRobotApplicationsResponse Source #

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

ListRobotApplications, listRobotApplicationsResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListRobotApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:robotApplicationSummaries:ListRobotApplicationsResponse', listRobotApplicationsResponse_robotApplicationSummaries - A list of robot application summaries that meet the criteria of the request.

$sel:httpStatus:ListRobotApplicationsResponse', listRobotApplicationsResponse_httpStatus - The response's http status code.

ListSimulationApplications (Paginated)

data ListSimulationApplications Source #

See: newListSimulationApplications smart constructor.

Instances

Instances details
ToJSON ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

ToHeaders ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

ToPath ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

ToQuery ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

AWSPager ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

AWSRequest ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Generic ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Associated Types

type Rep ListSimulationApplications :: Type -> Type #

Read ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Show ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

NFData ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Eq ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Hashable ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

type AWSResponse ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

type Rep ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

type Rep ListSimulationApplications = D1 ('MetaData "ListSimulationApplications" "Amazonka.RobOMaker.ListSimulationApplications" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListSimulationApplications'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListSimulationApplications :: ListSimulationApplications Source #

Create a value of ListSimulationApplications 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:filters:ListSimulationApplications', listSimulationApplications_filters - Optional list of filters to limit results.

The filter name name is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.

$sel:maxResults:ListSimulationApplications', listSimulationApplications_maxResults - When this parameter is used, ListSimulationApplications only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListSimulationApplications request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListSimulationApplications returns up to 100 results and a nextToken value if applicable.

ListSimulationApplications, listSimulationApplications_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:versionQualifier:ListSimulationApplications', listSimulationApplications_versionQualifier - The version qualifier of the simulation application.

data ListSimulationApplicationsResponse Source #

Instances

Instances details
Generic ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Associated Types

type Rep ListSimulationApplicationsResponse :: Type -> Type #

Read ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Show ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

NFData ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Eq ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

type Rep ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

type Rep ListSimulationApplicationsResponse = D1 ('MetaData "ListSimulationApplicationsResponse" "Amazonka.RobOMaker.ListSimulationApplications" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListSimulationApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "simulationApplicationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationApplicationSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSimulationApplicationsResponse Source #

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

ListSimulationApplications, listSimulationApplicationsResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:simulationApplicationSummaries:ListSimulationApplicationsResponse', listSimulationApplicationsResponse_simulationApplicationSummaries - A list of simulation application summaries that meet the criteria of the request.

$sel:httpStatus:ListSimulationApplicationsResponse', listSimulationApplicationsResponse_httpStatus - The response's http status code.

ListSimulationJobBatches (Paginated)

data ListSimulationJobBatches Source #

See: newListSimulationJobBatches smart constructor.

Instances

Instances details
ToJSON ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

ToHeaders ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

ToPath ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

ToQuery ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

AWSPager ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

AWSRequest ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Generic ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Associated Types

type Rep ListSimulationJobBatches :: Type -> Type #

Read ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Show ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

NFData ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Eq ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Hashable ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

type AWSResponse ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

type Rep ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

type Rep ListSimulationJobBatches = D1 ('MetaData "ListSimulationJobBatches" "Amazonka.RobOMaker.ListSimulationJobBatches" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListSimulationJobBatches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListSimulationJobBatches :: ListSimulationJobBatches Source #

Create a value of ListSimulationJobBatches 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:filters:ListSimulationJobBatches', listSimulationJobBatches_filters - Optional filters to limit results.

$sel:maxResults:ListSimulationJobBatches', listSimulationJobBatches_maxResults - When this parameter is used, ListSimulationJobBatches only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListSimulationJobBatches request with the returned nextToken value.

ListSimulationJobBatches, listSimulationJobBatches_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobBatches again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

data ListSimulationJobBatchesResponse Source #

See: newListSimulationJobBatchesResponse smart constructor.

Instances

Instances details
Generic ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Associated Types

type Rep ListSimulationJobBatchesResponse :: Type -> Type #

Read ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Show ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

NFData ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Eq ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

type Rep ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

type Rep ListSimulationJobBatchesResponse = D1 ('MetaData "ListSimulationJobBatchesResponse" "Amazonka.RobOMaker.ListSimulationJobBatches" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListSimulationJobBatchesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "simulationJobBatchSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJobBatchSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSimulationJobBatchesResponse Source #

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

ListSimulationJobBatches, listSimulationJobBatchesResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobBatches again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:simulationJobBatchSummaries:ListSimulationJobBatchesResponse', listSimulationJobBatchesResponse_simulationJobBatchSummaries - A list of simulation job batch summaries.

$sel:httpStatus:ListSimulationJobBatchesResponse', listSimulationJobBatchesResponse_httpStatus - The response's http status code.

ListSimulationJobs (Paginated)

data ListSimulationJobs Source #

See: newListSimulationJobs smart constructor.

Instances

Instances details
ToJSON ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

ToHeaders ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

ToPath ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

ToQuery ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

AWSPager ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

AWSRequest ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Associated Types

type AWSResponse ListSimulationJobs #

Generic ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Associated Types

type Rep ListSimulationJobs :: Type -> Type #

Read ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Show ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

NFData ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Methods

rnf :: ListSimulationJobs -> () #

Eq ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Hashable ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

type AWSResponse ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

type Rep ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

type Rep ListSimulationJobs = D1 ('MetaData "ListSimulationJobs" "Amazonka.RobOMaker.ListSimulationJobs" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListSimulationJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListSimulationJobs :: ListSimulationJobs Source #

Create a value of ListSimulationJobs 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:filters:ListSimulationJobs', listSimulationJobs_filters - Optional filters to limit results.

The filter names status and simulationApplicationName and robotApplicationName are supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters, but they must be for the same named item. For example, if you are looking for items with the status Preparing or the status Running.

$sel:maxResults:ListSimulationJobs', listSimulationJobs_maxResults - When this parameter is used, ListSimulationJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListSimulationJobs request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListSimulationJobs returns up to 1000 results and a nextToken value if applicable.

ListSimulationJobs, listSimulationJobs_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

data ListSimulationJobsResponse Source #

See: newListSimulationJobsResponse smart constructor.

Instances

Instances details
Generic ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Associated Types

type Rep ListSimulationJobsResponse :: Type -> Type #

Read ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Show ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

NFData ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Eq ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

type Rep ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

type Rep ListSimulationJobsResponse = D1 ('MetaData "ListSimulationJobsResponse" "Amazonka.RobOMaker.ListSimulationJobs" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListSimulationJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "simulationJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SimulationJobSummary]))))

newListSimulationJobsResponse Source #

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

ListSimulationJobs, listSimulationJobsResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:httpStatus:ListSimulationJobsResponse', listSimulationJobsResponse_httpStatus - The response's http status code.

$sel:simulationJobSummaries:ListSimulationJobsResponse', listSimulationJobsResponse_simulationJobSummaries - A list of simulation job summaries that meet the criteria of the request.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

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

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.RobOMaker.ListTagsForResource" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

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

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The list of all tags added to the specified resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListWorldExportJobs (Paginated)

data ListWorldExportJobs Source #

See: newListWorldExportJobs smart constructor.

Instances

Instances details
ToJSON ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

ToHeaders ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

ToPath ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

ToQuery ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

AWSPager ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

AWSRequest ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Associated Types

type AWSResponse ListWorldExportJobs #

Generic ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Associated Types

type Rep ListWorldExportJobs :: Type -> Type #

Read ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Show ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

NFData ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Methods

rnf :: ListWorldExportJobs -> () #

Eq ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Hashable ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

type AWSResponse ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

type Rep ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

type Rep ListWorldExportJobs = D1 ('MetaData "ListWorldExportJobs" "Amazonka.RobOMaker.ListWorldExportJobs" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldExportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListWorldExportJobs :: ListWorldExportJobs Source #

Create a value of ListWorldExportJobs 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:filters:ListWorldExportJobs', listWorldExportJobs_filters - Optional filters to limit results. You can use generationJobId and templateId.

$sel:maxResults:ListWorldExportJobs', listWorldExportJobs_maxResults - When this parameter is used, ListWorldExportJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorldExportJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorldExportJobs returns up to 100 results and a nextToken value if applicable.

ListWorldExportJobs, listWorldExportJobs_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldExportJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

data ListWorldExportJobsResponse Source #

See: newListWorldExportJobsResponse smart constructor.

Instances

Instances details
Generic ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Associated Types

type Rep ListWorldExportJobsResponse :: Type -> Type #

Read ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Show ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

NFData ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Eq ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

type Rep ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

type Rep ListWorldExportJobsResponse = D1 ('MetaData "ListWorldExportJobsResponse" "Amazonka.RobOMaker.ListWorldExportJobs" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldExportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "worldExportJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorldExportJobSummary]))))

newListWorldExportJobsResponse Source #

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

ListWorldExportJobs, listWorldExportJobsResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldExportJobsRequest again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:httpStatus:ListWorldExportJobsResponse', listWorldExportJobsResponse_httpStatus - The response's http status code.

$sel:worldExportJobSummaries:ListWorldExportJobsResponse', listWorldExportJobsResponse_worldExportJobSummaries - Summary information for world export jobs.

ListWorldGenerationJobs (Paginated)

data ListWorldGenerationJobs Source #

See: newListWorldGenerationJobs smart constructor.

Instances

Instances details
ToJSON ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

ToHeaders ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

ToPath ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

ToQuery ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

AWSPager ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

AWSRequest ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Generic ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Associated Types

type Rep ListWorldGenerationJobs :: Type -> Type #

Read ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Show ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

NFData ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Methods

rnf :: ListWorldGenerationJobs -> () #

Eq ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Hashable ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

type AWSResponse ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

type Rep ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

type Rep ListWorldGenerationJobs = D1 ('MetaData "ListWorldGenerationJobs" "Amazonka.RobOMaker.ListWorldGenerationJobs" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldGenerationJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListWorldGenerationJobs :: ListWorldGenerationJobs Source #

Create a value of ListWorldGenerationJobs 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:filters:ListWorldGenerationJobs', listWorldGenerationJobs_filters - Optional filters to limit results. You can use status and templateId.

$sel:maxResults:ListWorldGenerationJobs', listWorldGenerationJobs_maxResults - When this parameter is used, ListWorldGeneratorJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorldGeneratorJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorldGeneratorJobs returns up to 100 results and a nextToken value if applicable.

ListWorldGenerationJobs, listWorldGenerationJobs_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldGenerationJobsRequest again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

data ListWorldGenerationJobsResponse Source #

See: newListWorldGenerationJobsResponse smart constructor.

Instances

Instances details
Generic ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Associated Types

type Rep ListWorldGenerationJobsResponse :: Type -> Type #

Read ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Show ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

NFData ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Eq ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

type Rep ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

type Rep ListWorldGenerationJobsResponse = D1 ('MetaData "ListWorldGenerationJobsResponse" "Amazonka.RobOMaker.ListWorldGenerationJobs" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldGenerationJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "worldGenerationJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorldGenerationJobSummary]))))

newListWorldGenerationJobsResponse Source #

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

ListWorldGenerationJobs, listWorldGenerationJobsResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldGeneratorJobsRequest again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:httpStatus:ListWorldGenerationJobsResponse', listWorldGenerationJobsResponse_httpStatus - The response's http status code.

$sel:worldGenerationJobSummaries:ListWorldGenerationJobsResponse', listWorldGenerationJobsResponse_worldGenerationJobSummaries - Summary information for world generator jobs.

ListWorldTemplates (Paginated)

data ListWorldTemplates Source #

See: newListWorldTemplates smart constructor.

Instances

Instances details
ToJSON ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

ToHeaders ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

ToPath ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

ToQuery ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

AWSPager ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

AWSRequest ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Associated Types

type AWSResponse ListWorldTemplates #

Generic ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Associated Types

type Rep ListWorldTemplates :: Type -> Type #

Read ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Show ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

NFData ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Methods

rnf :: ListWorldTemplates -> () #

Eq ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Hashable ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

type AWSResponse ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

type Rep ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

type Rep ListWorldTemplates = D1 ('MetaData "ListWorldTemplates" "Amazonka.RobOMaker.ListWorldTemplates" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListWorldTemplates :: ListWorldTemplates Source #

Create a value of ListWorldTemplates 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:maxResults:ListWorldTemplates', listWorldTemplates_maxResults - When this parameter is used, ListWorldTemplates only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorldTemplates request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorldTemplates returns up to 100 results and a nextToken value if applicable.

ListWorldTemplates, listWorldTemplates_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldTemplates again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

data ListWorldTemplatesResponse Source #

See: newListWorldTemplatesResponse smart constructor.

Instances

Instances details
Generic ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Associated Types

type Rep ListWorldTemplatesResponse :: Type -> Type #

Read ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Show ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

NFData ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Eq ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

type Rep ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

type Rep ListWorldTemplatesResponse = D1 ('MetaData "ListWorldTemplatesResponse" "Amazonka.RobOMaker.ListWorldTemplates" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TemplateSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorldTemplatesResponse Source #

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

ListWorldTemplates, listWorldTemplatesResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldTemplates again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:templateSummaries:ListWorldTemplatesResponse', listWorldTemplatesResponse_templateSummaries - Summary information for templates.

$sel:httpStatus:ListWorldTemplatesResponse', listWorldTemplatesResponse_httpStatus - The response's http status code.

ListWorlds (Paginated)

data ListWorlds Source #

See: newListWorlds smart constructor.

Instances

Instances details
ToJSON ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

ToHeaders ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Methods

toHeaders :: ListWorlds -> [Header] #

ToPath ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

ToQuery ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

AWSPager ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

AWSRequest ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Associated Types

type AWSResponse ListWorlds #

Generic ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Associated Types

type Rep ListWorlds :: Type -> Type #

Read ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Show ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

NFData ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Methods

rnf :: ListWorlds -> () #

Eq ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Hashable ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type AWSResponse ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type Rep ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type Rep ListWorlds = D1 ('MetaData "ListWorlds" "Amazonka.RobOMaker.ListWorlds" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorlds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListWorlds :: ListWorlds Source #

Create a value of ListWorlds 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:filters:ListWorlds', listWorlds_filters - Optional filters to limit results. You can use status.

$sel:maxResults:ListWorlds', listWorlds_maxResults - When this parameter is used, ListWorlds only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorlds request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorlds returns up to 100 results and a nextToken value if applicable.

ListWorlds, listWorlds_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorlds again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

data ListWorldsResponse Source #

See: newListWorldsResponse smart constructor.

Instances

Instances details
Generic ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Associated Types

type Rep ListWorldsResponse :: Type -> Type #

Read ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Show ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

NFData ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Methods

rnf :: ListWorldsResponse -> () #

Eq ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type Rep ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type Rep ListWorldsResponse = D1 ('MetaData "ListWorldsResponse" "Amazonka.RobOMaker.ListWorlds" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ListWorldsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "worldSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorldSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorldsResponse Source #

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

ListWorlds, listWorldsResponse_nextToken - If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorlds again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:worldSummaries:ListWorldsResponse', listWorldsResponse_worldSummaries - Summary information for worlds.

$sel:httpStatus:ListWorldsResponse', listWorldsResponse_httpStatus - The response's http status code.

RestartSimulationJob

data RestartSimulationJob Source #

See: newRestartSimulationJob smart constructor.

Instances

Instances details
ToJSON RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

ToHeaders RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

ToPath RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

ToQuery RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

AWSRequest RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Associated Types

type AWSResponse RestartSimulationJob #

Generic RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Associated Types

type Rep RestartSimulationJob :: Type -> Type #

Read RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Show RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

NFData RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Methods

rnf :: RestartSimulationJob -> () #

Eq RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Hashable RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

type AWSResponse RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

type Rep RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

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

newRestartSimulationJob Source #

Create a value of RestartSimulationJob 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:job:RestartSimulationJob', restartSimulationJob_job - The Amazon Resource Name (ARN) of the simulation job.

data RestartSimulationJobResponse Source #

See: newRestartSimulationJobResponse smart constructor.

Instances

Instances details
Generic RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Associated Types

type Rep RestartSimulationJobResponse :: Type -> Type #

Read RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Show RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

NFData RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Eq RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

type Rep RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

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

newRestartSimulationJobResponse Source #

Create a value of RestartSimulationJobResponse 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:httpStatus:RestartSimulationJobResponse', restartSimulationJobResponse_httpStatus - The response's http status code.

StartSimulationJobBatch

data StartSimulationJobBatch Source #

See: newStartSimulationJobBatch smart constructor.

Instances

Instances details
ToJSON StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

ToHeaders StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

ToPath StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

ToQuery StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

AWSRequest StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Generic StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Associated Types

type Rep StartSimulationJobBatch :: Type -> Type #

Read StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Show StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

NFData StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Methods

rnf :: StartSimulationJobBatch -> () #

Eq StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Hashable StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

type AWSResponse StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

type Rep StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

type Rep StartSimulationJobBatch = D1 ('MetaData "StartSimulationJobBatch" "Amazonka.RobOMaker.StartSimulationJobBatch" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "StartSimulationJobBatch'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchPolicy)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "createSimulationJobRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SimulationJobRequest)))))

newStartSimulationJobBatch Source #

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

StartSimulationJobBatch, startSimulationJobBatch_batchPolicy - The batch policy.

StartSimulationJobBatch, startSimulationJobBatch_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

StartSimulationJobBatch, startSimulationJobBatch_tags - A map that contains tag keys and tag values that are attached to the deployment job batch.

$sel:createSimulationJobRequests:StartSimulationJobBatch', startSimulationJobBatch_createSimulationJobRequests - A list of simulation job requests to create in the batch.

data StartSimulationJobBatchResponse Source #

See: newStartSimulationJobBatchResponse smart constructor.

Instances

Instances details
Generic StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Associated Types

type Rep StartSimulationJobBatchResponse :: Type -> Type #

Read StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Show StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

NFData StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Eq StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

type Rep StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

type Rep StartSimulationJobBatchResponse = D1 ('MetaData "StartSimulationJobBatchResponse" "Amazonka.RobOMaker.StartSimulationJobBatch" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "StartSimulationJobBatchResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "batchPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchPolicy)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJobSummary])) :*: S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCreateSimulationJobRequest]))))) :*: ((S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchErrorCode)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pendingRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationJobRequest))))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchStatus)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newStartSimulationJobBatchResponse Source #

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

StartSimulationJobBatchResponse, startSimulationJobBatchResponse_arn - The Amazon Resource Name (arn) of the batch.

StartSimulationJobBatch, startSimulationJobBatchResponse_batchPolicy - The batch policy.

StartSimulationJobBatch, startSimulationJobBatchResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

StartSimulationJobBatchResponse, startSimulationJobBatchResponse_createdAt - The time, in milliseconds since the epoch, when the simulation job batch was created.

$sel:createdRequests:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_createdRequests - A list of created simulation job request summaries.

$sel:failedRequests:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_failedRequests - A list of failed simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.

StartSimulationJobBatchResponse, startSimulationJobBatchResponse_failureCode - The failure code if the simulation job batch failed.

StartSimulationJobBatchResponse, startSimulationJobBatchResponse_failureReason - The reason the simulation job batch failed.

$sel:pendingRequests:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_pendingRequests - A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

StartSimulationJobBatchResponse, startSimulationJobBatchResponse_status - The status of the simulation job batch.

Pending
The simulation job batch request is pending.
InProgress
The simulation job batch is in progress.
Failed
The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.
Completed
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).
Canceled
The simulation batch job was cancelled.
Canceling
The simulation batch job is being cancelled.
Completing
The simulation batch job is completing.
TimingOut
The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut
The simulation batch job timed out.

StartSimulationJobBatch, startSimulationJobBatchResponse_tags - A map that contains tag keys and tag values that are attached to the deployment job batch.

$sel:httpStatus:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.RobOMaker.TagResource" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.

TagResource, tagResource_tags - A map that contains tag keys and tag values that are attached to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

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

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.RobOMaker.UntagResource" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A map that contains tag keys and tag values that will be unattached from the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

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

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateRobotApplication

data UpdateRobotApplication Source #

See: newUpdateRobotApplication smart constructor.

Instances

Instances details
ToJSON UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToHeaders UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToPath UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToQuery UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

AWSRequest UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type AWSResponse UpdateRobotApplication #

Generic UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplication :: Type -> Type #

Read UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

NFData UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Methods

rnf :: UpdateRobotApplication -> () #

Eq UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Hashable UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type AWSResponse UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplication = D1 ('MetaData "UpdateRobotApplication" "Amazonka.RobOMaker.UpdateRobotApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UpdateRobotApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment))) :*: (S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceConfig])) :*: (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))

newUpdateRobotApplication Source #

Create a value of UpdateRobotApplication 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:currentRevisionId:UpdateRobotApplication', updateRobotApplication_currentRevisionId - The revision id for the robot application.

UpdateRobotApplication, updateRobotApplication_environment - The object that contains the Docker image URI for your robot application.

UpdateRobotApplication, updateRobotApplication_sources - The sources of the robot application.

UpdateRobotApplication, updateRobotApplication_application - The application information for the robot application.

UpdateRobotApplication, updateRobotApplication_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

data UpdateRobotApplicationResponse Source #

See: newUpdateRobotApplicationResponse smart constructor.

Instances

Instances details
Generic UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplicationResponse :: Type -> Type #

Read UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

NFData UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Eq UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

newUpdateRobotApplicationResponse Source #

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

UpdateRobotApplicationResponse, updateRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated robot application.

UpdateRobotApplication, updateRobotApplicationResponse_environment - The object that contains the Docker image URI for your robot application.

UpdateRobotApplicationResponse, updateRobotApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

UpdateRobotApplicationResponse, updateRobotApplicationResponse_name - The name of the robot application.

$sel:revisionId:UpdateRobotApplicationResponse', updateRobotApplicationResponse_revisionId - The revision id of the robot application.

UpdateRobotApplication, updateRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

UpdateRobotApplication, updateRobotApplicationResponse_sources - The sources of the robot application.

UpdateRobotApplicationResponse, updateRobotApplicationResponse_version - The version of the robot application.

$sel:httpStatus:UpdateRobotApplicationResponse', updateRobotApplicationResponse_httpStatus - The response's http status code.

UpdateSimulationApplication

data UpdateSimulationApplication Source #

See: newUpdateSimulationApplication smart constructor.

Instances

Instances details
ToJSON UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToHeaders UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToPath UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToQuery UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

AWSRequest UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Generic UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Associated Types

type Rep UpdateSimulationApplication :: Type -> Type #

Read UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Show UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

NFData UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Eq UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Hashable UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type AWSResponse UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplication = D1 ('MetaData "UpdateSimulationApplication" "Amazonka.RobOMaker.UpdateSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UpdateSimulationApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment)) :*: S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)))) :*: ((S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceConfig])) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimulationSoftwareSuite) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))

newUpdateSimulationApplication Source #

Create a value of UpdateSimulationApplication 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:currentRevisionId:UpdateSimulationApplication', updateSimulationApplication_currentRevisionId - The revision id for the robot application.

UpdateSimulationApplication, updateSimulationApplication_environment - The object that contains the Docker image URI for your simulation application.

UpdateSimulationApplication, updateSimulationApplication_renderingEngine - The rendering engine for the simulation application.

UpdateSimulationApplication, updateSimulationApplication_sources - The sources of the simulation application.

UpdateSimulationApplication, updateSimulationApplication_application - The application information for the simulation application.

UpdateSimulationApplication, updateSimulationApplication_simulationSoftwareSuite - The simulation software suite used by the simulation application.

UpdateSimulationApplication, updateSimulationApplication_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

data UpdateSimulationApplicationResponse Source #

Instances

Instances details
Generic UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Read UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Show UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

NFData UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Eq UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplicationResponse = D1 ('MetaData "UpdateSimulationApplicationResponse" "Amazonka.RobOMaker.UpdateSimulationApplication" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UpdateSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Environment))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine))))) :*: ((S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Source])) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateSimulationApplicationResponse Source #

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

UpdateSimulationApplicationResponse, updateSimulationApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated simulation application.

UpdateSimulationApplication, updateSimulationApplicationResponse_environment - The object that contains the Docker image URI used for your simulation application.

UpdateSimulationApplicationResponse, updateSimulationApplicationResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

UpdateSimulationApplicationResponse, updateSimulationApplicationResponse_name - The name of the simulation application.

UpdateSimulationApplication, updateSimulationApplicationResponse_renderingEngine - The rendering engine for the simulation application.

$sel:revisionId:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_revisionId - The revision id of the simulation application.

UpdateSimulationApplication, updateSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

UpdateSimulationApplication, updateSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

UpdateSimulationApplication, updateSimulationApplicationResponse_sources - The sources of the simulation application.

UpdateSimulationApplicationResponse, updateSimulationApplicationResponse_version - The version of the robot application.

$sel:httpStatus:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_httpStatus - The response's http status code.

UpdateWorldTemplate

data UpdateWorldTemplate Source #

See: newUpdateWorldTemplate smart constructor.

Instances

Instances details
ToJSON UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

ToHeaders UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

ToPath UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

ToQuery UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

AWSRequest UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Associated Types

type AWSResponse UpdateWorldTemplate #

Generic UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Associated Types

type Rep UpdateWorldTemplate :: Type -> Type #

Read UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Show UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

NFData UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Methods

rnf :: UpdateWorldTemplate -> () #

Eq UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Hashable UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

type AWSResponse UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

type Rep UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

type Rep UpdateWorldTemplate = D1 ('MetaData "UpdateWorldTemplate" "Amazonka.RobOMaker.UpdateWorldTemplate" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UpdateWorldTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateLocation)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateWorldTemplate Source #

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

UpdateWorldTemplate, updateWorldTemplate_name - The name of the template.

$sel:templateBody:UpdateWorldTemplate', updateWorldTemplate_templateBody - The world template body.

$sel:templateLocation:UpdateWorldTemplate', updateWorldTemplate_templateLocation - The location of the world template.

UpdateWorldTemplate, updateWorldTemplate_template - The Amazon Resource Name (arn) of the world template to update.

data UpdateWorldTemplateResponse Source #

See: newUpdateWorldTemplateResponse smart constructor.

Instances

Instances details
Generic UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Associated Types

type Rep UpdateWorldTemplateResponse :: Type -> Type #

Read UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Show UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

NFData UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Eq UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

type Rep UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

type Rep UpdateWorldTemplateResponse = D1 ('MetaData "UpdateWorldTemplateResponse" "Amazonka.RobOMaker.UpdateWorldTemplate" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UpdateWorldTemplateResponse'" '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 "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateWorldTemplateResponse Source #

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

UpdateWorldTemplateResponse, updateWorldTemplateResponse_arn - The Amazon Resource Name (arn) of the world template.

UpdateWorldTemplateResponse, updateWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was created.

UpdateWorldTemplateResponse, updateWorldTemplateResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the world template was last updated.

UpdateWorldTemplate, updateWorldTemplateResponse_name - The name of the world template.

$sel:httpStatus:UpdateWorldTemplateResponse', updateWorldTemplateResponse_httpStatus - The response's http status code.

Types

Architecture

newtype Architecture Source #

Constructors

Architecture' 

Instances

Instances details
FromJSON Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

FromJSONKey Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToJSON Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToJSONKey Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToByteString Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToHeader Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToLog Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToQuery Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

FromText Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToText Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Methods

toText :: Architecture -> Text #

FromXML Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToXML Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Methods

toXML :: Architecture -> XML #

Generic Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Associated Types

type Rep Architecture :: Type -> Type #

Read Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Show Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

NFData Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Methods

rnf :: Architecture -> () #

Eq Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Ord Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Hashable Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

type Rep Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

type Rep Architecture = D1 ('MetaData "Architecture" "Amazonka.RobOMaker.Types.Architecture" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "Architecture'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArchitecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Bundled Patterns

pattern ComputeType_CPU :: ComputeType 
pattern ComputeType_GPU_AND_CPU :: ComputeType 

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToByteString ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

FromText ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToText ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Methods

toText :: ComputeType -> Text #

FromXML ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToXML ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Methods

toXML :: ComputeType -> XML #

Generic ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

Read ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

NFData ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Eq ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

type Rep ComputeType = D1 ('MetaData "ComputeType" "Amazonka.RobOMaker.Types.ComputeType" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "ComputeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSourceType

newtype DataSourceType Source #

Constructors

DataSourceType' 

Instances

Instances details
FromJSON DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

FromJSONKey DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToJSON DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToJSONKey DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToByteString DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToHeader DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToLog DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToQuery DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

FromText DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToText DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

FromXML DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToXML DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Methods

toXML :: DataSourceType -> XML #

Generic DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Associated Types

type Rep DataSourceType :: Type -> Type #

Read DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Show DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

NFData DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Methods

rnf :: DataSourceType -> () #

Eq DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Ord DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Hashable DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

type Rep DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

type Rep DataSourceType = D1 ('MetaData "DataSourceType" "Amazonka.RobOMaker.Types.DataSourceType" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "DataSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExitBehavior

newtype ExitBehavior Source #

Constructors

ExitBehavior' 

Bundled Patterns

pattern ExitBehavior_FAIL :: ExitBehavior 
pattern ExitBehavior_RESTART :: ExitBehavior 

Instances

Instances details
FromJSON ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

FromJSONKey ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToJSON ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToJSONKey ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToByteString ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToHeader ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToLog ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToQuery ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

FromText ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToText ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Methods

toText :: ExitBehavior -> Text #

FromXML ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToXML ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Methods

toXML :: ExitBehavior -> XML #

Generic ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Associated Types

type Rep ExitBehavior :: Type -> Type #

Read ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Show ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

NFData ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Methods

rnf :: ExitBehavior -> () #

Eq ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Ord ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Hashable ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

type Rep ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

type Rep ExitBehavior = D1 ('MetaData "ExitBehavior" "Amazonka.RobOMaker.Types.ExitBehavior" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "ExitBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExitBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailureBehavior

newtype FailureBehavior Source #

Constructors

FailureBehavior' 

Instances

Instances details
FromJSON FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

FromJSONKey FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToJSON FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToJSONKey FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToByteString FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToHeader FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToLog FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToQuery FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

FromText FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToText FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

FromXML FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToXML FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Methods

toXML :: FailureBehavior -> XML #

Generic FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Associated Types

type Rep FailureBehavior :: Type -> Type #

Read FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Show FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

NFData FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Methods

rnf :: FailureBehavior -> () #

Eq FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Ord FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Hashable FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

type Rep FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

type Rep FailureBehavior = D1 ('MetaData "FailureBehavior" "Amazonka.RobOMaker.Types.FailureBehavior" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "FailureBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RenderingEngineType

newtype RenderingEngineType Source #

Bundled Patterns

pattern RenderingEngineType_OGRE :: RenderingEngineType 

Instances

Instances details
FromJSON RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

FromJSONKey RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToJSON RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToJSONKey RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToByteString RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToHeader RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToLog RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToQuery RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

FromText RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToText RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

FromXML RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToXML RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Generic RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Associated Types

type Rep RenderingEngineType :: Type -> Type #

Read RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Show RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

NFData RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Methods

rnf :: RenderingEngineType -> () #

Eq RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Ord RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Hashable RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

type Rep RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

type Rep RenderingEngineType = D1 ('MetaData "RenderingEngineType" "Amazonka.RobOMaker.Types.RenderingEngineType" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "RenderingEngineType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRenderingEngineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RobotSoftwareSuiteType

newtype RobotSoftwareSuiteType Source #

Instances

Instances details
FromJSON RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

FromJSONKey RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToJSON RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToJSONKey RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToByteString RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToHeader RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToLog RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToQuery RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

FromText RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToText RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

FromXML RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToXML RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Generic RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Associated Types

type Rep RobotSoftwareSuiteType :: Type -> Type #

Read RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Show RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

NFData RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Methods

rnf :: RobotSoftwareSuiteType -> () #

Eq RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Ord RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Hashable RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

type Rep RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

type Rep RobotSoftwareSuiteType = D1 ('MetaData "RobotSoftwareSuiteType" "Amazonka.RobOMaker.Types.RobotSoftwareSuiteType" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "RobotSoftwareSuiteType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRobotSoftwareSuiteType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RobotSoftwareSuiteVersionType

newtype RobotSoftwareSuiteVersionType Source #

Instances

Instances details
FromJSON RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

FromJSONKey RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToJSON RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToJSONKey RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToByteString RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToHeader RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToLog RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToQuery RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

FromText RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToText RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

FromXML RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToXML RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Generic RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Associated Types

type Rep RobotSoftwareSuiteVersionType :: Type -> Type #

Read RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Show RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

NFData RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Eq RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Ord RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Hashable RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

type Rep RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

type Rep RobotSoftwareSuiteVersionType = D1 ('MetaData "RobotSoftwareSuiteVersionType" "Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "RobotSoftwareSuiteVersionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRobotSoftwareSuiteVersionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimulationJobBatchErrorCode

newtype SimulationJobBatchErrorCode Source #

Instances

Instances details
FromJSON SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

FromJSONKey SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToJSON SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToJSONKey SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToByteString SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToHeader SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToLog SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToQuery SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

FromText SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToText SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

FromXML SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToXML SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Generic SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Associated Types

type Rep SimulationJobBatchErrorCode :: Type -> Type #

Read SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Show SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

NFData SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Eq SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Ord SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Hashable SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

type Rep SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

type Rep SimulationJobBatchErrorCode = D1 ('MetaData "SimulationJobBatchErrorCode" "Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "SimulationJobBatchErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSimulationJobBatchErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimulationJobBatchStatus

newtype SimulationJobBatchStatus Source #

Instances

Instances details
FromJSON SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

FromJSONKey SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToJSON SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToJSONKey SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToByteString SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToHeader SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToLog SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToQuery SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

FromText SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToText SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

FromXML SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToXML SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Generic SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Associated Types

type Rep SimulationJobBatchStatus :: Type -> Type #

Read SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Show SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

NFData SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Eq SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Ord SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Hashable SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

type Rep SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

type Rep SimulationJobBatchStatus = D1 ('MetaData "SimulationJobBatchStatus" "Amazonka.RobOMaker.Types.SimulationJobBatchStatus" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "SimulationJobBatchStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSimulationJobBatchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimulationJobErrorCode

newtype SimulationJobErrorCode Source #

Bundled Patterns

pattern SimulationJobErrorCode_BadPermissionsCloudwatchLogs :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BadPermissionsRobotApplication :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BadPermissionsS3Object :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BadPermissionsS3Output :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BadPermissionsSimulationApplication :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BadPermissionsUserCredentials :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BatchCanceled :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_BatchTimedOut :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_ENILimitExceeded :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_InternalServiceError :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_InvalidBundleRobotApplication :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_InvalidBundleSimulationApplication :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_InvalidInput :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_InvalidS3Resource :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_LimitExceeded :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_MismatchedEtag :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_RequestThrottled :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_ResourceNotFound :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_RobotApplicationCrash :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_RobotApplicationHealthCheckFailure :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_RobotApplicationVersionMismatchedEtag :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_SimulationApplicationCrash :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_SimulationApplicationHealthCheckFailure :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_SimulationApplicationVersionMismatchedEtag :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_SubnetIpLimitExceeded :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_ThrottlingError :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_UploadContentMismatchError :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_WrongRegionRobotApplication :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_WrongRegionS3Bucket :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_WrongRegionS3Output :: SimulationJobErrorCode 
pattern SimulationJobErrorCode_WrongRegionSimulationApplication :: SimulationJobErrorCode 

Instances

Instances details
FromJSON SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

FromJSONKey SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToJSON SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToJSONKey SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToByteString SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToHeader SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToLog SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToQuery SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

FromText SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToText SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

FromXML SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToXML SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Generic SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Associated Types

type Rep SimulationJobErrorCode :: Type -> Type #

Read SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Show SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

NFData SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Methods

rnf :: SimulationJobErrorCode -> () #

Eq SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Ord SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Hashable SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

type Rep SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

type Rep SimulationJobErrorCode = D1 ('MetaData "SimulationJobErrorCode" "Amazonka.RobOMaker.Types.SimulationJobErrorCode" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "SimulationJobErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSimulationJobErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimulationJobStatus

newtype SimulationJobStatus Source #

Instances

Instances details
FromJSON SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

FromJSONKey SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToJSON SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToJSONKey SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToByteString SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToHeader SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToLog SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToQuery SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

FromText SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToText SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

FromXML SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToXML SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Generic SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Associated Types

type Rep SimulationJobStatus :: Type -> Type #

Read SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Show SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

NFData SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Methods

rnf :: SimulationJobStatus -> () #

Eq SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Ord SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Hashable SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

type Rep SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

type Rep SimulationJobStatus = D1 ('MetaData "SimulationJobStatus" "Amazonka.RobOMaker.Types.SimulationJobStatus" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "SimulationJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSimulationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimulationSoftwareSuiteType

newtype SimulationSoftwareSuiteType Source #

Instances

Instances details
FromJSON SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

FromJSONKey SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToJSON SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToJSONKey SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToByteString SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToHeader SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToLog SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToQuery SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

FromText SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToText SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

FromXML SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToXML SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Generic SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Associated Types

type Rep SimulationSoftwareSuiteType :: Type -> Type #

Read SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Show SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

NFData SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Eq SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Ord SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Hashable SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

type Rep SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

type Rep SimulationSoftwareSuiteType = D1 ('MetaData "SimulationSoftwareSuiteType" "Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "SimulationSoftwareSuiteType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSimulationSoftwareSuiteType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UploadBehavior

newtype UploadBehavior Source #

Constructors

UploadBehavior' 

Instances

Instances details
FromJSON UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

FromJSONKey UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToJSON UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToJSONKey UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToByteString UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToHeader UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToLog UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToQuery UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

FromText UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToText UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

FromXML UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToXML UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Methods

toXML :: UploadBehavior -> XML #

Generic UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Associated Types

type Rep UploadBehavior :: Type -> Type #

Read UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Show UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

NFData UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Methods

rnf :: UploadBehavior -> () #

Eq UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Ord UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Hashable UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

type Rep UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

type Rep UploadBehavior = D1 ('MetaData "UploadBehavior" "Amazonka.RobOMaker.Types.UploadBehavior" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "UploadBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUploadBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorldExportJobErrorCode

newtype WorldExportJobErrorCode Source #

Instances

Instances details
FromJSON WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

FromJSONKey WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToJSON WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToJSONKey WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToByteString WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToHeader WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToLog WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToQuery WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

FromText WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToText WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

FromXML WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToXML WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Generic WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Associated Types

type Rep WorldExportJobErrorCode :: Type -> Type #

Read WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Show WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

NFData WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Methods

rnf :: WorldExportJobErrorCode -> () #

Eq WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Ord WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Hashable WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

type Rep WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

type Rep WorldExportJobErrorCode = D1 ('MetaData "WorldExportJobErrorCode" "Amazonka.RobOMaker.Types.WorldExportJobErrorCode" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "WorldExportJobErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorldExportJobErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorldExportJobStatus

newtype WorldExportJobStatus Source #

Instances

Instances details
FromJSON WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

FromJSONKey WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToJSON WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToJSONKey WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToByteString WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToHeader WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToLog WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToQuery WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

FromText WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToText WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

FromXML WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToXML WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Generic WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Associated Types

type Rep WorldExportJobStatus :: Type -> Type #

Read WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Show WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

NFData WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Methods

rnf :: WorldExportJobStatus -> () #

Eq WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Ord WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Hashable WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

type Rep WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

type Rep WorldExportJobStatus = D1 ('MetaData "WorldExportJobStatus" "Amazonka.RobOMaker.Types.WorldExportJobStatus" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "WorldExportJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorldExportJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorldGenerationJobErrorCode

newtype WorldGenerationJobErrorCode Source #

Instances

Instances details
FromJSON WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

FromJSONKey WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToJSON WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToJSONKey WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToByteString WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToHeader WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToLog WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToQuery WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

FromText WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToText WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

FromXML WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToXML WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Generic WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Associated Types

type Rep WorldGenerationJobErrorCode :: Type -> Type #

Read WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Show WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

NFData WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Eq WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Ord WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Hashable WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

type Rep WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

type Rep WorldGenerationJobErrorCode = D1 ('MetaData "WorldGenerationJobErrorCode" "Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "WorldGenerationJobErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorldGenerationJobErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorldGenerationJobStatus

newtype WorldGenerationJobStatus Source #

Instances

Instances details
FromJSON WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

FromJSONKey WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToJSON WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToJSONKey WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToByteString WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToHeader WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToLog WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToQuery WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

FromText WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToText WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

FromXML WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToXML WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Generic WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Associated Types

type Rep WorldGenerationJobStatus :: Type -> Type #

Read WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Show WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

NFData WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Eq WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Ord WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Hashable WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

type Rep WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

type Rep WorldGenerationJobStatus = D1 ('MetaData "WorldGenerationJobStatus" "Amazonka.RobOMaker.Types.WorldGenerationJobStatus" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'True) (C1 ('MetaCons "WorldGenerationJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorldGenerationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchPolicy

data BatchPolicy Source #

Information about the batch policy.

See: newBatchPolicy smart constructor.

Constructors

BatchPolicy' (Maybe Int) (Maybe Integer) 

Instances

Instances details
FromJSON BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

ToJSON BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Generic BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Associated Types

type Rep BatchPolicy :: Type -> Type #

Read BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Show BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

NFData BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Methods

rnf :: BatchPolicy -> () #

Eq BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Hashable BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

type Rep BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

type Rep BatchPolicy = D1 ('MetaData "BatchPolicy" "Amazonka.RobOMaker.Types.BatchPolicy" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "BatchPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newBatchPolicy :: BatchPolicy Source #

Create a value of BatchPolicy 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:maxConcurrency:BatchPolicy', batchPolicy_maxConcurrency - The number of active simulation jobs create as part of the batch that can be in an active state at the same time.

Active states include: Pending,Preparing, Running, Restarting, RunningFailed and Terminating. All other states are terminal states.

$sel:timeoutInSeconds:BatchPolicy', batchPolicy_timeoutInSeconds - The amount of time, in seconds, to wait for the batch to complete.

If a batch times out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), they will be moved to the failed list and the batch status will be Failed. If the pending requests were failing for any other reason, the failed pending requests will be moved to the failed list and the batch status will be TimedOut.

Compute

data Compute Source #

Compute information for the simulation job.

See: newCompute smart constructor.

Instances

Instances details
FromJSON Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

ToJSON Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Generic Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Associated Types

type Rep Compute :: Type -> Type #

Methods

from :: Compute -> Rep Compute x #

to :: Rep Compute x -> Compute #

Read Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Show Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

NFData Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Methods

rnf :: Compute -> () #

Eq Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Methods

(==) :: Compute -> Compute -> Bool #

(/=) :: Compute -> Compute -> Bool #

Hashable Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Methods

hashWithSalt :: Int -> Compute -> Int #

hash :: Compute -> Int #

type Rep Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

type Rep Compute = D1 ('MetaData "Compute" "Amazonka.RobOMaker.Types.Compute" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "Compute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)) :*: (S1 ('MetaSel ('Just "gpuUnitLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "simulationUnitLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newCompute :: Compute Source #

Create a value of Compute 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:computeType:Compute', compute_computeType - Compute type information for the simulation job.

$sel:gpuUnitLimit:Compute', compute_gpuUnitLimit - Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.

$sel:simulationUnitLimit:Compute', compute_simulationUnitLimit - The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.

ComputeResponse

data ComputeResponse Source #

Compute information for the simulation job

See: newComputeResponse smart constructor.

Instances

Instances details
FromJSON ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Generic ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Associated Types

type Rep ComputeResponse :: Type -> Type #

Read ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Show ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

NFData ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Methods

rnf :: ComputeResponse -> () #

Eq ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Hashable ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

type Rep ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

type Rep ComputeResponse = D1 ('MetaData "ComputeResponse" "Amazonka.RobOMaker.Types.ComputeResponse" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "ComputeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)) :*: (S1 ('MetaSel ('Just "gpuUnitLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "simulationUnitLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newComputeResponse :: ComputeResponse Source #

Create a value of ComputeResponse 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:computeType:ComputeResponse', computeResponse_computeType - Compute type response information for the simulation job.

$sel:gpuUnitLimit:ComputeResponse', computeResponse_gpuUnitLimit - Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.

$sel:simulationUnitLimit:ComputeResponse', computeResponse_simulationUnitLimit - The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.

DataSource

data DataSource Source #

Information about a data source.

See: newDataSource smart constructor.

Instances

Instances details
FromJSON DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

Read DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

NFData DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Methods

rnf :: DataSource -> () #

Eq DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Hashable DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.RobOMaker.Types.DataSource" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3Keys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [S3KeyOutput])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceType))))))

newDataSource :: DataSource Source #

Create a value of DataSource 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:destination:DataSource', dataSource_destination - The location where your files are mounted in the container image.

If you've specified the type of the data source as an Archive, you must provide an Amazon S3 object key to your archive. The object key must point to either a .zip or .tar.gz file.

If you've specified the type of the data source as a Prefix, you provide the Amazon S3 prefix that points to the files that you are using for your data source.

If you've specified the type of the data source as a File, you provide the Amazon S3 path to the file that you're using as your data source.

$sel:name:DataSource', dataSource_name - The name of the data source.

$sel:s3Bucket:DataSource', dataSource_s3Bucket - The S3 bucket where the data files are located.

$sel:s3Keys:DataSource', dataSource_s3Keys - The list of S3 keys identifying the data source files.

$sel:type':DataSource', dataSource_type - The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.

If you don't specify a field, the default value is File.

DataSourceConfig

data DataSourceConfig Source #

Information about a data source.

See: newDataSourceConfig smart constructor.

Instances

Instances details
FromJSON DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

ToJSON DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Generic DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Associated Types

type Rep DataSourceConfig :: Type -> Type #

Read DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Show DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

NFData DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Methods

rnf :: DataSourceConfig -> () #

Eq DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Hashable DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

type Rep DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

type Rep DataSourceConfig = D1 ('MetaData "DataSourceConfig" "Amazonka.RobOMaker.Types.DataSourceConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "DataSourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceType))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Keys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))))

newDataSourceConfig Source #

Create a value of DataSourceConfig 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:destination:DataSourceConfig', dataSourceConfig_destination - The location where your files are mounted in the container image.

If you've specified the type of the data source as an Archive, you must provide an Amazon S3 object key to your archive. The object key must point to either a .zip or .tar.gz file.

If you've specified the type of the data source as a Prefix, you provide the Amazon S3 prefix that points to the files that you are using for your data source.

If you've specified the type of the data source as a File, you provide the Amazon S3 path to the file that you're using as your data source.

$sel:type':DataSourceConfig', dataSourceConfig_type - The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.

If you don't specify a field, the default value is File.

$sel:name:DataSourceConfig', dataSourceConfig_name - The name of the data source.

$sel:s3Bucket:DataSourceConfig', dataSourceConfig_s3Bucket - The S3 bucket where the data files are located.

$sel:s3Keys:DataSourceConfig', dataSourceConfig_s3Keys - The list of S3 keys identifying the data source files.

Environment

data Environment Source #

The object that contains the Docker image URI for either your robot or simulation applications.

See: newEnvironment smart constructor.

Constructors

Environment' (Maybe Text) 

Instances

Instances details
FromJSON Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

ToJSON Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Generic Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Associated Types

type Rep Environment :: Type -> Type #

Read Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Show Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

NFData Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Methods

rnf :: Environment -> () #

Eq Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Hashable Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

type Rep Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

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

newEnvironment :: Environment Source #

Create a value of Environment 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:uri:Environment', environment_uri - The Docker image URI for either your robot or simulation applications.

FailedCreateSimulationJobRequest

data FailedCreateSimulationJobRequest Source #

Information about a failed create simulation job request.

See: newFailedCreateSimulationJobRequest smart constructor.

Instances

Instances details
FromJSON FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Generic FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Associated Types

type Rep FailedCreateSimulationJobRequest :: Type -> Type #

Read FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Show FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

NFData FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Eq FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Hashable FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

type Rep FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

type Rep FailedCreateSimulationJobRequest = D1 ('MetaData "FailedCreateSimulationJobRequest" "Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "FailedCreateSimulationJobRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "request") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobRequest)))))

newFailedCreateSimulationJobRequest :: FailedCreateSimulationJobRequest Source #

Create a value of FailedCreateSimulationJobRequest 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:failedAt:FailedCreateSimulationJobRequest', failedCreateSimulationJobRequest_failedAt - The time, in milliseconds since the epoch, when the simulation job batch failed.

$sel:failureCode:FailedCreateSimulationJobRequest', failedCreateSimulationJobRequest_failureCode - The failure code.

$sel:failureReason:FailedCreateSimulationJobRequest', failedCreateSimulationJobRequest_failureReason - The failure reason of the simulation job request.

$sel:request:FailedCreateSimulationJobRequest', failedCreateSimulationJobRequest_request - The simulation job request.

FailureSummary

data FailureSummary Source #

Information about worlds that failed.

See: newFailureSummary smart constructor.

Instances

Instances details
FromJSON FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Generic FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Associated Types

type Rep FailureSummary :: Type -> Type #

Read FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Show FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

NFData FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Methods

rnf :: FailureSummary -> () #

Eq FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Hashable FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

type Rep FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

type Rep FailureSummary = D1 ('MetaData "FailureSummary" "Amazonka.RobOMaker.Types.FailureSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "FailureSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorldFailure])) :*: S1 ('MetaSel ('Just "totalFailureCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newFailureSummary :: FailureSummary Source #

Create a value of FailureSummary 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:failures:FailureSummary', failureSummary_failures - The worlds that failed.

$sel:totalFailureCount:FailureSummary', failureSummary_totalFailureCount - The total number of failures.

Filter

data Filter Source #

Information about a filter.

See: newFilter smart constructor.

Constructors

Filter' (Maybe Text) (Maybe (NonEmpty Text)) 

Instances

Instances details
ToJSON Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.RobOMaker.Types.Filter" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newFilter :: Filter Source #

Create a value of Filter 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:name:Filter', filter_name - The name of the filter.

$sel:values:Filter', filter_values - A list of values.

FinishedWorldsSummary

data FinishedWorldsSummary Source #

Information about worlds that finished.

See: newFinishedWorldsSummary smart constructor.

Instances

Instances details
FromJSON FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Generic FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Associated Types

type Rep FinishedWorldsSummary :: Type -> Type #

Read FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Show FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

NFData FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Methods

rnf :: FinishedWorldsSummary -> () #

Eq FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Hashable FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

type Rep FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

type Rep FinishedWorldsSummary = D1 ('MetaData "FinishedWorldsSummary" "Amazonka.RobOMaker.Types.FinishedWorldsSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "FinishedWorldsSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureSummary)) :*: (S1 ('MetaSel ('Just "finishedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "succeededWorlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))))

newFinishedWorldsSummary :: FinishedWorldsSummary Source #

Create a value of FinishedWorldsSummary 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:failureSummary:FinishedWorldsSummary', finishedWorldsSummary_failureSummary - Information about worlds that failed.

$sel:finishedCount:FinishedWorldsSummary', finishedWorldsSummary_finishedCount - The total number of finished worlds.

$sel:succeededWorlds:FinishedWorldsSummary', finishedWorldsSummary_succeededWorlds - A list of worlds that succeeded.

LaunchConfig

data LaunchConfig Source #

Information about a launch configuration.

See: newLaunchConfig smart constructor.

Instances

Instances details
FromJSON LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

ToJSON LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Generic LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Associated Types

type Rep LaunchConfig :: Type -> Type #

Read LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Show LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

NFData LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Methods

rnf :: LaunchConfig -> () #

Eq LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Hashable LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

type Rep LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

type Rep LaunchConfig = D1 ('MetaData "LaunchConfig" "Amazonka.RobOMaker.Types.LaunchConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "LaunchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "environmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "launchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portForwardingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortForwardingConfig)) :*: S1 ('MetaSel ('Just "streamUI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newLaunchConfig :: LaunchConfig Source #

Create a value of LaunchConfig 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:command:LaunchConfig', launchConfig_command - If you've specified General as the value for your RobotSoftwareSuite, you can use this field to specify a list of commands for your container image.

If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite, you can use this field to specify a list of commands for your container image.

$sel:environmentVariables:LaunchConfig', launchConfig_environmentVariables - The environment variables for the application launch.

$sel:launchFile:LaunchConfig', launchConfig_launchFile - The launch file name.

$sel:packageName:LaunchConfig', launchConfig_packageName - The package name.

$sel:portForwardingConfig:LaunchConfig', launchConfig_portForwardingConfig - The port forwarding configuration.

$sel:streamUI:LaunchConfig', launchConfig_streamUI - Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.

LoggingConfig

data LoggingConfig Source #

The logging configuration.

See: newLoggingConfig smart constructor.

Constructors

LoggingConfig' (Maybe Bool) 

Instances

Instances details
FromJSON LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

ToJSON LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Generic LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Associated Types

type Rep LoggingConfig :: Type -> Type #

Read LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Show LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

NFData LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Methods

rnf :: LoggingConfig -> () #

Eq LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Hashable LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

type Rep LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

type Rep LoggingConfig = D1 ('MetaData "LoggingConfig" "Amazonka.RobOMaker.Types.LoggingConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "LoggingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordAllRosTopics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newLoggingConfig :: LoggingConfig Source #

Create a value of LoggingConfig 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:recordAllRosTopics:LoggingConfig', loggingConfig_recordAllRosTopics - A boolean indicating whether to record all ROS topics.

This API is no longer supported and will throw an error if used.

NetworkInterface

data NetworkInterface Source #

Describes a network interface.

See: newNetworkInterface smart constructor.

Instances

Instances details
FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

type Rep NetworkInterface = D1 ('MetaData "NetworkInterface" "Amazonka.RobOMaker.Types.NetworkInterface" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNetworkInterface :: NetworkInterface Source #

Create a value of NetworkInterface 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:networkInterfaceId:NetworkInterface', networkInterface_networkInterfaceId - The ID of the network interface.

$sel:privateIpAddress:NetworkInterface', networkInterface_privateIpAddress - The IPv4 address of the network interface within the subnet.

$sel:publicIpAddress:NetworkInterface', networkInterface_publicIpAddress - The IPv4 public address of the network interface.

OutputLocation

data OutputLocation Source #

The output location.

See: newOutputLocation smart constructor.

Constructors

OutputLocation' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

ToJSON OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Generic OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Associated Types

type Rep OutputLocation :: Type -> Type #

Read OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Show OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

NFData OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Methods

rnf :: OutputLocation -> () #

Eq OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Hashable OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

type Rep OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

type Rep OutputLocation = D1 ('MetaData "OutputLocation" "Amazonka.RobOMaker.Types.OutputLocation" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "OutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOutputLocation :: OutputLocation Source #

Create a value of OutputLocation 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:s3Bucket:OutputLocation', outputLocation_s3Bucket - The S3 bucket for output.

$sel:s3Prefix:OutputLocation', outputLocation_s3Prefix - The S3 folder in the s3Bucket where output files will be placed.

PortForwardingConfig

data PortForwardingConfig Source #

Configuration information for port forwarding.

See: newPortForwardingConfig smart constructor.

Instances

Instances details
FromJSON PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

ToJSON PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Generic PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Associated Types

type Rep PortForwardingConfig :: Type -> Type #

Read PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Show PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

NFData PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Methods

rnf :: PortForwardingConfig -> () #

Eq PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Hashable PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

type Rep PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

type Rep PortForwardingConfig = D1 ('MetaData "PortForwardingConfig" "Amazonka.RobOMaker.Types.PortForwardingConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "PortForwardingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortMapping]))))

newPortForwardingConfig :: PortForwardingConfig Source #

Create a value of PortForwardingConfig 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:portMappings:PortForwardingConfig', portForwardingConfig_portMappings - The port mappings for the configuration.

PortMapping

data PortMapping Source #

An object representing a port mapping.

See: newPortMapping smart constructor.

Instances

Instances details
FromJSON PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

ToJSON PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Generic PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Associated Types

type Rep PortMapping :: Type -> Type #

Read PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Show PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

NFData PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Methods

rnf :: PortMapping -> () #

Eq PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Hashable PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

type Rep PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

type Rep PortMapping = D1 ('MetaData "PortMapping" "Amazonka.RobOMaker.Types.PortMapping" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "PortMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableOnPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "jobPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "applicationPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newPortMapping Source #

Create a value of PortMapping 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:enableOnPublicIp:PortMapping', portMapping_enableOnPublicIp - A Boolean indicating whether to enable this port mapping on public IP.

$sel:jobPort:PortMapping', portMapping_jobPort - The port number on the simulation job instance to use as a remote connection point.

$sel:applicationPort:PortMapping', portMapping_applicationPort - The port number on the application.

RenderingEngine

data RenderingEngine Source #

Information about a rendering engine.

See: newRenderingEngine smart constructor.

Instances

Instances details
FromJSON RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

ToJSON RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Generic RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Associated Types

type Rep RenderingEngine :: Type -> Type #

Read RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Show RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

NFData RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Methods

rnf :: RenderingEngine -> () #

Eq RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Hashable RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

type Rep RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

type Rep RenderingEngine = D1 ('MetaData "RenderingEngine" "Amazonka.RobOMaker.Types.RenderingEngine" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "RenderingEngine'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngineType)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRenderingEngine :: RenderingEngine Source #

Create a value of RenderingEngine 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:name:RenderingEngine', renderingEngine_name - The name of the rendering engine.

$sel:version:RenderingEngine', renderingEngine_version - The version of the rendering engine.

RobotApplicationConfig

data RobotApplicationConfig Source #

Application configuration information for a robot.

See: newRobotApplicationConfig smart constructor.

Instances

Instances details
FromJSON RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

ToJSON RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Generic RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Associated Types

type Rep RobotApplicationConfig :: Type -> Type #

Read RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Show RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

NFData RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Methods

rnf :: RobotApplicationConfig -> () #

Eq RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Hashable RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

type Rep RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

type Rep RobotApplicationConfig = D1 ('MetaData "RobotApplicationConfig" "Amazonka.RobOMaker.Types.RobotApplicationConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "RobotApplicationConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: S1 ('MetaSel ('Just "uploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UploadConfiguration])))) :*: ((S1 ('MetaSel ('Just "useDefaultTools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useDefaultUploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LaunchConfig)))))

newRobotApplicationConfig Source #

Create a value of RobotApplicationConfig 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:applicationVersion:RobotApplicationConfig', robotApplicationConfig_applicationVersion - The version of the robot application.

$sel:tools:RobotApplicationConfig', robotApplicationConfig_tools - Information about tools configured for the robot application.

$sel:uploadConfigurations:RobotApplicationConfig', robotApplicationConfig_uploadConfigurations - The upload configurations for the robot application.

$sel:useDefaultTools:RobotApplicationConfig', robotApplicationConfig_useDefaultTools - A Boolean indicating whether to use default robot application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

This API is no longer supported and will throw an error if used.

$sel:useDefaultUploadConfigurations:RobotApplicationConfig', robotApplicationConfig_useDefaultUploadConfigurations - A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

This API is no longer supported and will throw an error if used.

$sel:application:RobotApplicationConfig', robotApplicationConfig_application - The application information for the robot application.

$sel:launchConfig:RobotApplicationConfig', robotApplicationConfig_launchConfig - The launch configuration for the robot application.

RobotApplicationSummary

data RobotApplicationSummary Source #

Summary information for a robot application.

See: newRobotApplicationSummary smart constructor.

Instances

Instances details
FromJSON RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Generic RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Associated Types

type Rep RobotApplicationSummary :: Type -> Type #

Read RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Show RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

NFData RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Methods

rnf :: RobotApplicationSummary -> () #

Eq RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Hashable RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

type Rep RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

type Rep RobotApplicationSummary = D1 ('MetaData "RobotApplicationSummary" "Amazonka.RobOMaker.Types.RobotApplicationSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "RobotApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newRobotApplicationSummary :: RobotApplicationSummary Source #

Create a value of RobotApplicationSummary 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:arn:RobotApplicationSummary', robotApplicationSummary_arn - The Amazon Resource Name (ARN) of the robot.

$sel:lastUpdatedAt:RobotApplicationSummary', robotApplicationSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

RobotApplicationSummary, robotApplicationSummary_name - The name of the robot application.

$sel:robotSoftwareSuite:RobotApplicationSummary', robotApplicationSummary_robotSoftwareSuite - Information about a robot software suite (ROS distribution).

RobotApplicationSummary, robotApplicationSummary_version - The version of the robot application.

RobotSoftwareSuite

data RobotSoftwareSuite Source #

Information about a robot software suite (ROS distribution).

See: newRobotSoftwareSuite smart constructor.

Instances

Instances details
FromJSON RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

ToJSON RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Generic RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Associated Types

type Rep RobotSoftwareSuite :: Type -> Type #

Read RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Show RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

NFData RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Methods

rnf :: RobotSoftwareSuite -> () #

Eq RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Hashable RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

type Rep RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

type Rep RobotSoftwareSuite = D1 ('MetaData "RobotSoftwareSuite" "Amazonka.RobOMaker.Types.RobotSoftwareSuite" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "RobotSoftwareSuite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuiteType)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuiteVersionType))))

newRobotSoftwareSuite :: RobotSoftwareSuite Source #

Create a value of RobotSoftwareSuite 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:name:RobotSoftwareSuite', robotSoftwareSuite_name - The name of the robot software suite (ROS distribution).

$sel:version:RobotSoftwareSuite', robotSoftwareSuite_version - The version of the robot software suite (ROS distribution).

S3KeyOutput

data S3KeyOutput Source #

Information about S3 keys.

See: newS3KeyOutput smart constructor.

Constructors

S3KeyOutput' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Generic S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Associated Types

type Rep S3KeyOutput :: Type -> Type #

Read S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Show S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

NFData S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Methods

rnf :: S3KeyOutput -> () #

Eq S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Hashable S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

type Rep S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

type Rep S3KeyOutput = D1 ('MetaData "S3KeyOutput" "Amazonka.RobOMaker.Types.S3KeyOutput" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "S3KeyOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "etag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3KeyOutput :: S3KeyOutput Source #

Create a value of S3KeyOutput 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:etag:S3KeyOutput', s3KeyOutput_etag - The etag for the object.

$sel:s3Key:S3KeyOutput', s3KeyOutput_s3Key - The S3 key.

SimulationApplicationConfig

data SimulationApplicationConfig Source #

Information about a simulation application configuration.

See: newSimulationApplicationConfig smart constructor.

Instances

Instances details
FromJSON SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

ToJSON SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Generic SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Associated Types

type Rep SimulationApplicationConfig :: Type -> Type #

Read SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Show SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

NFData SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Eq SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Hashable SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

type Rep SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

type Rep SimulationApplicationConfig = D1 ('MetaData "SimulationApplicationConfig" "Amazonka.RobOMaker.Types.SimulationApplicationConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationApplicationConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool]))) :*: (S1 ('MetaSel ('Just "uploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UploadConfiguration])) :*: S1 ('MetaSel ('Just "useDefaultTools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "useDefaultUploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "worldConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorldConfig]))) :*: (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LaunchConfig)))))

newSimulationApplicationConfig Source #

Create a value of SimulationApplicationConfig 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:applicationVersion:SimulationApplicationConfig', simulationApplicationConfig_applicationVersion - The version of the simulation application.

$sel:tools:SimulationApplicationConfig', simulationApplicationConfig_tools - Information about tools configured for the simulation application.

$sel:uploadConfigurations:SimulationApplicationConfig', simulationApplicationConfig_uploadConfigurations - Information about upload configurations for the simulation application.

$sel:useDefaultTools:SimulationApplicationConfig', simulationApplicationConfig_useDefaultTools - A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

This API is no longer supported and will throw an error if used.

$sel:useDefaultUploadConfigurations:SimulationApplicationConfig', simulationApplicationConfig_useDefaultUploadConfigurations - A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

This API is no longer supported and will throw an error if used.

$sel:worldConfigs:SimulationApplicationConfig', simulationApplicationConfig_worldConfigs - A list of world configurations.

$sel:application:SimulationApplicationConfig', simulationApplicationConfig_application - The application information for the simulation application.

$sel:launchConfig:SimulationApplicationConfig', simulationApplicationConfig_launchConfig - The launch configuration for the simulation application.

SimulationApplicationSummary

data SimulationApplicationSummary Source #

Summary information for a simulation application.

See: newSimulationApplicationSummary smart constructor.

Instances

Instances details
FromJSON SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Generic SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Associated Types

type Rep SimulationApplicationSummary :: Type -> Type #

Read SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Show SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

NFData SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Eq SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Hashable SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

type Rep SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

type Rep SimulationApplicationSummary = D1 ('MetaData "SimulationApplicationSummary" "Amazonka.RobOMaker.Types.SimulationApplicationSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSimulationApplicationSummary :: SimulationApplicationSummary Source #

Create a value of SimulationApplicationSummary 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:arn:SimulationApplicationSummary', simulationApplicationSummary_arn - The Amazon Resource Name (ARN) of the simulation application.

$sel:lastUpdatedAt:SimulationApplicationSummary', simulationApplicationSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

SimulationApplicationSummary, simulationApplicationSummary_name - The name of the simulation application.

$sel:robotSoftwareSuite:SimulationApplicationSummary', simulationApplicationSummary_robotSoftwareSuite - Information about a robot software suite (ROS distribution).

$sel:simulationSoftwareSuite:SimulationApplicationSummary', simulationApplicationSummary_simulationSoftwareSuite - Information about a simulation software suite.

SimulationApplicationSummary, simulationApplicationSummary_version - The version of the simulation application.

SimulationJob

data SimulationJob Source #

Information about a simulation job.

See: newSimulationJob smart constructor.

Instances

Instances details
FromJSON SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Generic SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Associated Types

type Rep SimulationJob :: Type -> Type #

Read SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Show SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

NFData SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Methods

rnf :: SimulationJob -> () #

Eq SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Hashable SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

type Rep SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

type Rep SimulationJob = D1 ('MetaData "SimulationJob" "Amazonka.RobOMaker.Types.SimulationJob" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResponse)) :*: (S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSource])) :*: S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior))))) :*: ((S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastStartedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkInterface") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInterface)) :*: S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation))))) :*: ((S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: (S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: S1 ('MetaSel ('Just "simulationTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfigResponse))))))))

newSimulationJob :: SimulationJob Source #

Create a value of SimulationJob 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:arn:SimulationJob', simulationJob_arn - The Amazon Resource Name (ARN) of the simulation job.

$sel:clientRequestToken:SimulationJob', simulationJob_clientRequestToken - A unique identifier for this SimulationJob request.

$sel:compute:SimulationJob', simulationJob_compute - Compute information for the simulation job

$sel:dataSources:SimulationJob', simulationJob_dataSources - The data sources for the simulation job.

$sel:failureBehavior:SimulationJob', simulationJob_failureBehavior - The failure behavior the simulation job.

Continue
Leaves the host running for its maximum timeout duration after a 4XX error code.
Fail
Stop the simulation job and terminate the instance.

$sel:failureCode:SimulationJob', simulationJob_failureCode - The failure code of the simulation job if it failed.

$sel:failureReason:SimulationJob', simulationJob_failureReason - The reason why the simulation job failed.

$sel:iamRole:SimulationJob', simulationJob_iamRole - The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

$sel:lastStartedAt:SimulationJob', simulationJob_lastStartedAt - The time, in milliseconds since the epoch, when the simulation job was last started.

$sel:lastUpdatedAt:SimulationJob', simulationJob_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job was last updated.

$sel:loggingConfig:SimulationJob', simulationJob_loggingConfig - The logging configuration.

$sel:maxJobDurationInSeconds:SimulationJob', simulationJob_maxJobDurationInSeconds - The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

SimulationJob, simulationJob_name - The name of the simulation job.

$sel:networkInterface:SimulationJob', simulationJob_networkInterface - Information about a network interface.

$sel:outputLocation:SimulationJob', simulationJob_outputLocation - Location for output files generated by the simulation job.

$sel:robotApplications:SimulationJob', simulationJob_robotApplications - A list of robot applications.

$sel:simulationApplications:SimulationJob', simulationJob_simulationApplications - A list of simulation applications.

$sel:simulationTimeMillis:SimulationJob', simulationJob_simulationTimeMillis - The simulation job execution duration in milliseconds.

$sel:status:SimulationJob', simulationJob_status - Status of the simulation job.

$sel:tags:SimulationJob', simulationJob_tags - A map that contains tag keys and tag values that are attached to the simulation job.

$sel:vpcConfig:SimulationJob', simulationJob_vpcConfig - VPC configuration information.

SimulationJobBatchSummary

data SimulationJobBatchSummary Source #

Information about a simulation job batch.

See: newSimulationJobBatchSummary smart constructor.

Instances

Instances details
FromJSON SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Generic SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Associated Types

type Rep SimulationJobBatchSummary :: Type -> Type #

Read SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Show SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

NFData SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Eq SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Hashable SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

type Rep SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

type Rep SimulationJobBatchSummary = D1 ('MetaData "SimulationJobBatchSummary" "Amazonka.RobOMaker.Types.SimulationJobBatchSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationJobBatchSummary'" '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 "createdRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "failedRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "pendingRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchStatus))))))

newSimulationJobBatchSummary :: SimulationJobBatchSummary Source #

Create a value of SimulationJobBatchSummary 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:arn:SimulationJobBatchSummary', simulationJobBatchSummary_arn - The Amazon Resource Name (ARN) of the batch.

$sel:createdAt:SimulationJobBatchSummary', simulationJobBatchSummary_createdAt - The time, in milliseconds since the epoch, when the simulation job batch was created.

$sel:createdRequestCount:SimulationJobBatchSummary', simulationJobBatchSummary_createdRequestCount - The number of created simulation job requests.

$sel:failedRequestCount:SimulationJobBatchSummary', simulationJobBatchSummary_failedRequestCount - The number of failed simulation job requests.

$sel:lastUpdatedAt:SimulationJobBatchSummary', simulationJobBatchSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job batch was last updated.

$sel:pendingRequestCount:SimulationJobBatchSummary', simulationJobBatchSummary_pendingRequestCount - The number of pending simulation job requests.

$sel:status:SimulationJobBatchSummary', simulationJobBatchSummary_status - The status of the simulation job batch.

Pending
The simulation job batch request is pending.
InProgress
The simulation job batch is in progress.
Failed
The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.
Completed
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).
Canceled
The simulation batch job was cancelled.
Canceling
The simulation batch job is being cancelled.
Completing
The simulation batch job is completing.
TimingOut
The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut
The simulation batch job timed out.

SimulationJobRequest

data SimulationJobRequest Source #

Information about a simulation job request.

See: newSimulationJobRequest smart constructor.

Instances

Instances details
FromJSON SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

ToJSON SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Generic SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Associated Types

type Rep SimulationJobRequest :: Type -> Type #

Read SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Show SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

NFData SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Methods

rnf :: SimulationJobRequest -> () #

Eq SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Hashable SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

type Rep SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

type Rep SimulationJobRequest = D1 ('MetaData "SimulationJobRequest" "Amazonka.RobOMaker.Types.SimulationJobRequest" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationJobRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compute)) :*: (S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceConfig))) :*: S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior)))) :*: (S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation))))) :*: ((S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: (S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "useDefaultApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfig)) :*: S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))))

newSimulationJobRequest Source #

Create a value of SimulationJobRequest 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:compute:SimulationJobRequest', simulationJobRequest_compute - Compute information for the simulation job

$sel:dataSources:SimulationJobRequest', simulationJobRequest_dataSources - Specify data sources to mount read-only files from S3 into your simulation. These files are available under /opt/robomaker/datasources/data_source_name.

There is a limit of 100 files and a combined size of 25GB for all DataSourceConfig objects.

$sel:failureBehavior:SimulationJobRequest', simulationJobRequest_failureBehavior - The failure behavior the simulation job.

Continue
Leaves the host running for its maximum timeout duration after a 4XX error code.
Fail
Stop the simulation job and terminate the instance.

$sel:iamRole:SimulationJobRequest', simulationJobRequest_iamRole - The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

$sel:loggingConfig:SimulationJobRequest', simulationJobRequest_loggingConfig - Undocumented member.

$sel:outputLocation:SimulationJobRequest', simulationJobRequest_outputLocation - Undocumented member.

$sel:robotApplications:SimulationJobRequest', simulationJobRequest_robotApplications - The robot applications to use in the simulation job.

$sel:simulationApplications:SimulationJobRequest', simulationJobRequest_simulationApplications - The simulation applications to use in the simulation job.

$sel:tags:SimulationJobRequest', simulationJobRequest_tags - A map that contains tag keys and tag values that are attached to the simulation job request.

$sel:useDefaultApplications:SimulationJobRequest', simulationJobRequest_useDefaultApplications - A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access.

$sel:vpcConfig:SimulationJobRequest', simulationJobRequest_vpcConfig - Undocumented member.

$sel:maxJobDurationInSeconds:SimulationJobRequest', simulationJobRequest_maxJobDurationInSeconds - The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

SimulationJobSummary

data SimulationJobSummary Source #

Summary information for a simulation job.

See: newSimulationJobSummary smart constructor.

Instances

Instances details
FromJSON SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Generic SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Associated Types

type Rep SimulationJobSummary :: Type -> Type #

Read SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Show SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

NFData SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Methods

rnf :: SimulationJobSummary -> () #

Eq SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Hashable SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

type Rep SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

type Rep SimulationJobSummary = D1 ('MetaData "SimulationJobSummary" "Amazonka.RobOMaker.Types.SimulationJobSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType))) :*: (S1 ('MetaSel ('Just "dataSourceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "robotApplicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "simulationApplicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus))))))

newSimulationJobSummary :: SimulationJobSummary Source #

Create a value of SimulationJobSummary 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:arn:SimulationJobSummary', simulationJobSummary_arn - The Amazon Resource Name (ARN) of the simulation job.

$sel:computeType:SimulationJobSummary', simulationJobSummary_computeType - The compute type for the simulation job summary.

$sel:dataSourceNames:SimulationJobSummary', simulationJobSummary_dataSourceNames - The names of the data sources.

$sel:lastUpdatedAt:SimulationJobSummary', simulationJobSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job was last updated.

$sel:name:SimulationJobSummary', simulationJobSummary_name - The name of the simulation job.

$sel:robotApplicationNames:SimulationJobSummary', simulationJobSummary_robotApplicationNames - A list of simulation job robot application names.

$sel:simulationApplicationNames:SimulationJobSummary', simulationJobSummary_simulationApplicationNames - A list of simulation job simulation application names.

$sel:status:SimulationJobSummary', simulationJobSummary_status - The status of the simulation job.

SimulationSoftwareSuite

data SimulationSoftwareSuite Source #

Information about a simulation software suite.

See: newSimulationSoftwareSuite smart constructor.

Instances

Instances details
FromJSON SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

ToJSON SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Generic SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Associated Types

type Rep SimulationSoftwareSuite :: Type -> Type #

Read SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Show SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

NFData SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Methods

rnf :: SimulationSoftwareSuite -> () #

Eq SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Hashable SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

type Rep SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

type Rep SimulationSoftwareSuite = D1 ('MetaData "SimulationSoftwareSuite" "Amazonka.RobOMaker.Types.SimulationSoftwareSuite" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SimulationSoftwareSuite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuiteType)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSimulationSoftwareSuite :: SimulationSoftwareSuite Source #

Create a value of SimulationSoftwareSuite 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:name:SimulationSoftwareSuite', simulationSoftwareSuite_name - The name of the simulation software suite.

$sel:version:SimulationSoftwareSuite', simulationSoftwareSuite_version - The version of the simulation software suite.

Source

data Source Source #

Information about a source.

See: newSource smart constructor.

Instances

Instances details
FromJSON Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

Read Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

NFData Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Methods

rnf :: Source -> () #

Eq Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Hashable Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

type Rep Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.RobOMaker.Types.Source" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)) :*: S1 ('MetaSel ('Just "etag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSource :: Source Source #

Create a value of Source 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:architecture:Source', source_architecture - The taget processor architecture for the application.

$sel:etag:Source', source_etag - A hash of the object specified by s3Bucket and s3Key.

$sel:s3Bucket:Source', source_s3Bucket - The s3 bucket name.

$sel:s3Key:Source', source_s3Key - The s3 object key.

SourceConfig

data SourceConfig Source #

Information about a source configuration.

See: newSourceConfig smart constructor.

Instances

Instances details
ToJSON SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Generic SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Associated Types

type Rep SourceConfig :: Type -> Type #

Read SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Show SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

NFData SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Methods

rnf :: SourceConfig -> () #

Eq SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Hashable SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

type Rep SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

type Rep SourceConfig = D1 ('MetaData "SourceConfig" "Amazonka.RobOMaker.Types.SourceConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "SourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSourceConfig :: SourceConfig Source #

Create a value of SourceConfig 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:architecture:SourceConfig', sourceConfig_architecture - The target processor architecture for the application.

$sel:s3Bucket:SourceConfig', sourceConfig_s3Bucket - The Amazon S3 bucket name.

$sel:s3Key:SourceConfig', sourceConfig_s3Key - The s3 object key.

TemplateLocation

data TemplateLocation Source #

Information about a template location.

See: newTemplateLocation smart constructor.

Instances

Instances details
ToJSON TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Generic TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Associated Types

type Rep TemplateLocation :: Type -> Type #

Read TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Show TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

NFData TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Methods

rnf :: TemplateLocation -> () #

Eq TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Hashable TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

type Rep TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

type Rep TemplateLocation = D1 ('MetaData "TemplateLocation" "Amazonka.RobOMaker.Types.TemplateLocation" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "TemplateLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTemplateLocation Source #

Create a value of TemplateLocation 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:s3Bucket:TemplateLocation', templateLocation_s3Bucket - The Amazon S3 bucket name.

$sel:s3Key:TemplateLocation', templateLocation_s3Key - The list of S3 keys identifying the data source files.

TemplateSummary

data TemplateSummary Source #

Summary information for a template.

See: newTemplateSummary smart constructor.

Instances

Instances details
FromJSON TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Generic TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Associated Types

type Rep TemplateSummary :: Type -> Type #

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Show TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

type Rep TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

type Rep TemplateSummary = D1 ('MetaData "TemplateSummary" "Amazonka.RobOMaker.Types.TemplateSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "TemplateSummary'" '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 "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTemplateSummary :: TemplateSummary Source #

Create a value of TemplateSummary 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:arn:TemplateSummary', templateSummary_arn - The Amazon Resource Name (ARN) of the template.

$sel:createdAt:TemplateSummary', templateSummary_createdAt - The time, in milliseconds since the epoch, when the template was created.

$sel:lastUpdatedAt:TemplateSummary', templateSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last updated.

$sel:name:TemplateSummary', templateSummary_name - The name of the template.

$sel:version:TemplateSummary', templateSummary_version - The version of the template that you're using.

Tool

data Tool Source #

Information about a tool. Tools are used in a simulation job.

See: newTool smart constructor.

Instances

Instances details
FromJSON Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

ToJSON Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Generic Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Associated Types

type Rep Tool :: Type -> Type #

Methods

from :: Tool -> Rep Tool x #

to :: Rep Tool x -> Tool #

Read Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Show Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

showsPrec :: Int -> Tool -> ShowS #

show :: Tool -> String #

showList :: [Tool] -> ShowS #

NFData Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

rnf :: Tool -> () #

Eq Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

(==) :: Tool -> Tool -> Bool #

(/=) :: Tool -> Tool -> Bool #

Hashable Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

hashWithSalt :: Int -> Tool -> Int #

hash :: Tool -> Int #

type Rep Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

type Rep Tool = D1 ('MetaData "Tool" "Amazonka.RobOMaker.Types.Tool" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "Tool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exitBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExitBehavior)) :*: S1 ('MetaSel ('Just "streamOutputToCloudWatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "streamUI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTool Source #

Create a value of Tool 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:exitBehavior:Tool', tool_exitBehavior - Exit behavior determines what happens when your tool quits running. RESTART will cause your tool to be restarted. FAIL will cause your job to exit. The default is RESTART.

$sel:streamOutputToCloudWatch:Tool', tool_streamOutputToCloudWatch - Boolean indicating whether logs will be recorded in CloudWatch for the tool. The default is False.

$sel:streamUI:Tool', tool_streamUI - Boolean indicating whether a streaming session will be configured for the tool. If True, AWS RoboMaker will configure a connection so you can interact with the tool as it is running in the simulation. It must have a graphical user interface. The default is False.

$sel:name:Tool', tool_name - The name of the tool.

$sel:command:Tool', tool_command - Command-line arguments for the tool. It must include the tool executable name.

UploadConfiguration

data UploadConfiguration Source #

Provides upload configuration information. Files are uploaded from the simulation job to a location you specify.

See: newUploadConfiguration smart constructor.

Instances

Instances details
FromJSON UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

ToJSON UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Generic UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Associated Types

type Rep UploadConfiguration :: Type -> Type #

Read UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Show UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

NFData UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Methods

rnf :: UploadConfiguration -> () #

Eq UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Hashable UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

type Rep UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

type Rep UploadConfiguration = D1 ('MetaData "UploadConfiguration" "Amazonka.RobOMaker.Types.UploadConfiguration" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "UploadConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uploadBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UploadBehavior))))

newUploadConfiguration Source #

Create a value of UploadConfiguration 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:name:UploadConfiguration', uploadConfiguration_name - A prefix that specifies where files will be uploaded in Amazon S3. It is appended to the simulation output location to determine the final path.

For example, if your simulation output location is s3://my-bucket and your upload configuration name is robot-test, your files will be uploaded to s3://my-bucket/<simid>/<runid>/robot-test.

$sel:path:UploadConfiguration', uploadConfiguration_path - Specifies the path of the file(s) to upload. Standard Unix glob matching rules are accepted, with the addition of ** as a super asterisk. For example, specifying /var/log/**.log causes all .log files in the /var/log directory tree to be collected. For more examples, see Glob Library.

$sel:uploadBehavior:UploadConfiguration', uploadConfiguration_uploadBehavior - Specifies when to upload the files:

UPLOAD_ON_TERMINATE
Matching files are uploaded once the simulation enters the TERMINATING state. Matching files are not uploaded until all of your code (including tools) have stopped.

If there is a problem uploading a file, the upload is retried. If problems persist, no further upload attempts will be made.

UPLOAD_ROLLING_AUTO_REMOVE
Matching files are uploaded as they are created. They are deleted after they are uploaded. The specified path is checked every 5 seconds. A final check is made when all of your code (including tools) have stopped.

VPCConfig

data VPCConfig Source #

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.

See: newVPCConfig smart constructor.

Instances

Instances details
FromJSON VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

ToJSON VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Generic VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Associated Types

type Rep VPCConfig :: Type -> Type #

Read VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Show VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

NFData VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Methods

rnf :: VPCConfig -> () #

Eq VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Hashable VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

type Rep VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

type Rep VPCConfig = D1 ('MetaData "VPCConfig" "Amazonka.RobOMaker.Types.VPCConfig" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "VPCConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newVPCConfig Source #

Create a value of VPCConfig 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:assignPublicIp:VPCConfig', vPCConfig_assignPublicIp - A boolean indicating whether to assign a public IP address.

$sel:securityGroups:VPCConfig', vPCConfig_securityGroups - A list of one or more security groups IDs in your VPC.

$sel:subnets:VPCConfig', vPCConfig_subnets - A list of one or more subnet IDs in your VPC.

VPCConfigResponse

data VPCConfigResponse Source #

VPC configuration associated with your simulation job.

See: newVPCConfigResponse smart constructor.

Instances

Instances details
FromJSON VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Generic VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Associated Types

type Rep VPCConfigResponse :: Type -> Type #

Read VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Show VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

NFData VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Methods

rnf :: VPCConfigResponse -> () #

Eq VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Hashable VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

type Rep VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

type Rep VPCConfigResponse = D1 ('MetaData "VPCConfigResponse" "Amazonka.RobOMaker.Types.VPCConfigResponse" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "VPCConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVPCConfigResponse :: VPCConfigResponse Source #

Create a value of VPCConfigResponse 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:assignPublicIp:VPCConfigResponse', vPCConfigResponse_assignPublicIp - A boolean indicating if a public IP was assigned.

$sel:securityGroups:VPCConfigResponse', vPCConfigResponse_securityGroups - A list of security group IDs associated with the simulation job.

$sel:subnets:VPCConfigResponse', vPCConfigResponse_subnets - A list of subnet IDs associated with the simulation job.

$sel:vpcId:VPCConfigResponse', vPCConfigResponse_vpcId - The VPC ID associated with your simulation job.

WorldConfig

data WorldConfig Source #

Configuration information for a world.

See: newWorldConfig smart constructor.

Constructors

WorldConfig' (Maybe Text) 

Instances

Instances details
FromJSON WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

ToJSON WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Generic WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Associated Types

type Rep WorldConfig :: Type -> Type #

Read WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Show WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

NFData WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Methods

rnf :: WorldConfig -> () #

Eq WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Hashable WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

type Rep WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

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

newWorldConfig :: WorldConfig Source #

Create a value of WorldConfig 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:WorldConfig', worldConfig_world - The world generated by Simulation WorldForge.

WorldCount

data WorldCount Source #

The number of worlds that will be created. You can configure the number of unique floorplans and the number of unique interiors for each floor plan. For example, if you want 1 world with 20 unique interiors, you set floorplanCount = 1 and interiorCountPerFloorplan = 20. This will result in 20 worlds (floorplanCount * interiorCountPerFloorplan).

If you set floorplanCount = 4 and interiorCountPerFloorplan = 5, there will be 20 worlds with 5 unique floor plans.

See: newWorldCount smart constructor.

Constructors

WorldCount' (Maybe Int) (Maybe Int) 

Instances

Instances details
FromJSON WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

ToJSON WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Generic WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Associated Types

type Rep WorldCount :: Type -> Type #

Read WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Show WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

NFData WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Methods

rnf :: WorldCount -> () #

Eq WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Hashable WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

type Rep WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

type Rep WorldCount = D1 ('MetaData "WorldCount" "Amazonka.RobOMaker.Types.WorldCount" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "WorldCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "floorplanCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "interiorCountPerFloorplan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newWorldCount :: WorldCount Source #

Create a value of WorldCount 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:floorplanCount:WorldCount', worldCount_floorplanCount - The number of unique floorplans.

$sel:interiorCountPerFloorplan:WorldCount', worldCount_interiorCountPerFloorplan - The number of unique interiors per floorplan.

WorldExportJobSummary

data WorldExportJobSummary Source #

Information about a world export job.

See: newWorldExportJobSummary smart constructor.

Instances

Instances details
FromJSON WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Generic WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Associated Types

type Rep WorldExportJobSummary :: Type -> Type #

Read WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Show WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

NFData WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Methods

rnf :: WorldExportJobSummary -> () #

Eq WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Hashable WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

type Rep WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

type Rep WorldExportJobSummary = D1 ('MetaData "WorldExportJobSummary" "Amazonka.RobOMaker.Types.WorldExportJobSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "WorldExportJobSummary'" '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 "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldExportJobStatus)) :*: S1 ('MetaSel ('Just "worlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))))

newWorldExportJobSummary :: WorldExportJobSummary Source #

Create a value of WorldExportJobSummary 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:arn:WorldExportJobSummary', worldExportJobSummary_arn - The Amazon Resource Name (ARN) of the world export job.

$sel:createdAt:WorldExportJobSummary', worldExportJobSummary_createdAt - The time, in milliseconds since the epoch, when the world export job was created.

$sel:outputLocation:WorldExportJobSummary', worldExportJobSummary_outputLocation - Undocumented member.

$sel:status:WorldExportJobSummary', worldExportJobSummary_status - The status of the world export job.

Pending
The world export job request is pending.
Running
The world export job is running.
Completed
The world export job completed.
Failed
The world export job failed. See failureCode for more information.
Canceled
The world export job was cancelled.
Canceling
The world export job is being cancelled.

$sel:worlds:WorldExportJobSummary', worldExportJobSummary_worlds - A list of worlds.

WorldFailure

data WorldFailure Source #

Information about a failed world.

See: newWorldFailure smart constructor.

Instances

Instances details
FromJSON WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Generic WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Associated Types

type Rep WorldFailure :: Type -> Type #

Read WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Show WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

NFData WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Methods

rnf :: WorldFailure -> () #

Eq WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Hashable WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

type Rep WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

type Rep WorldFailure = D1 ('MetaData "WorldFailure" "Amazonka.RobOMaker.Types.WorldFailure" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "WorldFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobErrorCode)) :*: (S1 ('MetaSel ('Just "failureCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sampleFailureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWorldFailure :: WorldFailure Source #

Create a value of WorldFailure 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:failureCode:WorldFailure', worldFailure_failureCode - The failure code of the world export job if it failed:

InternalServiceError
Internal service error.
LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
ResourceNotFound
The specified resource could not be found.
RequestThrottled
The request was throttled.
InvalidInput
An input parameter in the request is not valid.

$sel:failureCount:WorldFailure', worldFailure_failureCount - The number of failed worlds.

$sel:sampleFailureReason:WorldFailure', worldFailure_sampleFailureReason - The sample reason why the world failed. World errors are aggregated. A sample is used as the sampleFailureReason.

WorldGenerationJobSummary

data WorldGenerationJobSummary Source #

Information about a world generator job.

See: newWorldGenerationJobSummary smart constructor.

Instances

Instances details
FromJSON WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Generic WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Associated Types

type Rep WorldGenerationJobSummary :: Type -> Type #

Read WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Show WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

NFData WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Eq WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Hashable WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

type Rep WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

type Rep WorldGenerationJobSummary = D1 ('MetaData "WorldGenerationJobSummary" "Amazonka.RobOMaker.Types.WorldGenerationJobSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "WorldGenerationJobSummary'" '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 "failedWorldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobStatus)) :*: S1 ('MetaSel ('Just "succeededWorldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldCount))))))

newWorldGenerationJobSummary :: WorldGenerationJobSummary Source #

Create a value of WorldGenerationJobSummary 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:arn:WorldGenerationJobSummary', worldGenerationJobSummary_arn - The Amazon Resource Name (ARN) of the world generator job.

$sel:createdAt:WorldGenerationJobSummary', worldGenerationJobSummary_createdAt - The time, in milliseconds since the epoch, when the world generator job was created.

$sel:failedWorldCount:WorldGenerationJobSummary', worldGenerationJobSummary_failedWorldCount - The number of worlds that failed.

$sel:status:WorldGenerationJobSummary', worldGenerationJobSummary_status - The status of the world generator job:

Pending
The world generator job request is pending.
Running
The world generator job is running.
Completed
The world generator job completed.
Failed
The world generator job failed. See failureCode for more information.
PartialFailed
Some worlds did not generate.
Canceled
The world generator job was cancelled.
Canceling
The world generator job is being cancelled.

$sel:succeededWorldCount:WorldGenerationJobSummary', worldGenerationJobSummary_succeededWorldCount - The number of worlds that were generated.

$sel:template:WorldGenerationJobSummary', worldGenerationJobSummary_template - The Amazon Resource Name (arn) of the world template.

$sel:worldCount:WorldGenerationJobSummary', worldGenerationJobSummary_worldCount - Information about the world count.

WorldSummary

data WorldSummary Source #

Information about a world.

See: newWorldSummary smart constructor.

Instances

Instances details
FromJSON WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Generic WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Associated Types

type Rep WorldSummary :: Type -> Type #

Read WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Show WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

NFData WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Methods

rnf :: WorldSummary -> () #

Eq WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Hashable WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

type Rep WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

type Rep WorldSummary = D1 ('MetaData "WorldSummary" "Amazonka.RobOMaker.Types.WorldSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "WorldSummary'" '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 "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWorldSummary :: WorldSummary Source #

Create a value of WorldSummary 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:arn:WorldSummary', worldSummary_arn - The Amazon Resource Name (ARN) of the world.

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

$sel:generationJob:WorldSummary', worldSummary_generationJob - The Amazon Resource Name (arn) of the world generation job.

$sel:template:WorldSummary', worldSummary_template - The Amazon Resource Name (arn) of the world template.