Movatterモバイル変換


[0]ホーム

URL:


aws-icon SDK for PHP 3.x

Namespaces

Aws

GuzzleHttp

Psr

Packages

Aws

LambdaClient extendsAwsClient
in package

This client is used to interact with AWS Lambda

Supported API Versions

This class uses aservice description model that is associated atruntime based on theversion option given when constructing theclient. Theversion option will determine which API operations,waiters, and paginators are available for a client. Creating a command or aspecific API operation can be done using magic methods (e.g.,$client->commandName(/** parameters */), or using the$client->getCommand method of the client.

Table of Contents

Methods

__call()  : mixed
__construct()  : mixed
The client constructor accepts the following options:
__sleep()  : mixed
emitDeprecationWarning()  : mixed
execute()  : mixed
executeAsync()  : mixed
factory()  : static
getApi()  :Service
getArguments()  : array<string|int, mixed>
Get an array of client constructor arguments used by the client.
getClientBuiltIns()  : array<string|int, mixed>
Provides the set of built-in keys and valuesused for endpoint resolution
getClientContextParams()  : array<string|int, mixed>
Provides the set of service context parameterkey-value pairs used for endpoint resolution.
getCommand()  :CommandInterface
getConfig()  : mixed|null
Get a client configuration value.
getCredentials()  :PromiseInterface
Returns a promise that is fulfilled with an{@see \Aws\Credentials\CredentialsInterface} object.
getDefaultCurlOptionsMiddleware()  : callable
Provides a middleware that sets default Curl options for the command
getEndpoint()  :UriInterface
Gets the default endpoint, or base URL, used by the client.
getEndpointProvider()  : mixed
getEndpointProviderArgs()  : array<string|int, mixed>
Retrieves arguments to be used in endpoint resolution.
getHandlerList()  :HandlerList
Get the handler list used to transfer commands.
getIterator()  : mixed
getPaginator()  : mixed
getRegion()  : string
Get the region to which the client is configured to send requests.
getSignatureProvider()  : callable
Get the signature_provider function of the client.
getWaiter()  : mixed
waitUntil()  : mixed

Methods

__call()

public__call(mixed $name,array<string|int, mixed> $args) :mixed
Parameters
$name :mixed
$args :array<string|int, mixed>

__construct()

The client constructor accepts the following options:

public__construct(array<string|int, mixed> $args) :mixed
Parameters
$args :array<string|int, mixed>

Client configuration arguments.

__sleep()

public__sleep() :mixed

emitDeprecationWarning()

publicstaticemitDeprecationWarning() :mixed

execute()

publicexecute(CommandInterface $command) :mixed
Parameters
$command :CommandInterface

executeAsync()

publicexecuteAsync(CommandInterface $command) :mixed
Parameters
$command :CommandInterface

factory()

publicstaticfactory([array<string|int, mixed> $config =[] ]) :static
Parameters
$config :array<string|int, mixed> =[]
Tags
deprecated
Return values
static

getApi()

publicabstractgetApi() :Service
Return values
Service

getArguments()

Get an array of client constructor arguments used by the client.

publicstaticgetArguments() :array<string|int, mixed>
Return values
array<string|int, mixed>

getClientBuiltIns()

Provides the set of built-in keys and valuesused for endpoint resolution

publicgetClientBuiltIns() :array<string|int, mixed>
Return values
array<string|int, mixed>

getClientContextParams()

Provides the set of service context parameterkey-value pairs used for endpoint resolution.

publicgetClientContextParams() :array<string|int, mixed>
Return values
array<string|int, mixed>

getCommand()

publicabstractgetCommand(string $name[,array<string|int, mixed> $args =[] ]) :CommandInterface
Parameters
$name :string
$args :array<string|int, mixed> =[]
Return values
CommandInterface

getConfig()

Get a client configuration value.

publicgetConfig([mixed $option =null ]) :mixed|null
Parameters
$option :mixed =null

The option to retrieve. Pass null to retrieveall options.

Return values
mixed|null

getCredentials()

Returns a promise that is fulfilled with an{@see \Aws\Credentials\CredentialsInterface} object.

publicgetCredentials() :PromiseInterface

If you need the credentials synchronously, then call the wait() methodon the returned promise.

Return values
PromiseInterface

getDefaultCurlOptionsMiddleware()

Provides a middleware that sets default Curl options for the command

publicgetDefaultCurlOptionsMiddleware() :callable
Return values
callable

getEndpoint()

Gets the default endpoint, or base URL, used by the client.

publicgetEndpoint() :UriInterface
Return values
UriInterface

getEndpointProvider()

publicgetEndpointProvider() :mixed

getEndpointProviderArgs()

Retrieves arguments to be used in endpoint resolution.

publicgetEndpointProviderArgs() :array<string|int, mixed>
Return values
array<string|int, mixed>

getHandlerList()

Get the handler list used to transfer commands.

publicgetHandlerList() :HandlerList

This list can be modified to add middleware or to change the underlyinghandler used to send HTTP requests.

Return values
HandlerList

getIterator()

publicgetIterator(mixed $name[,array<string|int, mixed> $args =[] ]) :mixed
Parameters
$name :mixed
$args :array<string|int, mixed> =[]

getPaginator()

publicgetPaginator(mixed $name[,array<string|int, mixed> $args =[] ]) :mixed
Parameters
$name :mixed
$args :array<string|int, mixed> =[]

getRegion()

Get the region to which the client is configured to send requests.

publicgetRegion() :string
Return values
string

getSignatureProvider()

Get the signature_provider function of the client.

publicfinalgetSignatureProvider() :callable
Return values
callable

getWaiter()

publicgetWaiter(mixed $name[,array<string|int, mixed> $args =[] ]) :mixed
Parameters
$name :mixed
$args :array<string|int, mixed> =[]

waitUntil()

publicwaitUntil(mixed $name[,array<string|int, mixed> $args =[] ]) :mixed
Parameters
$name :mixed
$args :array<string|int, mixed> =[]
On this page

    [8]ページ先頭

    ©2009-2025 Movatter.jp