- Navigation Guide
@aws-sdk/client-ec2
DescribeReservedInstancesOfferingsCommandInput Interface
Members
Name | Type | Details |
---|---|---|
AvailabilityZone | string | undefined | The Availability Zone in which the Reserved Instance can be used. |
DryRun | boolean | undefined | 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 |
Filters | Filter[] | undefined | One or more filters.
|
IncludeMarketplace | boolean | undefined | Include Reserved Instance Marketplace offerings in the response. |
InstanceTenancy | Tenancy | undefined | The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of Important: The Default: |
InstanceType | _InstanceType | undefined | The instance type that the reservation will cover (for example, |
MaxDuration | number | undefined | The maximum duration (in seconds) to filter when searching for offerings. Default: 94608000 (3 years) |
MaxInstanceCount | number | undefined | The maximum number of instances to filter when searching for offerings. Default: 20 |
MaxResults | number | undefined | The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned Default: 100 |
MinDuration | number | undefined | The minimum duration (in seconds) to filter when searching for offerings. Default: 2592000 (1 month) |
NextToken | string | undefined | The token to retrieve the next page of results. |
OfferingClass | OfferingClassType | undefined | The offering class of the Reserved Instance. Can be |
OfferingType | OfferingTypeValues | undefined | The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the |
ProductDescription | RIProductDescription | undefined | The Reserved Instance product platform description. Instances that include |
ReservedInstancesOfferingIds | string[] | undefined | One or more Reserved Instances offering IDs. |
Full Signature
export interface DescribeReservedInstancesOfferingsCommandInput extends DescribeReservedInstancesOfferingsRequest