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

Description

 
Synopsis

Documentation

data Source Source #

Contains the location of a validation script.

See: newSource smart constructor.

Constructors

Source' 

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

Methods

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

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

Read Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

ToJSON Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

FromJSON Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.SMS.Types.Source

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

newSource :: Source Source #

Create a value of Source 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:Source', source_s3Location - Undocumented member.