| 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.AutoScaling.DescribeAutoScalingNotificationTypes
Description
Describes the notification types that are supported by Amazon EC2 Auto Scaling.
Synopsis
- data DescribeAutoScalingNotificationTypes = DescribeAutoScalingNotificationTypes' {
- newDescribeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes
- data DescribeAutoScalingNotificationTypesResponse = DescribeAutoScalingNotificationTypesResponse' {}
- newDescribeAutoScalingNotificationTypesResponse :: Int -> DescribeAutoScalingNotificationTypesResponse
- describeAutoScalingNotificationTypesResponse_autoScalingNotificationTypes :: Lens' DescribeAutoScalingNotificationTypesResponse (Maybe [Text])
- describeAutoScalingNotificationTypesResponse_httpStatus :: Lens' DescribeAutoScalingNotificationTypesResponse Int
Creating a Request
data DescribeAutoScalingNotificationTypes Source #
See: newDescribeAutoScalingNotificationTypes smart constructor.
Constructors
| DescribeAutoScalingNotificationTypes' | |
Instances
newDescribeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes Source #
Create a value of DescribeAutoScalingNotificationTypes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DescribeAutoScalingNotificationTypesResponse Source #
See: newDescribeAutoScalingNotificationTypesResponse smart constructor.
Constructors
| DescribeAutoScalingNotificationTypesResponse' | |
Fields
| |
Instances
newDescribeAutoScalingNotificationTypesResponse Source #
Arguments
| :: Int |
|
| -> DescribeAutoScalingNotificationTypesResponse |
Create a value of DescribeAutoScalingNotificationTypesResponse 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:autoScalingNotificationTypes:DescribeAutoScalingNotificationTypesResponse', describeAutoScalingNotificationTypesResponse_autoScalingNotificationTypes - The notification types.
$sel:httpStatus:DescribeAutoScalingNotificationTypesResponse', describeAutoScalingNotificationTypesResponse_httpStatus - The response's http status code.
Response Lenses
describeAutoScalingNotificationTypesResponse_autoScalingNotificationTypes :: Lens' DescribeAutoScalingNotificationTypesResponse (Maybe [Text]) Source #
The notification types.
describeAutoScalingNotificationTypesResponse_httpStatus :: Lens' DescribeAutoScalingNotificationTypesResponse Int Source #
The response's http status code.