public Task <AutoscalingGetAutoscalingCapacityResponse> GetAutoscalingCapacityAsync(AutoscalingGetAutoscalingCapacityRequest request, CancellationToken cancellationToken = default)
 {
     request.BeforeRequest();
     return(DoRequestAsync <AutoscalingGetAutoscalingCapacityRequest, AutoscalingGetAutoscalingCapacityResponse>(request, cancellationToken));
 }
 public AutoscalingGetAutoscalingCapacityResponse GetAutoscalingCapacity(AutoscalingGetAutoscalingCapacityRequest request)
 {
     request.BeforeRequest();
     return(DoRequest <AutoscalingGetAutoscalingCapacityRequest, AutoscalingGetAutoscalingCapacityResponse>(request));
 }