//go:build no_runtime_type_checking package awsautoscaling // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_StepScalingAction) validateAddAdjustmentParameters(adjustment *AdjustmentTier) error { return nil } func validateStepScalingAction_IsConstructParameters(x interface{}) error { return nil } func validateNewStepScalingActionParameters(scope constructs.Construct, id *string, props *StepScalingActionProps) error { return nil }