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 AccountModification = AccountModification' {}
- newAccountModification :: AccountModification
- accountModification_startTime :: Lens' AccountModification (Maybe UTCTime)
- accountModification_dedicatedTenancySupport :: Lens' AccountModification (Maybe DedicatedTenancySupportResultEnum)
- accountModification_modificationState :: Lens' AccountModification (Maybe DedicatedTenancyModificationStateEnum)
- accountModification_dedicatedTenancyManagementCidrRange :: Lens' AccountModification (Maybe Text)
- accountModification_errorCode :: Lens' AccountModification (Maybe Text)
- accountModification_errorMessage :: Lens' AccountModification (Maybe Text)
Documentation
data AccountModification Source #
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
See: newAccountModification
smart constructor.
AccountModification' | |
|
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:startTime:AccountModification'
, accountModification_startTime
- The timestamp when the modification of the BYOL configuration was
started.
$sel:dedicatedTenancySupport:AccountModification'
, accountModification_dedicatedTenancySupport
- The status of BYOL (whether BYOL is being enabled or disabled).
$sel:modificationState:AccountModification'
, accountModification_modificationState
- The state of the modification to the configuration of BYOL.
$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: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.
accountModification_startTime :: Lens' AccountModification (Maybe UTCTime) Source #
The timestamp when the modification of the BYOL configuration was started.
accountModification_dedicatedTenancySupport :: Lens' AccountModification (Maybe DedicatedTenancySupportResultEnum) Source #
The status of BYOL (whether BYOL is being enabled or disabled).
accountModification_modificationState :: Lens' AccountModification (Maybe DedicatedTenancyModificationStateEnum) Source #
The state of the modification to the configuration of BYOL.
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_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.