Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Source = Source' {}
- newSource :: Source
- source_s3Location :: Lens' Source (Maybe S3Location)
Documentation
Contains the location of a validation script.
See: newSource
smart constructor.
Instances
Eq Source Source # | |
Read Source Source # | |
Show Source Source # | |
Generic Source Source # | |
NFData Source Source # | |
Defined in Amazonka.SMS.Types.Source | |
Hashable Source Source # | |
Defined in Amazonka.SMS.Types.Source | |
ToJSON Source Source # | |
Defined in Amazonka.SMS.Types.Source | |
FromJSON Source Source # | |
type Rep Source Source # | |
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)))) |
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.
source_s3Location :: Lens' Source (Maybe S3Location) Source #
Undocumented member.