//go:build no_runtime_type_checking package awscodecommit // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnRepository) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnRepository) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRepository) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRepository) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRepository) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRepository) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnRepository) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRepository) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnRepository) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnRepository) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnRepository) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnRepository) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnRepository) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRepository) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnRepository) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRepository) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnRepository_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnRepository_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnRepository_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnRepository) validateSetCodeParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnRepository) validateSetRepositoryNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnRepository) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func (j *jsiiProxy_CfnRepository) validateSetTriggersParameters(val interface{}) error { return nil } func validateNewCfnRepositoryParameters(scope constructs.Construct, id *string, props *CfnRepositoryProps) error { return nil }