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
Documentation
data S3Destination Source #
Describes the location of updated firmware in S3.
See: newS3Destination
smart constructor.
Instances
newS3Destination :: S3Destination Source #
Create a value of S3Destination
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:prefix:S3Destination'
, s3Destination_prefix
- The S3 prefix.
$sel:bucket:S3Destination'
, s3Destination_bucket
- The S3 bucket that contains the updated firmware.
s3Destination_prefix :: Lens' S3Destination (Maybe Text) Source #
The S3 prefix.
s3Destination_bucket :: Lens' S3Destination (Maybe Text) Source #
The S3 bucket that contains the updated firmware.