PurchaseReservedNodesOffering
Allows you to purchase a reserved node offering. Reserved nodes are not eligible for cancellation and are non-refundable.
Request Syntax
{
   "NodeCount": number,
   "ReservationId": "string",
   "ReservedNodesOfferingId": "string",
   "Tags": [ 
      { 
         "Key": "string",
         "Value": "string"
      }
   ]
}
    
      Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- NodeCount
 - 
               
The number of node instances to reserve.
Type: Integer
Required: No
 - ReservationId
 - 
               
A customer-specified identifier to track this reservation.
Type: String
Required: No
 - ReservedNodesOfferingId
 - 
               
The ID of the reserved node offering to purchase.
Type: String
Required: Yes
 - Tags
 - 
               
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
Type: Array of Tag objects
Array Members: Maximum number of 200 items.
Required: No
 
Response Syntax
{
   "ReservedNode": { 
      "ARN": "string",
      "Duration": number,
      "FixedPrice": number,
      "NodeCount": number,
      "NodeType": "string",
      "OfferingType": "string",
      "RecurringCharges": [ 
         { 
            "RecurringChargeAmount": number,
            "RecurringChargeFrequency": "string"
         }
      ],
      "ReservationId": "string",
      "ReservedNodesOfferingId": "string",
      "StartTime": number,
      "State": "string"
   }
}
    
      Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ReservedNode
 - 
               
Represents the output of a
PurchaseReservedNodesOfferingoperation.Type: ReservedNode object
 
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidParameterCombinationException
 - 
               
               
HTTP Status Code: 400
 - InvalidParameterValueException
 - 
               
               
HTTP Status Code: 400
 - ReservedNodeAlreadyExistsFault
 - 
               
You already have a reservation with the given identifier.
HTTP Status Code: 400
 - ReservedNodeQuotaExceededFault
 - 
               
The request cannot be processed because it would exceed the user's node quota.
HTTP Status Code: 400
 - ReservedNodesOfferingNotFoundFault
 - 
               
The requested node offering does not exist.
HTTP Status Code: 400
 - ServiceLinkedRoleNotFoundFault
 - 
               
               
HTTP Status Code: 400
 - TagQuotaPerResourceExceeded
 - 
               
               
HTTP Status Code: 400
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: