Lists all long-term pricing types.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
list-long-term-pricing
[--max-results <value>]
[--next-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--max-results
(integer)
The maximum number of
ListLongTermPricing
objects to return.
--next-token
(string)
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.
--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.
See ‘aws help’ for descriptions of global parameters.
LongTermPricingEntries -> (list)
Each
LongTermPricingEntry
object contains a status, ID, and other information about theLongTermPricing
type.(structure)
Each
LongTermPricingListEntry
object contains information about a long-term pricing type.LongTermPricingId -> (string)
The ID of the long-term pricing type for the device.
LongTermPricingEndDate -> (timestamp)
The end date the long-term pricing contract.
LongTermPricingStartDate -> (timestamp)
The start date of the long-term pricing contract.
LongTermPricingType -> (string)
The type of long-term pricing that was selected for the device.
CurrentActiveJob -> (string)
The current active jobs on the device the long-term pricing type.
ReplacementJob -> (string)
A new device that replaces a device that is ordered with long-term pricing.
IsLongTermPricingAutoRenew -> (boolean)
If set to
true
, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.LongTermPricingStatus -> (string)
The status of the long-term pricing type.
SnowballType -> (string)
The type of AWS Snow Family device associated with this long-term pricing job.
JobIds -> (list)
The IDs of the jobs that are associated with a long-term pricing type.
(string)
NextToken -> (string)
Because HTTP requests are stateless, this is the starting point for your next list of returned
ListLongTermPricing
list.