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 SignedObject Source #
Points to an S3SignedObject
object that contains information about
your signed code image.
See: newSignedObject
smart constructor.
SignedObject' | |
|
Instances
newSignedObject :: SignedObject Source #
Create a value of SignedObject
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:s3:SignedObject'
, signedObject_s3
- The S3SignedObject
.
signedObject_s3 :: Lens' SignedObject (Maybe S3SignedObject) Source #
The S3SignedObject
.