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 |
Documentation
data SessionKeysAbpV1_0_x Source #
Session keys for ABP v1.1
See: newSessionKeysAbpV1_0_x
smart constructor.
Instances
newSessionKeysAbpV1_0_x :: SessionKeysAbpV1_0_x Source #
Create a value of SessionKeysAbpV1_0_x
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:nwkSKey:SessionKeysAbpV1_0_x'
, sessionKeysAbpV1_0_x_nwkSKey
- The NwkSKey value.
$sel:appSKey:SessionKeysAbpV1_0_x'
, sessionKeysAbpV1_0_x_appSKey
- The AppSKey value.
sessionKeysAbpV1_0_x_nwkSKey :: Lens' SessionKeysAbpV1_0_x (Maybe Text) Source #
The NwkSKey value.
sessionKeysAbpV1_0_x_appSKey :: Lens' SessionKeysAbpV1_0_x (Maybe Text) Source #
The AppSKey value.