| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.KeyPairIds
Description
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.
Constructors
| KeyPairIds' | |
Instances
Arguments
| :: Int | |
| -> KeyPairIds |
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.