cancelChannelHandshake
abstract suspend fun cancelChannelHandshake(input: CancelChannelHandshakeRequest): CancelChannelHandshakeResponse
Cancels a pending channel handshake request.
Samples
fun main() {
//sampleStart
// Example for CancelChannelHandshake
val resp = partnerCentralChannelClient.cancelChannelHandshake {
catalog = "AWS"
identifier = "ch-4fj3bd2o3vb91"
}
//sampleEnd
}