//go:build !no_runtime_type_checking package awssam import ( "fmt" _jsii_ "github.com/aws/jsii-runtime-go/runtime" "github.com/aws/aws-cdk-go/awscdk/v2" "github.com/aws/constructs-go/constructs/v10" ) func (c *jsiiProxy_CfnHttpApi) validateAddDeletionOverrideParameters(path *string) error { if path == nil { return fmt.Errorf("parameter path is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateAddDependencyParameters(target awscdk.CfnResource) error { if target == nil { return fmt.Errorf("parameter target is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateAddDependsOnParameters(target awscdk.CfnResource) error { if target == nil { return fmt.Errorf("parameter target is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateAddMetadataParameters(key *string, value interface{}) error { if key == nil { return fmt.Errorf("parameter key is required, but nil was provided") } if value == nil { return fmt.Errorf("parameter value is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateAddOverrideParameters(path *string, value interface{}) error { if path == nil { return fmt.Errorf("parameter path is required, but nil was provided") } if value == nil { return fmt.Errorf("parameter value is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { if propertyPath == nil { return fmt.Errorf("parameter propertyPath is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { if propertyPath == nil { return fmt.Errorf("parameter propertyPath is required, but nil was provided") } if value == nil { return fmt.Errorf("parameter value is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { if err := _jsii_.ValidateStruct(options, func() string { return "parameter options" }); err != nil { return err } return nil } func (c *jsiiProxy_CfnHttpApi) validateGetAttParameters(attributeName *string) error { if attributeName == nil { return fmt.Errorf("parameter attributeName is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateGetMetadataParameters(key *string) error { if key == nil { return fmt.Errorf("parameter key is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateInspectParameters(inspector awscdk.TreeInspector) error { if inspector == nil { return fmt.Errorf("parameter inspector is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateOverrideLogicalIdParameters(newLogicalId *string) error { if newLogicalId == nil { return fmt.Errorf("parameter newLogicalId is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateRemoveDependencyParameters(target awscdk.CfnResource) error { if target == nil { return fmt.Errorf("parameter target is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateRenderPropertiesParameters(props *map[string]interface{}) error { if props == nil { return fmt.Errorf("parameter props is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { if target == nil { return fmt.Errorf("parameter target is required, but nil was provided") } if newTarget == nil { return fmt.Errorf("parameter newTarget is required, but nil was provided") } return nil } func (c *jsiiProxy_CfnHttpApi) validateValidatePropertiesParameters(_properties interface{}) error { if _properties == nil { return fmt.Errorf("parameter _properties is required, but nil was provided") } return nil } func validateCfnHttpApi_IsCfnElementParameters(x interface{}) error { if x == nil { return fmt.Errorf("parameter x is required, but nil was provided") } return nil } func validateCfnHttpApi_IsCfnResourceParameters(construct constructs.IConstruct) error { if construct == nil { return fmt.Errorf("parameter construct is required, but nil was provided") } return nil } func validateCfnHttpApi_IsConstructParameters(x interface{}) error { if x == nil { return fmt.Errorf("parameter x is required, but nil was provided") } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetAccessLogSettingParameters(val interface{}) error { switch val.(type) { case awscdk.IResolvable: // ok case *CfnHttpApi_AccessLogSettingProperty: val := val.(*CfnHttpApi_AccessLogSettingProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_AccessLogSettingProperty: val_ := val.(CfnHttpApi_AccessLogSettingProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: awscdk.IResolvable, *CfnHttpApi_AccessLogSettingProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetAuthParameters(val interface{}) error { switch val.(type) { case awscdk.IResolvable: // ok case *CfnHttpApi_HttpApiAuthProperty: val := val.(*CfnHttpApi_HttpApiAuthProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_HttpApiAuthProperty: val_ := val.(CfnHttpApi_HttpApiAuthProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: awscdk.IResolvable, *CfnHttpApi_HttpApiAuthProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetCorsConfigurationParameters(val interface{}) error { switch val.(type) { case *bool: // ok case bool: // ok case awscdk.IResolvable: // ok case *CfnHttpApi_CorsConfigurationObjectProperty: val := val.(*CfnHttpApi_CorsConfigurationObjectProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_CorsConfigurationObjectProperty: val_ := val.(CfnHttpApi_CorsConfigurationObjectProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: *bool, awscdk.IResolvable, *CfnHttpApi_CorsConfigurationObjectProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetDefaultRouteSettingsParameters(val interface{}) error { switch val.(type) { case awscdk.IResolvable: // ok case *CfnHttpApi_RouteSettingsProperty: val := val.(*CfnHttpApi_RouteSettingsProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_RouteSettingsProperty: val_ := val.(CfnHttpApi_RouteSettingsProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: awscdk.IResolvable, *CfnHttpApi_RouteSettingsProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetDefinitionUriParameters(val interface{}) error { switch val.(type) { case *string: // ok case string: // ok case awscdk.IResolvable: // ok case *CfnHttpApi_S3LocationProperty: val := val.(*CfnHttpApi_S3LocationProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_S3LocationProperty: val_ := val.(CfnHttpApi_S3LocationProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: *string, awscdk.IResolvable, *CfnHttpApi_S3LocationProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetDisableExecuteApiEndpointParameters(val interface{}) error { switch val.(type) { case *bool: // ok case bool: // ok case awscdk.IResolvable: // ok default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: *bool, awscdk.IResolvable; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetDomainParameters(val interface{}) error { switch val.(type) { case awscdk.IResolvable: // ok case *CfnHttpApi_HttpApiDomainConfigurationProperty: val := val.(*CfnHttpApi_HttpApiDomainConfigurationProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_HttpApiDomainConfigurationProperty: val_ := val.(CfnHttpApi_HttpApiDomainConfigurationProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: awscdk.IResolvable, *CfnHttpApi_HttpApiDomainConfigurationProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetFailOnWarningsParameters(val interface{}) error { switch val.(type) { case *bool: // ok case bool: // ok case awscdk.IResolvable: // ok default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: *bool, awscdk.IResolvable; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetRouteSettingsParameters(val interface{}) error { switch val.(type) { case awscdk.IResolvable: // ok case *CfnHttpApi_RouteSettingsProperty: val := val.(*CfnHttpApi_RouteSettingsProperty) if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } case CfnHttpApi_RouteSettingsProperty: val_ := val.(CfnHttpApi_RouteSettingsProperty) val := &val_ if err := _jsii_.ValidateStruct(val, func() string { return "parameter val" }); err != nil { return err } default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: awscdk.IResolvable, *CfnHttpApi_RouteSettingsProperty; received %#v (a %T)", val, val) } } return nil } func (j *jsiiProxy_CfnHttpApi) validateSetStageVariablesParameters(val interface{}) error { switch val.(type) { case *map[string]*string: // ok case map[string]*string: // ok case awscdk.IResolvable: // ok default: if !_jsii_.IsAnonymousProxy(val) { return fmt.Errorf("parameter val must be one of the allowed types: *map[string]*string, awscdk.IResolvable; received %#v (a %T)", val, val) } } return nil } func validateNewCfnHttpApiParameters(scope constructs.Construct, id *string, props *CfnHttpApiProps) error { if scope == nil { return fmt.Errorf("parameter scope is required, but nil was provided") } if id == nil { return fmt.Errorf("parameter id is required, but nil was provided") } if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil }