libZSservicesZSamazonka-resourcegroupstaggingZSamazonka-resourcegroupstagging
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.ResourceGroupsTagging.DescribeReportCreation

Description

Describes the status of the StartReportCreation operation.

You can call this operation only from the organization's management account and from the us-east-1 Region.

Synopsis

Creating a Request

data DescribeReportCreation Source #

See: newDescribeReportCreation smart constructor.

Instances

Instances details
Eq DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Read DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Show DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Generic DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Associated Types

type Rep DescribeReportCreation :: Type -> Type #

NFData DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Methods

rnf :: DescribeReportCreation -> () #

Hashable DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

ToJSON DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

AWSRequest DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Associated Types

type AWSResponse DescribeReportCreation #

ToHeaders DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

ToPath DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

ToQuery DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

type Rep DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

type Rep DescribeReportCreation = D1 ('MetaData "DescribeReportCreation" "Amazonka.ResourceGroupsTagging.DescribeReportCreation" "libZSservicesZSamazonka-resourcegroupstaggingZSamazonka-resourcegroupstagging" 'False) (C1 ('MetaCons "DescribeReportCreation'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeReportCreation Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

newDescribeReportCreation :: DescribeReportCreation Source #

Create a value of DescribeReportCreation with all optional fields omitted.

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

Destructuring the Response

data DescribeReportCreationResponse Source #

See: newDescribeReportCreationResponse smart constructor.

Constructors

DescribeReportCreationResponse' 

Fields

  • status :: Maybe Text

    Reports the status of the operation.

    The operation status can be one of the following:

    • RUNNING - Report creation is in progress.
    • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.
    • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.
    • NO REPORT - No report was generated in the last 90 days.
  • s3Location :: Maybe Text

    The path to the Amazon S3 bucket where the report was stored on creation.

  • errorMessage :: Maybe Text

    Details of the common errors that all operations return.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeReportCreationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Read DescribeReportCreationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Show DescribeReportCreationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Generic DescribeReportCreationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

Associated Types

type Rep DescribeReportCreationResponse :: Type -> Type #

NFData DescribeReportCreationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

type Rep DescribeReportCreationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.DescribeReportCreation

type Rep DescribeReportCreationResponse = D1 ('MetaData "DescribeReportCreationResponse" "Amazonka.ResourceGroupsTagging.DescribeReportCreation" "libZSservicesZSamazonka-resourcegroupstaggingZSamazonka-resourcegroupstagging" 'False) (C1 ('MetaCons "DescribeReportCreationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReportCreationResponse Source #

Create a value of DescribeReportCreationResponse 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:status:DescribeReportCreationResponse', describeReportCreationResponse_status - Reports the status of the operation.

The operation status can be one of the following:

  • RUNNING - Report creation is in progress.
  • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.
  • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.
  • NO REPORT - No report was generated in the last 90 days.

$sel:s3Location:DescribeReportCreationResponse', describeReportCreationResponse_s3Location - The path to the Amazon S3 bucket where the report was stored on creation.

$sel:errorMessage:DescribeReportCreationResponse', describeReportCreationResponse_errorMessage - Details of the common errors that all operations return.

$sel:httpStatus:DescribeReportCreationResponse', describeReportCreationResponse_httpStatus - The response's http status code.

Response Lenses

describeReportCreationResponse_status :: Lens' DescribeReportCreationResponse (Maybe Text) Source #

Reports the status of the operation.

The operation status can be one of the following:

  • RUNNING - Report creation is in progress.
  • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.
  • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.
  • NO REPORT - No report was generated in the last 90 days.

describeReportCreationResponse_s3Location :: Lens' DescribeReportCreationResponse (Maybe Text) Source #

The path to the Amazon S3 bucket where the report was stored on creation.

describeReportCreationResponse_errorMessage :: Lens' DescribeReportCreationResponse (Maybe Text) Source #

Details of the common errors that all operations return.