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

Description

Returns an array of report groups.

Synopsis

Creating a Request

data BatchGetReportGroups Source #

See: newBatchGetReportGroups smart constructor.

Constructors

BatchGetReportGroups' 

Fields

Instances

Instances details
Eq BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Read BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Show BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Generic BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type Rep BatchGetReportGroups :: Type -> Type #

NFData BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Methods

rnf :: BatchGetReportGroups -> () #

Hashable BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToJSON BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

AWSRequest BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type AWSResponse BatchGetReportGroups #

ToHeaders BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToPath BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToQuery BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

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

Defined in Amazonka.CodeBuild.BatchGetReportGroups

newBatchGetReportGroups Source #

Create a value of BatchGetReportGroups with all optional fields omitted.

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:reportGroupArns:BatchGetReportGroups', batchGetReportGroups_reportGroupArns - An array of report group ARNs that identify the report groups to return.

Request Lenses

batchGetReportGroups_reportGroupArns :: Lens' BatchGetReportGroups (NonEmpty Text) Source #

An array of report group ARNs that identify the report groups to return.

Destructuring the Response

data BatchGetReportGroupsResponse Source #

See: newBatchGetReportGroupsResponse smart constructor.

Constructors

BatchGetReportGroupsResponse' 

Fields

Instances

Instances details
Eq BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Read BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Show BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Generic BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type Rep BatchGetReportGroupsResponse :: Type -> Type #

NFData BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroupsResponse = D1 ('MetaData "BatchGetReportGroupsResponse" "Amazonka.CodeBuild.BatchGetReportGroups" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetReportGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ReportGroup))) :*: (S1 ('MetaSel ('Just "reportGroupsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetReportGroupsResponse Source #

Create a value of BatchGetReportGroupsResponse with all optional fields omitted.

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:reportGroups:BatchGetReportGroupsResponse', batchGetReportGroupsResponse_reportGroups - The array of report groups returned by BatchGetReportGroups.

$sel:reportGroupsNotFound:BatchGetReportGroupsResponse', batchGetReportGroupsResponse_reportGroupsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.

$sel:httpStatus:BatchGetReportGroupsResponse', batchGetReportGroupsResponse_httpStatus - The response's http status code.

Response Lenses

batchGetReportGroupsResponse_reportGroups :: Lens' BatchGetReportGroupsResponse (Maybe (NonEmpty ReportGroup)) Source #

The array of report groups returned by BatchGetReportGroups.

batchGetReportGroupsResponse_reportGroupsNotFound :: Lens' BatchGetReportGroupsResponse (Maybe (NonEmpty Text)) Source #

An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.