describeAutoScalingNotificationTypes    
  inline suspend fun AutoScalingClient.describeAutoScalingNotificationTypes(crossinline block: DescribeAutoScalingNotificationTypesRequest.Builder.() -> Unit): DescribeAutoScalingNotificationTypesResponse
Describes the notification types that are supported by Amazon EC2 Auto Scaling.
Samples
fun main() { 
   //sampleStart 
   // This example describes the available notification types.
val resp = autoScalingClient.describeAutoScalingNotificationTypes() 
   //sampleEnd
}