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.Types.SecurityConfigSummary

Description

 
Synopsis

Documentation

data SecurityConfigSummary Source #

A summary of a security configuration for OpenSearch Serverless.

See: newSecurityConfigSummary smart constructor.

Constructors

SecurityConfigSummary' 

Fields

Instances

Instances details
FromJSON SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

Generic SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

Associated Types

type Rep SecurityConfigSummary :: Type -> Type #

Read SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

Show SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

NFData SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

Methods

rnf :: SecurityConfigSummary -> () #

Eq SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

Hashable SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

type Rep SecurityConfigSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.SecurityConfigSummary

type Rep SecurityConfigSummary = D1 ('MetaData "SecurityConfigSummary" "Amazonka.OpenSearchServerless.Types.SecurityConfigSummary" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "SecurityConfigSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityConfigType))))))

newSecurityConfigSummary :: SecurityConfigSummary Source #

Create a value of SecurityConfigSummary 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:configVersion:SecurityConfigSummary', securityConfigSummary_configVersion - The version of the security configuration.

$sel:createdDate:SecurityConfigSummary', securityConfigSummary_createdDate - The Epoch time when the security configuration was created.

$sel:description:SecurityConfigSummary', securityConfigSummary_description - The description of the security configuration.

$sel:id:SecurityConfigSummary', securityConfigSummary_id - The unique identifier of the security configuration.

$sel:lastModifiedDate:SecurityConfigSummary', securityConfigSummary_lastModifiedDate - The timestamp of when the configuration was last modified.

$sel:type':SecurityConfigSummary', securityConfigSummary_type - The type of security configuration.

securityConfigSummary_configVersion :: Lens' SecurityConfigSummary (Maybe Text) Source #

The version of the security configuration.

securityConfigSummary_createdDate :: Lens' SecurityConfigSummary (Maybe Integer) Source #

The Epoch time when the security configuration was created.

securityConfigSummary_description :: Lens' SecurityConfigSummary (Maybe Text) Source #

The description of the security configuration.

securityConfigSummary_id :: Lens' SecurityConfigSummary (Maybe Text) Source #

The unique identifier of the security configuration.

securityConfigSummary_lastModifiedDate :: Lens' SecurityConfigSummary (Maybe Integer) Source #

The timestamp of when the configuration was last modified.