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 |
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.