//go:build no_runtime_type_checking package awsapigateway // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_SpecRestApi) validateAddApiKeyParameters(id *string, options *ApiKeyOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateAddDomainNameParameters(id *string, options *DomainNameOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateAddGatewayResponseParameters(id *string, options *GatewayResponseOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateAddUsagePlanParameters(id *string, props *UsagePlanProps) error { return nil } func (s *jsiiProxy_SpecRestApi) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_SpecRestApi) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_SpecRestApi) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricCacheHitCountParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricCacheMissCountParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricClientErrorParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricCountParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricIntegrationLatencyParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricLatencyParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_SpecRestApi) validateMetricServerErrorParameters(props *awscloudwatch.MetricOptions) error { return nil } func validateSpecRestApi_IsConstructParameters(x interface{}) error { return nil } func validateSpecRestApi_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateSpecRestApi_IsResourceParameters(construct constructs.IConstruct) error { return nil } func (j *jsiiProxy_SpecRestApi) validateSetDeploymentStageParameters(val Stage) error { return nil } func validateNewSpecRestApiParameters(scope constructs.Construct, id *string, props *SpecRestApiProps) error { return nil }