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

Amazonka.RobOMaker.BatchDescribeSimulationJob

Description

Describes one or more simulation jobs.

Synopsis

Creating a Request

data BatchDescribeSimulationJob Source #

See: newBatchDescribeSimulationJob smart constructor.

Constructors

BatchDescribeSimulationJob' 

Fields

  • jobs :: NonEmpty Text

    A list of Amazon Resource Names (ARNs) of simulation jobs to describe.

Instances

Instances details
ToJSON BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToHeaders BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToPath BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

ToQuery BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

AWSRequest BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Generic BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Associated Types

type Rep BatchDescribeSimulationJob :: Type -> Type #

Read BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Show BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

NFData BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Eq BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Hashable BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type AWSResponse BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type Rep BatchDescribeSimulationJob Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

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

newBatchDescribeSimulationJob Source #

Create a value of BatchDescribeSimulationJob with all optional fields omitted.

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

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

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

Request Lenses

batchDescribeSimulationJob_jobs :: Lens' BatchDescribeSimulationJob (NonEmpty Text) Source #

A list of Amazon Resource Names (ARNs) of simulation jobs to describe.

Destructuring the Response

data BatchDescribeSimulationJobResponse Source #

Constructors

BatchDescribeSimulationJobResponse' 

Fields

Instances

Instances details
Generic BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Associated Types

type Rep BatchDescribeSimulationJobResponse :: Type -> Type #

Read BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Show BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

NFData BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

Eq BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

type Rep BatchDescribeSimulationJobResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.BatchDescribeSimulationJob

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

newBatchDescribeSimulationJobResponse Source #

Create a value of BatchDescribeSimulationJobResponse with all optional fields omitted.

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

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

BatchDescribeSimulationJob, batchDescribeSimulationJobResponse_jobs - A list of simulation jobs.

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

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

Response Lenses

batchDescribeSimulationJobResponse_unprocessedJobs :: Lens' BatchDescribeSimulationJobResponse (Maybe (NonEmpty Text)) Source #

A list of unprocessed simulation job Amazon Resource Names (ARNs).