RTBFabric / Client / update_requester_gateway
update_requester_gateway¶
- RTBFabric.Client.update_requester_gateway(**kwargs)¶
- Updates a requester gateway. - See also: AWS API Documentation - Request Syntax- response = client.update_requester_gateway( clientToken='string', gatewayId='string', description='string' ) - Parameters:
- clientToken (string) – - [REQUIRED] - The unique client token. - This field is autopopulated if not provided. 
- gatewayId (string) – - [REQUIRED] - The unique identifier of the gateway. 
- description (string) – An optional description for the requester gateway. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'gatewayId': 'string', 'status': 'PENDING_CREATION'|'ACTIVE'|'PENDING_DELETION'|'DELETED'|'ERROR'|'PENDING_UPDATE'|'ISOLATED'|'PENDING_ISOLATION'|'PENDING_RESTORATION' } - Response Structure- (dict) – - gatewayId (string) – - The unique identifier of the gateway. 
- status (string) – - The status of the request. 
 
 
 - Exceptions