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.
ACTIVEorINACTIVE.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.
ACTIVEorINACTIVE.GatewayInstanceArn (string) –
The ARN of the instance that was updated.
Exceptions
MediaConnect.Client.exceptions.BadRequestExceptionMediaConnect.Client.exceptions.TooManyRequestsExceptionMediaConnect.Client.exceptions.ConflictExceptionMediaConnect.Client.exceptions.ForbiddenExceptionMediaConnect.Client.exceptions.InternalServerErrorExceptionMediaConnect.Client.exceptions.NotFoundExceptionMediaConnect.Client.exceptions.ServiceUnavailableException