//go:build no_runtime_type_checking package awscodedeploy // Building without runtime type checking enabled, so all the below just return nil func (a *jsiiProxy_AllAtOnceTrafficRouting) validateBindParameters(_scope constructs.Construct) error { return nil } func validateAllAtOnceTrafficRouting_TimeBasedCanaryParameters(props *TimeBasedCanaryTrafficRoutingProps) error { return nil } func validateAllAtOnceTrafficRouting_TimeBasedLinearParameters(props *TimeBasedLinearTrafficRoutingProps) error { return nil }