amazonka-codeguruprofiler-2.0: Amazon CodeGuru Profiler 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.CodeGuruProfiler.Types.TimestampStructure

Description

 
Synopsis

Documentation

data TimestampStructure Source #

A data type that contains a Timestamp object. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

See: newTimestampStructure smart constructor.

Constructors

TimestampStructure' 

Fields

  • value :: ISO8601

    A Timestamp. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Instances

Instances details
FromJSON TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

Generic TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

Associated Types

type Rep TimestampStructure :: Type -> Type #

Read TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

Show TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

NFData TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

Methods

rnf :: TimestampStructure -> () #

Eq TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

Hashable TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

type Rep TimestampStructure Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.TimestampStructure

type Rep TimestampStructure = D1 ('MetaData "TimestampStructure" "Amazonka.CodeGuruProfiler.Types.TimestampStructure" "amazonka-codeguruprofiler-2.0-DsjyOqDx8Zb8uCUpe33U62" 'False) (C1 ('MetaCons "TimestampStructure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))

newTimestampStructure Source #

Create a value of TimestampStructure 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:value:TimestampStructure', timestampStructure_value - A Timestamp. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

timestampStructure_value :: Lens' TimestampStructure UTCTime Source #

A Timestamp. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.