public Task <AutoscalingGetAutoscalingPolicyResponse> GetAutoscalingPolicyAsync(AutoscalingGetAutoscalingPolicyRequest request, CancellationToken cancellationToken = default) { request.BeforeRequest(); return(DoRequestAsync <AutoscalingGetAutoscalingPolicyRequest, AutoscalingGetAutoscalingPolicyResponse>(request, cancellationToken)); }
public AutoscalingGetAutoscalingPolicyResponse GetAutoscalingPolicy(AutoscalingGetAutoscalingPolicyRequest request) { request.BeforeRequest(); return(DoRequest <AutoscalingGetAutoscalingPolicyRequest, AutoscalingGetAutoscalingPolicyResponse>(request)); }