libZSservicesZSamazonka-robomakerZSamazonka-robomaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RobOMaker

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.

InvalidParameterException

_InvalidParameterException :: AsError a => Getting (First ServiceError) 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.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource already exists.

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ConcurrentDeploymentException

_ConcurrentDeploymentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The failure percentage threshold percentage was met.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

IdempotentParameterMismatchException

_IdempotentParameterMismatchException :: AsError a => Getting (First ServiceError) 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.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource does not exist.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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.

DescribeWorldExportJob

data DescribeWorldExportJob Source #

See: newDescribeWorldExportJob smart constructor.

Instances

Instances details
Eq DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Read DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Show DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Generic DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Associated Types

type Rep DescribeWorldExportJob :: Type -> Type #

NFData DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Methods

rnf :: DescribeWorldExportJob -> () #

Hashable DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

ToJSON DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

AWSRequest DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Associated Types

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

type Rep DescribeWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

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

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

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

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Read DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Show DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Generic DescribeWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldExportJob

Associated Types

type Rep DescribeWorldExportJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeWorldExportJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldExportJobStatus))) :*: (S1 ('MetaSel ('Just "arn") '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 "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "worlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text 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:

$sel:failureReason:DescribeWorldExportJobResponse', describeWorldExportJobResponse_failureReason - The reason why the world export job failed.

$sel:status: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.

$sel:arn:DescribeWorldExportJobResponse', describeWorldExportJobResponse_arn - The Amazon Resource Name (ARN) of the world export job.

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

$sel:failureCode: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.

$sel:outputLocation:DescribeWorldExportJobResponse', describeWorldExportJobResponse_outputLocation - Undocumented member.

$sel:clientRequestToken:DescribeWorldExportJobResponse', describeWorldExportJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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

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

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

BatchDeleteWorlds

data BatchDeleteWorlds Source #

See: newBatchDeleteWorlds smart constructor.

Instances

Instances details
Eq BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Read BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Show BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Generic BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Associated Types

type Rep BatchDeleteWorlds :: Type -> Type #

NFData BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Methods

rnf :: BatchDeleteWorlds -> () #

Hashable BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

ToJSON BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

AWSRequest BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Associated Types

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

type Rep BatchDeleteWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

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

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

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:

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

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Read BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Show BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Generic BatchDeleteWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDeleteWorlds

Associated Types

type Rep BatchDeleteWorldsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

GetWorldTemplateBody

data GetWorldTemplateBody Source #

See: newGetWorldTemplateBody smart constructor.

Instances

Instances details
Eq GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Read GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Show GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Generic GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Associated Types

type Rep GetWorldTemplateBody :: Type -> Type #

NFData GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Methods

rnf :: GetWorldTemplateBody -> () #

Hashable GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

ToJSON GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

AWSRequest GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Associated Types

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

type Rep GetWorldTemplateBody Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

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

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

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:

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

$sel:generationJob:GetWorldTemplateBody', getWorldTemplateBody_generationJob - The Amazon Resource Name (arn) of the world generator job.

data GetWorldTemplateBodyResponse Source #

See: newGetWorldTemplateBodyResponse smart constructor.

Instances

Instances details
Eq GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Read GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Show GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Generic GetWorldTemplateBodyResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.GetWorldTemplateBody

Associated Types

type Rep GetWorldTemplateBodyResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

DeleteFleet

data DeleteFleet Source #

See: newDeleteFleet smart constructor.

Constructors

DeleteFleet' Text 

Instances

Instances details
Eq DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Read DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Show DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Generic DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Associated Types

type Rep DeleteFleet :: Type -> Type #

NFData DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Methods

rnf :: DeleteFleet -> () #

Hashable DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

ToJSON DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

AWSRequest DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Associated Types

type AWSResponse DeleteFleet #

ToHeaders DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Methods

toHeaders :: DeleteFleet -> [Header] #

ToPath DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

ToQuery DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

type Rep DeleteFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

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

Defined in Amazonka.RobOMaker.DeleteFleet

newDeleteFleet Source #

Create a value of DeleteFleet 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:fleet:DeleteFleet', deleteFleet_fleet - The Amazon Resource Name (ARN) of the fleet.

data DeleteFleetResponse Source #

See: newDeleteFleetResponse smart constructor.

Instances

Instances details
Eq DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Read DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Show DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Generic DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Associated Types

type Rep DeleteFleetResponse :: Type -> Type #

NFData DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

Methods

rnf :: DeleteFleetResponse -> () #

type Rep DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteFleet

type Rep DeleteFleetResponse = D1 ('MetaData "DeleteFleetResponse" "Amazonka.RobOMaker.DeleteFleet" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeleteFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFleetResponse Source #

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

CreateWorldGenerationJob

data CreateWorldGenerationJob Source #

See: newCreateWorldGenerationJob smart constructor.

Instances

Instances details
Eq CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Read CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Show 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 #

NFData CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Hashable CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

ToJSON CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

AWSRequest 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

type Rep CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type Rep CreateWorldGenerationJob = D1 ('MetaData "CreateWorldGenerationJob" "Amazonka.RobOMaker.CreateWorldGenerationJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateWorldGenerationJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "worldTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: 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 "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorldCount)))))
type AWSResponse CreateWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

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:

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

$sel:clientRequestToken:CreateWorldGenerationJob', createWorldGenerationJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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

$sel:worldCount:CreateWorldGenerationJob', createWorldGenerationJob_worldCount - Information about the world count.

data CreateWorldGenerationJobResponse Source #

See: newCreateWorldGenerationJobResponse smart constructor.

Instances

Instances details
Eq CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Read CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Show CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Generic CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

Associated Types

type Rep CreateWorldGenerationJobResponse :: Type -> Type #

NFData CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type Rep CreateWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldGenerationJob

type Rep CreateWorldGenerationJobResponse = D1 ('MetaData "CreateWorldGenerationJobResponse" "Amazonka.RobOMaker.CreateWorldGenerationJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateWorldGenerationJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobStatus)) :*: S1 ('MetaSel ('Just "arn") '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 "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldCount))))) :*: ((S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "worldTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (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 "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

$sel:status: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.

$sel:arn:CreateWorldGenerationJobResponse', createWorldGenerationJobResponse_arn - The Amazon Resource Name (ARN) of the world generator job.

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

$sel:failureCode: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.

$sel:worldCount:CreateWorldGenerationJob', createWorldGenerationJobResponse_worldCount - Information about the world count.

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

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

$sel:clientRequestToken:CreateWorldGenerationJob', createWorldGenerationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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

ListRobotApplications (Paginated)

data ListRobotApplications Source #

See: newListRobotApplications smart constructor.

Instances

Instances details
Eq ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Read ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Show ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Generic ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Associated Types

type Rep ListRobotApplications :: Type -> Type #

NFData ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Methods

rnf :: ListRobotApplications -> () #

Hashable ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

ToJSON 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 #

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

type Rep ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

type Rep ListRobotApplications = D1 ('MetaData "ListRobotApplications" "Amazonka.RobOMaker.ListRobotApplications" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListRobotApplications'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListRobotApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

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:versionQualifier:ListRobotApplications', listRobotApplications_versionQualifier - The version qualifier of the robot application.

$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:nextToken: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: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.

data ListRobotApplicationsResponse Source #

See: newListRobotApplicationsResponse smart constructor.

Instances

Instances details
Eq ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Read ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Show ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Generic ListRobotApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobotApplications

Associated Types

type Rep ListRobotApplicationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListRobotApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "robotApplicationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RobotApplicationSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken: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:httpStatus:ListRobotApplicationsResponse', listRobotApplicationsResponse_httpStatus - The response's http status code.

UpdateRobotApplication

data UpdateRobotApplication Source #

See: newUpdateRobotApplication smart constructor.

Instances

Instances details
Eq UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Read UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Generic UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplication :: Type -> Type #

NFData UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Methods

rnf :: UpdateRobotApplication -> () #

Hashable UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

ToJSON UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

AWSRequest UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

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

type Rep UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

type Rep UpdateRobotApplication = D1 ('MetaData "UpdateRobotApplication" "Amazonka.RobOMaker.UpdateRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))))
type AWSResponse UpdateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

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.

$sel:environment:UpdateRobotApplication', updateRobotApplication_environment - The object that contains the Docker image URI for your robot application.

$sel:sources:UpdateRobotApplication', updateRobotApplication_sources - The sources of the robot application.

$sel:application:UpdateRobotApplication', updateRobotApplication_application - The application information for the robot application.

$sel:robotSoftwareSuite:UpdateRobotApplication', updateRobotApplication_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

data UpdateRobotApplicationResponse Source #

See: newUpdateRobotApplicationResponse smart constructor.

Instances

Instances details
Eq UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Read UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Show UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Generic UpdateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateRobotApplication

Associated Types

type Rep UpdateRobotApplicationResponse :: Type -> Type #

NFData 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:

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

$sel:arn:UpdateRobotApplicationResponse', updateRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated robot application.

$sel:environment:UpdateRobotApplication', updateRobotApplicationResponse_environment - The object that contains the Docker image URI for your robot application.

$sel:sources:UpdateRobotApplication', updateRobotApplicationResponse_sources - The sources of the robot application.

$sel:name:UpdateRobotApplicationResponse', updateRobotApplicationResponse_name - The name of the robot application.

$sel:version:UpdateRobotApplicationResponse', updateRobotApplicationResponse_version - The version of the robot application.

$sel:robotSoftwareSuite:UpdateRobotApplication', updateRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

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

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

DeleteRobotApplication

data DeleteRobotApplication Source #

See: newDeleteRobotApplication smart constructor.

Instances

Instances details
Eq DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Read DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Generic DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplication :: Type -> Type #

NFData DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Methods

rnf :: DeleteRobotApplication -> () #

Hashable DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

ToJSON DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

AWSRequest DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

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

type Rep DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

type Rep DeleteRobotApplication = D1 ('MetaData "DeleteRobotApplication" "Amazonka.RobOMaker.DeleteRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))
type AWSResponse DeleteRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

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:

$sel:applicationVersion:DeleteRobotApplication', deleteRobotApplication_applicationVersion - The version of the robot application to delete.

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

data DeleteRobotApplicationResponse Source #

See: newDeleteRobotApplicationResponse smart constructor.

Instances

Instances details
Eq DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Read DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Show DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Generic DeleteRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobotApplication

Associated Types

type Rep DeleteRobotApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

CreateSimulationApplicationVersion

data CreateSimulationApplicationVersion Source #

Instances

Instances details
Eq CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Read CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Show 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 #

NFData CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

Hashable CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

ToJSON CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

AWSRequest 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

type Rep CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

type Rep CreateSimulationApplicationVersion = D1 ('MetaData "CreateSimulationApplicationVersion" "Amazonka.RobOMaker.CreateSimulationApplicationVersion" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateSimulationApplicationVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Etags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateSimulationApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

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:s3Etags:CreateSimulationApplicationVersion', createSimulationApplicationVersion_s3Etags - The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.

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

$sel:application:CreateSimulationApplicationVersion', createSimulationApplicationVersion_application - The application information for the simulation application.

data CreateSimulationApplicationVersionResponse Source #

Instances

Instances details
Eq 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

Generic CreateSimulationApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplicationVersion

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateSimulationApplicationVersionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "arn") '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 [Source]))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: (S1 ('MetaSel ('Just "revisionId") '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:

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

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

$sel:arn: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.

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

$sel:name:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_name - The name of the simulation application.

$sel:version:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_version - The version of the simulation application.

$sel:simulationSoftwareSuite:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:CreateSimulationApplicationVersionResponse', createSimulationApplicationVersionResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

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

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

ListDeploymentJobs (Paginated)

data ListDeploymentJobs Source #

See: newListDeploymentJobs smart constructor.

Instances

Instances details
Eq ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Read ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Show ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Generic ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Associated Types

type Rep ListDeploymentJobs :: Type -> Type #

NFData ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Methods

rnf :: ListDeploymentJobs -> () #

Hashable ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

ToJSON ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

AWSPager ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

AWSRequest ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Associated Types

type AWSResponse ListDeploymentJobs #

ToHeaders ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

ToPath ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

ToQuery ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

type Rep ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

type Rep ListDeploymentJobs = D1 ('MetaData "ListDeploymentJobs" "Amazonka.RobOMaker.ListDeploymentJobs" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListDeploymentJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListDeploymentJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

newListDeploymentJobs :: ListDeploymentJobs Source #

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

The filter names status and fleetName 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 InProgress or the status Pending.

$sel:nextToken:ListDeploymentJobs', listDeploymentJobs_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 ListDeploymentJobs 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:maxResults:ListDeploymentJobs', listDeploymentJobs_maxResults - When this parameter is used, ListDeploymentJobs 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 ListDeploymentJobs request with the returned nextToken value. This value can be between 1 and 200. If this parameter is not used, then ListDeploymentJobs returns up to 200 results and a nextToken value if applicable.

data ListDeploymentJobsResponse Source #

See: newListDeploymentJobsResponse smart constructor.

Instances

Instances details
Eq ListDeploymentJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Read ListDeploymentJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Show ListDeploymentJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Generic ListDeploymentJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

Associated Types

type Rep ListDeploymentJobsResponse :: Type -> Type #

NFData ListDeploymentJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

type Rep ListDeploymentJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListDeploymentJobs

type Rep ListDeploymentJobsResponse = D1 ('MetaData "ListDeploymentJobsResponse" "Amazonka.RobOMaker.ListDeploymentJobs" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListDeploymentJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentJob])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentJobsResponse Source #

Create a value of ListDeploymentJobsResponse 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:deploymentJobs:ListDeploymentJobsResponse', listDeploymentJobsResponse_deploymentJobs - A list of deployment jobs that meet the criteria of the request.

$sel:nextToken:ListDeploymentJobs', listDeploymentJobsResponse_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 ListDeploymentJobs 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:ListDeploymentJobsResponse', listDeploymentJobsResponse_httpStatus - The response's http status code.

DescribeWorld

data DescribeWorld Source #

See: newDescribeWorld smart constructor.

Constructors

DescribeWorld' Text 

Instances

Instances details
Eq DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Read DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Show DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Generic DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type Rep DescribeWorld :: Type -> Type #

NFData DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Methods

rnf :: DescribeWorld -> () #

Hashable DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToJSON DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

AWSRequest DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type AWSResponse DescribeWorld #

ToHeaders DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToPath DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

ToQuery DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

type Rep DescribeWorld Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

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

Defined in Amazonka.RobOMaker.DescribeWorld

newDescribeWorld Source #

Create a value of DescribeWorld with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

data DescribeWorldResponse Source #

See: newDescribeWorldResponse smart constructor.

Instances

Instances details
Eq DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Read DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Show DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Generic DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Associated Types

type Rep DescribeWorldResponse :: Type -> Type #

NFData DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

Methods

rnf :: DescribeWorldResponse -> () #

type Rep DescribeWorldResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorld

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

newDescribeWorldResponse Source #

Create a value of DescribeWorldResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

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

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

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

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

CancelSimulationJob

data CancelSimulationJob Source #

See: newCancelSimulationJob smart constructor.

Instances

Instances details
Eq CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Read CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Show CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Generic CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Associated Types

type Rep CancelSimulationJob :: Type -> Type #

NFData CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Methods

rnf :: CancelSimulationJob -> () #

Hashable CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

ToJSON CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

AWSRequest CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Associated Types

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

type Rep CancelSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

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

Defined in Amazonka.RobOMaker.CancelSimulationJob

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

Defined in Amazonka.RobOMaker.CancelSimulationJob

Read CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Show CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Generic CancelSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJob

Associated Types

type Rep CancelSimulationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

CreateRobotApplication

data CreateRobotApplication Source #

See: newCreateRobotApplication smart constructor.

Instances

Instances details
Eq CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Read CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Show CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Generic CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Associated Types

type Rep CreateRobotApplication :: Type -> Type #

NFData CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Methods

rnf :: CreateRobotApplication -> () #

Hashable CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

ToJSON CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

AWSRequest CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Associated Types

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

type Rep CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

type Rep CreateRobotApplication = D1 ('MetaData "CreateRobotApplication" "Amazonka.RobOMaker.CreateRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))))
type AWSResponse CreateRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

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:

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

$sel:sources:CreateRobotApplication', createRobotApplication_sources - The sources of the robot application.

$sel:tags:CreateRobotApplication', createRobotApplication_tags - A map that contains tag keys and tag values that are attached to the robot application.

$sel:name:CreateRobotApplication', createRobotApplication_name - The name of the robot application.

$sel:robotSoftwareSuite:CreateRobotApplication', createRobotApplication_robotSoftwareSuite - The robot software suite (ROS distribuition) used by the robot application.

data CreateRobotApplicationResponse Source #

See: newCreateRobotApplicationResponse smart constructor.

Instances

Instances details
Eq CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Read CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Show CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Generic CreateRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplication

Associated Types

type Rep CreateRobotApplicationResponse :: Type -> Type #

NFData 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:

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

$sel:arn:CreateRobotApplicationResponse', createRobotApplicationResponse_arn - The Amazon Resource Name (ARN) of the robot application.

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

$sel:sources:CreateRobotApplication', createRobotApplicationResponse_sources - The sources of the robot application.

$sel:name:CreateRobotApplication', createRobotApplicationResponse_name - The name of the robot application.

$sel:version:CreateRobotApplicationResponse', createRobotApplicationResponse_version - The version of the robot application.

$sel:robotSoftwareSuite:CreateRobotApplication', createRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

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

$sel:tags:CreateRobotApplication', createRobotApplicationResponse_tags - The list of all tags added to the robot application.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

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

Defined in Amazonka.RobOMaker.ListTagsForResource

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

Defined in Amazonka.RobOMaker.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The list of all tags added to the specified resource.

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

CreateDeploymentJob

data CreateDeploymentJob Source #

See: newCreateDeploymentJob smart constructor.

Instances

Instances details
Eq CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Read CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Show CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Generic CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Associated Types

type Rep CreateDeploymentJob :: Type -> Type #

NFData CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Methods

rnf :: CreateDeploymentJob -> () #

Hashable CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

ToJSON CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

AWSRequest CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Associated Types

type AWSResponse CreateDeploymentJob #

ToHeaders CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

ToPath CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

ToQuery CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

type Rep CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

type Rep CreateDeploymentJob = D1 ('MetaData "CreateDeploymentJob" "Amazonka.RobOMaker.CreateDeploymentJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateDeploymentJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentConfig)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "fleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentApplicationConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DeploymentApplicationConfig))))))
type AWSResponse CreateDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

newCreateDeploymentJob Source #

Create a value of CreateDeploymentJob 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:deploymentConfig:CreateDeploymentJob', createDeploymentJob_deploymentConfig - The requested deployment configuration.

$sel:tags:CreateDeploymentJob', createDeploymentJob_tags - A map that contains tag keys and tag values that are attached to the deployment job.

$sel:clientRequestToken:CreateDeploymentJob', createDeploymentJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:fleet:CreateDeploymentJob', createDeploymentJob_fleet - The Amazon Resource Name (ARN) of the fleet to deploy.

$sel:deploymentApplicationConfigs:CreateDeploymentJob', createDeploymentJob_deploymentApplicationConfigs - The deployment application configuration.

data CreateDeploymentJobResponse Source #

See: newCreateDeploymentJobResponse smart constructor.

Instances

Instances details
Eq CreateDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Read CreateDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Show CreateDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Generic CreateDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

Associated Types

type Rep CreateDeploymentJobResponse :: Type -> Type #

NFData CreateDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

type Rep CreateDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateDeploymentJob

type Rep CreateDeploymentJobResponse = D1 ('MetaData "CreateDeploymentJobResponse" "Amazonka.RobOMaker.CreateDeploymentJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateDeploymentJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus))) :*: (S1 ('MetaSel ('Just "deploymentApplicationConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DeploymentApplicationConfig))) :*: (S1 ('MetaSel ('Just "arn") '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 DeploymentJobErrorCode)) :*: S1 ('MetaSel ('Just "deploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentConfig))) :*: (S1 ('MetaSel ('Just "fleet") '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))))))

newCreateDeploymentJobResponse Source #

Create a value of CreateDeploymentJobResponse 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:failureReason:CreateDeploymentJobResponse', createDeploymentJobResponse_failureReason - The failure reason of the deployment job if it failed.

$sel:status:CreateDeploymentJobResponse', createDeploymentJobResponse_status - The status of the deployment job.

$sel:deploymentApplicationConfigs:CreateDeploymentJob', createDeploymentJobResponse_deploymentApplicationConfigs - The deployment application configuration.

$sel:arn:CreateDeploymentJobResponse', createDeploymentJobResponse_arn - The Amazon Resource Name (ARN) of the deployment job.

$sel:createdAt:CreateDeploymentJobResponse', createDeploymentJobResponse_createdAt - The time, in milliseconds since the epoch, when the fleet was created.

$sel:failureCode:CreateDeploymentJobResponse', createDeploymentJobResponse_failureCode - The failure code of the simulation job if it failed:

BadPermissionError
AWS Greengrass requires a service-level role permission to access other services. The role must include the AWSGreengrassResourceAccessRolePolicy managed policy.
ExtractingBundleFailure
The robot application could not be extracted from the bundle.
FailureThresholdBreached
The percentage of robots that could not be updated exceeded the percentage set for the deployment.
GreengrassDeploymentFailed
The robot application could not be deployed to the robot.
GreengrassGroupVersionDoesNotExist
The AWS Greengrass group or version associated with a robot is missing.
InternalServerError
An internal error has occurred. Retry your request, but if the problem persists, contact us with details.
MissingRobotApplicationArchitecture
The robot application does not have a source that matches the architecture of the robot.
MissingRobotDeploymentResource
One or more of the resources specified for the robot application are missing. For example, does the robot application have the correct launch package and launch file?
PostLaunchFileFailure
The post-launch script failed.
PreLaunchFileFailure
The pre-launch script failed.
ResourceNotFound
One or more deployment resources are missing. For example, do robot application source bundles still exist?
RobotDeploymentNoResponse
There is no response from the robot. It might not be powered on or connected to the internet.

$sel:deploymentConfig:CreateDeploymentJob', createDeploymentJobResponse_deploymentConfig - The deployment configuration.

$sel:fleet:CreateDeploymentJob', createDeploymentJobResponse_fleet - The target fleet for the deployment job.

$sel:tags:CreateDeploymentJob', createDeploymentJobResponse_tags - The list of all tags added to the deployment job.

$sel:httpStatus:CreateDeploymentJobResponse', createDeploymentJobResponse_httpStatus - The response's http status code.

RegisterRobot

data RegisterRobot Source #

See: newRegisterRobot smart constructor.

Constructors

RegisterRobot' Text Text 

Instances

Instances details
Eq RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Read RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Show RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Generic RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Associated Types

type Rep RegisterRobot :: Type -> Type #

NFData RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Methods

rnf :: RegisterRobot -> () #

Hashable RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

ToJSON RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

AWSRequest RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Associated Types

type AWSResponse RegisterRobot #

ToHeaders RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

ToPath RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

ToQuery RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

type Rep RegisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

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

Defined in Amazonka.RobOMaker.RegisterRobot

newRegisterRobot Source #

Create a value of RegisterRobot 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:fleet:RegisterRobot', registerRobot_fleet - The Amazon Resource Name (ARN) of the fleet.

$sel:robot:RegisterRobot', registerRobot_robot - The Amazon Resource Name (ARN) of the robot.

data RegisterRobotResponse Source #

See: newRegisterRobotResponse smart constructor.

Instances

Instances details
Eq RegisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Read RegisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Show RegisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Generic RegisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Associated Types

type Rep RegisterRobotResponse :: Type -> Type #

NFData RegisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

Methods

rnf :: RegisterRobotResponse -> () #

type Rep RegisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RegisterRobot

type Rep RegisterRobotResponse = D1 ('MetaData "RegisterRobotResponse" "Amazonka.RobOMaker.RegisterRobot" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "RegisterRobotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "robot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRegisterRobotResponse Source #

Create a value of RegisterRobotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:robot:RegisterRobot', registerRobotResponse_robot - Information about the robot registration.

$sel:fleet:RegisterRobot', registerRobotResponse_fleet - The Amazon Resource Name (ARN) of the fleet that the robot will join.

$sel:httpStatus:RegisterRobotResponse', registerRobotResponse_httpStatus - The response's http status code.

ListRobots (Paginated)

data ListRobots Source #

See: newListRobots smart constructor.

Instances

Instances details
Eq ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Read ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Show ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Generic ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Associated Types

type Rep ListRobots :: Type -> Type #

NFData ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Methods

rnf :: ListRobots -> () #

Hashable ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

ToJSON ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

AWSPager ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

AWSRequest ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Associated Types

type AWSResponse ListRobots #

ToHeaders ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Methods

toHeaders :: ListRobots -> [Header] #

ToPath ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

ToQuery ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

type Rep ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

type Rep ListRobots = D1 ('MetaData "ListRobots" "Amazonka.RobOMaker.ListRobots" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListRobots'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListRobots Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

newListRobots :: ListRobots Source #

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

The filter names status and fleetName 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 Registered or the status Available.

$sel:nextToken:ListRobots', listRobots_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 ListRobots 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:maxResults:ListRobots', listRobots_maxResults - When this parameter is used, ListRobots 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 ListRobots request with the returned nextToken value. This value can be between 1 and 200. If this parameter is not used, then ListRobots returns up to 200 results and a nextToken value if applicable.

data ListRobotsResponse Source #

See: newListRobotsResponse smart constructor.

Instances

Instances details
Eq ListRobotsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Read ListRobotsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Show ListRobotsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Generic ListRobotsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Associated Types

type Rep ListRobotsResponse :: Type -> Type #

NFData ListRobotsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

Methods

rnf :: ListRobotsResponse -> () #

type Rep ListRobotsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListRobots

type Rep ListRobotsResponse = D1 ('MetaData "ListRobotsResponse" "Amazonka.RobOMaker.ListRobots" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListRobotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "robots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Robot])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRobotsResponse Source #

Create a value of ListRobotsResponse 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:robots:ListRobotsResponse', listRobotsResponse_robots - A list of robots that meet the criteria of the request.

$sel:nextToken:ListRobots', listRobotsResponse_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 ListRobots 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:ListRobotsResponse', listRobotsResponse_httpStatus - The response's http status code.

CreateWorldExportJob

data CreateWorldExportJob Source #

See: newCreateWorldExportJob smart constructor.

Instances

Instances details
Eq CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Read CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Show CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Generic CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Associated Types

type Rep CreateWorldExportJob :: Type -> Type #

NFData CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Methods

rnf :: CreateWorldExportJob -> () #

Hashable CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

ToJSON CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

AWSRequest CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Associated Types

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

type Rep CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

type Rep CreateWorldExportJob = D1 ('MetaData "CreateWorldExportJob" "Amazonka.RobOMaker.CreateWorldExportJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))))
type AWSResponse CreateWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

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:

$sel:clientRequestToken:CreateWorldExportJob', createWorldExportJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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

$sel:outputLocation:CreateWorldExportJob', createWorldExportJob_outputLocation - Undocumented member.

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

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Read CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Show CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Generic CreateWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldExportJob

Associated Types

type Rep CreateWorldExportJobResponse :: Type -> Type #

NFData 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:

$sel:status: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.

$sel:arn:CreateWorldExportJobResponse', createWorldExportJobResponse_arn - The Amazon Resource Name (ARN) of the world export job.

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

$sel:failureCode: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.

$sel:outputLocation:CreateWorldExportJob', createWorldExportJobResponse_outputLocation - Undocumented member.

$sel:clientRequestToken:CreateWorldExportJob', createWorldExportJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

$sel:tags: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.

BatchDescribeSimulationJob

data BatchDescribeSimulationJob Source #

See: newBatchDescribeSimulationJob smart constructor.

Instances

Instances details
Eq BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Read BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Show 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 #

NFData BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Hashable BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToJSON BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

AWSRequest 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

type Rep BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

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

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

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:

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

data BatchDescribeSimulationJobResponse Source #

Instances

Instances details
Eq BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Read BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Show BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Generic BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Associated Types

type Rep BatchDescribeSimulationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "BatchDescribeSimulationJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unprocessedJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJob])) :*: 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:

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

$sel:jobs:BatchDescribeSimulationJob', batchDescribeSimulationJobResponse_jobs - A list of simulation jobs.

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

CreateSimulationApplication

data CreateSimulationApplication Source #

See: newCreateSimulationApplication smart constructor.

Instances

Instances details
Eq CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Read CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Show 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 #

NFData CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

Hashable CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

ToJSON CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

AWSRequest 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

type Rep CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

type Rep CreateSimulationApplication = D1 ('MetaData "CreateSimulationApplication" "Amazonka.RobOMaker.CreateSimulationApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateSimulationApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: (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 "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimulationSoftwareSuite) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))
type AWSResponse CreateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

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:

$sel:renderingEngine:CreateSimulationApplication', createSimulationApplication_renderingEngine - The rendering engine for the simulation application.

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

$sel:sources:CreateSimulationApplication', createSimulationApplication_sources - The sources of the simulation application.

$sel:tags:CreateSimulationApplication', createSimulationApplication_tags - A map that contains tag keys and tag values that are attached to the simulation application.

$sel:name:CreateSimulationApplication', createSimulationApplication_name - The name of the simulation application.

$sel:simulationSoftwareSuite:CreateSimulationApplication', createSimulationApplication_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:CreateSimulationApplication', createSimulationApplication_robotSoftwareSuite - The robot software suite (ROS distribution) used by the simulation application.

data CreateSimulationApplicationResponse Source #

Instances

Instances details
Eq 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

Generic CreateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationApplication

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 [Source])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "revisionId") '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))))))

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:

$sel:renderingEngine:CreateSimulationApplication', createSimulationApplicationResponse_renderingEngine - The rendering engine for the simulation application.

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

$sel:arn:CreateSimulationApplicationResponse', createSimulationApplicationResponse_arn - The Amazon Resource Name (ARN) of the simulation application.

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

$sel:sources:CreateSimulationApplication', createSimulationApplicationResponse_sources - The sources of the simulation application.

$sel:name:CreateSimulationApplication', createSimulationApplicationResponse_name - The name of the simulation application.

$sel:version:CreateSimulationApplicationResponse', createSimulationApplicationResponse_version - The version of the simulation application.

$sel:simulationSoftwareSuite:CreateSimulationApplication', createSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:CreateSimulationApplication', createSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

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

$sel:tags:CreateSimulationApplication', createSimulationApplicationResponse_tags - The list of all tags added to the simulation application.

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

StartSimulationJobBatch

data StartSimulationJobBatch Source #

See: newStartSimulationJobBatch smart constructor.

Instances

Instances details
Eq StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Read StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Show 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 #

NFData StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Methods

rnf :: StartSimulationJobBatch -> () #

Hashable StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

ToJSON StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

AWSRequest 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

type Rep StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

type Rep StartSimulationJobBatch = D1 ('MetaData "StartSimulationJobBatch" "Amazonka.RobOMaker.StartSimulationJobBatch" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))))
type AWSResponse StartSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

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:

$sel:batchPolicy:StartSimulationJobBatch', startSimulationJobBatch_batchPolicy - The batch policy.

$sel:clientRequestToken:StartSimulationJobBatch', startSimulationJobBatch_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Read StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Show StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Generic StartSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.StartSimulationJobBatch

Associated Types

type Rep StartSimulationJobBatchResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "StartSimulationJobBatchResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchStatus)) :*: S1 ('MetaSel ('Just "arn") '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 SimulationJobBatchErrorCode)) :*: S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCreateSimulationJobRequest]))))) :*: ((S1 ('MetaSel ('Just "batchPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchPolicy)) :*: (S1 ('MetaSel ('Just "createdRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJobSummary])) :*: S1 ('MetaSel ('Just "pendingRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationJobRequest))))) :*: (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 "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:

$sel:failureReason:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_failureReason - The reason the simulation job batch failed.

$sel:status: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.

$sel:arn:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_arn - The Amazon Resource Name (arn) of the batch.

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

$sel:failureCode:StartSimulationJobBatchResponse', startSimulationJobBatchResponse_failureCode - The failure code if the simulation job batch failed.

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

$sel:batchPolicy:StartSimulationJobBatch', startSimulationJobBatchResponse_batchPolicy - The batch policy.

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

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

$sel:clientRequestToken:StartSimulationJobBatch', startSimulationJobBatchResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:tags: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.

CreateRobot

data CreateRobot Source #

See: newCreateRobot smart constructor.

Instances

Instances details
Eq CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Read CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Show CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Generic CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Associated Types

type Rep CreateRobot :: Type -> Type #

NFData CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Methods

rnf :: CreateRobot -> () #

Hashable CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

ToJSON CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

AWSRequest CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Associated Types

type AWSResponse CreateRobot #

ToHeaders CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Methods

toHeaders :: CreateRobot -> [Header] #

ToPath CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

ToQuery CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

type Rep CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

type Rep CreateRobot = D1 ('MetaData "CreateRobot" "Amazonka.RobOMaker.CreateRobot" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateRobot'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Architecture) :*: S1 ('MetaSel ('Just "greengrassGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

newCreateRobot Source #

Create a value of CreateRobot 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:tags:CreateRobot', createRobot_tags - A map that contains tag keys and tag values that are attached to the robot.

$sel:name:CreateRobot', createRobot_name - The name for the robot.

$sel:architecture:CreateRobot', createRobot_architecture - The target architecture of the robot.

$sel:greengrassGroupId:CreateRobot', createRobot_greengrassGroupId - The Greengrass group id.

data CreateRobotResponse Source #

See: newCreateRobotResponse smart constructor.

Instances

Instances details
Eq CreateRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Read CreateRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Show CreateRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Generic CreateRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Associated Types

type Rep CreateRobotResponse :: Type -> Type #

NFData CreateRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

Methods

rnf :: CreateRobotResponse -> () #

type Rep CreateRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobot

newCreateRobotResponse Source #

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

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

$sel:greengrassGroupId:CreateRobot', createRobotResponse_greengrassGroupId - The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.

$sel:name:CreateRobot', createRobotResponse_name - The name of the robot.

$sel:architecture:CreateRobot', createRobotResponse_architecture - The target architecture of the robot.

$sel:tags:CreateRobot', createRobotResponse_tags - The list of all tags added to the robot.

$sel:httpStatus:CreateRobotResponse', createRobotResponse_httpStatus - The response's http status code.

DescribeFleet

data DescribeFleet Source #

See: newDescribeFleet smart constructor.

Constructors

DescribeFleet' Text 

Instances

Instances details
Eq DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Read DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Show DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Generic DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Associated Types

type Rep DescribeFleet :: Type -> Type #

NFData DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Methods

rnf :: DescribeFleet -> () #

Hashable DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

ToJSON DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

AWSRequest DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Associated Types

type AWSResponse DescribeFleet #

ToHeaders DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

ToPath DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

ToQuery DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

type Rep DescribeFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

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

Defined in Amazonka.RobOMaker.DescribeFleet

newDescribeFleet Source #

Create a value of DescribeFleet 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:fleet:DescribeFleet', describeFleet_fleet - The Amazon Resource Name (ARN) of the fleet.

data DescribeFleetResponse Source #

See: newDescribeFleetResponse smart constructor.

Instances

Instances details
Eq DescribeFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Read DescribeFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Show DescribeFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Generic DescribeFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Associated Types

type Rep DescribeFleetResponse :: Type -> Type #

NFData DescribeFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

Methods

rnf :: DescribeFleetResponse -> () #

type Rep DescribeFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeFleet

newDescribeFleetResponse Source #

Create a value of DescribeFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastDeploymentJob:DescribeFleetResponse', describeFleetResponse_lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.

$sel:lastDeploymentStatus:DescribeFleetResponse', describeFleetResponse_lastDeploymentStatus - The status of the last deployment.

$sel:robots:DescribeFleetResponse', describeFleetResponse_robots - A list of robots.

$sel:arn:DescribeFleetResponse', describeFleetResponse_arn - The Amazon Resource Name (ARN) of the fleet.

$sel:createdAt:DescribeFleetResponse', describeFleetResponse_createdAt - The time, in milliseconds since the epoch, when the fleet was created.

$sel:name:DescribeFleetResponse', describeFleetResponse_name - The name of the fleet.

$sel:lastDeploymentTime:DescribeFleetResponse', describeFleetResponse_lastDeploymentTime - The time of the last deployment.

$sel:tags:DescribeFleetResponse', describeFleetResponse_tags - The list of all tags added to the specified fleet.

$sel:httpStatus:DescribeFleetResponse', describeFleetResponse_httpStatus - The response's http status code.

ListWorldTemplates (Paginated)

data ListWorldTemplates Source #

See: newListWorldTemplates smart constructor.

Instances

Instances details
Eq ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Read ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Show ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Generic ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Associated Types

type Rep ListWorldTemplates :: Type -> Type #

NFData ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Methods

rnf :: ListWorldTemplates -> () #

Hashable ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

ToJSON 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 #

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

type Rep ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

type Rep ListWorldTemplates = D1 ('MetaData "ListWorldTemplates" "Amazonka.RobOMaker.ListWorldTemplates" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListWorldTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListWorldTemplates Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

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:nextToken: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.

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

data ListWorldTemplatesResponse Source #

See: newListWorldTemplatesResponse smart constructor.

Instances

Instances details
Eq ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Read ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Show ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Generic ListWorldTemplatesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldTemplates

Associated Types

type Rep ListWorldTemplatesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListWorldTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TemplateSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken: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:httpStatus:ListWorldTemplatesResponse', listWorldTemplatesResponse_httpStatus - The response's http status code.

DescribeRobotApplication

data DescribeRobotApplication Source #

See: newDescribeRobotApplication smart constructor.

Instances

Instances details
Eq DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Read DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Show 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 #

NFData DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Hashable DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

ToJSON DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

AWSRequest 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

type Rep DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

type Rep DescribeRobotApplication = D1 ('MetaData "DescribeRobotApplication" "Amazonka.RobOMaker.DescribeRobotApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))
type AWSResponse DescribeRobotApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

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:

$sel:applicationVersion:DescribeRobotApplication', describeRobotApplication_applicationVersion - The version of the robot application to describe.

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

data DescribeRobotApplicationResponse Source #

See: newDescribeRobotApplicationResponse smart constructor.

Instances

Instances details
Eq DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Read DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Show DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Generic DescribeRobotApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobotApplication

Associated Types

type Rep DescribeRobotApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeRobotApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 [Source])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "revisionId") '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))))))

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:

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

$sel:arn: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:sources:DescribeRobotApplicationResponse', describeRobotApplicationResponse_sources - The sources of the robot application.

$sel:name:DescribeRobotApplicationResponse', describeRobotApplicationResponse_name - The name of the robot application.

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

$sel:version:DescribeRobotApplicationResponse', describeRobotApplicationResponse_version - The version of the robot application.

$sel:robotSoftwareSuite:DescribeRobotApplicationResponse', describeRobotApplicationResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

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

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

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

RestartSimulationJob

data RestartSimulationJob Source #

See: newRestartSimulationJob smart constructor.

Instances

Instances details
Eq RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Read RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Show RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Generic RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Associated Types

type Rep RestartSimulationJob :: Type -> Type #

NFData RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Methods

rnf :: RestartSimulationJob -> () #

Hashable RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

ToJSON RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

AWSRequest RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Associated Types

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

type Rep RestartSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

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

Defined in Amazonka.RobOMaker.RestartSimulationJob

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

Defined in Amazonka.RobOMaker.RestartSimulationJob

Read RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Show RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Generic RestartSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.RestartSimulationJob

Associated Types

type Rep RestartSimulationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

DescribeSimulationJob

data DescribeSimulationJob Source #

See: newDescribeSimulationJob smart constructor.

Instances

Instances details
Eq DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Read DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Show DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Generic DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Associated Types

type Rep DescribeSimulationJob :: Type -> Type #

NFData DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Methods

rnf :: DescribeSimulationJob -> () #

Hashable DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

ToJSON DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

AWSRequest DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Associated Types

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

type Rep DescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

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

Defined in Amazonka.RobOMaker.DescribeSimulationJob

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

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Read DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Show DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Generic DescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJob

Associated Types

type Rep DescribeSimulationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeSimulationJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: (S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode)) :*: S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResponse)))) :*: (S1 ('MetaSel ('Just "networkInterface") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInterface)) :*: (S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSource])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfigResponse)) :*: S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation))) :*: (S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: (S1 ('MetaSel ('Just "simulationTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastStartedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: 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:

$sel:failureReason:DescribeSimulationJobResponse', describeSimulationJobResponse_failureReason - Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.

$sel:failureBehavior:DescribeSimulationJobResponse', describeSimulationJobResponse_failureBehavior - The failure behavior for the simulation job.

$sel:status:DescribeSimulationJobResponse', describeSimulationJobResponse_status - The status of the simulation job.

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

$sel:arn:DescribeSimulationJobResponse', describeSimulationJobResponse_arn - The Amazon Resource Name (ARN) of the simulation job.

$sel:robotApplications:DescribeSimulationJobResponse', describeSimulationJobResponse_robotApplications - A list of robot applications.

$sel:failureCode: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.

$sel:compute:DescribeSimulationJobResponse', describeSimulationJobResponse_compute - Compute information for the simulation job.

$sel:networkInterface:DescribeSimulationJobResponse', describeSimulationJobResponse_networkInterface - The network interface information for the simulation job.

$sel:dataSources:DescribeSimulationJobResponse', describeSimulationJobResponse_dataSources - The data sources for the simulation job.

$sel:name:DescribeSimulationJobResponse', describeSimulationJobResponse_name - The name of the simulation job.

$sel:vpcConfig:DescribeSimulationJobResponse', describeSimulationJobResponse_vpcConfig - The VPC configuration.

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

$sel:simulationApplications:DescribeSimulationJobResponse', describeSimulationJobResponse_simulationApplications - A list of simulation applications.

$sel:simulationTimeMillis:DescribeSimulationJobResponse', describeSimulationJobResponse_simulationTimeMillis - The simulation job execution duration in milliseconds.

$sel:clientRequestToken:DescribeSimulationJobResponse', describeSimulationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

$sel:loggingConfig:DescribeSimulationJobResponse', describeSimulationJobResponse_loggingConfig - The logging configuration.

$sel:iamRole: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.

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

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

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

DeregisterRobot

data DeregisterRobot Source #

See: newDeregisterRobot smart constructor.

Constructors

DeregisterRobot' Text Text 

Instances

Instances details
Eq DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Read DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Show DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Generic DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Associated Types

type Rep DeregisterRobot :: Type -> Type #

NFData DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Methods

rnf :: DeregisterRobot -> () #

Hashable DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

ToJSON DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

AWSRequest DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Associated Types

type AWSResponse DeregisterRobot #

ToHeaders DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

ToPath DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

ToQuery DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

type Rep DeregisterRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

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

Defined in Amazonka.RobOMaker.DeregisterRobot

newDeregisterRobot Source #

Create a value of DeregisterRobot 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:fleet:DeregisterRobot', deregisterRobot_fleet - The Amazon Resource Name (ARN) of the fleet.

$sel:robot:DeregisterRobot', deregisterRobot_robot - The Amazon Resource Name (ARN) of the robot.

data DeregisterRobotResponse Source #

See: newDeregisterRobotResponse smart constructor.

Instances

Instances details
Eq DeregisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Read DeregisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Show DeregisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Generic DeregisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Associated Types

type Rep DeregisterRobotResponse :: Type -> Type #

NFData DeregisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

Methods

rnf :: DeregisterRobotResponse -> () #

type Rep DeregisterRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeregisterRobot

type Rep DeregisterRobotResponse = D1 ('MetaData "DeregisterRobotResponse" "Amazonka.RobOMaker.DeregisterRobot" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeregisterRobotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "robot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeregisterRobotResponse Source #

Create a value of DeregisterRobotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:robot:DeregisterRobot', deregisterRobotResponse_robot - The Amazon Resource Name (ARN) of the robot.

$sel:fleet:DeregisterRobot', deregisterRobotResponse_fleet - The Amazon Resource Name (ARN) of the fleet.

$sel:httpStatus:DeregisterRobotResponse', deregisterRobotResponse_httpStatus - The response's http status code.

DescribeSimulationApplication

data DescribeSimulationApplication Source #

See: newDescribeSimulationApplication smart constructor.

Instances

Instances details
Eq DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Read DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Show 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 #

NFData DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

Hashable DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

ToJSON DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

AWSRequest 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

type Rep DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

type Rep DescribeSimulationApplication = D1 ('MetaData "DescribeSimulationApplication" "Amazonka.RobOMaker.DescribeSimulationApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))
type AWSResponse DescribeSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

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:

$sel:applicationVersion:DescribeSimulationApplication', describeSimulationApplication_applicationVersion - The version of the simulation application to describe.

$sel:application:DescribeSimulationApplication', describeSimulationApplication_application - The application information for the simulation application.

data DescribeSimulationApplicationResponse Source #

Instances

Instances details
Eq 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

Generic DescribeSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationApplication

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 [Source])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: ((S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: S1 ('MetaSel ('Just "revisionId") '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))))))

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:

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

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

$sel:arn: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:sources:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_sources - The sources of the simulation application.

$sel:name:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_name - The name of the simulation application.

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

$sel:version:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_version - The version of the simulation application.

$sel:simulationSoftwareSuite:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:DescribeSimulationApplicationResponse', describeSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

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

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

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

ListSimulationJobBatches (Paginated)

data ListSimulationJobBatches Source #

See: newListSimulationJobBatches smart constructor.

Instances

Instances details
Eq ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Read ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Show 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 #

NFData ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Hashable ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

ToJSON 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

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

type Rep ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

type Rep ListSimulationJobBatches = D1 ('MetaData "ListSimulationJobBatches" "Amazonka.RobOMaker.ListSimulationJobBatches" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListSimulationJobBatches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListSimulationJobBatches Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

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:nextToken: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.

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

data ListSimulationJobBatchesResponse Source #

See: newListSimulationJobBatchesResponse smart constructor.

Instances

Instances details
Eq ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Read ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Show ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Generic ListSimulationJobBatchesResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobBatches

Associated Types

type Rep ListSimulationJobBatchesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:nextToken: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.

ListFleets (Paginated)

data ListFleets Source #

See: newListFleets smart constructor.

Instances

Instances details
Eq ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Read ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Show ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Generic ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Associated Types

type Rep ListFleets :: Type -> Type #

NFData ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Methods

rnf :: ListFleets -> () #

Hashable ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

ToJSON ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

AWSPager ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

AWSRequest ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Associated Types

type AWSResponse ListFleets #

ToHeaders ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Methods

toHeaders :: ListFleets -> [Header] #

ToPath ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

ToQuery ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

type Rep ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

type Rep ListFleets = D1 ('MetaData "ListFleets" "Amazonka.RobOMaker.ListFleets" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListFleets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListFleets Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

newListFleets :: ListFleets Source #

Create a value of ListFleets 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:ListFleets', listFleets_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:nextToken:ListFleets', listFleets_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 ListFleets 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.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

$sel:maxResults:ListFleets', listFleets_maxResults - When this parameter is used, ListFleets 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 ListFleets request with the returned nextToken value. This value can be between 1 and 200. If this parameter is not used, then ListFleets returns up to 200 results and a nextToken value if applicable.

data ListFleetsResponse Source #

See: newListFleetsResponse smart constructor.

Instances

Instances details
Eq ListFleetsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Read ListFleetsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Show ListFleetsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Generic ListFleetsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Associated Types

type Rep ListFleetsResponse :: Type -> Type #

NFData ListFleetsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

Methods

rnf :: ListFleetsResponse -> () #

type Rep ListFleetsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListFleets

type Rep ListFleetsResponse = D1 ('MetaData "ListFleetsResponse" "Amazonka.RobOMaker.ListFleets" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListFleetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Fleet])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFleetsResponse Source #

Create a value of ListFleetsResponse 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:fleetDetails:ListFleetsResponse', listFleetsResponse_fleetDetails - A list of fleet details meeting the request criteria.

$sel:nextToken:ListFleets', listFleetsResponse_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 ListFleets 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:ListFleetsResponse', listFleetsResponse_httpStatus - The response's http status code.

DescribeWorldTemplate

data DescribeWorldTemplate Source #

See: newDescribeWorldTemplate smart constructor.

Instances

Instances details
Eq DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Read DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Show DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Generic DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Associated Types

type Rep DescribeWorldTemplate :: Type -> Type #

NFData DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Methods

rnf :: DescribeWorldTemplate -> () #

Hashable DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

ToJSON DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

AWSRequest DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Associated Types

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

type Rep DescribeWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

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

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

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:

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

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Read DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Show DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Generic DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

Associated Types

type Rep DescribeWorldTemplateResponse :: Type -> Type #

NFData DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

type Rep DescribeWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldTemplate

type Rep DescribeWorldTemplateResponse = D1 ('MetaData "DescribeWorldTemplateResponse" "Amazonka.RobOMaker.DescribeWorldTemplate" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeWorldTemplateResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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 "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

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

$sel:arn:DescribeWorldTemplateResponse', describeWorldTemplateResponse_arn - The Amazon Resource Name (ARN) of the world template.

$sel:createdAt:DescribeWorldTemplateResponse', describeWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was created.

$sel:name:DescribeWorldTemplateResponse', describeWorldTemplateResponse_name - The name of the world template.

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

$sel:clientRequestToken:DescribeWorldTemplateResponse', describeWorldTemplateResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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

CancelWorldExportJob

data CancelWorldExportJob Source #

See: newCancelWorldExportJob smart constructor.

Instances

Instances details
Eq CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Read CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Generic CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJob :: Type -> Type #

NFData CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Methods

rnf :: CancelWorldExportJob -> () #

Hashable CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

ToJSON CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

AWSRequest CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

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

type Rep CancelWorldExportJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

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

Defined in Amazonka.RobOMaker.CancelWorldExportJob

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

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Read CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Show CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Generic CancelWorldExportJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldExportJob

Associated Types

type Rep CancelWorldExportJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

ListWorldGenerationJobs (Paginated)

data ListWorldGenerationJobs Source #

See: newListWorldGenerationJobs smart constructor.

Instances

Instances details
Eq ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Read ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Show 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 #

NFData ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Methods

rnf :: ListWorldGenerationJobs -> () #

Hashable ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

ToJSON 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

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

type Rep ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

type Rep ListWorldGenerationJobs = D1 ('MetaData "ListWorldGenerationJobs" "Amazonka.RobOMaker.ListWorldGenerationJobs" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListWorldGenerationJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListWorldGenerationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

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:nextToken: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.

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

data ListWorldGenerationJobsResponse Source #

See: newListWorldGenerationJobsResponse smart constructor.

Instances

Instances details
Eq ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Read ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Show ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Generic ListWorldGenerationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldGenerationJobs

Associated Types

type Rep ListWorldGenerationJobsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:nextToken: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.

CreateFleet

data CreateFleet Source #

See: newCreateFleet smart constructor.

Instances

Instances details
Eq CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Read CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Show CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Generic CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Associated Types

type Rep CreateFleet :: Type -> Type #

NFData CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Methods

rnf :: CreateFleet -> () #

Hashable CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

ToJSON CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

AWSRequest CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Associated Types

type AWSResponse CreateFleet #

ToHeaders CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Methods

toHeaders :: CreateFleet -> [Header] #

ToPath CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

ToQuery CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

type Rep CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

type Rep CreateFleet = D1 ('MetaData "CreateFleet" "Amazonka.RobOMaker.CreateFleet" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateFleet Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

newCreateFleet Source #

Create a value of CreateFleet 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:tags:CreateFleet', createFleet_tags - A map that contains tag keys and tag values that are attached to the fleet.

$sel:name:CreateFleet', createFleet_name - The name of the fleet.

data CreateFleetResponse Source #

See: newCreateFleetResponse smart constructor.

Instances

Instances details
Eq CreateFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Read CreateFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Show CreateFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Generic CreateFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Associated Types

type Rep CreateFleetResponse :: Type -> Type #

NFData CreateFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

Methods

rnf :: CreateFleetResponse -> () #

type Rep CreateFleetResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateFleet

type Rep CreateFleetResponse = D1 ('MetaData "CreateFleetResponse" "Amazonka.RobOMaker.CreateFleet" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateFleetResponse'" '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 "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)))))

newCreateFleetResponse Source #

Create a value of CreateFleetResponse 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:CreateFleetResponse', createFleetResponse_arn - The Amazon Resource Name (ARN) of the fleet.

$sel:createdAt:CreateFleetResponse', createFleetResponse_createdAt - The time, in milliseconds since the epoch, when the fleet was created.

$sel:name:CreateFleet', createFleetResponse_name - The name of the fleet.

$sel:tags:CreateFleet', createFleetResponse_tags - The list of all tags added to the fleet.

$sel:httpStatus:CreateFleetResponse', createFleetResponse_httpStatus - The response's http status code.

CancelWorldGenerationJob

data CancelWorldGenerationJob Source #

See: newCancelWorldGenerationJob smart constructor.

Instances

Instances details
Eq CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Read CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Show 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 #

NFData CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Hashable CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

ToJSON CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

AWSRequest 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

type Rep CancelWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

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

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

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

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Read CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Show CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Generic CancelWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelWorldGenerationJob

Associated Types

type Rep CancelWorldGenerationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

DescribeSimulationJobBatch

data DescribeSimulationJobBatch Source #

See: newDescribeSimulationJobBatch smart constructor.

Instances

Instances details
Eq DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Read DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Show 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 #

NFData DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Hashable DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

ToJSON DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

AWSRequest 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

type Rep DescribeSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

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

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

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

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Read DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Show DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Generic DescribeSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeSimulationJobBatch

Associated Types

type Rep DescribeSimulationJobBatchResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeSimulationJobBatchResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchStatus)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "arn") '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 SimulationJobBatchErrorCode))))) :*: ((S1 ('MetaSel ('Just "failedRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCreateSimulationJobRequest])) :*: (S1 ('MetaSel ('Just "batchPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchPolicy)) :*: S1 ('MetaSel ('Just "createdRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SimulationJobSummary])))) :*: ((S1 ('MetaSel ('Just "pendingRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationJobRequest))) :*: 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 "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:

$sel:failureReason:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_failureReason - The reason the simulation job batch failed.

$sel:status: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.

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

$sel:arn:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_arn - The Amazon Resource Name (ARN) of the batch.

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

$sel:failureCode:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_failureCode - The failure code of the simulation job batch.

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

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

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

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

$sel:clientRequestToken:DescribeSimulationJobBatchResponse', describeSimulationJobBatchResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:tags: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.

ListSimulationJobs (Paginated)

data ListSimulationJobs Source #

See: newListSimulationJobs smart constructor.

Instances

Instances details
Eq ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Read ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Show ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Generic ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Associated Types

type Rep ListSimulationJobs :: Type -> Type #

NFData ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Methods

rnf :: ListSimulationJobs -> () #

Hashable ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

ToJSON 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 #

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

type Rep ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

type Rep ListSimulationJobs = D1 ('MetaData "ListSimulationJobs" "Amazonka.RobOMaker.ListSimulationJobs" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListSimulationJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListSimulationJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

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:nextToken: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.

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

data ListSimulationJobsResponse Source #

See: newListSimulationJobsResponse smart constructor.

Instances

Instances details
Eq ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Read ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Show ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Generic ListSimulationJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationJobs

Associated Types

type Rep ListSimulationJobsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:nextToken: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.

DeleteRobot

data DeleteRobot Source #

See: newDeleteRobot smart constructor.

Constructors

DeleteRobot' Text 

Instances

Instances details
Eq DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Read DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Show DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Generic DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Associated Types

type Rep DeleteRobot :: Type -> Type #

NFData DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Methods

rnf :: DeleteRobot -> () #

Hashable DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

ToJSON DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

AWSRequest DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Associated Types

type AWSResponse DeleteRobot #

ToHeaders DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Methods

toHeaders :: DeleteRobot -> [Header] #

ToPath DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

ToQuery DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

type Rep DeleteRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

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

Defined in Amazonka.RobOMaker.DeleteRobot

newDeleteRobot Source #

Create a value of DeleteRobot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:robot:DeleteRobot', deleteRobot_robot - The Amazon Resource Name (ARN) of the robot.

data DeleteRobotResponse Source #

See: newDeleteRobotResponse smart constructor.

Instances

Instances details
Eq DeleteRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Read DeleteRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Show DeleteRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Generic DeleteRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Associated Types

type Rep DeleteRobotResponse :: Type -> Type #

NFData DeleteRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

Methods

rnf :: DeleteRobotResponse -> () #

type Rep DeleteRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteRobot

type Rep DeleteRobotResponse = D1 ('MetaData "DeleteRobotResponse" "Amazonka.RobOMaker.DeleteRobot" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeleteRobotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRobotResponse Source #

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

DeleteSimulationApplication

data DeleteSimulationApplication Source #

See: newDeleteSimulationApplication smart constructor.

Instances

Instances details
Eq DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Read DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Show 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 #

NFData DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

Hashable DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

ToJSON DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

AWSRequest 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

type Rep DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

type Rep DeleteSimulationApplication = D1 ('MetaData "DeleteSimulationApplication" "Amazonka.RobOMaker.DeleteSimulationApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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)))
type AWSResponse DeleteSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

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:

$sel:applicationVersion:DeleteSimulationApplication', deleteSimulationApplication_applicationVersion - The version of the simulation application to delete.

$sel:application:DeleteSimulationApplication', deleteSimulationApplication_application - The application information for the simulation application to delete.

data DeleteSimulationApplicationResponse Source #

Instances

Instances details
Eq 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

Generic DeleteSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteSimulationApplication

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

UpdateSimulationApplication

data UpdateSimulationApplication Source #

See: newUpdateSimulationApplication smart constructor.

Instances

Instances details
Eq UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Read UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Show 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 #

NFData UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

Hashable UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

ToJSON UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

AWSRequest 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

type Rep UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

type Rep UpdateSimulationApplication = D1 ('MetaData "UpdateSimulationApplication" "Amazonka.RobOMaker.UpdateSimulationApplication" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UpdateSimulationApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: (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 "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimulationSoftwareSuite) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RobotSoftwareSuite)))))
type AWSResponse UpdateSimulationApplication Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

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:renderingEngine:UpdateSimulationApplication', updateSimulationApplication_renderingEngine - The rendering engine for the simulation application.

$sel:currentRevisionId:UpdateSimulationApplication', updateSimulationApplication_currentRevisionId - The revision id for the robot application.

$sel:environment:UpdateSimulationApplication', updateSimulationApplication_environment - The object that contains the Docker image URI for your simulation application.

$sel:sources:UpdateSimulationApplication', updateSimulationApplication_sources - The sources of the simulation application.

$sel:application:UpdateSimulationApplication', updateSimulationApplication_application - The application information for the simulation application.

$sel:simulationSoftwareSuite:UpdateSimulationApplication', updateSimulationApplication_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:UpdateSimulationApplication', updateSimulationApplication_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

data UpdateSimulationApplicationResponse Source #

Instances

Instances details
Eq 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

Generic UpdateSimulationApplicationResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateSimulationApplication

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UpdateSimulationApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "renderingEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenderingEngine)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "arn") '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 [Source]))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)))) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: (S1 ('MetaSel ('Just "revisionId") '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:

$sel:renderingEngine:UpdateSimulationApplication', updateSimulationApplicationResponse_renderingEngine - The rendering engine for the simulation application.

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

$sel:arn:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_arn - The Amazon Resource Name (ARN) of the updated simulation application.

$sel:environment:UpdateSimulationApplication', updateSimulationApplicationResponse_environment - The object that contains the Docker image URI used for your simulation application.

$sel:sources:UpdateSimulationApplication', updateSimulationApplicationResponse_sources - The sources of the simulation application.

$sel:name:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_name - The name of the simulation application.

$sel:version:UpdateSimulationApplicationResponse', updateSimulationApplicationResponse_version - The version of the robot application.

$sel:simulationSoftwareSuite:UpdateSimulationApplication', updateSimulationApplicationResponse_simulationSoftwareSuite - The simulation software suite used by the simulation application.

$sel:robotSoftwareSuite:UpdateSimulationApplication', updateSimulationApplicationResponse_robotSoftwareSuite - Information about the robot software suite (ROS distribution).

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

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

CreateSimulationJob

data CreateSimulationJob Source #

See: newCreateSimulationJob smart constructor.

Instances

Instances details
Eq CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Read CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Show CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Generic CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Associated Types

type Rep CreateSimulationJob :: Type -> Type #

NFData CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Methods

rnf :: CreateSimulationJob -> () #

Hashable CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

ToJSON CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

AWSRequest CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Associated Types

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

type Rep CreateSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

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

Defined in Amazonka.RobOMaker.CreateSimulationJob

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:

$sel:failureBehavior: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.

$sel:robotApplications:CreateSimulationJob', createSimulationJob_robotApplications - The robot application to use in the simulation job.

$sel:compute:CreateSimulationJob', createSimulationJob_compute - Compute information for the simulation job.

$sel:dataSources: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.

$sel:vpcConfig: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.

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

$sel:simulationApplications:CreateSimulationJob', createSimulationJob_simulationApplications - The simulation application to use in the simulation job.

$sel:clientRequestToken:CreateSimulationJob', createSimulationJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:loggingConfig:CreateSimulationJob', createSimulationJob_loggingConfig - The logging configuration.

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

$sel:maxJobDurationInSeconds: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.

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

Defined in Amazonka.RobOMaker.CreateSimulationJob

Read CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Show CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Generic CreateSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateSimulationJob

Associated Types

type Rep CreateSimulationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateSimulationJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode))) :*: (S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResponse)) :*: (S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSource])) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfigResponse)))))) :*: (((S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig)))) :*: (S1 ('MetaSel ('Just "simulationTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStartedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: 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:

$sel:failureBehavior:CreateSimulationJob', createSimulationJobResponse_failureBehavior - the failure behavior for the simulation job.

$sel:status:CreateSimulationJobResponse', createSimulationJobResponse_status - The status of the simulation job.

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

$sel:arn:CreateSimulationJobResponse', createSimulationJobResponse_arn - The Amazon Resource Name (ARN) of the simulation job.

$sel:robotApplications:CreateSimulationJob', createSimulationJobResponse_robotApplications - The robot application used by the simulation job.

$sel:failureCode: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.

$sel:compute:CreateSimulationJob', createSimulationJobResponse_compute - Compute information for the simulation job.

$sel:dataSources:CreateSimulationJob', createSimulationJobResponse_dataSources - The data sources for the simulation job.

$sel:vpcConfig:CreateSimulationJob', createSimulationJobResponse_vpcConfig - Information about the vpc configuration.

$sel:outputLocation:CreateSimulationJob', createSimulationJobResponse_outputLocation - Simulation job output files location.

$sel:simulationApplications:CreateSimulationJob', createSimulationJobResponse_simulationApplications - The simulation application used by the simulation job.

$sel:simulationTimeMillis:CreateSimulationJobResponse', createSimulationJobResponse_simulationTimeMillis - The simulation job execution duration in milliseconds.

$sel:clientRequestToken:CreateSimulationJob', createSimulationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

$sel:loggingConfig:CreateSimulationJob', createSimulationJobResponse_loggingConfig - The logging configuration.

$sel:iamRole: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.

$sel:maxJobDurationInSeconds:CreateSimulationJob', createSimulationJobResponse_maxJobDurationInSeconds - The maximum simulation job duration in seconds.

$sel:tags:CreateSimulationJob', createSimulationJobResponse_tags - The list of all tags added to the simulation job.

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

ListWorldExportJobs (Paginated)

data ListWorldExportJobs Source #

See: newListWorldExportJobs smart constructor.

Instances

Instances details
Eq ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Read ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Show ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Generic ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Associated Types

type Rep ListWorldExportJobs :: Type -> Type #

NFData ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Methods

rnf :: ListWorldExportJobs -> () #

Hashable ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

ToJSON 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 #

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

type Rep ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

type Rep ListWorldExportJobs = D1 ('MetaData "ListWorldExportJobs" "Amazonka.RobOMaker.ListWorldExportJobs" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListWorldExportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListWorldExportJobs Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

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:nextToken: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.

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

data ListWorldExportJobsResponse Source #

See: newListWorldExportJobsResponse smart constructor.

Instances

Instances details
Eq ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Read ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Show ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Generic ListWorldExportJobsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorldExportJobs

Associated Types

type Rep ListWorldExportJobsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:nextToken: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.

ListSimulationApplications (Paginated)

data ListSimulationApplications Source #

See: newListSimulationApplications smart constructor.

Instances

Instances details
Eq ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Read ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Show 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 #

NFData ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Hashable ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

ToJSON 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

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

type Rep ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

type Rep ListSimulationApplications = D1 ('MetaData "ListSimulationApplications" "Amazonka.RobOMaker.ListSimulationApplications" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListSimulationApplications'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListSimulationApplications Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

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:versionQualifier:ListSimulationApplications', listSimulationApplications_versionQualifier - The version qualifier of the simulation application.

$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:nextToken: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: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.

data ListSimulationApplicationsResponse Source #

Instances

Instances details
Eq ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Read ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Show ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Generic ListSimulationApplicationsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListSimulationApplications

Associated Types

type Rep ListSimulationApplicationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:nextToken: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.

CreateRobotApplicationVersion

data CreateRobotApplicationVersion Source #

See: newCreateRobotApplicationVersion smart constructor.

Instances

Instances details
Eq CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Read CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Show 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 #

NFData CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

Hashable CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

ToJSON CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

AWSRequest 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

type Rep CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type Rep CreateRobotApplicationVersion = D1 ('MetaData "CreateRobotApplicationVersion" "Amazonka.RobOMaker.CreateRobotApplicationVersion" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateRobotApplicationVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRevisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Etags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateRobotApplicationVersion Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

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:s3Etags:CreateRobotApplicationVersion', createRobotApplicationVersion_s3Etags - The Amazon S3 identifier for the zip file bundle that you use for your robot application.

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

$sel:application:CreateRobotApplicationVersion', createRobotApplicationVersion_application - The application information for the robot application.

data CreateRobotApplicationVersionResponse Source #

Instances

Instances details
Eq 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

Generic CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

NFData CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type Rep CreateRobotApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateRobotApplicationVersion

type Rep CreateRobotApplicationVersionResponse = D1 ('MetaData "CreateRobotApplicationVersionResponse" "Amazonka.RobOMaker.CreateRobotApplicationVersion" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateRobotApplicationVersionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 [Source])))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite)) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

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

$sel:arn: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.

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

$sel:name:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_name - The name of the robot application.

$sel:version:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_version - The version of the robot application.

$sel:robotSoftwareSuite:CreateRobotApplicationVersionResponse', createRobotApplicationVersionResponse_robotSoftwareSuite - The robot software suite (ROS distribution) used by the robot application.

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

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

CancelDeploymentJob

data CancelDeploymentJob Source #

See: newCancelDeploymentJob smart constructor.

Instances

Instances details
Eq CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Read CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Show CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Generic CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Associated Types

type Rep CancelDeploymentJob :: Type -> Type #

NFData CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Methods

rnf :: CancelDeploymentJob -> () #

Hashable CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

ToJSON CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

AWSRequest CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Associated Types

type AWSResponse CancelDeploymentJob #

ToHeaders CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

ToPath CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

ToQuery CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

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

Defined in Amazonka.RobOMaker.CancelDeploymentJob

newCancelDeploymentJob Source #

Create a value of CancelDeploymentJob 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:CancelDeploymentJob', cancelDeploymentJob_job - The deployment job ARN to cancel.

data CancelDeploymentJobResponse Source #

See: newCancelDeploymentJobResponse smart constructor.

Instances

Instances details
Eq CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Read CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Show CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Generic CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

Associated Types

type Rep CancelDeploymentJobResponse :: Type -> Type #

NFData CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelDeploymentJob

type Rep CancelDeploymentJobResponse = D1 ('MetaData "CancelDeploymentJobResponse" "Amazonka.RobOMaker.CancelDeploymentJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CancelDeploymentJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelDeploymentJobResponse Source #

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.RobOMaker.TagResource" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

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.

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

Defined in Amazonka.RobOMaker.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.RobOMaker.TagResource" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

ListWorlds (Paginated)

data ListWorlds Source #

See: newListWorlds smart constructor.

Instances

Instances details
Eq ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Read ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Show ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Generic ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Associated Types

type Rep ListWorlds :: Type -> Type #

NFData ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Methods

rnf :: ListWorlds -> () #

Hashable ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

ToJSON 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 #

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

type Rep ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type Rep ListWorlds = D1 ('MetaData "ListWorlds" "Amazonka.RobOMaker.ListWorlds" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ListWorlds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListWorlds Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

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:nextToken: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.

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

data ListWorldsResponse Source #

See: newListWorldsResponse smart constructor.

Instances

Instances details
Eq ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Read ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Show ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Generic ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Associated Types

type Rep ListWorldsResponse :: Type -> Type #

NFData ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

Methods

rnf :: ListWorldsResponse -> () #

type Rep ListWorldsResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.ListWorlds

type Rep ListWorldsResponse = D1 ('MetaData "ListWorldsResponse" "Amazonka.RobOMaker.ListWorlds" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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:

$sel:nextToken: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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Associated Types

type AWSResponse UntagResource #

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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.RobOMaker.UntagResource" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

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

Defined in Amazonka.RobOMaker.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.RobOMaker.UntagResource" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

DescribeDeploymentJob

data DescribeDeploymentJob Source #

See: newDescribeDeploymentJob smart constructor.

Instances

Instances details
Eq DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Read DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Show DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Generic DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Associated Types

type Rep DescribeDeploymentJob :: Type -> Type #

NFData DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Methods

rnf :: DescribeDeploymentJob -> () #

Hashable DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

ToJSON DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

AWSRequest DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Associated Types

type AWSResponse DescribeDeploymentJob #

ToHeaders DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

ToPath DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

ToQuery DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

type Rep DescribeDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

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

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

newDescribeDeploymentJob Source #

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

data DescribeDeploymentJobResponse Source #

See: newDescribeDeploymentJobResponse smart constructor.

Instances

Instances details
Eq DescribeDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Read DescribeDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Show DescribeDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Generic DescribeDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

Associated Types

type Rep DescribeDeploymentJobResponse :: Type -> Type #

NFData DescribeDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

type Rep DescribeDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeDeploymentJob

type Rep DescribeDeploymentJobResponse = D1 ('MetaData "DescribeDeploymentJobResponse" "Amazonka.RobOMaker.DescribeDeploymentJob" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeDeploymentJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus))) :*: (S1 ('MetaSel ('Just "deploymentApplicationConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DeploymentApplicationConfig))) :*: (S1 ('MetaSel ('Just "arn") '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 DeploymentJobErrorCode)) :*: (S1 ('MetaSel ('Just "deploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentConfig)) :*: S1 ('MetaSel ('Just "fleet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "robotDeploymentSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RobotDeployment])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeDeploymentJobResponse Source #

Create a value of DescribeDeploymentJobResponse 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:failureReason:DescribeDeploymentJobResponse', describeDeploymentJobResponse_failureReason - A short description of the reason why the deployment job failed.

$sel:status:DescribeDeploymentJobResponse', describeDeploymentJobResponse_status - The status of the deployment job.

$sel:deploymentApplicationConfigs:DescribeDeploymentJobResponse', describeDeploymentJobResponse_deploymentApplicationConfigs - The deployment application configuration.

$sel:arn:DescribeDeploymentJobResponse', describeDeploymentJobResponse_arn - The Amazon Resource Name (ARN) of the deployment job.

$sel:createdAt:DescribeDeploymentJobResponse', describeDeploymentJobResponse_createdAt - The time, in milliseconds since the epoch, when the deployment job was created.

$sel:failureCode:DescribeDeploymentJobResponse', describeDeploymentJobResponse_failureCode - The deployment job failure code.

$sel:deploymentConfig:DescribeDeploymentJobResponse', describeDeploymentJobResponse_deploymentConfig - The deployment configuration.

$sel:fleet:DescribeDeploymentJobResponse', describeDeploymentJobResponse_fleet - The Amazon Resource Name (ARN) of the fleet.

$sel:robotDeploymentSummary:DescribeDeploymentJobResponse', describeDeploymentJobResponse_robotDeploymentSummary - A list of robot deployment summaries.

$sel:tags:DescribeDeploymentJobResponse', describeDeploymentJobResponse_tags - The list of all tags added to the specified deployment job.

$sel:httpStatus:DescribeDeploymentJobResponse', describeDeploymentJobResponse_httpStatus - The response's http status code.

DeleteWorldTemplate

data DeleteWorldTemplate Source #

See: newDeleteWorldTemplate smart constructor.

Instances

Instances details
Eq DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Read DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Show DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Generic DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Associated Types

type Rep DeleteWorldTemplate :: Type -> Type #

NFData DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Methods

rnf :: DeleteWorldTemplate -> () #

Hashable DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

ToJSON DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

AWSRequest DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Associated Types

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

type Rep DeleteWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

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

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

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:

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

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Read DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Show DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Generic DeleteWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DeleteWorldTemplate

Associated Types

type Rep DeleteWorldTemplateResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

UpdateWorldTemplate

data UpdateWorldTemplate Source #

See: newUpdateWorldTemplate smart constructor.

Instances

Instances details
Eq UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Read UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Show UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Generic UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Associated Types

type Rep UpdateWorldTemplate :: Type -> Type #

NFData UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Methods

rnf :: UpdateWorldTemplate -> () #

Hashable UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

ToJSON UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

AWSRequest UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Associated Types

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

type Rep UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

type Rep UpdateWorldTemplate = D1 ('MetaData "UpdateWorldTemplate" "Amazonka.RobOMaker.UpdateWorldTemplate" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UpdateWorldTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateLocation))) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

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:

$sel:name:UpdateWorldTemplate', updateWorldTemplate_name - The name of the template.

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

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

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

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Read UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Show UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Generic UpdateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.UpdateWorldTemplate

Associated Types

type Rep UpdateWorldTemplateResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "UpdateWorldTemplateResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 "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:

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

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

$sel:createdAt:UpdateWorldTemplateResponse', updateWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was created.

$sel:name:UpdateWorldTemplate', updateWorldTemplateResponse_name - The name of the world template.

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

DescribeWorldGenerationJob

data DescribeWorldGenerationJob Source #

See: newDescribeWorldGenerationJob smart constructor.

Instances

Instances details
Eq DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Read DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Show 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 #

NFData DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Hashable DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

ToJSON DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

AWSRequest 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

type Rep DescribeWorldGenerationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

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

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

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

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Read DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Show DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Generic DescribeWorldGenerationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeWorldGenerationJob

Associated Types

type Rep DescribeWorldGenerationJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DescribeWorldGenerationJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobStatus)) :*: S1 ('MetaSel ('Just "arn") '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 "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldCount))))) :*: ((S1 ('MetaSel ('Just "finishedWorldsSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FinishedWorldsSummary)) :*: (S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "worldTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (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 "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:

$sel:failureReason:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_failureReason - The reason why the world generation job failed.

$sel:status: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.

$sel:arn:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_arn - The Amazon Resource Name (ARN) of the world generation job.

$sel:createdAt:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_createdAt - The time, in milliseconds since the epoch, when the world generation job was created.

$sel:failureCode: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.

$sel:worldCount:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_worldCount - Information about the world count.

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

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

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

$sel:clientRequestToken:DescribeWorldGenerationJobResponse', describeWorldGenerationJobResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

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

CreateWorldTemplate

data CreateWorldTemplate Source #

See: newCreateWorldTemplate smart constructor.

Instances

Instances details
Eq CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Read CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Show CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Generic CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Associated Types

type Rep CreateWorldTemplate :: Type -> Type #

NFData CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Methods

rnf :: CreateWorldTemplate -> () #

Hashable CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

ToJSON CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

AWSRequest CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Associated Types

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

type Rep CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

type Rep CreateWorldTemplate = D1 ('MetaData "CreateWorldTemplate" "Amazonka.RobOMaker.CreateWorldTemplate" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateWorldTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateLocation))) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))
type AWSResponse CreateWorldTemplate Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

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:

$sel:name:CreateWorldTemplate', createWorldTemplate_name - The name of the world template.

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

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

$sel:clientRequestToken:CreateWorldTemplate', createWorldTemplate_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

data CreateWorldTemplateResponse Source #

See: newCreateWorldTemplateResponse smart constructor.

Instances

Instances details
Eq CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Read CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Show CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Generic CreateWorldTemplateResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CreateWorldTemplate

Associated Types

type Rep CreateWorldTemplateResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CreateWorldTemplateResponse'" '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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (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 "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:

$sel:arn:CreateWorldTemplateResponse', createWorldTemplateResponse_arn - The Amazon Resource Name (ARN) of the world template.

$sel:createdAt:CreateWorldTemplateResponse', createWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was created.

$sel:name:CreateWorldTemplate', createWorldTemplateResponse_name - The name of the world template.

$sel:clientRequestToken:CreateWorldTemplate', createWorldTemplateResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:tags: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.

CancelSimulationJobBatch

data CancelSimulationJobBatch Source #

See: newCancelSimulationJobBatch smart constructor.

Instances

Instances details
Eq CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Read CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show 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 #

NFData CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Hashable CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToJSON CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

AWSRequest 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

type Rep CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

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

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

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

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Read CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Generic CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Associated Types

type Rep CancelSimulationJobBatchResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

DescribeRobot

data DescribeRobot Source #

See: newDescribeRobot smart constructor.

Constructors

DescribeRobot' Text 

Instances

Instances details
Eq DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Read DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Show DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Generic DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Associated Types

type Rep DescribeRobot :: Type -> Type #

NFData DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Methods

rnf :: DescribeRobot -> () #

Hashable DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

ToJSON DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

AWSRequest DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Associated Types

type AWSResponse DescribeRobot #

ToHeaders DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

ToPath DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

ToQuery DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

type Rep DescribeRobot Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

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

Defined in Amazonka.RobOMaker.DescribeRobot

newDescribeRobot Source #

Create a value of DescribeRobot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:robot:DescribeRobot', describeRobot_robot - The Amazon Resource Name (ARN) of the robot to be described.

data DescribeRobotResponse Source #

See: newDescribeRobotResponse smart constructor.

Instances

Instances details
Eq DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Read DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Show DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Generic DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Associated Types

type Rep DescribeRobotResponse :: Type -> Type #

NFData DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

Methods

rnf :: DescribeRobotResponse -> () #

type Rep DescribeRobotResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.DescribeRobot

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

newDescribeRobotResponse Source #

Create a value of DescribeRobotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastDeploymentJob:DescribeRobotResponse', describeRobotResponse_lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.

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

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

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

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

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

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

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

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

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

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

SyncDeploymentJob

data SyncDeploymentJob Source #

See: newSyncDeploymentJob smart constructor.

Instances

Instances details
Eq SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Read SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Show SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Generic SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Associated Types

type Rep SyncDeploymentJob :: Type -> Type #

NFData SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Methods

rnf :: SyncDeploymentJob -> () #

Hashable SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

ToJSON SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

AWSRequest SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Associated Types

type AWSResponse SyncDeploymentJob #

ToHeaders SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

ToPath SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

ToQuery SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

type Rep SyncDeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

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

Defined in Amazonka.RobOMaker.SyncDeploymentJob

newSyncDeploymentJob Source #

Create a value of SyncDeploymentJob 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:clientRequestToken:SyncDeploymentJob', syncDeploymentJob_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:fleet:SyncDeploymentJob', syncDeploymentJob_fleet - The target fleet for the synchronization.

data SyncDeploymentJobResponse Source #

See: newSyncDeploymentJobResponse smart constructor.

Instances

Instances details
Eq SyncDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Read SyncDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Show SyncDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Generic SyncDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

Associated Types

type Rep SyncDeploymentJobResponse :: Type -> Type #

NFData SyncDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

type Rep SyncDeploymentJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.SyncDeploymentJob

newSyncDeploymentJobResponse Source #

Create a value of SyncDeploymentJobResponse 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:failureReason:SyncDeploymentJobResponse', syncDeploymentJobResponse_failureReason - The failure reason if the job fails.

$sel:status:SyncDeploymentJobResponse', syncDeploymentJobResponse_status - The status of the synchronization job.

$sel:deploymentApplicationConfigs:SyncDeploymentJobResponse', syncDeploymentJobResponse_deploymentApplicationConfigs - Information about the deployment application configurations.

$sel:arn:SyncDeploymentJobResponse', syncDeploymentJobResponse_arn - The Amazon Resource Name (ARN) of the synchronization request.

$sel:createdAt:SyncDeploymentJobResponse', syncDeploymentJobResponse_createdAt - The time, in milliseconds since the epoch, when the fleet was created.

$sel:failureCode:SyncDeploymentJobResponse', syncDeploymentJobResponse_failureCode - The failure code if the job fails:

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.

$sel:deploymentConfig:SyncDeploymentJobResponse', syncDeploymentJobResponse_deploymentConfig - Information about the deployment configuration.

$sel:fleet:SyncDeploymentJob', syncDeploymentJobResponse_fleet - The Amazon Resource Name (ARN) of the fleet.

$sel:httpStatus:SyncDeploymentJobResponse', syncDeploymentJobResponse_httpStatus - The response's http status code.

Types

Architecture

newtype Architecture Source #

Constructors

Architecture' 

Instances

Instances details
Eq Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Ord Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Read Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Show Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Generic Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Associated Types

type Rep Architecture :: Type -> Type #

NFData Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

Methods

rnf :: Architecture -> () #

Hashable 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

FromJSON Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

FromJSONKey Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToLog Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToHeader Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

ToQuery Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

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 #

ToByteString 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 #

type Rep Architecture Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Architecture

type Rep Architecture = D1 ('MetaData "Architecture" "Amazonka.RobOMaker.Types.Architecture" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Read ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Generic ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

NFData ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Hashable 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

FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

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 #

ToByteString 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 #

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeType

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

DataSourceType

newtype DataSourceType Source #

Constructors

DataSourceType' 

Instances

Instances details
Eq DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Ord DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Read DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Show DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Generic DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Associated Types

type Rep DataSourceType :: Type -> Type #

NFData DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

Methods

rnf :: DataSourceType -> () #

Hashable 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

FromJSON DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

FromJSONKey DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToLog DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToHeader DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

ToQuery 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 #

ToByteString 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

type Rep DataSourceType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceType

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

DeploymentJobErrorCode

newtype DeploymentJobErrorCode Source #

Bundled Patterns

pattern DeploymentJobErrorCode_BadLambdaAssociated :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_BadPermissionError :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_DeploymentFleetDoesNotExist :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_DownloadConditionFailed :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_EnvironmentSetupError :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_EtagMismatch :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_ExtractingBundleFailure :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_FailureThresholdBreached :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_FleetDeploymentTimeout :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_GreengrassDeploymentFailed :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_GreengrassGroupVersionDoesNotExist :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_InternalServerError :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_InvalidGreengrassGroup :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_LambdaDeleted :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_MissingRobotApplicationArchitecture :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_MissingRobotArchitecture :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_MissingRobotDeploymentResource :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_PostLaunchFileFailure :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_PreLaunchFileFailure :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_ResourceNotFound :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_RobotAgentConnectionTimeout :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_RobotApplicationDoesNotExist :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_RobotDeploymentAborted :: DeploymentJobErrorCode 
pattern DeploymentJobErrorCode_RobotDeploymentNoResponse :: DeploymentJobErrorCode 

Instances

Instances details
Eq DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

Ord DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

Read DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

Show DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

Generic DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

Associated Types

type Rep DeploymentJobErrorCode :: Type -> Type #

NFData DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

Methods

rnf :: DeploymentJobErrorCode -> () #

Hashable DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToJSON DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToJSONKey DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

FromJSON DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

FromJSONKey DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToLog DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToHeader DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToQuery DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

FromXML DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToXML DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToByteString DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

FromText DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

ToText DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

type Rep DeploymentJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJobErrorCode

type Rep DeploymentJobErrorCode = D1 ('MetaData "DeploymentJobErrorCode" "Amazonka.RobOMaker.Types.DeploymentJobErrorCode" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'True) (C1 ('MetaCons "DeploymentJobErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentJobErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
Eq DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

Read DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

Show DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

Generic DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

Associated Types

type Rep DeploymentStatus :: Type -> Type #

NFData DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Hashable DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

FromJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToQuery DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

FromXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToByteString DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

FromText DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

ToText DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

type Rep DeploymentStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentStatus

type Rep DeploymentStatus = D1 ('MetaData "DeploymentStatus" "Amazonka.RobOMaker.Types.DeploymentStatus" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'True) (C1 ('MetaCons "DeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExitBehavior

newtype ExitBehavior Source #

Constructors

ExitBehavior' 

Bundled Patterns

pattern ExitBehavior_FAIL :: ExitBehavior 
pattern ExitBehavior_RESTART :: ExitBehavior 

Instances

Instances details
Eq ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Ord ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Read ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Show ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Generic ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Associated Types

type Rep ExitBehavior :: Type -> Type #

NFData ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

Methods

rnf :: ExitBehavior -> () #

Hashable 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

FromJSON ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

FromJSONKey ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToLog ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToHeader ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

ToQuery ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

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 #

ToByteString 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 #

type Rep ExitBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ExitBehavior

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

FailureBehavior

newtype FailureBehavior Source #

Constructors

FailureBehavior' 

Instances

Instances details
Eq FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Ord FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Read FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Show FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Generic FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Associated Types

type Rep FailureBehavior :: Type -> Type #

NFData FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

Methods

rnf :: FailureBehavior -> () #

Hashable 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

FromJSON FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

FromJSONKey FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToLog FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToHeader FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

ToQuery 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 #

ToByteString 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

type Rep FailureBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureBehavior

type Rep FailureBehavior = D1 ('MetaData "FailureBehavior" "Amazonka.RobOMaker.Types.FailureBehavior" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Ord RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Read RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Show 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 #

NFData RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

Methods

rnf :: RenderingEngineType -> () #

Hashable 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

FromJSON RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

FromJSONKey RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToLog RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToHeader RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

ToQuery 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

ToByteString 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

type Rep RenderingEngineType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngineType

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

RobotDeploymentStep

newtype RobotDeploymentStep Source #

Instances

Instances details
Eq RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

Ord RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

Read RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

Show RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

Generic RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

Associated Types

type Rep RobotDeploymentStep :: Type -> Type #

NFData RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

Methods

rnf :: RobotDeploymentStep -> () #

Hashable RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToJSON RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToJSONKey RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

FromJSON RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

FromJSONKey RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToLog RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToHeader RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToQuery RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

FromXML RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToXML RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToByteString RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

FromText RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

ToText RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

type Rep RobotDeploymentStep Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeploymentStep

type Rep RobotDeploymentStep = D1 ('MetaData "RobotDeploymentStep" "Amazonka.RobOMaker.Types.RobotDeploymentStep" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'True) (C1 ('MetaCons "RobotDeploymentStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRobotDeploymentStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RobotSoftwareSuiteType

newtype RobotSoftwareSuiteType Source #

Instances

Instances details
Eq RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Ord RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Read RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Show 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 #

NFData RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

Methods

rnf :: RobotSoftwareSuiteType -> () #

Hashable 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

FromJSON RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

FromJSONKey RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToLog RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToHeader RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

ToQuery 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

ToByteString 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

type Rep RobotSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteType

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

RobotSoftwareSuiteVersionType

newtype RobotSoftwareSuiteVersionType Source #

Instances

Instances details
Eq RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Ord RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Read RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Show 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 #

NFData RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

Hashable 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

FromJSON RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

FromJSONKey RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToLog RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToHeader RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

ToQuery 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

ToByteString 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

type Rep RobotSoftwareSuiteVersionType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuiteVersionType

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

RobotStatus

newtype RobotStatus Source #

Constructors

RobotStatus' 

Instances

Instances details
Eq RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Ord RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Read RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Show RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Generic RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Associated Types

type Rep RobotStatus :: Type -> Type #

NFData RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Methods

rnf :: RobotStatus -> () #

Hashable RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToJSON RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToJSONKey RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

FromJSON RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

FromJSONKey RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToLog RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToHeader RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToQuery RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

FromXML RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToXML RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Methods

toXML :: RobotStatus -> XML #

ToByteString RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

FromText RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

ToText RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

Methods

toText :: RobotStatus -> Text #

type Rep RobotStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotStatus

type Rep RobotStatus = D1 ('MetaData "RobotStatus" "Amazonka.RobOMaker.Types.RobotStatus" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'True) (C1 ('MetaCons "RobotStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRobotStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimulationJobBatchErrorCode

newtype SimulationJobBatchErrorCode Source #

Instances

Instances details
Eq SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Ord SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Read SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Show 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 #

NFData SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

Hashable 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

FromJSON SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

FromJSONKey SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToLog SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToHeader SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

ToQuery 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

ToByteString 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

type Rep SimulationJobBatchErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchErrorCode

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

SimulationJobBatchStatus

newtype SimulationJobBatchStatus Source #

Instances

Instances details
Eq SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Ord SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Read SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Show 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 #

NFData SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

Hashable 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

FromJSON SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

FromJSONKey SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToLog SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToHeader SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

ToQuery 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

ToByteString 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

type Rep SimulationJobBatchStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchStatus

type Rep SimulationJobBatchStatus = D1 ('MetaData "SimulationJobBatchStatus" "Amazonka.RobOMaker.Types.SimulationJobBatchStatus" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Ord SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Read SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Show 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 #

NFData SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

Methods

rnf :: SimulationJobErrorCode -> () #

Hashable 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

FromJSON SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

FromJSONKey SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToLog SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToHeader SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

ToQuery 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

ToByteString 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

type Rep SimulationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobErrorCode

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

SimulationJobStatus

newtype SimulationJobStatus Source #

Instances

Instances details
Eq SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Ord SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Read SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Show 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 #

NFData SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

Methods

rnf :: SimulationJobStatus -> () #

Hashable 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

FromJSON SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

FromJSONKey SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToLog SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToHeader SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

ToQuery 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

ToByteString 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

type Rep SimulationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobStatus

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

SimulationSoftwareSuiteType

newtype SimulationSoftwareSuiteType Source #

Instances

Instances details
Eq SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Ord SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Read SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Show 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 #

NFData SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

Hashable 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

FromJSON SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

FromJSONKey SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToLog SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToHeader SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

ToQuery 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

ToByteString 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

type Rep SimulationSoftwareSuiteType Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuiteType

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

UploadBehavior

newtype UploadBehavior Source #

Constructors

UploadBehavior' 

Instances

Instances details
Eq UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Ord UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Read UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Show UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Generic UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Associated Types

type Rep UploadBehavior :: Type -> Type #

NFData UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

Methods

rnf :: UploadBehavior -> () #

Hashable 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

FromJSON UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

FromJSONKey UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToLog UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToHeader UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

ToQuery 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 #

ToByteString 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

type Rep UploadBehavior Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadBehavior

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

WorldExportJobErrorCode

newtype WorldExportJobErrorCode Source #

Instances

Instances details
Eq WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Ord WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Read WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Show 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 #

NFData WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

Methods

rnf :: WorldExportJobErrorCode -> () #

Hashable 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

FromJSON WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

FromJSONKey WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToLog WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToHeader WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

ToQuery 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

ToByteString 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

type Rep WorldExportJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobErrorCode

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

WorldExportJobStatus

newtype WorldExportJobStatus Source #

Instances

Instances details
Eq WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Ord WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Read WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Show 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 #

NFData WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

Methods

rnf :: WorldExportJobStatus -> () #

Hashable 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

FromJSON WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

FromJSONKey WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToLog WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToHeader WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

ToQuery 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

ToByteString 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

type Rep WorldExportJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobStatus

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

WorldGenerationJobErrorCode

newtype WorldGenerationJobErrorCode Source #

Instances

Instances details
Eq WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Ord WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Read WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Show 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 #

NFData WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

Hashable 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

FromJSON WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

FromJSONKey WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToLog WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToHeader WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

ToQuery 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

ToByteString 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

type Rep WorldGenerationJobErrorCode Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobErrorCode

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

WorldGenerationJobStatus

newtype WorldGenerationJobStatus Source #

Instances

Instances details
Eq WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Ord WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Read WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Show 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 #

NFData WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

Hashable 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

FromJSON WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

FromJSONKey WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToLog WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToHeader WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

ToQuery 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

ToByteString 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

type Rep WorldGenerationJobStatus Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobStatus

type Rep WorldGenerationJobStatus = D1 ('MetaData "WorldGenerationJobStatus" "Amazonka.RobOMaker.Types.WorldGenerationJobStatus" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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 Integer) (Maybe Int) 

Instances

Instances details
Eq BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Read BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Show 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 #

NFData BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

Methods

rnf :: BatchPolicy -> () #

Hashable BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

ToJSON BatchPolicy Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.BatchPolicy

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "BatchPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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

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

Compute

data Compute Source #

Compute information for the simulation job.

See: newCompute smart constructor.

Instances

Instances details
Eq Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Methods

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

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

Read Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Show 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 #

NFData Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Methods

rnf :: Compute -> () #

Hashable Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

Methods

hashWithSalt :: Int -> Compute -> Int #

hash :: Compute -> Int #

ToJSON Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

FromJSON Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

type Rep Compute Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Compute

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

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

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

ComputeResponse

data ComputeResponse Source #

Compute information for the simulation job

See: newComputeResponse smart constructor.

Instances

Instances details
Eq ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Read ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Show 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 #

NFData ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

Methods

rnf :: ComputeResponse -> () #

Hashable ComputeResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ComputeResponse

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ComputeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "simulationUnitLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "gpuUnitLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)))))

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

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

DataSource

data DataSource Source #

Information about a data source.

See: newDataSource smart constructor.

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Show 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 #

NFData DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSource

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3Keys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [S3KeyOutput])) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceType)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:s3Keys:DataSource', dataSource_s3Keys - The list of S3 keys identifying the data source files.

$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: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.

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

DataSourceConfig

data DataSourceConfig Source #

Information about a data source.

See: newDataSourceConfig smart constructor.

Instances

Instances details
Eq DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Read DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Show 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 #

NFData DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

Methods

rnf :: DataSourceConfig -> () #

Hashable DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

ToJSON DataSourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DataSourceConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

DeploymentApplicationConfig

data DeploymentApplicationConfig Source #

Information about a deployment application configuration.

See: newDeploymentApplicationConfig smart constructor.

Instances

Instances details
Eq DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Read DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Show DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Generic DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Associated Types

type Rep DeploymentApplicationConfig :: Type -> Type #

NFData DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Hashable DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

ToJSON DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

FromJSON DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

type Rep DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

type Rep DeploymentApplicationConfig = D1 ('MetaData "DeploymentApplicationConfig" "Amazonka.RobOMaker.Types.DeploymentApplicationConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeploymentApplicationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentLaunchConfig))))

DeploymentConfig

data DeploymentConfig Source #

Information about a deployment configuration.

See: newDeploymentConfig smart constructor.

Instances

Instances details
Eq DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

Read DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

Show DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

Generic DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

Associated Types

type Rep DeploymentConfig :: Type -> Type #

NFData DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

Methods

rnf :: DeploymentConfig -> () #

Hashable DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

ToJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

FromJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

type Rep DeploymentConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentConfig

type Rep DeploymentConfig = D1 ('MetaData "DeploymentConfig" "Amazonka.RobOMaker.Types.DeploymentConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeploymentConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "concurrentDeploymentPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "downloadConditionFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object))) :*: (S1 ('MetaSel ('Just "failureThresholdPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "robotDeploymentTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newDeploymentConfig :: DeploymentConfig Source #

Create a value of DeploymentConfig 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:concurrentDeploymentPercentage:DeploymentConfig', deploymentConfig_concurrentDeploymentPercentage - The percentage of robots receiving the deployment at the same time.

$sel:downloadConditionFile:DeploymentConfig', deploymentConfig_downloadConditionFile - The download condition file.

$sel:failureThresholdPercentage:DeploymentConfig', deploymentConfig_failureThresholdPercentage - The percentage of deployments that need to fail before stopping deployment.

$sel:robotDeploymentTimeoutInSeconds:DeploymentConfig', deploymentConfig_robotDeploymentTimeoutInSeconds - The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.

DeploymentJob

data DeploymentJob Source #

Information about a deployment job.

See: newDeploymentJob smart constructor.

Instances

Instances details
Eq DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

Read DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

Show DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

Generic DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

Associated Types

type Rep DeploymentJob :: Type -> Type #

NFData DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

Methods

rnf :: DeploymentJob -> () #

Hashable DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

FromJSON DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

type Rep DeploymentJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentJob

newDeploymentJob :: DeploymentJob Source #

Create a value of DeploymentJob 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:failureReason:DeploymentJob', deploymentJob_failureReason - A short description of the reason why the deployment job failed.

$sel:status:DeploymentJob', deploymentJob_status - The status of the deployment job.

$sel:deploymentApplicationConfigs:DeploymentJob', deploymentJob_deploymentApplicationConfigs - The deployment application configuration.

$sel:arn:DeploymentJob', deploymentJob_arn - The Amazon Resource Name (ARN) of the deployment job.

$sel:createdAt:DeploymentJob', deploymentJob_createdAt - The time, in milliseconds since the epoch, when the deployment job was created.

$sel:failureCode:DeploymentJob', deploymentJob_failureCode - The deployment job failure code.

$sel:deploymentConfig:DeploymentJob', deploymentJob_deploymentConfig - The deployment configuration.

$sel:fleet:DeploymentJob', deploymentJob_fleet - The Amazon Resource Name (ARN) of the fleet.

DeploymentLaunchConfig

data DeploymentLaunchConfig Source #

Configuration information for a deployment launch.

See: newDeploymentLaunchConfig smart constructor.

Instances

Instances details
Eq DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Read DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Show DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Generic DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Associated Types

type Rep DeploymentLaunchConfig :: Type -> Type #

NFData DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Methods

rnf :: DeploymentLaunchConfig -> () #

Hashable DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

ToJSON DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

FromJSON DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

type Rep DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

type Rep DeploymentLaunchConfig = D1 ('MetaData "DeploymentLaunchConfig" "Amazonka.RobOMaker.Types.DeploymentLaunchConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeploymentLaunchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "preLaunchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "postLaunchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeploymentLaunchConfig Source #

Create a value of DeploymentLaunchConfig 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:preLaunchFile:DeploymentLaunchConfig', deploymentLaunchConfig_preLaunchFile - The deployment pre-launch file. This file will be executed prior to the launch file.

$sel:postLaunchFile:DeploymentLaunchConfig', deploymentLaunchConfig_postLaunchFile - The deployment post-launch file. This file will be executed after the launch file.

$sel:environmentVariables:DeploymentLaunchConfig', deploymentLaunchConfig_environmentVariables - An array of key/value pairs specifying environment variables for the robot application

$sel:packageName:DeploymentLaunchConfig', deploymentLaunchConfig_packageName - The package name.

$sel:launchFile:DeploymentLaunchConfig', deploymentLaunchConfig_launchFile - The launch file name.

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

Defined in Amazonka.RobOMaker.Types.Environment

Read Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Show 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 #

NFData Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Methods

rnf :: Environment -> () #

Hashable Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

ToJSON Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Read FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Show 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 #

NFData FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

Hashable FailedCreateSimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailedCreateSimulationJobRequest

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "FailedCreateSimulationJobRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode))) :*: (S1 ('MetaSel ('Just "failedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:failureReason:FailedCreateSimulationJobRequest', failedCreateSimulationJobRequest_failureReason - The failure reason of the simulation job request.

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

$sel:failedAt:FailedCreateSimulationJobRequest', failedCreateSimulationJobRequest_failedAt - The time, in milliseconds since the epoch, when the simulation job batch failed.

$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
Eq FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Read FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Show 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 #

NFData FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

Methods

rnf :: FailureSummary -> () #

Hashable FailureSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FailureSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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 (NonEmpty Text)) (Maybe Text) 

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Methods

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

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

Read Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Show 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 #

NFData Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.RobOMaker.Types.Filter" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:values:Filter', filter_values - A list of values.

$sel:name:Filter', filter_name - The name of the filter.

FinishedWorldsSummary

data FinishedWorldsSummary Source #

Information about worlds that finished.

See: newFinishedWorldsSummary smart constructor.

Instances

Instances details
Eq FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Read FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Show 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 #

NFData FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

Methods

rnf :: FinishedWorldsSummary -> () #

Hashable FinishedWorldsSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.FinishedWorldsSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "FinishedWorldsSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "succeededWorlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "failureSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureSummary)) :*: S1 ('MetaSel ('Just "finishedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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:succeededWorlds:FinishedWorldsSummary', finishedWorldsSummary_succeededWorlds - A list of worlds that succeeded.

$sel:failureSummary:FinishedWorldsSummary', finishedWorldsSummary_failureSummary - Information about worlds that failed.

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

Fleet

data Fleet Source #

Information about a fleet.

See: newFleet smart constructor.

Instances

Instances details
Eq Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

Methods

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

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

Read Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

Show Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

Methods

showsPrec :: Int -> Fleet -> ShowS #

show :: Fleet -> String #

showList :: [Fleet] -> ShowS #

Generic Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

Associated Types

type Rep Fleet :: Type -> Type #

Methods

from :: Fleet -> Rep Fleet x #

to :: Rep Fleet x -> Fleet #

NFData Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

Methods

rnf :: Fleet -> () #

Hashable Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

Methods

hashWithSalt :: Int -> Fleet -> Int #

hash :: Fleet -> Int #

FromJSON Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

type Rep Fleet Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Fleet

type Rep Fleet = D1 ('MetaData "Fleet" "Amazonka.RobOMaker.Types.Fleet" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "Fleet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastDeploymentJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus)) :*: S1 ('MetaSel ('Just "arn") '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 "lastDeploymentTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newFleet :: Fleet Source #

Create a value of Fleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastDeploymentJob:Fleet', fleet_lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.

$sel:lastDeploymentStatus:Fleet', fleet_lastDeploymentStatus - The status of the last fleet deployment.

$sel:arn:Fleet', fleet_arn - The Amazon Resource Name (ARN) of the fleet.

$sel:createdAt:Fleet', fleet_createdAt - The time, in milliseconds since the epoch, when the fleet was created.

$sel:name:Fleet', fleet_name - The name of the fleet.

$sel:lastDeploymentTime:Fleet', fleet_lastDeploymentTime - The time of the last deployment.

LaunchConfig

data LaunchConfig Source #

Information about a launch configuration.

See: newLaunchConfig smart constructor.

Instances

Instances details
Eq LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Read LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Show 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 #

NFData LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

Methods

rnf :: LaunchConfig -> () #

Hashable LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

ToJSON LaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LaunchConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "LaunchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") '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 "launchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: 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:packageName:LaunchConfig', launchConfig_packageName - The package name.

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

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

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

$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' Bool 

Instances

Instances details
Eq LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Read LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Show 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 #

NFData LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

Methods

rnf :: LoggingConfig -> () #

Hashable LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

ToJSON LoggingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.LoggingConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "LoggingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordAllRosTopics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

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

NetworkInterface

data NetworkInterface Source #

Describes a network interface.

See: newNetworkInterface smart constructor.

Instances

Instances details
Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Show 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 #

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.NetworkInterface

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Read OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Show 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 #

NFData OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Methods

rnf :: OutputLocation -> () #

Hashable OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

ToJSON OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "OutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") '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:s3Prefix:OutputLocation', outputLocation_s3Prefix - The S3 folder in the s3Bucket where output files will be placed.

$sel:s3Bucket:OutputLocation', outputLocation_s3Bucket - The S3 bucket for output.

PortForwardingConfig

data PortForwardingConfig Source #

Configuration information for port forwarding.

See: newPortForwardingConfig smart constructor.

Instances

Instances details
Eq PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Read PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Show 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 #

NFData PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

Methods

rnf :: PortForwardingConfig -> () #

Hashable PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

ToJSON PortForwardingConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortForwardingConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Read PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Show 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 #

NFData PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

Methods

rnf :: PortMapping -> () #

Hashable PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

ToJSON PortMapping Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.PortMapping

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

ProgressDetail

data ProgressDetail Source #

Information about the progress of a deployment job.

See: newProgressDetail smart constructor.

Instances

Instances details
Eq ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

Read ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

Show ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

Generic ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

Associated Types

type Rep ProgressDetail :: Type -> Type #

NFData ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

Methods

rnf :: ProgressDetail -> () #

Hashable ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

FromJSON ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

type Rep ProgressDetail Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.ProgressDetail

type Rep ProgressDetail = D1 ('MetaData "ProgressDetail" "Amazonka.RobOMaker.Types.ProgressDetail" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "ProgressDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotDeploymentStep)) :*: S1 ('MetaSel ('Just "estimatedTimeRemainingSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "targetResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "percentDone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newProgressDetail :: ProgressDetail Source #

Create a value of ProgressDetail 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:currentProgress:ProgressDetail', progressDetail_currentProgress - The current progress status.

Validating
Validating the deployment.
DownloadingExtracting
Downloading and extracting the bundle on the robot.
ExecutingPreLaunch
Executing pre-launch script(s) if provided.
Launching
Launching the robot application.
ExecutingPostLaunch
Executing post-launch script(s) if provided.
Finished
Deployment is complete.

$sel:estimatedTimeRemainingSeconds:ProgressDetail', progressDetail_estimatedTimeRemainingSeconds - Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

$sel:targetResource:ProgressDetail', progressDetail_targetResource - The Amazon Resource Name (ARN) of the deployment job.

$sel:percentDone:ProgressDetail', progressDetail_percentDone - Precentage of the step that is done. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

RenderingEngine

data RenderingEngine Source #

Information about a rendering engine.

See: newRenderingEngine smart constructor.

Instances

Instances details
Eq RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Read RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Show 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 #

NFData RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

Methods

rnf :: RenderingEngine -> () #

Hashable RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

ToJSON RenderingEngine Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RenderingEngine

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

Robot

data Robot Source #

Information about a robot.

See: newRobot smart constructor.

Instances

Instances details
Eq Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

Methods

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

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

Read Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

Show Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

Methods

showsPrec :: Int -> Robot -> ShowS #

show :: Robot -> String #

showList :: [Robot] -> ShowS #

Generic Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

Associated Types

type Rep Robot :: Type -> Type #

Methods

from :: Robot -> Rep Robot x #

to :: Rep Robot x -> Robot #

NFData Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

Methods

rnf :: Robot -> () #

Hashable Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

Methods

hashWithSalt :: Int -> Robot -> Int #

hash :: Robot -> Int #

FromJSON Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

type Rep Robot Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Robot

newRobot :: Robot Source #

Create a value of Robot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastDeploymentJob:Robot', robot_lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.

$sel:status:Robot', robot_status - The status of the robot.

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

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

$sel:greenGrassGroupId:Robot', robot_greenGrassGroupId - The Greengrass group associated with the robot.

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

$sel:name:Robot', robot_name - The name of the robot.

$sel:architecture:Robot', robot_architecture - The architecture of the robot.

$sel:lastDeploymentTime:Robot', robot_lastDeploymentTime - The time of the last deployment.

RobotApplicationConfig

data RobotApplicationConfig Source #

Application configuration information for a robot.

See: newRobotApplicationConfig smart constructor.

Instances

Instances details
Eq RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Read RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Show 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 #

NFData RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

Methods

rnf :: RobotApplicationConfig -> () #

Hashable RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

ToJSON RobotApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "RobotApplicationConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "useDefaultUploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "useDefaultTools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "uploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UploadConfiguration])) :*: S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool]))) :*: (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: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.

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

$sel:applicationVersion:RobotApplicationConfig', robotApplicationConfig_applicationVersion - The version of the robot application.

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

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

$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
Eq RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Read RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Show 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 #

NFData RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

Methods

rnf :: RobotApplicationSummary -> () #

Hashable RobotApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotApplicationSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "RobotApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite))))))

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:lastUpdatedAt:RobotApplicationSummary', robotApplicationSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the robot application was last updated.

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

$sel:name:RobotApplicationSummary', robotApplicationSummary_name - The name of the robot application.

$sel:version:RobotApplicationSummary', robotApplicationSummary_version - The version of the robot application.

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

RobotDeployment

data RobotDeployment Source #

Information about a robot deployment.

See: newRobotDeployment smart constructor.

Instances

Instances details
Eq RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Read RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Show RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Generic RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Associated Types

type Rep RobotDeployment :: Type -> Type #

NFData RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

Methods

rnf :: RobotDeployment -> () #

Hashable RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

FromJSON RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

type Rep RobotDeployment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotDeployment

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

newRobotDeployment :: RobotDeployment Source #

Create a value of RobotDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentStartTime:RobotDeployment', robotDeployment_deploymentStartTime - The time, in milliseconds since the epoch, when the deployment was started.

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

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

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

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

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

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

RobotSoftwareSuite

data RobotSoftwareSuite Source #

Information about a robot software suite (ROS distribution).

See: newRobotSoftwareSuite smart constructor.

Instances

Instances details
Eq RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Read RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Show 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 #

NFData RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

Methods

rnf :: RobotSoftwareSuite -> () #

Hashable RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

ToJSON RobotSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.RobotSoftwareSuite

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Read S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Show 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 #

NFData S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Methods

rnf :: S3KeyOutput -> () #

Hashable S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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.

S3Object

data S3Object Source #

Information about an S3 object.

See: newS3Object smart constructor.

Constructors

S3Object' (Maybe Text) Text Text 

Instances

Instances details
Eq S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

Read S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

Show S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

Generic S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

Associated Types

type Rep S3Object :: Type -> Type #

Methods

from :: S3Object -> Rep S3Object x #

to :: Rep S3Object x -> S3Object #

NFData S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

Methods

rnf :: S3Object -> () #

Hashable S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

Methods

hashWithSalt :: Int -> S3Object -> Int #

hash :: S3Object -> Int #

ToJSON S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

FromJSON S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

type Rep S3Object Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3Object

type Rep S3Object = D1 ('MetaData "S3Object" "Amazonka.RobOMaker.Types.S3Object" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "S3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "etag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3Object Source #

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

$sel:bucket:S3Object', s3Object_bucket - The bucket containing the object.

$sel:key:S3Object', s3Object_key - The key of the object.

SimulationApplicationConfig

data SimulationApplicationConfig Source #

Information about a simulation application configuration.

See: newSimulationApplicationConfig smart constructor.

Instances

Instances details
Eq SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Read SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Show 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 #

NFData SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

Hashable SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

ToJSON SimulationApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationApplicationConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "useDefaultUploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useDefaultTools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uploadConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UploadConfiguration])))) :*: ((S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: 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: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.

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

$sel:applicationVersion:SimulationApplicationConfig', simulationApplicationConfig_applicationVersion - The version of the simulation application.

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

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

$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
Eq SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Read SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Show 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 #

NFData SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

Hashable SimulationApplicationSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationApplicationSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "simulationSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationSoftwareSuite)) :*: S1 ('MetaSel ('Just "robotSoftwareSuite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RobotSoftwareSuite))))))

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:lastUpdatedAt:SimulationApplicationSummary', simulationApplicationSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation application was last updated.

$sel:arn:SimulationApplicationSummary', simulationApplicationSummary_arn - The Amazon Resource Name (ARN) of the simulation application.

$sel:name:SimulationApplicationSummary', simulationApplicationSummary_name - The name of the simulation application.

$sel:version:SimulationApplicationSummary', simulationApplicationSummary_version - The version of the simulation application.

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

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

SimulationJob

data SimulationJob Source #

Information about a simulation job.

See: newSimulationJob smart constructor.

Instances

Instances details
Eq SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Read SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Show 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 #

NFData SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

Methods

rnf :: SimulationJob -> () #

Hashable SimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJob

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobErrorCode))) :*: (S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResponse)) :*: (S1 ('MetaSel ('Just "networkInterface") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInterface)) :*: S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSource])))))) :*: (((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfigResponse))) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: (S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: S1 ('MetaSel ('Just "simulationTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastStartedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)))) :*: (S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxJobDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))))

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:failureReason:SimulationJob', simulationJob_failureReason - The reason why the simulation job failed.

$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:status:SimulationJob', simulationJob_status - Status of the simulation job.

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

$sel:arn:SimulationJob', simulationJob_arn - The Amazon Resource Name (ARN) of the simulation job.

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

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

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

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

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

$sel:name:SimulationJob', simulationJob_name - The name of the simulation job.

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

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

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

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

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

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

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

$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:maxJobDurationInSeconds:SimulationJob', simulationJob_maxJobDurationInSeconds - The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

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

SimulationJobBatchSummary

data SimulationJobBatchSummary Source #

Information about a simulation job batch.

See: newSimulationJobBatchSummary smart constructor.

Instances

Instances details
Eq SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Read SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Show 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 #

NFData SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

Hashable SimulationJobBatchSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobBatchSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationJobBatchSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobBatchStatus)) :*: (S1 ('MetaSel ('Just "createdRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "pendingRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "failedRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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

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

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

$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:pendingRequestCount:SimulationJobBatchSummary', simulationJobBatchSummary_pendingRequestCount - The number of pending simulation job requests.

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

SimulationJobRequest

data SimulationJobRequest Source #

Information about a simulation job request.

See: newSimulationJobRequest smart constructor.

Instances

Instances details
Eq SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Read SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Show 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 #

NFData SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

Methods

rnf :: SimulationJobRequest -> () #

Hashable SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

ToJSON SimulationJobRequest Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobRequest

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationJobRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureBehavior)) :*: (S1 ('MetaSel ('Just "robotApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RobotApplicationConfig))) :*: S1 ('MetaSel ('Just "compute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compute)))) :*: (S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceConfig))) :*: (S1 ('MetaSel ('Just "useDefaultApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCConfig))))) :*: ((S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: (S1 ('MetaSel ('Just "simulationApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SimulationApplicationConfig))) :*: S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)))) :*: (S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: 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: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:robotApplications:SimulationJobRequest', simulationJobRequest_robotApplications - The robot applications to use in the simulation job.

$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: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:outputLocation:SimulationJobRequest', simulationJobRequest_outputLocation - Undocumented member.

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

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

$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:tags:SimulationJobRequest', simulationJobRequest_tags - A map that contains tag keys and tag values that are attached to the simulation job request.

$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
Eq SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Read SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Show 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 #

NFData SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

Methods

rnf :: SimulationJobSummary -> () #

Hashable SimulationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationJobSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SimulationJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationJobStatus)) :*: S1 ('MetaSel ('Just "robotApplicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "simulationApplicationNames") '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]))))))

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:status:SimulationJobSummary', simulationJobSummary_status - The status of the simulation job.

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

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

$sel:arn:SimulationJobSummary', simulationJobSummary_arn - The Amazon Resource Name (ARN) of the simulation job.

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

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

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

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

SimulationSoftwareSuite

data SimulationSoftwareSuite Source #

Information about a simulation software suite.

See: newSimulationSoftwareSuite smart constructor.

Instances

Instances details
Eq SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Read SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Show 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 #

NFData SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

Methods

rnf :: SimulationSoftwareSuite -> () #

Hashable SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

ToJSON SimulationSoftwareSuite Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SimulationSoftwareSuite

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Methods

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

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

Read Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Show 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 #

NFData Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

FromJSON Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.RobOMaker.Types.Source" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "etag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)) :*: S1 ('MetaSel ('Just "s3Bucket") '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:etag:Source', source_etag - A hash of the object specified by s3Bucket and s3Key.

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

