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 CapacityUpdate Source #
The target capacity for the connector. The capacity can be auto scaled or provisioned.
See: newCapacityUpdate
smart constructor.
CapacityUpdate' | |
|
Instances
newCapacityUpdate :: CapacityUpdate Source #
Create a value of CapacityUpdate
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:autoScaling:CapacityUpdate'
, capacityUpdate_autoScaling
- The target auto scaling setting.
$sel:provisionedCapacity:CapacityUpdate'
, capacityUpdate_provisionedCapacity
- The target settings for provisioned capacity.
capacityUpdate_autoScaling :: Lens' CapacityUpdate (Maybe AutoScalingUpdate) Source #
The target auto scaling setting.
capacityUpdate_provisionedCapacity :: Lens' CapacityUpdate (Maybe ProvisionedCapacityUpdate) Source #
The target settings for provisioned capacity.