ec2_confirm_product_instance: Determines whether a product code is associated with an...

View source: R/ec2_operations.R

ec2_confirm_product_instanceR Documentation

Determines whether a product code is associated with an instance

Description

Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.

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

Usage

ec2_confirm_product_instance(InstanceId, ProductCode, DryRun = NULL)

Arguments

InstanceId

[required] The ID of the instance.

ProductCode

[required] The product code. This must be a product code that you own.

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.