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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the gateway to be updated.
{
'GatewayArn': 'string'
}
Response Structure
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