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