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 FieldLevelEncryptionList = FieldLevelEncryptionList' {
- items :: Maybe [FieldLevelEncryptionSummary]
- nextMarker :: Maybe Text
- maxItems :: Int
- quantity :: Int
- newFieldLevelEncryptionList :: Int -> Int -> FieldLevelEncryptionList
- fieldLevelEncryptionList_items :: Lens' FieldLevelEncryptionList (Maybe [FieldLevelEncryptionSummary])
- fieldLevelEncryptionList_nextMarker :: Lens' FieldLevelEncryptionList (Maybe Text)
- fieldLevelEncryptionList_maxItems :: Lens' FieldLevelEncryptionList Int
- fieldLevelEncryptionList_quantity :: Lens' FieldLevelEncryptionList Int
Documentation
data FieldLevelEncryptionList Source #
List of field-level encrpytion configurations.
See: newFieldLevelEncryptionList
smart constructor.
FieldLevelEncryptionList' | |
|
Instances
newFieldLevelEncryptionList Source #
:: Int | |
-> Int | |
-> FieldLevelEncryptionList |
Create a value of FieldLevelEncryptionList
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:items:FieldLevelEncryptionList'
, fieldLevelEncryptionList_items
- An array of field-level encryption items.
$sel:nextMarker:FieldLevelEncryptionList'
, fieldLevelEncryptionList_nextMarker
- If there are more elements to be listed, this element is present and
contains the value that you can use for the Marker
request parameter
to continue listing your configurations where you left off.
$sel:maxItems:FieldLevelEncryptionList'
, fieldLevelEncryptionList_maxItems
- The maximum number of elements you want in the response body.
$sel:quantity:FieldLevelEncryptionList'
, fieldLevelEncryptionList_quantity
- The number of field-level encryption items.
fieldLevelEncryptionList_items :: Lens' FieldLevelEncryptionList (Maybe [FieldLevelEncryptionSummary]) Source #
An array of field-level encryption items.
fieldLevelEncryptionList_nextMarker :: Lens' FieldLevelEncryptionList (Maybe Text) Source #
If there are more elements to be listed, this element is present and
contains the value that you can use for the Marker
request parameter
to continue listing your configurations where you left off.
fieldLevelEncryptionList_maxItems :: Lens' FieldLevelEncryptionList Int Source #
The maximum number of elements you want in the response body.
fieldLevelEncryptionList_quantity :: Lens' FieldLevelEncryptionList Int Source #
The number of field-level encryption items.