libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AutoScaling.DeleteNotificationConfiguration

Description

Deletes the specified notification.

Synopsis

Creating a Request

data DeleteNotificationConfiguration Source #

See: newDeleteNotificationConfiguration smart constructor.

Constructors

DeleteNotificationConfiguration' 

Fields

Instances

Instances details
Eq DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Read DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Show DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Generic DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Associated Types

type Rep DeleteNotificationConfiguration :: Type -> Type #

NFData DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Hashable DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

AWSRequest DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

ToHeaders DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

ToPath DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

ToQuery DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfiguration = D1 ('MetaData "DeleteNotificationConfiguration" "Amazonka.AutoScaling.DeleteNotificationConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "topicARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteNotificationConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

newDeleteNotificationConfiguration Source #

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_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 #

Instances

Instances details
Eq DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Read DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Show DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

Generic DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

NFData DeleteNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfigurationResponse Source # 
Instance details

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.