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 SavingsPlansDetails = SavingsPlansDetails' {
- instanceFamily :: Maybe Text
- offeringId :: Maybe Text
- region :: Maybe Text
- newSavingsPlansDetails :: SavingsPlansDetails
- savingsPlansDetails_instanceFamily :: Lens' SavingsPlansDetails (Maybe Text)
- savingsPlansDetails_offeringId :: Lens' SavingsPlansDetails (Maybe Text)
- savingsPlansDetails_region :: Lens' SavingsPlansDetails (Maybe Text)
Documentation
data SavingsPlansDetails Source #
The attribute details on a specific Savings Plan.
See: newSavingsPlansDetails
smart constructor.
SavingsPlansDetails' | |
|
Instances
newSavingsPlansDetails :: SavingsPlansDetails Source #
Create a value of SavingsPlansDetails
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:instanceFamily:SavingsPlansDetails'
, savingsPlansDetails_instanceFamily
- A group of instance types that Savings Plans applies to.
$sel:offeringId:SavingsPlansDetails'
, savingsPlansDetails_offeringId
- The unique ID that's used to distinguish Savings Plans from one
another.
$sel:region:SavingsPlansDetails'
, savingsPlansDetails_region
- A collection of Amazon Web Services resources in a geographic area. Each
Amazon Web Services Region is isolated and independent of the other
Regions.
savingsPlansDetails_instanceFamily :: Lens' SavingsPlansDetails (Maybe Text) Source #
A group of instance types that Savings Plans applies to.
savingsPlansDetails_offeringId :: Lens' SavingsPlansDetails (Maybe Text) Source #
The unique ID that's used to distinguish Savings Plans from one another.
savingsPlansDetails_region :: Lens' SavingsPlansDetails (Maybe Text) Source #
A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.