//go:build no_runtime_type_checking package awscognito // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnUserPoolResourceServer) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnUserPoolResourceServer_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnUserPoolResourceServer_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnUserPoolResourceServer_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnUserPoolResourceServer) validateSetIdentifierParameters(val *string) error { return nil } func (j *jsiiProxy_CfnUserPoolResourceServer) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnUserPoolResourceServer) validateSetScopesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnUserPoolResourceServer) validateSetUserPoolIdParameters(val *string) error { return nil } func validateNewCfnUserPoolResourceServerParameters(scope constructs.Construct, id *string, props *CfnUserPoolResourceServerProps) error { return nil }