//go:build no_runtime_type_checking package awscdkbatchalpha // Building without runtime type checking enabled, so all the below just return nil func validateHostPathVolume_EmptyDirParameters(options *EmptyDirVolumeOptions) error { return nil } func validateHostPathVolume_HostPathParameters(options *HostPathVolumeOptions) error { return nil } func validateHostPathVolume_IsHostPathVolumeParameters(x interface{}) error { return nil } func validateHostPathVolume_SecretParameters(options *SecretPathVolumeOptions) error { return nil } func validateNewHostPathVolumeParameters(options *HostPathVolumeOptions) error { return nil }