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 |
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.
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.
DescribeAutoScalingNotificationTypesResponse' | |
|
Instances
Eq DescribeAutoScalingNotificationTypesResponse Source # | |
Read DescribeAutoScalingNotificationTypesResponse Source # | |
Show DescribeAutoScalingNotificationTypesResponse Source # | |
Generic DescribeAutoScalingNotificationTypesResponse Source # | |
NFData DescribeAutoScalingNotificationTypesResponse Source # | |
type Rep DescribeAutoScalingNotificationTypesResponse Source # | |
Defined in Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes type Rep DescribeAutoScalingNotificationTypesResponse = D1 ('MetaData "DescribeAutoScalingNotificationTypesResponse" "Amazonka.AutoScaling.DescribeAutoScalingNotificationTypes" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeAutoScalingNotificationTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingNotificationTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeAutoScalingNotificationTypesResponse Source #
:: 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.