//go:build no_runtime_type_checking

package awscdkapigatewayv2alpha

// Building without runtime type checking enabled, so all the below just return nil

func (h *jsiiProxy_HttpStage) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateGetResourceNameAttributeParameters(nameAttr *string) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricClientErrorParameters(props *awscloudwatch.MetricOptions) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricCountParameters(props *awscloudwatch.MetricOptions) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricDataProcessedParameters(props *awscloudwatch.MetricOptions) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricIntegrationLatencyParameters(props *awscloudwatch.MetricOptions) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricLatencyParameters(props *awscloudwatch.MetricOptions) error {
	return nil
}

func (h *jsiiProxy_HttpStage) validateMetricServerErrorParameters(props *awscloudwatch.MetricOptions) error {
	return nil
}

func validateHttpStage_FromHttpStageAttributesParameters(scope constructs.Construct, id *string, attrs *HttpStageAttributes) error {
	return nil
}

func validateHttpStage_IsConstructParameters(x interface{}) error {
	return nil
}

func validateHttpStage_IsOwnedResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateHttpStage_IsResourceParameters(construct constructs.IConstruct) error {
	return nil
}

func validateNewHttpStageParameters(scope constructs.Construct, id *string, props *HttpStageProps) error {
	return nil
}