ec2_get_instance_uefi_data: A binary representation of the UEFI variable store

View source: R/ec2_operations.R

ec2_get_instance_uefi_dataR Documentation

A binary representation of the UEFI variable store

Description

A binary representation of the UEFI variable store. Only non-volatile variables are stored. This is a base64 encoded and zlib compressed binary value that must be properly encoded.

See https://www.paws-r-sdk.com/docs/ec2_get_instance_uefi_data/ for full documentation.

Usage

ec2_get_instance_uefi_data(InstanceId, DryRun = NULL)

Arguments

InstanceId

[required] The ID of the instance from which to retrieve the UEFI data.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.