//go:build no_runtime_type_checking package awscodepipeline // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnCustomActionType) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCustomActionType) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnCustomActionType_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnCustomActionType_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnCustomActionType_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetCategoryParameters(val *string) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetConfigurationPropertiesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetInputArtifactDetailsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetOutputArtifactDetailsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetProviderParameters(val *string) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetSettingsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func (j *jsiiProxy_CfnCustomActionType) validateSetVersionParameters(val *string) error { return nil } func validateNewCfnCustomActionTypeParameters(scope constructs.Construct, id *string, props *CfnCustomActionTypeProps) error { return nil }