//go:build no_runtime_type_checking package awscdkbatchalpha // Building without runtime type checking enabled, so all the below just return nil func validateRetryStrategy_OfParameters(action Action, on Reason) error { return nil } func validateNewRetryStrategyParameters(action Action, on Reason) error { return nil }