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