//go:build no_runtime_type_checking package awscdkbatchalpha // Building without runtime type checking enabled, so all the below just return nil func validateEfsVolume_EfsParameters(options *EfsVolumeOptions) error { return nil } func validateEfsVolume_HostParameters(options *HostVolumeOptions) error { return nil } func validateEfsVolume_IsEfsVolumeParameters(x interface{}) error { return nil } func validateNewEfsVolumeParameters(options *EfsVolumeOptions) error { return nil }