libZSservicesZSamazonka-backupZSamazonka-backup
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.Backup.DescribeReportJob

Description

Returns the details associated with creating a report as specified by its ReportJobId.

Synopsis

Creating a Request

data DescribeReportJob Source #

See: newDescribeReportJob smart constructor.

Constructors

DescribeReportJob' 

Fields

  • reportJobId :: Text

    The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.

Instances

Instances details
Eq DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Read DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Show DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Generic DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Associated Types

type Rep DescribeReportJob :: Type -> Type #

NFData DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Methods

rnf :: DescribeReportJob -> () #

Hashable DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

AWSRequest DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Associated Types

type AWSResponse DescribeReportJob #

ToHeaders DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

ToPath DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

ToQuery DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

type Rep DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

type Rep DescribeReportJob = D1 ('MetaData "DescribeReportJob" "Amazonka.Backup.DescribeReportJob" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "DescribeReportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeReportJob Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

newDescribeReportJob Source #

Create a value of DescribeReportJob 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:reportJobId:DescribeReportJob', describeReportJob_reportJobId - The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.

Request Lenses

describeReportJob_reportJobId :: Lens' DescribeReportJob Text Source #

The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.

Destructuring the Response

data DescribeReportJobResponse Source #

See: newDescribeReportJobResponse smart constructor.

Constructors

DescribeReportJobResponse' 

Fields

  • reportJob :: Maybe ReportJob

    A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeReportJobResponse Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Read DescribeReportJobResponse Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Show DescribeReportJobResponse Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Generic DescribeReportJobResponse Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

Associated Types

type Rep DescribeReportJobResponse :: Type -> Type #

NFData DescribeReportJobResponse Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

type Rep DescribeReportJobResponse Source # 
Instance details

Defined in Amazonka.Backup.DescribeReportJob

type Rep DescribeReportJobResponse = D1 ('MetaData "DescribeReportJobResponse" "Amazonka.Backup.DescribeReportJob" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "DescribeReportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeReportJobResponse Source #

Create a value of DescribeReportJobResponse 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:reportJob:DescribeReportJobResponse', describeReportJobResponse_reportJob - A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.

$sel:httpStatus:DescribeReportJobResponse', describeReportJobResponse_httpStatus - The response's http status code.

Response Lenses

describeReportJobResponse_reportJob :: Lens' DescribeReportJobResponse (Maybe ReportJob) Source #

A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.