libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.ContainerServiceLogEvent

Description

 
Synopsis

Documentation

data ContainerServiceLogEvent Source #

Describes the log events of a container of an Amazon Lightsail container service.

See: newContainerServiceLogEvent smart constructor.

Constructors

ContainerServiceLogEvent' 

Fields

Instances

Instances details
Eq ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

Read ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

Show ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

Generic ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

Associated Types

type Rep ContainerServiceLogEvent :: Type -> Type #

NFData ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

Hashable ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

FromJSON ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

type Rep ContainerServiceLogEvent Source # 
Instance details

Defined in Amazonka.Lightsail.Types.ContainerServiceLogEvent

type Rep ContainerServiceLogEvent = D1 ('MetaData "ContainerServiceLogEvent" "Amazonka.Lightsail.Types.ContainerServiceLogEvent" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "ContainerServiceLogEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newContainerServiceLogEvent :: ContainerServiceLogEvent Source #

Create a value of ContainerServiceLogEvent 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:createdAt:ContainerServiceLogEvent', containerServiceLogEvent_createdAt - The timestamp when the container service log event was created.

$sel:message:ContainerServiceLogEvent', containerServiceLogEvent_message - The message of the container service log event.

containerServiceLogEvent_createdAt :: Lens' ContainerServiceLogEvent (Maybe UTCTime) Source #

The timestamp when the container service log event was created.

containerServiceLogEvent_message :: Lens' ContainerServiceLogEvent (Maybe Text) Source #

The message of the container service log event.