| 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.SessionKeysAbpV1_1
Description
Synopsis
- data SessionKeysAbpV1_1 = SessionKeysAbpV1_1' {
- appSKey :: Maybe Text
- fNwkSIntKey :: Maybe Text
- nwkSEncKey :: Maybe Text
- sNwkSIntKey :: Maybe Text
- newSessionKeysAbpV1_1 :: SessionKeysAbpV1_1
- sessionKeysAbpV1_1_appSKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sessionKeysAbpV1_1_fNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sessionKeysAbpV1_1_nwkSEncKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sessionKeysAbpV1_1_sNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
Documentation
data SessionKeysAbpV1_1 Source #
Session keys for ABP v1.1
See: newSessionKeysAbpV1_1 smart constructor.
Constructors
| SessionKeysAbpV1_1' | |
Fields
| |
Instances
newSessionKeysAbpV1_1 :: SessionKeysAbpV1_1 Source #
Create a value of SessionKeysAbpV1_1 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:appSKey:SessionKeysAbpV1_1', sessionKeysAbpV1_1_appSKey - The AppSKey value.
$sel:fNwkSIntKey:SessionKeysAbpV1_1', sessionKeysAbpV1_1_fNwkSIntKey - The FNwkSIntKey value.
$sel:nwkSEncKey:SessionKeysAbpV1_1', sessionKeysAbpV1_1_nwkSEncKey - The NwkSEncKey value.
$sel:sNwkSIntKey:SessionKeysAbpV1_1', sessionKeysAbpV1_1_sNwkSIntKey - The SNwkSIntKey value.
sessionKeysAbpV1_1_appSKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The AppSKey value.
sessionKeysAbpV1_1_fNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The FNwkSIntKey value.
sessionKeysAbpV1_1_nwkSEncKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The NwkSEncKey value.
sessionKeysAbpV1_1_sNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The SNwkSIntKey value.