| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SMS.Types.SSMOutput
Description
Synopsis
- data SSMOutput = SSMOutput' {}
- newSSMOutput :: SSMOutput
- sSMOutput_s3Location :: Lens' SSMOutput (Maybe S3Location)
Documentation
Contains the location of validation output.
See: newSSMOutput smart constructor.
Constructors
| SSMOutput' | |
Fields | |
Instances
| FromJSON SSMOutput Source # | |
| Generic SSMOutput Source # | |
| Read SSMOutput Source # | |
| Show SSMOutput Source # | |
| NFData SSMOutput Source # | |
Defined in Amazonka.SMS.Types.SSMOutput | |
| Eq SSMOutput Source # | |
| Hashable SSMOutput Source # | |
Defined in Amazonka.SMS.Types.SSMOutput | |
| type Rep SSMOutput Source # | |
Defined in Amazonka.SMS.Types.SSMOutput type Rep SSMOutput = D1 ('MetaData "SSMOutput" "Amazonka.SMS.Types.SSMOutput" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" '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.