internal DescribeScalingParametersResponse DescribeScalingParameters(DescribeScalingParametersRequest request) { var marshaller = new DescribeScalingParametersRequestMarshaller(); var unmarshaller = DescribeScalingParametersResponseUnmarshaller.Instance; return(Invoke <DescribeScalingParametersRequest, DescribeScalingParametersResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the DescribeScalingParameters operation. /// <seealso cref="Amazon.CloudSearch.IAmazonCloudSearch"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeScalingParameters operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task <DescribeScalingParametersResponse> DescribeScalingParametersAsync(DescribeScalingParametersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DescribeScalingParametersRequestMarshaller(); var unmarshaller = DescribeScalingParametersResponseUnmarshaller.Instance; return(InvokeAsync <DescribeScalingParametersRequest, DescribeScalingParametersResponse>(request, marshaller, unmarshaller, cancellationToken)); }