deleteAlert
Deletes an alert by its identifier. Idempotent: deleting an alert that has already been removed succeeds without error.
Samples
// The following example removes an alert from a space. Deleting an alert that has already been removed
// succeeds without error. Payloads are shown as JSON on the wire they are CBOR encoded.
val resp = cloudWatchOmniClient.deleteAlert {
spaceId = "a1b2c3d4-5e6f-4a3b-8c9d-0e1f2a3b4c5d"
alertId = "c3d4e5f67a8b4c9d8e0f1a2b3c4d5e6f"
}Content copied to clipboard