| 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.DeleteNotificationConfiguration
Description
Deletes the specified notification.
Synopsis
- data DeleteNotificationConfiguration = DeleteNotificationConfiguration' {}
- newDeleteNotificationConfiguration :: Text -> Text -> DeleteNotificationConfiguration
- deleteNotificationConfiguration_autoScalingGroupName :: Lens' DeleteNotificationConfiguration Text
- deleteNotificationConfiguration_topicARN :: Lens' DeleteNotificationConfiguration Text
- data DeleteNotificationConfigurationResponse = DeleteNotificationConfigurationResponse' {
- newDeleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse
Creating a Request
data DeleteNotificationConfiguration Source #
See: newDeleteNotificationConfiguration smart constructor.
Constructors
| DeleteNotificationConfiguration' | |
Fields
| |
Instances
newDeleteNotificationConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteNotificationConfiguration |
Create a value of DeleteNotificationConfiguration 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:autoScalingGroupName:DeleteNotificationConfiguration', deleteNotificationConfiguration_autoScalingGroupName - The name of the Auto Scaling group.
$sel:topicARN:DeleteNotificationConfiguration', deleteNotificationConfiguration_topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(Amazon SNS) topic.
Request Lenses
deleteNotificationConfiguration_autoScalingGroupName :: Lens' DeleteNotificationConfiguration Text Source #
The name of the Auto Scaling group.
deleteNotificationConfiguration_topicARN :: Lens' DeleteNotificationConfiguration Text Source #
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
Destructuring the Response
data DeleteNotificationConfigurationResponse Source #
See: newDeleteNotificationConfigurationResponse smart constructor.
Constructors
| DeleteNotificationConfigurationResponse' | |
Instances
| Eq DeleteNotificationConfigurationResponse Source # | |
| Read DeleteNotificationConfigurationResponse Source # | |
| Show DeleteNotificationConfigurationResponse Source # | |
| Generic DeleteNotificationConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration Associated Types type Rep DeleteNotificationConfigurationResponse :: Type -> Type # | |
| NFData DeleteNotificationConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration Methods rnf :: DeleteNotificationConfigurationResponse -> () # | |
| type Rep DeleteNotificationConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration type Rep DeleteNotificationConfigurationResponse = D1 ('MetaData "DeleteNotificationConfigurationResponse" "Amazonka.AutoScaling.DeleteNotificationConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteNotificationConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) | |
newDeleteNotificationConfigurationResponse :: DeleteNotificationConfigurationResponse Source #
Create a value of DeleteNotificationConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.