BackupGateway / Client / update_gateway_software_now
update_gateway_software_now#
- BackupGateway.Client.update_gateway_software_now(**kwargs)#
Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.
Note
When you make this request, you get a
200 OK
success response immediately. However, it might take some time for the update to complete.See also: AWS API Documentation
Request Syntax
response = client.update_gateway_software_now( GatewayArn='string' )
- Parameters:
GatewayArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the gateway to be updated.
- Return type:
dict
- Returns:
Response Syntax
{ 'GatewayArn': 'string' }
Response Structure
(dict) –
GatewayArn (string) –
The Amazon Resource Name (ARN) of the gateway you updated.
Exceptions
BackupGateway.Client.exceptions.ValidationException
BackupGateway.Client.exceptions.InternalServerException
BackupGateway.Client.exceptions.ResourceNotFoundException
BackupGateway.Client.exceptions.ThrottlingException