| 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.IoTWireless.Types.SidewalkAccountInfoWithFingerprint
Description
Synopsis
- data SidewalkAccountInfoWithFingerprint = SidewalkAccountInfoWithFingerprint' {}
- newSidewalkAccountInfoWithFingerprint :: SidewalkAccountInfoWithFingerprint
- sidewalkAccountInfoWithFingerprint_amazonId :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text)
- sidewalkAccountInfoWithFingerprint_arn :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text)
- sidewalkAccountInfoWithFingerprint_fingerprint :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text)
Documentation
data SidewalkAccountInfoWithFingerprint Source #
Information about a Sidewalk account.
See: newSidewalkAccountInfoWithFingerprint smart constructor.
Constructors
| SidewalkAccountInfoWithFingerprint' | |
Instances
newSidewalkAccountInfoWithFingerprint :: SidewalkAccountInfoWithFingerprint Source #
Create a value of SidewalkAccountInfoWithFingerprint 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:amazonId:SidewalkAccountInfoWithFingerprint', sidewalkAccountInfoWithFingerprint_amazonId - The Sidewalk Amazon ID.
$sel:arn:SidewalkAccountInfoWithFingerprint', sidewalkAccountInfoWithFingerprint_arn - The Amazon Resource Name of the resource.
$sel:fingerprint:SidewalkAccountInfoWithFingerprint', sidewalkAccountInfoWithFingerprint_fingerprint - The fingerprint of the Sidewalk application server private key.
sidewalkAccountInfoWithFingerprint_amazonId :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #
The Sidewalk Amazon ID.
sidewalkAccountInfoWithFingerprint_arn :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #
The Amazon Resource Name of the resource.
sidewalkAccountInfoWithFingerprint_fingerprint :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #
The fingerprint of the Sidewalk application server private key.