| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SNS.SetSubscriptionAttributes
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
- data SetSubscriptionAttributes
- setSubscriptionAttributes :: Text -> Text -> SetSubscriptionAttributes
- ssaAttributeName :: Lens' SetSubscriptionAttributes Text
- ssaAttributeValue :: Lens' SetSubscriptionAttributes (Maybe Text)
- ssaSubscriptionArn :: Lens' SetSubscriptionAttributes Text
- data SetSubscriptionAttributesResponse
- setSubscriptionAttributesResponse :: SetSubscriptionAttributesResponse
Request
data SetSubscriptionAttributes Source
Instances
Request constructor
setSubscriptionAttributes Source
Arguments
| :: Text | |
| -> Text | |
| -> SetSubscriptionAttributes |
SetSubscriptionAttributes constructor.
The fields accessible through corresponding lenses are:
ssaAttributeName::TextssaAttributeValue::MaybeTextssaSubscriptionArn::Text
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.