//go:build no_runtime_type_checking

package awsiot

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

func (c *jsiiProxy_CfnCustomMetric) validateAddDeletionOverrideParameters(path *string) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateAddDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateAddDependsOnParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateAddMetadataParameters(key *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateAddOverrideParameters(path *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateGetAttParameters(attributeName *string) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateGetMetadataParameters(key *string) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateInspectParameters(inspector awscdk.TreeInspector) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateOverrideLogicalIdParameters(newLogicalId *string) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateRemoveDependencyParameters(target awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateRenderPropertiesParameters(props *map[string]interface{}) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error {
	return nil
}

func (c *jsiiProxy_CfnCustomMetric) validateValidatePropertiesParameters(_properties interface{}) error {
	return nil
}

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

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

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

func (j *jsiiProxy_CfnCustomMetric) validateSetMetricTypeParameters(val *string) error {
	return nil
}

func (j *jsiiProxy_CfnCustomMetric) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error {
	return nil
}

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