| 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.ElasticInference.DescribeAcceleratorTypes
Description
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
Synopsis
- data DescribeAcceleratorTypes = DescribeAcceleratorTypes' {
- newDescribeAcceleratorTypes :: DescribeAcceleratorTypes
- data DescribeAcceleratorTypesResponse = DescribeAcceleratorTypesResponse' {}
- newDescribeAcceleratorTypesResponse :: Int -> DescribeAcceleratorTypesResponse
- describeAcceleratorTypesResponse_acceleratorTypes :: Lens' DescribeAcceleratorTypesResponse (Maybe [AcceleratorType])
- describeAcceleratorTypesResponse_httpStatus :: Lens' DescribeAcceleratorTypesResponse Int
Creating a Request
data DescribeAcceleratorTypes Source #
See: newDescribeAcceleratorTypes smart constructor.
Constructors
| DescribeAcceleratorTypes' | |
Instances
newDescribeAcceleratorTypes :: DescribeAcceleratorTypes Source #
Create a value of DescribeAcceleratorTypes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeAcceleratorTypesResponse Source #
See: newDescribeAcceleratorTypesResponse smart constructor.
Constructors
| DescribeAcceleratorTypesResponse' | |
Fields
| |
Instances
newDescribeAcceleratorTypesResponse Source #
Create a value of DescribeAcceleratorTypesResponse 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:acceleratorTypes:DescribeAcceleratorTypesResponse', describeAcceleratorTypesResponse_acceleratorTypes - The available accelerator types.
$sel:httpStatus:DescribeAcceleratorTypesResponse', describeAcceleratorTypesResponse_httpStatus - The response's http status code.
Response Lenses
describeAcceleratorTypesResponse_acceleratorTypes :: Lens' DescribeAcceleratorTypesResponse (Maybe [AcceleratorType]) Source #
The available accelerator types.
describeAcceleratorTypesResponse_httpStatus :: Lens' DescribeAcceleratorTypesResponse Int Source #
The response's http status code.