//go:build no_runtime_type_checking package awscdkgameliftalpha // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricCurrentTicketsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricMatchesAcceptedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricMatchesCreatedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricMatchesPlacedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricMatchesRejectedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricPlayersStartedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_StandaloneMatchmakingConfiguration) validateMetricTimeToMatchParameters(props *awscloudwatch.MetricOptions) error { return nil } func validateStandaloneMatchmakingConfiguration_FromMatchmakingConfigurationAttributesParameters(scope constructs.Construct, id *string, attrs *MatchmakingConfigurationAttributes) error { return nil } func validateStandaloneMatchmakingConfiguration_FromStandaloneMatchmakingConfigurationArnParameters(scope constructs.Construct, id *string, matchmakingConfigurationArn *string) error { return nil } func validateStandaloneMatchmakingConfiguration_FromStandaloneMatchmakingConfigurationNameParameters(scope constructs.Construct, id *string, matchmakingConfigurationName *string) error { return nil } func validateStandaloneMatchmakingConfiguration_IsConstructParameters(x interface{}) error { return nil } func validateStandaloneMatchmakingConfiguration_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateStandaloneMatchmakingConfiguration_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewStandaloneMatchmakingConfigurationParameters(scope constructs.Construct, id *string, props *StandaloneMatchmakingConfigurationProps) error { return nil }