libZSservicesZSamazonka-codebuildZSamazonka-codebuild
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.CodeBuild.BatchGetBuildBatches

Description

Retrieves information about one or more batch builds.

Synopsis

Creating a Request

data BatchGetBuildBatches Source #

See: newBatchGetBuildBatches smart constructor.

Constructors

BatchGetBuildBatches' 

Fields

  • ids :: [Text]

    An array that contains the batch build identifiers to retrieve.

Instances

Instances details
Eq BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Read BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Show BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Generic BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type Rep BatchGetBuildBatches :: Type -> Type #

NFData BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Methods

rnf :: BatchGetBuildBatches -> () #

Hashable BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToJSON BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

AWSRequest BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type AWSResponse BatchGetBuildBatches #

ToHeaders BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToPath BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToQuery BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatches = D1 ('MetaData "BatchGetBuildBatches" "Amazonka.CodeBuild.BatchGetBuildBatches" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetBuildBatches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

newBatchGetBuildBatches :: BatchGetBuildBatches Source #

Create a value of BatchGetBuildBatches with all optional fields omitted.

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:ids:BatchGetBuildBatches', batchGetBuildBatches_ids - An array that contains the batch build identifiers to retrieve.

Request Lenses

batchGetBuildBatches_ids :: Lens' BatchGetBuildBatches [Text] Source #

An array that contains the batch build identifiers to retrieve.

Destructuring the Response

data BatchGetBuildBatchesResponse Source #

See: newBatchGetBuildBatchesResponse smart constructor.

Constructors

BatchGetBuildBatchesResponse' 

Fields

Instances

Instances details
Eq BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Read BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Show BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Generic BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type Rep BatchGetBuildBatchesResponse :: Type -> Type #

NFData BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatchesResponse = D1 ('MetaData "BatchGetBuildBatchesResponse" "Amazonka.CodeBuild.BatchGetBuildBatches" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetBuildBatchesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildBatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildBatch])) :*: (S1 ('MetaSel ('Just "buildBatchesNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetBuildBatchesResponse Source #

Create a value of BatchGetBuildBatchesResponse with all optional fields omitted.

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:buildBatches:BatchGetBuildBatchesResponse', batchGetBuildBatchesResponse_buildBatches - An array of BuildBatch objects that represent the retrieved batch builds.

$sel:buildBatchesNotFound:BatchGetBuildBatchesResponse', batchGetBuildBatchesResponse_buildBatchesNotFound - An array that contains the identifiers of any batch builds that are not found.

$sel:httpStatus:BatchGetBuildBatchesResponse', batchGetBuildBatchesResponse_httpStatus - The response's http status code.

Response Lenses

batchGetBuildBatchesResponse_buildBatches :: Lens' BatchGetBuildBatchesResponse (Maybe [BuildBatch]) Source #

An array of BuildBatch objects that represent the retrieved batch builds.

batchGetBuildBatchesResponse_buildBatchesNotFound :: Lens' BatchGetBuildBatchesResponse (Maybe [Text]) Source #

An array that contains the identifiers of any batch builds that are not found.