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