public Task <AutoscalingDeleteAutoscalingPolicyResponse> DeleteAutoscalingPolicyAsync(AutoscalingDeleteAutoscalingPolicyRequest request, CancellationToken cancellationToken = default)
 {
     request.BeforeRequest();
     return(DoRequestAsync <AutoscalingDeleteAutoscalingPolicyRequest, AutoscalingDeleteAutoscalingPolicyResponse>(request, cancellationToken));
 }
 public AutoscalingDeleteAutoscalingPolicyResponse DeleteAutoscalingPolicy(AutoscalingDeleteAutoscalingPolicyRequest request)
 {
     request.BeforeRequest();
     return(DoRequest <AutoscalingDeleteAutoscalingPolicyRequest, AutoscalingDeleteAutoscalingPolicyResponse>(request));
 }