//go:build no_runtime_type_checking package awscdk // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnPublicTypeVersion) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateAddDependencyParameters(target CfnResource) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateAddDependsOnParameters(target CfnResource) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateApplyRemovalPolicyParameters(options *RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateInspectParameters(inspector TreeInspector) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateRemoveDependencyParameters(target CfnResource) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateReplaceDependencyParameters(target CfnResource, newTarget CfnResource) error { return nil } func (c *jsiiProxy_CfnPublicTypeVersion) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnPublicTypeVersion_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnPublicTypeVersion_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnPublicTypeVersion_IsConstructParameters(x interface{}) error { return nil } func validateNewCfnPublicTypeVersionParameters(scope constructs.Construct, id *string, props *CfnPublicTypeVersionProps) error { return nil }