Smaws_Client_Shield.ListAttacks
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidOperationException of Types.invalid_operation_exception
| `InvalidParameterException of Types.invalid_parameter_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.list_attacks_request ->
(Types.list_attacks_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidOperationException of Types.invalid_operation_exception
| `InvalidParameterException of Types.invalid_parameter_exception ])
Stdlib.result