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

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

Response Lenses

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

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