Skip to content

Update Gateway Software Now

backupgateway_update_gateway_software_now R Documentation

Updates the gateway virtual machine (VM) software

Description

Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.

When you make this request, you get a ⁠200 OK⁠ success response immediately. However, it might take some time for the update to complete.

Usage

backupgateway_update_gateway_software_now(GatewayArn)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway to be updated.

Value

A list with the following syntax:

list(
  GatewayArn = "string"
)

Request syntax

svc$update_gateway_software_now(
  GatewayArn = "string"
)