acceptChannelHandshake
abstract suspend fun acceptChannelHandshake(input: AcceptChannelHandshakeRequest): AcceptChannelHandshakeResponse
Accepts a pending channel handshake request from another AWS account.
Samples
// Example for AcceptChannelHandshake
val resp = partnerCentralChannelClient.acceptChannelHandshake {
catalog = "AWS"
identifier = "ch-4fj3bd2o3vb91"
}Content copied to clipboard