/home/techb158/ileadtechnology.com/vendor/aws/aws-sdk-php/src/EventBridge
Edit: /home/techb158/ileadtechnology.com/vendor/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php (8700B)
isUseEndpointV2()) {
$stack = $this->getHandlerList();
$isCustomEndpoint = isset($args['endpoint']);
$stack->appendBuild(
EventBridgeEndpointMiddleware::wrap(
$this->getRegion(),
[
'use_fips_endpoint' =>
$this->getConfig('use_fips_endpoint')->isUseFipsEndpoint(),
'dual_stack' =>
$this->getConfig('use_dual_stack_endpoint')->isUseDualStackEndpoint(),
],
$this->getConfig('endpoint_provider'),
$isCustomEndpoint
),
'eventbridge.endpoint_middleware'
);
}
}
}