amazonka-cloudwatch-logs-2.0: Amazon CloudWatch Logs 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.CloudWatchLogs.Types.ExportTaskExecutionInfo

Description

 
Synopsis

Documentation

data ExportTaskExecutionInfo Source #

Represents the status of an export task.

See: newExportTaskExecutionInfo smart constructor.

Constructors

ExportTaskExecutionInfo' 

Fields

  • completionTime :: Maybe Natural

    The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

  • creationTime :: Maybe Natural

    The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Instances

Instances details
FromJSON ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

Generic ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

Associated Types

type Rep ExportTaskExecutionInfo :: Type -> Type #

Read ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

Show ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

NFData ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

Methods

rnf :: ExportTaskExecutionInfo -> () #

Eq ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

Hashable ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

type Rep ExportTaskExecutionInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo

type Rep ExportTaskExecutionInfo = D1 ('MetaData "ExportTaskExecutionInfo" "Amazonka.CloudWatchLogs.Types.ExportTaskExecutionInfo" "amazonka-cloudwatch-logs-2.0-6gvDalNFsfE8djZ4aTfA4V" 'False) (C1 ('MetaCons "ExportTaskExecutionInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newExportTaskExecutionInfo :: ExportTaskExecutionInfo Source #

Create a value of ExportTaskExecutionInfo 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:completionTime:ExportTaskExecutionInfo', exportTaskExecutionInfo_completionTime - The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

$sel:creationTime:ExportTaskExecutionInfo', exportTaskExecutionInfo_creationTime - The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

exportTaskExecutionInfo_completionTime :: Lens' ExportTaskExecutionInfo (Maybe Natural) Source #

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

exportTaskExecutionInfo_creationTime :: Lens' ExportTaskExecutionInfo (Maybe Natural) Source #

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.