<?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 {}
