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