View source: R/ec2_operations.R
ec2_confirm_product_instance | R Documentation |
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)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.