| 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.WorkSpaces.Types.AccountModification
Description
Synopsis
- data AccountModification = AccountModification' {}
- newAccountModification :: AccountModification
- accountModification_dedicatedTenancyManagementCidrRange :: Lens' AccountModification (Maybe Text)
- accountModification_dedicatedTenancySupport :: Lens' AccountModification (Maybe DedicatedTenancySupportResultEnum)
- accountModification_errorCode :: Lens' AccountModification (Maybe Text)
- accountModification_errorMessage :: Lens' AccountModification (Maybe Text)
- accountModification_modificationState :: Lens' AccountModification (Maybe DedicatedTenancyModificationStateEnum)
- accountModification_startTime :: Lens' AccountModification (Maybe UTCTime)
Documentation
data AccountModification Source #
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
See: newAccountModification smart constructor.
Constructors
| AccountModification' | |
Fields
| |
Instances
newAccountModification :: AccountModification Source #
Create a value of AccountModification 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:dedicatedTenancyManagementCidrRange:AccountModification', accountModification_dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the
management network interface used for the account.
$sel:dedicatedTenancySupport:AccountModification', accountModification_dedicatedTenancySupport - The status of BYOL (whether BYOL is being enabled or disabled).
$sel:errorCode:AccountModification', accountModification_errorCode - The error code that is returned if the configuration of BYOL cannot be
modified.
$sel:errorMessage:AccountModification', accountModification_errorMessage - The text of the error message that is returned if the configuration of
BYOL cannot be modified.
$sel:modificationState:AccountModification', accountModification_modificationState - The state of the modification to the configuration of BYOL.
$sel:startTime:AccountModification', accountModification_startTime - The timestamp when the modification of the BYOL configuration was
started.
accountModification_dedicatedTenancyManagementCidrRange :: Lens' AccountModification (Maybe Text) Source #
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
accountModification_dedicatedTenancySupport :: Lens' AccountModification (Maybe DedicatedTenancySupportResultEnum) Source #
The status of BYOL (whether BYOL is being enabled or disabled).
accountModification_errorCode :: Lens' AccountModification (Maybe Text) Source #
The error code that is returned if the configuration of BYOL cannot be modified.
accountModification_errorMessage :: Lens' AccountModification (Maybe Text) Source #
The text of the error message that is returned if the configuration of BYOL cannot be modified.
accountModification_modificationState :: Lens' AccountModification (Maybe DedicatedTenancyModificationStateEnum) Source #
The state of the modification to the configuration of BYOL.
accountModification_startTime :: Lens' AccountModification (Maybe UTCTime) Source #
The timestamp when the modification of the BYOL configuration was started.