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

Description

Returns a list of the in-scope Amazon Web Services services for the specified assessment.

Synopsis

Creating a Request

data GetServicesInScope Source #

See: newGetServicesInScope smart constructor.

Constructors

GetServicesInScope' 

Instances

Instances details
Eq GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Read GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Generic GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScope :: Type -> Type #

NFData GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Methods

rnf :: GetServicesInScope -> () #

Hashable GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

AWSRequest GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type AWSResponse GetServicesInScope #

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

type Rep GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScope = D1 ('MetaData "GetServicesInScope" "Amazonka.AuditManager.GetServicesInScope" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetServicesInScope'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

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
Eq GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Read GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Generic GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScopeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 associated with the Amazon Web Service.

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

Response Lenses