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