[ aws . opensearch ]

describe-reserved-instance-offerings

Description

Lists available reserved OpenSearch instance offerings.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  describe-reserved-instance-offerings
[--reserved-instance-offering-id <value>]
[--max-results <value>]
[--next-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--reserved-instance-offering-id (string)

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

--max-results (integer)

Set this value to limit the number of results returned. If not specified, defaults to 100.

--next-token (string)

Provides an identifier to allow retrieval of paginated results.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.

See ‘aws help’ for descriptions of global parameters.

Output

NextToken -> (string)

Provides an identifier to allow retrieval of paginated results.

ReservedInstanceOfferings -> (list)

List of reserved OpenSearch instance offerings

(structure)

Details of a reserved OpenSearch instance offering.

ReservedInstanceOfferingId -> (string)

The OpenSearch reserved instance offering identifier.

InstanceType -> (string)

The OpenSearch instance type offered by the reserved instance offering.

Duration -> (integer)

The duration, in seconds, for which the offering will reserve the OpenSearch instance.

FixedPrice -> (double)

The upfront fixed charge you will pay to purchase the specific reserved OpenSearch instance offering.

UsagePrice -> (double)

The rate you are charged for each hour the domain that is using the offering is running.

CurrencyCode -> (string)

The currency code for the reserved OpenSearch instance offering.

PaymentOption -> (string)

Payment option for the reserved OpenSearch instance offering

RecurringCharges -> (list)

The charge to your account regardless of whether you are creating any domains using the instance offering.

(structure)

Contains the specific price and frequency of a recurring charges for a reserved OpenSearch instance, or for a reserved OpenSearch instance offering.

RecurringChargeAmount -> (double)

The monetary amount of the recurring charge.

RecurringChargeFrequency -> (string)

The frequency of the recurring charge.