libZSservicesZSamazonka-nimbleZSamazonka-nimble
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.Nimble.Types.Eula

Description

 
Synopsis

Documentation

data Eula Source #

Represents a EULA resource.

See: newEula smart constructor.

Constructors

Eula' 

Fields

Instances

Instances details
Eq Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

Methods

(==) :: Eula -> Eula -> Bool #

(/=) :: Eula -> Eula -> Bool #

Read Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

Show Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

Methods

showsPrec :: Int -> Eula -> ShowS #

show :: Eula -> String #

showList :: [Eula] -> ShowS #

Generic Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

Associated Types

type Rep Eula :: Type -> Type #

Methods

from :: Eula -> Rep Eula x #

to :: Rep Eula x -> Eula #

NFData Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

Methods

rnf :: Eula -> () #

Hashable Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

Methods

hashWithSalt :: Int -> Eula -> Int #

hash :: Eula -> Int #

FromJSON Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

type Rep Eula Source # 
Instance details

Defined in Amazonka.Nimble.Types.Eula

newEula :: Eula Source #

Create a value of Eula 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:Eula', eula_createdAt - The Unix epoch timestamp in seconds for when the resource was created.

$sel:eulaId:Eula', eula_eulaId - The EULA ID.

$sel:content:Eula', eula_content - The EULA content.

$sel:name:Eula', eula_name - The name for the EULA.

$sel:updatedAt:Eula', eula_updatedAt - The Unix epoch timestamp in seconds for when the resource was updated.

eula_createdAt :: Lens' Eula (Maybe UTCTime) Source #

The Unix epoch timestamp in seconds for when the resource was created.

eula_content :: Lens' Eula (Maybe Text) Source #

The EULA content.

eula_name :: Lens' Eula (Maybe Text) Source #

The name for the EULA.

eula_updatedAt :: Lens' Eula (Maybe UTCTime) Source #

The Unix epoch timestamp in seconds for when the resource was updated.