implements |
ClientFactoryInterface |
---|
Creates an OpenSearch client using Symfony HTTP Client.
Methods | ||
---|---|---|
public
|
__construct(
int $maxRetries = 0,
?LoggerInterface $logger = null,
?SigningClientFactory $awsSigningHttpClientFactory = null,
)
|
# |
public
|
create(array<string, mixed> $options): Client
|
# |
protected
|
getSigningClientFactory(): SigningClientFactory
|
# |
Properties | |||
---|---|---|---|
protected
|
int
|
$maxRetries
|
# |
protected
|
?LoggerInterface
|
$logger
|
# |
protected
|
?SigningClientFactory
|
$awsSigningHttpClientFactory
|
# |