MediaConnect / Client / update_gateway_instance
update_gateway_instance¶
- MediaConnect.Client.update_gateway_instance(**kwargs)¶
- Updates an existing gateway instance. - See also: AWS API Documentation - Request Syntax- response = client.update_gateway_instance( BridgePlacement='AVAILABLE'|'LOCKED', GatewayInstanceArn='string' ) - Parameters:
- BridgePlacement (string) – The state of the instance. - ACTIVEor- INACTIVE.
- GatewayInstanceArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the gateway instance that you want to update. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'BridgePlacement': 'AVAILABLE'|'LOCKED', 'GatewayInstanceArn': 'string' } - Response Structure- (dict) – - BridgePlacement (string) – - The state of the instance. - ACTIVEor- INACTIVE.
- GatewayInstanceArn (string) – - The ARN of the instance that was updated. 
 
 
 - Exceptions