//go:build no_runtime_type_checking package awseventstargets // Building without runtime type checking enabled, so all the below just return nil func (a *jsiiProxy_ApiGateway) validateBindParameters(rule awsevents.IRule) error { return nil } func validateNewApiGatewayParameters(restApi awsapigateway.RestApi, props *ApiGatewayProps) error { return nil }