amazonka-opensearchserverless-2.0: Amazon OpenSearch Service Serverless 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.OpenSearchServerless.GetPoliciesStats

Description

Returns statistical information about your OpenSearch Serverless access policies, security configurations, and security policies.

Synopsis

Creating a Request

data GetPoliciesStats Source #

See: newGetPoliciesStats smart constructor.

Constructors

GetPoliciesStats' 

Instances

Instances details
ToJSON GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

ToHeaders GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

ToPath GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

ToQuery GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

AWSRequest GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Associated Types

type AWSResponse GetPoliciesStats #

Generic GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Associated Types

type Rep GetPoliciesStats :: Type -> Type #

Read GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Show GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

NFData GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Methods

rnf :: GetPoliciesStats -> () #

Eq GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Hashable GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

type AWSResponse GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

type Rep GetPoliciesStats Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

type Rep GetPoliciesStats = D1 ('MetaData "GetPoliciesStats" "Amazonka.OpenSearchServerless.GetPoliciesStats" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "GetPoliciesStats'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetPoliciesStats :: GetPoliciesStats Source #

Create a value of GetPoliciesStats with all optional fields omitted.

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

Destructuring the Response

data GetPoliciesStatsResponse Source #

See: newGetPoliciesStatsResponse smart constructor.

Constructors

GetPoliciesStatsResponse' 

Fields

Instances

Instances details
Generic GetPoliciesStatsResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Associated Types

type Rep GetPoliciesStatsResponse :: Type -> Type #

Read GetPoliciesStatsResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Show GetPoliciesStatsResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

NFData GetPoliciesStatsResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

Eq GetPoliciesStatsResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

type Rep GetPoliciesStatsResponse Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.GetPoliciesStats

type Rep GetPoliciesStatsResponse = D1 ('MetaData "GetPoliciesStatsResponse" "Amazonka.OpenSearchServerless.GetPoliciesStats" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "GetPoliciesStatsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessPolicyStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessPolicyStats)) :*: S1 ('MetaSel ('Just "securityConfigStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityConfigStats))) :*: (S1 ('MetaSel ('Just "securityPolicyStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityPolicyStats)) :*: (S1 ('MetaSel ('Just "totalPolicyCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetPoliciesStatsResponse Source #

Create a value of GetPoliciesStatsResponse 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:accessPolicyStats:GetPoliciesStatsResponse', getPoliciesStatsResponse_accessPolicyStats - Information about the data access policies in your account.

$sel:securityConfigStats:GetPoliciesStatsResponse', getPoliciesStatsResponse_securityConfigStats - Information about the security configurations in your account.

$sel:securityPolicyStats:GetPoliciesStatsResponse', getPoliciesStatsResponse_securityPolicyStats - Information about the security policies in your account.

$sel:totalPolicyCount:GetPoliciesStatsResponse', getPoliciesStatsResponse_totalPolicyCount - The total number of OpenSearch Serverless security policies and configurations in your account.

$sel:httpStatus:GetPoliciesStatsResponse', getPoliciesStatsResponse_httpStatus - The response's http status code.

Response Lenses

getPoliciesStatsResponse_accessPolicyStats :: Lens' GetPoliciesStatsResponse (Maybe AccessPolicyStats) Source #

Information about the data access policies in your account.

getPoliciesStatsResponse_securityConfigStats :: Lens' GetPoliciesStatsResponse (Maybe SecurityConfigStats) Source #

Information about the security configurations in your account.

getPoliciesStatsResponse_totalPolicyCount :: Lens' GetPoliciesStatsResponse (Maybe Integer) Source #

The total number of OpenSearch Serverless security policies and configurations in your account.