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 |
This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.
For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.
Lists the Availability Zones that have available AWS CloudHSM capacity.
Synopsis
- data ListAvailableZones = ListAvailableZones' {
- newListAvailableZones :: ListAvailableZones
- data ListAvailableZonesResponse = ListAvailableZonesResponse' {
- aZList :: Maybe [Text]
- httpStatus :: Int
- newListAvailableZonesResponse :: Int -> ListAvailableZonesResponse
- listAvailableZonesResponse_aZList :: Lens' ListAvailableZonesResponse (Maybe [Text])
- listAvailableZonesResponse_httpStatus :: Lens' ListAvailableZonesResponse Int
Creating a Request
data ListAvailableZones Source #
Contains the inputs for the ListAvailableZones action.
See: newListAvailableZones
smart constructor.
Instances
newListAvailableZones :: ListAvailableZones Source #
Create a value of ListAvailableZones
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data ListAvailableZonesResponse Source #
See: newListAvailableZonesResponse
smart constructor.
ListAvailableZonesResponse' | |
|
Instances
newListAvailableZonesResponse Source #
Create a value of ListAvailableZonesResponse
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:aZList:ListAvailableZonesResponse'
, listAvailableZonesResponse_aZList
- The list of Availability Zones that have available AWS CloudHSM
capacity.
$sel:httpStatus:ListAvailableZonesResponse'
, listAvailableZonesResponse_httpStatus
- The response's http status code.
Response Lenses
listAvailableZonesResponse_aZList :: Lens' ListAvailableZonesResponse (Maybe [Text]) Source #
The list of Availability Zones that have available AWS CloudHSM capacity.
listAvailableZonesResponse_httpStatus :: Lens' ListAvailableZonesResponse Int Source #
The response's http status code.