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 PublicKeySummary = PublicKeySummary' {}
- newPublicKeySummary :: Text -> Text -> UTCTime -> Text -> PublicKeySummary
- publicKeySummary_comment :: Lens' PublicKeySummary (Maybe Text)
- publicKeySummary_id :: Lens' PublicKeySummary Text
- publicKeySummary_name :: Lens' PublicKeySummary Text
- publicKeySummary_createdTime :: Lens' PublicKeySummary UTCTime
- publicKeySummary_encodedKey :: Lens' PublicKeySummary Text
Documentation
data PublicKeySummary Source #
Contains information about a public key.
See: newPublicKeySummary
smart constructor.
PublicKeySummary' | |
|
Instances
:: Text | |
-> Text | |
-> UTCTime | |
-> Text | |
-> PublicKeySummary |
Create a value of PublicKeySummary
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:comment:PublicKeySummary'
, publicKeySummary_comment
- A comment to describe the public key. The comment cannot be longer than
128 characters.
$sel:id:PublicKeySummary'
, publicKeySummary_id
- The identifier of the public key.
$sel:name:PublicKeySummary'
, publicKeySummary_name
- A name to help identify the public key.
$sel:createdTime:PublicKeySummary'
, publicKeySummary_createdTime
- The date and time when the public key was uploaded.
$sel:encodedKey:PublicKeySummary'
, publicKeySummary_encodedKey
- The public key.
publicKeySummary_comment :: Lens' PublicKeySummary (Maybe Text) Source #
A comment to describe the public key. The comment cannot be longer than 128 characters.
publicKeySummary_id :: Lens' PublicKeySummary Text Source #
The identifier of the public key.
publicKeySummary_name :: Lens' PublicKeySummary Text Source #
A name to help identify the public key.
publicKeySummary_createdTime :: Lens' PublicKeySummary UTCTime Source #
The date and time when the public key was uploaded.
publicKeySummary_encodedKey :: Lens' PublicKeySummary Text Source #
The public key.