describeAutoScalingNotificationTypes
abstract suspend fun describeAutoScalingNotificationTypes(input: DescribeAutoScalingNotificationTypesRequest = DescribeAutoScalingNotificationTypesRequest { }): DescribeAutoScalingNotificationTypesResponse
Describes the notification types that are supported by Amazon EC2 Auto Scaling.
Samples
// This example describes the available notification types.
val resp = autoScalingClient.describeAutoScalingNotificationTypes()Content copied to clipboard