Module Smaws_Client_SNS.SetSubscriptionAttributes

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

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationErrorException of Types.authorization_error_exception | `FilterPolicyLimitExceededException of Types.filter_policy_limit_exceeded_exception | `InternalErrorException of Types.internal_error_exception | `InvalidParameterException of Types.invalid_parameter_exception | `NotFoundException of Types.not_found_exception | `ReplayLimitExceededException of Types.replay_limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.set_subscription_attributes_input -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationErrorException of Types.authorization_error_exception | `FilterPolicyLimitExceededException of Types.filter_policy_limit_exceeded_exception | `InternalErrorException of Types.internal_error_exception | `InvalidParameterException of Types.invalid_parameter_exception | `NotFoundException of Types.not_found_exception | `ReplayLimitExceededException of Types.replay_limit_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.set_subscription_attributes_input -> (Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationErrorException of Types.authorization_error_exception | `FilterPolicyLimitExceededException of Types.filter_policy_limit_exceeded_exception | `InternalErrorException of Types.internal_error_exception | `InvalidParameterException of Types.invalid_parameter_exception | `NotFoundException of Types.not_found_exception | `ReplayLimitExceededException of Types.replay_limit_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result