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.UserData

Description

 
Synopsis

Documentation

data UserData Source #

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.

See: newUserData smart constructor.

Constructors

UserData' 

Fields

Instances

Instances details
Eq UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

Read UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

Show UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

Generic UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

Associated Types

type Rep UserData :: Type -> Type #

Methods

from :: UserData -> Rep UserData x #

to :: Rep UserData x -> UserData #

NFData UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

Methods

rnf :: UserData -> () #

Hashable UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

Methods

hashWithSalt :: Int -> UserData -> Int #

hash :: UserData -> Int #

ToJSON UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

FromJSON UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

type Rep UserData Source # 
Instance details

Defined in Amazonka.SMS.Types.UserData

type Rep UserData = D1 ('MetaData "UserData" "Amazonka.SMS.Types.UserData" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "UserData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))

newUserData :: UserData Source #

Create a value of UserData 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:s3Location:UserData', userData_s3Location - Amazon S3 location of the user-data script.

userData_s3Location :: Lens' UserData (Maybe S3Location) Source #

Amazon S3 location of the user-data script.