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 SSMOutput = SSMOutput' {}
- newSSMOutput :: SSMOutput
- sSMOutput_s3Location :: Lens' SSMOutput (Maybe S3Location)
Documentation
Contains the location of validation output.
See: newSSMOutput
smart constructor.
Instances
Eq SSMOutput Source # | |
Read SSMOutput Source # | |
Show SSMOutput Source # | |
Generic SSMOutput Source # | |
NFData SSMOutput Source # | |
Defined in Amazonka.SMS.Types.SSMOutput | |
Hashable SSMOutput Source # | |
Defined in Amazonka.SMS.Types.SSMOutput | |
FromJSON SSMOutput Source # | |
type Rep SSMOutput Source # | |
Defined in Amazonka.SMS.Types.SSMOutput type Rep SSMOutput = D1 ('MetaData "SSMOutput" "Amazonka.SMS.Types.SSMOutput" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "SSMOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)))) |
newSSMOutput :: SSMOutput Source #
Create a value of SSMOutput
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:SSMOutput'
, sSMOutput_s3Location
- Undocumented member.
sSMOutput_s3Location :: Lens' SSMOutput (Maybe S3Location) Source #
Undocumented member.