//go:build no_runtime_type_checking package awscdkgameliftalpha // Building without runtime type checking enabled, so all the below just return nil func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateAddGameSessionQueueParameters(gameSessionQueue IGameSessionQueue) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricCurrentTicketsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricMatchesAcceptedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricMatchesCreatedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricMatchesPlacedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricMatchesRejectedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricPlayersStartedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (q *jsiiProxy_QueuedMatchmakingConfiguration) validateMetricTimeToMatchParameters(props *awscloudwatch.MetricOptions) error { return nil } func validateQueuedMatchmakingConfiguration_FromMatchmakingConfigurationAttributesParameters(scope constructs.Construct, id *string, attrs *MatchmakingConfigurationAttributes) error { return nil } func validateQueuedMatchmakingConfiguration_FromQueuedMatchmakingConfigurationArnParameters(scope constructs.Construct, id *string, matchmakingConfigurationArn *string) error { return nil } func validateQueuedMatchmakingConfiguration_FromQueuedMatchmakingConfigurationNameParameters(scope constructs.Construct, id *string, matchmakingConfigurationName *string) error { return nil } func validateQueuedMatchmakingConfiguration_IsConstructParameters(x interface{}) error { return nil } func validateQueuedMatchmakingConfiguration_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateQueuedMatchmakingConfiguration_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewQueuedMatchmakingConfigurationParameters(scope constructs.Construct, id *string, props *QueuedMatchmakingConfigurationProps) error { return nil }