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