libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.GetAssessmentReportUrl

Description

Returns the URL of a specified assessment report in Audit Manager.

Synopsis

Creating a Request

data GetAssessmentReportUrl Source #

See: newGetAssessmentReportUrl smart constructor.

Constructors

GetAssessmentReportUrl' 

Fields

Instances

Instances details
Eq GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Read GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Generic GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrl :: Type -> Type #

NFData GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Methods

rnf :: GetAssessmentReportUrl -> () #

Hashable GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

AWSRequest GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type AWSResponse GetAssessmentReportUrl #

ToHeaders GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

ToPath GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

ToQuery GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrl = D1 ('MetaData "GetAssessmentReportUrl" "Amazonka.AuditManager.GetAssessmentReportUrl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAssessmentReportUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentReportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

newGetAssessmentReportUrl Source #

Create a value of GetAssessmentReportUrl 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:assessmentReportId:GetAssessmentReportUrl', getAssessmentReportUrl_assessmentReportId - The identifier for the assessment report.

$sel:assessmentId:GetAssessmentReportUrl', getAssessmentReportUrl_assessmentId - The identifier for the specified assessment.

Request Lenses

getAssessmentReportUrl_assessmentId :: Lens' GetAssessmentReportUrl Text Source #

The identifier for the specified assessment.

Destructuring the Response

data GetAssessmentReportUrlResponse Source #

See: newGetAssessmentReportUrlResponse smart constructor.

Constructors

GetAssessmentReportUrlResponse' 

Fields

Instances

Instances details
Eq GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Read GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Generic GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrlResponse :: Type -> Type #

NFData GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrlResponse = D1 ('MetaData "GetAssessmentReportUrlResponse" "Amazonka.AuditManager.GetAssessmentReportUrl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAssessmentReportUrlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe URL)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAssessmentReportUrlResponse Source #

Create a value of GetAssessmentReportUrlResponse 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:preSignedUrl:GetAssessmentReportUrlResponse', getAssessmentReportUrlResponse_preSignedUrl - Undocumented member.

$sel:httpStatus:GetAssessmentReportUrlResponse', getAssessmentReportUrlResponse_httpStatus - The response's http status code.

Response Lenses