$sel:architecture:Source', source_architecture - The taget processor architecture for the application.

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

SourceConfig

data SourceConfig Source #

Information about a source configuration.

See: newSourceConfig smart constructor.

Instances

Instances details
Eq SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Read SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Show 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 #

NFData SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Methods

rnf :: SourceConfig -> () #

Hashable SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

ToJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)) :*: S1 ('MetaSel ('Just "s3Bucket") '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:s3Key:SourceConfig', sourceConfig_s3Key - The s3 object key.

$sel:architecture:SourceConfig', sourceConfig_architecture - The target processor architecture for the application.

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

TemplateLocation

data TemplateLocation Source #

Information about a template location.

See: newTemplateLocation smart constructor.

Instances

Instances details
Eq TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Read TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Show 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 #

NFData TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Methods

rnf :: TemplateLocation -> () #

Hashable TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

ToJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Show 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 #

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "TemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 "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:lastUpdatedAt:TemplateSummary', templateSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last updated.

$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: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
Eq Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

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

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

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 #

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 #

NFData Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

rnf :: Tool -> () #

Hashable Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

Methods

hashWithSalt :: Int -> Tool -> Int #

hash :: Tool -> Int #

ToJSON Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

FromJSON Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

type Rep Tool Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Tool

type Rep Tool = D1 ('MetaData "Tool" "Amazonka.RobOMaker.Types.Tool" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "Tool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "streamOutputToCloudWatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "exitBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExitBehavior))) :*: (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:streamOutputToCloudWatch:Tool', tool_streamOutputToCloudWatch - Boolean indicating whether logs will be recorded in CloudWatch for the tool. The default is False.

$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: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
Eq UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Read UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Show 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 #

NFData UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

Methods

rnf :: UploadConfiguration -> () #

Hashable UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

ToJSON UploadConfiguration Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.UploadConfiguration

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Read VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Show 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 #

NFData VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

Methods

rnf :: VPCConfig -> () #

Hashable VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

ToJSON VPCConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "VPCConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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:securityGroups:VPCConfig', vPCConfig_securityGroups - A list of one or more security groups IDs in your VPC.

$sel:assignPublicIp:VPCConfig', vPCConfig_assignPublicIp - A boolean indicating whether to assign a public IP address.

$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
Eq VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Read VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Show 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 #

NFData VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

Methods

rnf :: VPCConfigResponse -> () #

Hashable VPCConfigResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.VPCConfigResponse

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "VPCConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

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:securityGroups:VPCConfigResponse', vPCConfigResponse_securityGroups - A list of security group IDs associated with the simulation job.

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

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

$sel:assignPublicIp:VPCConfigResponse', vPCConfigResponse_assignPublicIp - A boolean indicating if a public IP was assigned.

WorldConfig

data WorldConfig Source #

Configuration information for a world.

See: newWorldConfig smart constructor.

Constructors

WorldConfig' (Maybe Text) 

Instances

Instances details
Eq WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Read WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Show 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 #

NFData WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

Methods

rnf :: WorldConfig -> () #

Hashable WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

ToJSON WorldConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldConfig

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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
Eq WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Read WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Show 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 #

NFData WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

Methods

rnf :: WorldCount -> () #

Hashable WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

ToJSON WorldCount Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldCount

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "WorldCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "interiorCountPerFloorplan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "floorplanCount") '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:interiorCountPerFloorplan:WorldCount', worldCount_interiorCountPerFloorplan - The number of unique interiors per floorplan.

