//go:build no_runtime_type_checking package awscdkbatchalpha // Building without runtime type checking enabled, so all the below just return nil func validateSecretPathVolume_EmptyDirParameters(options *EmptyDirVolumeOptions) error { return nil } func validateSecretPathVolume_HostPathParameters(options *HostPathVolumeOptions) error { return nil } func validateSecretPathVolume_IsSecretPathVolumeParameters(x interface{}) error { return nil } func validateSecretPathVolume_SecretParameters(options *SecretPathVolumeOptions) error { return nil } func validateNewSecretPathVolumeParameters(options *SecretPathVolumeOptions) error { return nil }