//go:build no_runtime_type_checking package awsmediaconnect // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnFlowSource) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnFlowSource) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnFlowSource_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnFlowSource_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnFlowSource_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnFlowSource) validateSetDecryptionParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnFlowSource) validateSetDescriptionParameters(val *string) error { return nil } func (j *jsiiProxy_CfnFlowSource) validateSetGatewayBridgeSourceParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnFlowSource) validateSetNameParameters(val *string) error { return nil } func validateNewCfnFlowSourceParameters(scope constructs.Construct, id *string, props *CfnFlowSourceProps) error { return nil }