PartnerCentralChannelAPI / Client / accept_channel_handshake
accept_channel_handshake¶
- PartnerCentralChannelAPI.Client.accept_channel_handshake(**kwargs)¶
Accepts a pending channel handshake request from another AWS account.
See also: AWS API Documentation
Request Syntax
response = client.accept_channel_handshake( catalog='string', identifier='string' )
- Parameters:
catalog (string) –
[REQUIRED]
The catalog identifier for the handshake request.
identifier (string) –
[REQUIRED]
The unique identifier of the channel handshake to accept.
- Return type:
dict
- Returns:
Response Syntax
{ 'channelHandshakeDetail': { 'id': 'string', 'arn': 'string', 'status': 'PENDING'|'ACCEPTED'|'REJECTED'|'CANCELED'|'EXPIRED' } }
Response Structure
(dict) –
channelHandshakeDetail (dict) –
Details of the accepted channel handshake.
id (string) –
The unique identifier of the accepted handshake.
arn (string) –
The Amazon Resource Name (ARN) of the accepted handshake.
status (string) –
The current status of the accepted handshake.
Exceptions
PartnerCentralChannelAPI.Client.exceptions.ResourceNotFoundExceptionPartnerCentralChannelAPI.Client.exceptions.InternalServerExceptionPartnerCentralChannelAPI.Client.exceptions.ValidationExceptionPartnerCentralChannelAPI.Client.exceptions.ThrottlingExceptionPartnerCentralChannelAPI.Client.exceptions.AccessDeniedException