Type aliases | ||
---|---|---|
RingPhpRequest
|
array{http_method: string, scheme: string, uri: string, query_string?: string, version?: string, headers: array<string, list<string>>, body: (string|resource|null), client?: array<string, mixed>}
|
# |
Methods | ||
---|---|---|
public
|
__construct(
string $region,
string $service,
callable|null $credentialProvider = null,
callable|null $wrappedHandler = null,
)
|
# |
public
|
__invoke(RingPhpRequest $request)
|
# |
public
static
|
assertDependenciesInstalled(): void
|
# |