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
Documentation
data UsageInstruction Source #
Additional information provided by the administrator.
See: newUsageInstruction
smart constructor.
Instances
newUsageInstruction :: UsageInstruction Source #
Create a value of UsageInstruction
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:value:UsageInstruction'
, usageInstruction_value
- The usage instruction value for this type.
$sel:type':UsageInstruction'
, usageInstruction_type
- The usage instruction type for the value.
usageInstruction_value :: Lens' UsageInstruction (Maybe Text) Source #
The usage instruction value for this type.
usageInstruction_type :: Lens' UsageInstruction (Maybe Text) Source #
The usage instruction type for the value.