http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cloudwatch
/
org.http4k.connect.amazon.cloudwatch.action
/
DeleteAlarms
Delete
Alarms
@
JsonSerializable
data
class
DeleteAlarms
(
val
AlarmNames
:
List
<
AlarmName
>
)
:
CloudWatchAction
<
Unit
>
(
source
)
Members
Constructors
Delete
Alarms
Link copied to clipboard
constructor
(
AlarmNames
:
List
<
AlarmName
>
)
Properties
Alarm
Names
Link copied to clipboard
val
AlarmNames
:
List
<
AlarmName
>
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Unit
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri