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

Description

Returns a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment's scope.

Synopsis

Creating a Request

data GetServicesInScope Source #

See: newGetServicesInScope smart constructor.

Constructors

GetServicesInScope' 

Instances

Instances details
ToHeaders GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

ToPath GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

ToQuery GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

AWSRequest GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type AWSResponse GetServicesInScope #

Generic GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScope :: Type -> Type #

Read GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

NFData GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Methods

rnf :: GetServicesInScope -> () #

Eq GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Hashable GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type AWSResponse GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScope = D1 ('MetaData "GetServicesInScope" "Amazonka.AuditManager.GetServicesInScope" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetServicesInScope'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetServicesInScope :: GetServicesInScope Source #

Create a value of GetServicesInScope with all optional fields omitted.

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

Destructuring the Response

data GetServicesInScopeResponse Source #

See: newGetServicesInScopeResponse smart constructor.

Constructors

GetServicesInScopeResponse' 

Fields

Instances

Instances details
Generic GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScopeResponse :: Type -> Type #

Read GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

NFData GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Eq GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScopeResponse = D1 ('MetaData "GetServicesInScopeResponse" "Amazonka.AuditManager.GetServicesInScope" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetServicesInScopeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceMetadata])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetServicesInScopeResponse Source #

Create a value of GetServicesInScopeResponse 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:serviceMetadata:GetServicesInScopeResponse', getServicesInScopeResponse_serviceMetadata - The metadata that's associated with the Amazon Web Service.

$sel:httpStatus:GetServicesInScopeResponse', getServicesInScopeResponse_httpStatus - The response's http status code.

Response Lenses

getServicesInScopeResponse_serviceMetadata :: Lens' GetServicesInScopeResponse (Maybe [ServiceMetadata]) Source #

The metadata that's associated with the Amazon Web Service.