//go:build no_runtime_type_checking package awsappconfig // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnDeploymentStrategy) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDeploymentStrategy) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnDeploymentStrategy_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnDeploymentStrategy_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnDeploymentStrategy_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnDeploymentStrategy) validateSetDeploymentDurationInMinutesParameters(val *float64) error { return nil } func (j *jsiiProxy_CfnDeploymentStrategy) validateSetGrowthFactorParameters(val *float64) error { return nil } func (j *jsiiProxy_CfnDeploymentStrategy) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnDeploymentStrategy) validateSetReplicateToParameters(val *string) error { return nil } func (j *jsiiProxy_CfnDeploymentStrategy) validateSetTagsParameters(val *[]*CfnDeploymentStrategy_TagsProperty) error { return nil } func validateNewCfnDeploymentStrategyParameters(scope constructs.Construct, id *string, props *CfnDeploymentStrategyProps) error { return nil }