Smaws_Client_Shield.DeleteSubscription
Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.
val request :
Smaws_Lib.Context.t ->
Types.delete_subscription_request ->
(Types.delete_subscription_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `LockedSubscriptionException of Types.locked_subscription_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result