/
home
/
obinna
/
html
/
cravings
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Honeycode
/
Upload File
HOME
<?php namespace Aws\Honeycode; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Honeycode** service. * @method \Aws\Result getScreenData(array $args = []) * @method \GuzzleHttp\Promise\Promise getScreenDataAsync(array $args = []) * @method \Aws\Result invokeScreenAutomation(array $args = []) * @method \GuzzleHttp\Promise\Promise invokeScreenAutomationAsync(array $args = []) */ class HoneycodeClient extends AwsClient {}