PATH:
home
/
lab2454c
/
baas.elementalrock.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
aws
/
aws-sdk-php
/
src
<?php namespace Aws; /** * Represents an AWS result object that is returned from executing an operation. */ interface ResultInterface extends \ArrayAccess, \IteratorAggregate, \Countable { /** * Provides debug information about the result object * * @return string */ public function __toString(); /** * Convert the result to an array. * * @return array */ public function toArray(); /** * Check if the model contains a key by name * * @param string $name Name of the key to retrieve * * @return bool */ public function hasKey($name); /** * Get a specific key value from the result model. * * @param string $key Key to retrieve. * * @return mixed|null Value of the key or NULL if not found. */ public function get($key); /** * Returns the result of executing a JMESPath expression on the contents * of the Result model. * * $result = $client->execute($command); * $jpResult = $result->search('foo.*.bar[?baz > `10`]'); * * @param string $expression JMESPath expression to execute * * @return mixed Returns the result of the JMESPath expression. * @link http://jmespath.readthedocs.org/en/latest/ JMESPath documentation */ public function search($expression); };
[-] RetryMiddleware.php
[edit]
[+]
ClientSideMonitoring
[-] StreamRequestPayloadMiddleware.php
[edit]
[-] HasDataTrait.php
[edit]
[-] ConfigurationProviderInterface.php
[edit]
[+]
data
[-] HasMonitoringEventsTrait.php
[edit]
[-] CacheInterface.php
[edit]
[-] Sdk.php
[edit]
[-] MockHandler.php
[edit]
[-] JsonCompiler.php
[edit]
[-] HashingStream.php
[edit]
[-] PsrCacheAdapter.php
[edit]
[+]
..
[+]
Api
[+]
Exception
[-] CommandInterface.php
[edit]
[-] HandlerList.php
[edit]
[+]
DefaultsMode
[-] Waiter.php
[edit]
[+]
Multipart
[-] AbstractConfigurationProvider.php
[edit]
[-] InputValidationMiddleware.php
[edit]
[-] ResultPaginator.php
[edit]
[-] RetryMiddlewareV2.php
[edit]
[+]
Handler
[+]
EndpointDiscovery
[-] ResponseContainerInterface.php
[edit]
[-] ClientResolver.php
[edit]
[+]
Signature
[-] Command.php
[edit]
[-] History.php
[edit]
[-] Middleware.php
[edit]
[+]
Endpoint
[-] AwsClientInterface.php
[edit]
[+]
Iam
[-] Psr16CacheAdapter.php
[edit]
[-] MultiRegionClient.php
[edit]
[-] CommandPool.php
[edit]
[-] HashInterface.php
[edit]
[-] IdempotencyTokenMiddleware.php
[edit]
[-] AwsClientTrait.php
[edit]
[-] MonitoringEventsInterface.php
[edit]
[-] TraceMiddleware.php
[edit]
[-] EndpointParameterMiddleware.php
[edit]
[+]
Arn
[+]
Credentials
[-] functions.php
[edit]
[-] PresignUrlMiddleware.php
[edit]
[-] AwsClient.php
[edit]
[-] Result.php
[edit]
[-] ResultInterface.php
[edit]
[-] WrappedHttpHandler.php
[edit]
[+]
Retry
[-] PhpHash.php
[edit]
[-] LruArrayCache.php
[edit]
[-] DoctrineCacheAdapter.php
[edit]
[+]
S3