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

Description

Creates a report group. A report group contains a collection of reports.

Synopsis

Creating a Request

data CreateReportGroup Source #

See: newCreateReportGroup smart constructor.

Constructors

CreateReportGroup' 

Fields

  • tags :: Maybe [Tag]

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

  • name :: Text

    The name of the report group.

  • type' :: ReportType

    The type of report group.

  • exportConfig :: ReportExportConfig

    A ReportExportConfig object that contains information about where the report group test results are exported.

Instances

Instances details
Eq CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Read CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Show CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Generic CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type Rep CreateReportGroup :: Type -> Type #

NFData CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Methods

rnf :: CreateReportGroup -> () #

Hashable CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToJSON CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

AWSRequest CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type AWSResponse CreateReportGroup #

ToHeaders CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToPath CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToQuery CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroup = D1 ('MetaData "CreateReportGroup" "Amazonka.CodeBuild.CreateReportGroup" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "CreateReportGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportType) :*: S1 ('MetaSel ('Just "exportConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportExportConfig))))
type AWSResponse CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

newCreateReportGroup Source #

Create a value of CreateReportGroup 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:CreateReportGroup', createReportGroup_tags - A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

$sel:name:CreateReportGroup', createReportGroup_name - The name of the report group.

$sel:type':CreateReportGroup', createReportGroup_type - The type of report group.

$sel:exportConfig:CreateReportGroup', createReportGroup_exportConfig - A ReportExportConfig object that contains information about where the report group test results are exported.

Request Lenses

createReportGroup_tags :: Lens' CreateReportGroup (Maybe [Tag]) Source #

A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

createReportGroup_name :: Lens' CreateReportGroup Text Source #

The name of the report group.

createReportGroup_exportConfig :: Lens' CreateReportGroup ReportExportConfig Source #

A ReportExportConfig object that contains information about where the report group test results are exported.

Destructuring the Response

data CreateReportGroupResponse Source #

See: newCreateReportGroupResponse smart constructor.

Constructors

CreateReportGroupResponse' 

Fields

Instances

Instances details
Eq CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Read CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Show CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Generic CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type Rep CreateReportGroupResponse :: Type -> Type #

NFData CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroupResponse = D1 ('MetaData "CreateReportGroupResponse" "Amazonka.CodeBuild.CreateReportGroup" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "CreateReportGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateReportGroupResponse Source #

Create a value of CreateReportGroupResponse 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:reportGroup:CreateReportGroupResponse', createReportGroupResponse_reportGroup - Information about the report group that was created.

$sel:httpStatus:CreateReportGroupResponse', createReportGroupResponse_httpStatus - The response's http status code.

Response Lenses

createReportGroupResponse_reportGroup :: Lens' CreateReportGroupResponse (Maybe ReportGroup) Source #

Information about the report group that was created.