amazonka-sns-0.3.6: Amazon Simple Notification Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.SetSubscriptionAttributes

Contents

Description

Allows a subscription owner to set an attribute of the topic to a new value.

http://docs.aws.amazon.com/sns/latest/api/API_SetSubscriptionAttributes.html

Synopsis

Request

Request constructor

Request lenses

ssaAttributeName :: Lens' SetSubscriptionAttributes Text Source

The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

Valid values: DeliveryPolicy | RawMessageDelivery

ssaAttributeValue :: Lens' SetSubscriptionAttributes (Maybe Text) Source

The new value for the attribute in JSON format.

ssaSubscriptionArn :: Lens' SetSubscriptionAttributes Text Source

The ARN of the subscription to modify.

Response

Response constructor