libZSservicesZSamazonka-smsZSamazonka-sms
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.SMS.Types.LaunchDetails

Description

 
Synopsis

Documentation

data LaunchDetails Source #

Details about the latest launch of an application.

See: newLaunchDetails smart constructor.

Constructors

LaunchDetails' 

Fields

Instances

Instances details
Eq LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

Read LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

Show LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

Generic LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

Associated Types

type Rep LaunchDetails :: Type -> Type #

NFData LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

Methods

rnf :: LaunchDetails -> () #

Hashable LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

FromJSON LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

type Rep LaunchDetails Source # 
Instance details

Defined in Amazonka.SMS.Types.LaunchDetails

type Rep LaunchDetails = D1 ('MetaData "LaunchDetails" "Amazonka.SMS.Types.LaunchDetails" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "LaunchDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "latestLaunchTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLaunchDetails :: LaunchDetails Source #

Create a value of LaunchDetails 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:stackId:LaunchDetails', launchDetails_stackId - The ID of the latest stack launched for this application.

$sel:latestLaunchTime:LaunchDetails', launchDetails_latestLaunchTime - The latest time that this application was launched successfully.

$sel:stackName:LaunchDetails', launchDetails_stackName - The name of the latest stack launched for this application.

launchDetails_stackId :: Lens' LaunchDetails (Maybe Text) Source #

The ID of the latest stack launched for this application.

launchDetails_latestLaunchTime :: Lens' LaunchDetails (Maybe UTCTime) Source #

The latest time that this application was launched successfully.

launchDetails_stackName :: Lens' LaunchDetails (Maybe Text) Source #

The name of the latest stack launched for this application.