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.
ec2_confirm_product_instance(InstanceId, ProductCode, DryRun = NULL)
[required] The ID of the instance.
[required] The product code. This must be a product code that you own.
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
.