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 S3OutputUrl = S3OutputUrl' {}
- newS3OutputUrl :: S3OutputUrl
- s3OutputUrl_outputUrl :: Lens' S3OutputUrl (Maybe Text)
Documentation
data S3OutputUrl Source #
A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.
See: newS3OutputUrl
smart constructor.
Instances
newS3OutputUrl :: S3OutputUrl Source #
Create a value of S3OutputUrl
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:outputUrl:S3OutputUrl'
, s3OutputUrl_outputUrl
- A URL for an S3 bucket where you want to store the results of this
request.
s3OutputUrl_outputUrl :: Lens' S3OutputUrl (Maybe Text) Source #
A URL for an S3 bucket where you want to store the results of this request.