$sel:floorplanCount:WorldCount', worldCount_floorplanCount - The number of unique floorplans.

WorldExportJobSummary

data WorldExportJobSummary Source #

Information about a world export job.

See: newWorldExportJobSummary smart constructor.

Instances

Instances details
Eq WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Read WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Show 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 #

NFData WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Methods

rnf :: WorldExportJobSummary -> () #

Hashable WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "WorldExportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldExportJobStatus)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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: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: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:worlds:WorldExportJobSummary', worldExportJobSummary_worlds - A list of worlds.

WorldFailure

data WorldFailure Source #

Information about a failed world.

See: newWorldFailure smart constructor.

Instances

Instances details
Eq WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Read WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Show 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 #

NFData WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

Methods

rnf :: WorldFailure -> () #

Hashable WorldFailure Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldFailure

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "WorldFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sampleFailureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobErrorCode)) :*: S1 ('MetaSel ('Just "failureCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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:sampleFailureReason:WorldFailure', worldFailure_sampleFailureReason - The sample reason why the world failed. World errors are aggregated. A sample is used as the sampleFailureReason.

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

WorldGenerationJobSummary

data WorldGenerationJobSummary Source #

Information about a world generator job.

See: newWorldGenerationJobSummary smart constructor.

Instances

Instances details
Eq WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Read WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Show 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 #

NFData WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Hashable WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "WorldGenerationJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobStatus)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldCount)) :*: S1 ('MetaSel ('Just "succeededWorldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "failedWorldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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: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: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:worldCount:WorldGenerationJobSummary', worldGenerationJobSummary_worldCount - Information about the world count.

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

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

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

WorldSummary

data WorldSummary Source #

Information about a world.

See: newWorldSummary smart constructor.

Instances

Instances details
Eq WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Read WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Show 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 #

NFData WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

Methods

rnf :: WorldSummary -> () #

Hashable WorldSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldSummary

FromJSON 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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 "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "generationJob") '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:template:WorldSummary', worldSummary_template - The Amazon Resource Name (arn) of the world template.

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