//go:build no_runtime_type_checking package awsstepfunctionstasks // Building without runtime type checking enabled, so all the below just return nil func (a *jsiiProxy_AthenaStopQueryExecution) validateAddBranchParameters(branch awsstepfunctions.StateGraph) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateAddCatchParameters(handler awsstepfunctions.IChainable, props *awsstepfunctions.CatchProps) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateAddChoiceParameters(condition awsstepfunctions.Condition, next awsstepfunctions.State) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateAddIteratorParameters(iteration awsstepfunctions.StateGraph) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateAddPrefixParameters(x *string) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateAddRetryParameters(props *awsstepfunctions.RetryProps) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateBindToGraphParameters(graph awsstepfunctions.StateGraph) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMakeDefaultParameters(def awsstepfunctions.State) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMakeNextParameters(next awsstepfunctions.State) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricFailedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricHeartbeatTimedOutParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricRunTimeParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricScheduledParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricScheduleTimeParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricStartedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricSucceededParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricTimeParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateMetricTimedOutParameters(props *awscloudwatch.MetricOptions) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateNextParameters(next awsstepfunctions.IChainable) error { return nil } func (a *jsiiProxy_AthenaStopQueryExecution) validateWhenBoundToGraphParameters(graph awsstepfunctions.StateGraph) error { return nil } func validateAthenaStopQueryExecution_FilterNextablesParameters(states *[]awsstepfunctions.State) error { return nil } func validateAthenaStopQueryExecution_FindReachableEndStatesParameters(start awsstepfunctions.State, options *awsstepfunctions.FindStateOptions) error { return nil } func validateAthenaStopQueryExecution_FindReachableStatesParameters(start awsstepfunctions.State, options *awsstepfunctions.FindStateOptions) error { return nil } func validateAthenaStopQueryExecution_IsConstructParameters(x interface{}) error { return nil } func validateAthenaStopQueryExecution_PrefixStatesParameters(root constructs.IConstruct, prefix *string) error { return nil } func validateNewAthenaStopQueryExecutionParameters(scope constructs.Construct, id *string, props *AthenaStopQueryExecutionProps) error { return nil }