amazonka-securitylake-2.0: Amazon Security Lake 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.SecurityLake.Types.LogsStatus

Description

 
Synopsis

Documentation

data LogsStatus Source #

Retrieves the Logs status for the Amazon Security Lake account.

See: newLogsStatus smart constructor.

Constructors

LogsStatus' 

Fields

  • healthStatus :: SourceStatus

    The health status of services, including error codes and patterns.

  • pathToLogs :: Text

    Defines path the stored logs are available which has information on your systems, applications, and services.

Instances

Instances details
FromJSON LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

Generic LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

Associated Types

type Rep LogsStatus :: Type -> Type #

Read LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

Show LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

NFData LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

Methods

rnf :: LogsStatus -> () #

Eq LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

Hashable LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

type Rep LogsStatus Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LogsStatus

type Rep LogsStatus = D1 ('MetaData "LogsStatus" "Amazonka.SecurityLake.Types.LogsStatus" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "LogsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceStatus) :*: S1 ('MetaSel ('Just "pathToLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLogsStatus Source #

Create a value of LogsStatus 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:healthStatus:LogsStatus', logsStatus_healthStatus - The health status of services, including error codes and patterns.

$sel:pathToLogs:LogsStatus', logsStatus_pathToLogs - Defines path the stored logs are available which has information on your systems, applications, and services.

logsStatus_healthStatus :: Lens' LogsStatus SourceStatus Source #

The health status of services, including error codes and patterns.

logsStatus_pathToLogs :: Lens' LogsStatus Text Source #

Defines path the stored logs are available which has information on your systems, applications, and services.