| 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.EC2.Types.NetworkInterfacePermissionState
Description
Synopsis
- data NetworkInterfacePermissionState = NetworkInterfacePermissionState' {}
- newNetworkInterfacePermissionState :: NetworkInterfacePermissionState
- networkInterfacePermissionState_state :: Lens' NetworkInterfacePermissionState (Maybe NetworkInterfacePermissionStateCode)
- networkInterfacePermissionState_statusMessage :: Lens' NetworkInterfacePermissionState (Maybe Text)
Documentation
data NetworkInterfacePermissionState Source #
Describes the state of a network interface permission.
See: newNetworkInterfacePermissionState smart constructor.
Constructors
| NetworkInterfacePermissionState' | |
Fields
| |
Instances
newNetworkInterfacePermissionState :: NetworkInterfacePermissionState Source #
Create a value of NetworkInterfacePermissionState 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:state:NetworkInterfacePermissionState', networkInterfacePermissionState_state - The state of the permission.
$sel:statusMessage:NetworkInterfacePermissionState', networkInterfacePermissionState_statusMessage - A status message, if applicable.
networkInterfacePermissionState_state :: Lens' NetworkInterfacePermissionState (Maybe NetworkInterfacePermissionStateCode) Source #
The state of the permission.
networkInterfacePermissionState_statusMessage :: Lens' NetworkInterfacePermissionState (Maybe Text) Source #
A status message, if applicable.