amazonka-auditmanager-2.0: Amazon Audit Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AuditManager.GetAssessmentReportUrl

Description

Returns the URL of an assessment report in Audit Manager.

Synopsis

Creating a Request

data GetAssessmentReportUrl Source #

See: newGetAssessmentReportUrl smart constructor.

Constructors

GetAssessmentReportUrl' 

Fields

Instances

Instances details
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

AWSRequest GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type AWSResponse GetAssessmentReportUrl #

Generic GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrl :: Type -> Type #

Read GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

NFData GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Methods

rnf :: GetAssessmentReportUrl -> () #

Eq GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Hashable GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type AWSResponse 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" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessmentReportUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentReportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 unique identifier for the assessment report.

GetAssessmentReportUrl, getAssessmentReportUrl_assessmentId - The unique identifier for the assessment.

Request Lenses

getAssessmentReportUrl_assessmentReportId :: Lens' GetAssessmentReportUrl Text Source #

The unique identifier for the assessment report.

getAssessmentReportUrl_assessmentId :: Lens' GetAssessmentReportUrl Text Source #

The unique identifier for the assessment.

Destructuring the Response

data GetAssessmentReportUrlResponse Source #

See: newGetAssessmentReportUrlResponse smart constructor.

Constructors

GetAssessmentReportUrlResponse' 

Fields

Instances

Instances details
Generic GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrlResponse :: Type -> Type #

Read GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

NFData GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Eq 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" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" '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