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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.SetTopicAttributes

Contents

Description

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

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

Synopsis

Request

Request constructor

Request lenses

staAttributeName :: Lens' SetTopicAttributes Text Source

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

Valid values: Policy | DisplayName | DeliveryPolicy

staAttributeValue :: Lens' SetTopicAttributes (Maybe Text) Source

The new value for the attribute.

staTopicArn :: Lens' SetTopicAttributes Text Source

The ARN of the topic to modify.

Response

Response constructor