| Did this page help you? Yes No Tell us about it... |
All Query actions share a set of common parameters that must be present in each call.
| Name | Description | Required |
|---|---|---|
|
|
Indicates the action to perform. Example: | Yes |
|
|
The API version to use, as specified in the WSDL. Example:
| Yes |
|
|
The Access Key ID for the request sender. This identifies the account which will be charged for usage of the service. The account with which the Access Key ID is associated must be signed up for Amazon EC2, or requests will not be accepted.
| Yes |
|
|
The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ. For more information, go to ISO 8601. Example:
| Yes |
|
|
The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ. Example:
| Yes |
|
|
The temporary security token obtained through a call to AWS Security Token Service. For more information, go to Using Temporary Security Credentials in the Amazon Elastic Compute Cloud User Guide. Default: None Type: String | No |
|
|
The request signature. For more information, go to Making Query Requests in the Amazon Elastic Compute Cloud User Guide. Example:
| Yes |
|
|
The hash algorithm you use to create the
request signature. Valid values:
Example: |
Yes |
|
|
The signature version you use to sign the
request. Set this value to Example: |
Yes |
![]() | Note |
|---|---|
The |
Parameter values must be URL-encoded. This is true for any Query
parameter passed to Amazon EC2 and is typically necessary in the
Signature parameter. Some
clients do this automatically, but this is not the norm.