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 KeyPairIds = KeyPairIds' {}
- newKeyPairIds :: Int -> KeyPairIds
- keyPairIds_items :: Lens' KeyPairIds (Maybe [Text])
- keyPairIds_quantity :: Lens' KeyPairIds Int
Documentation
data KeyPairIds Source #
A list of CloudFront key pair identifiers.
See: newKeyPairIds
smart constructor.
Instances
Create a value of KeyPairIds
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:KeyPairIds'
, keyPairIds_items
- A list of CloudFront key pair identifiers.
$sel:quantity:KeyPairIds'
, keyPairIds_quantity
- The number of key pair identifiers in the list.
keyPairIds_items :: Lens' KeyPairIds (Maybe [Text]) Source #
A list of CloudFront key pair identifiers.
keyPairIds_quantity :: Lens' KeyPairIds Int Source #
The number of key pair identifiers in the list.