Amazon.CloudSearch.AmazonCloudSearchClient.UpdateScalingParameters C# (CSharp) Method

UpdateScalingParameters() private method

private UpdateScalingParameters ( Amazon.CloudSearch.Model.UpdateScalingParametersRequest request ) : Amazon.CloudSearch.Model.UpdateScalingParametersResponse
request Amazon.CloudSearch.Model.UpdateScalingParametersRequest
return Amazon.CloudSearch.Model.UpdateScalingParametersResponse
        internal UpdateScalingParametersResponse UpdateScalingParameters(UpdateScalingParametersRequest request)
        {
            var marshaller = new UpdateScalingParametersRequestMarshaller();
            var unmarshaller = UpdateScalingParametersResponseUnmarshaller.Instance;

            return Invoke<UpdateScalingParametersRequest,UpdateScalingParametersResponse>(request, marshaller, unmarshaller);
        }