Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

DescribeReservedNodesOfferings

class MemoryDB.Paginator.DescribeReservedNodesOfferings
paginator = client.get_paginator('describe_reserved_nodes_offerings')
paginate(**kwargs)

Creates an iterator that will paginate through responses from MemoryDB.Client.describe_reserved_nodes_offerings().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    ReservedNodesOfferingId='string',
    NodeType='string',
    Duration='string',
    OfferingType='string',
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters
  • ReservedNodesOfferingId (string) -- The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
  • NodeType (string) -- The node type for the reserved nodes. For more information, see Supported node types.
  • Duration (string) -- Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.
  • OfferingType (string) -- The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"
  • PaginationConfig (dict) --

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) --

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) --

      The size of each page.

    • StartingToken (string) --

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type

dict

Returns

Response Syntax

{
    'ReservedNodesOfferings': [
        {
            'ReservedNodesOfferingId': 'string',
            'NodeType': 'string',
            'Duration': 123,
            'FixedPrice': 123.0,
            'OfferingType': 'string',
            'RecurringCharges': [
                {
                    'RecurringChargeAmount': 123.0,
                    'RecurringChargeFrequency': 'string'
                },
            ]
        },
    ]
}

Response Structure

  • (dict) --

    • ReservedNodesOfferings (list) --

      Lists available reserved node offerings.

      • (dict) --

        The offering type of this node.

        • ReservedNodesOfferingId (string) --

          The offering identifier.

        • NodeType (string) --

          The node type for the reserved nodes. For more information, see Supported node types.

        • Duration (integer) --

          The duration of the reservation in seconds.

        • FixedPrice (float) --

          The fixed price charged for this reserved node.

        • OfferingType (string) --

          The offering type of this reserved node.

        • RecurringCharges (list) --

          The recurring price charged to run this reserved node.

          • (dict) --

            The recurring charge to run this reserved node.

            • RecurringChargeAmount (float) --

              The amount of the recurring charge to run this reserved node.

            • RecurringChargeFrequency (string) --

              The frequency of the recurring price charged to run this reserved node.