/// <summary> /// Describes the specified Savings Plans rates. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeSavingsPlanRates service method.</param> /// /// <returns>The response from the DescribeSavingsPlanRates service method, as returned by SavingsPlans.</returns> /// <exception cref="Amazon.SavingsPlans.Model.ResourceNotFoundException"> /// The specified resource was not found. /// </exception> /// <exception cref="Amazon.SavingsPlans.Model.ValidationException"> /// One of the input parameters is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/DescribeSavingsPlanRates">REST API Reference for DescribeSavingsPlanRates Operation</seealso> public virtual DescribeSavingsPlanRatesResponse DescribeSavingsPlanRates(DescribeSavingsPlanRatesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeSavingsPlanRatesRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeSavingsPlanRatesResponseUnmarshaller.Instance; return(Invoke <DescribeSavingsPlanRatesResponse>(request, options)); }
/// <summary> /// Initiates the asynchronous execution of the DescribeSavingsPlanRates operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeSavingsPlanRates operation on AmazonSavingsPlansClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeSavingsPlanRates /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/DescribeSavingsPlanRates">REST API Reference for DescribeSavingsPlanRates Operation</seealso> public virtual IAsyncResult BeginDescribeSavingsPlanRates(DescribeSavingsPlanRatesRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeSavingsPlanRatesRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeSavingsPlanRatesResponseUnmarshaller.Instance; return(BeginInvoke(request, options, callback, state)); }
/// <summary> /// Describes the specified Savings Plans rates. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeSavingsPlanRates service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeSavingsPlanRates service method, as returned by SavingsPlans.</returns> /// <exception cref="Amazon.SavingsPlans.Model.ResourceNotFoundException"> /// The specified resource was not found. /// </exception> /// <exception cref="Amazon.SavingsPlans.Model.ValidationException"> /// One of the input parameters is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/DescribeSavingsPlanRates">REST API Reference for DescribeSavingsPlanRates Operation</seealso> public virtual Task <DescribeSavingsPlanRatesResponse> DescribeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeSavingsPlanRatesRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeSavingsPlanRatesResponseUnmarshaller.Instance; return(InvokeAsync <DescribeSavingsPlanRatesResponse>(request, options, cancellationToken)); }