Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IoTThingsGraph/IoTThingsGraphClient.php
Строк: 104
<?php
namespace AwsIoTThingsGraph;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT Things Graph** service.
* @method AwsResult associateEntityToThing(array $args = [])
* @method GuzzleHttpPromisePromise associateEntityToThingAsync(array $args = [])
* @method AwsResult createFlowTemplate(array $args = [])
* @method GuzzleHttpPromisePromise createFlowTemplateAsync(array $args = [])
* @method AwsResult createSystemInstance(array $args = [])
* @method GuzzleHttpPromisePromise createSystemInstanceAsync(array $args = [])
* @method AwsResult createSystemTemplate(array $args = [])
* @method GuzzleHttpPromisePromise createSystemTemplateAsync(array $args = [])
* @method AwsResult deleteFlowTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deleteFlowTemplateAsync(array $args = [])
* @method AwsResult deleteNamespace(array $args = [])
* @method GuzzleHttpPromisePromise deleteNamespaceAsync(array $args = [])
* @method AwsResult deleteSystemInstance(array $args = [])
* @method GuzzleHttpPromisePromise deleteSystemInstanceAsync(array $args = [])
* @method AwsResult deleteSystemTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deleteSystemTemplateAsync(array $args = [])
* @method AwsResult deploySystemInstance(array $args = [])
* @method GuzzleHttpPromisePromise deploySystemInstanceAsync(array $args = [])
* @method AwsResult deprecateFlowTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deprecateFlowTemplateAsync(array $args = [])
* @method AwsResult deprecateSystemTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deprecateSystemTemplateAsync(array $args = [])
* @method AwsResult describeNamespace(array $args = [])
* @method GuzzleHttpPromisePromise describeNamespaceAsync(array $args = [])
* @method AwsResult dissociateEntityFromThing(array $args = [])
* @method GuzzleHttpPromisePromise dissociateEntityFromThingAsync(array $args = [])
* @method AwsResult getEntities(array $args = [])
* @method GuzzleHttpPromisePromise getEntitiesAsync(array $args = [])
* @method AwsResult getFlowTemplate(array $args = [])
* @method GuzzleHttpPromisePromise getFlowTemplateAsync(array $args = [])
* @method AwsResult getFlowTemplateRevisions(array $args = [])
* @method GuzzleHttpPromisePromise getFlowTemplateRevisionsAsync(array $args = [])
* @method AwsResult getNamespaceDeletionStatus(array $args = [])
* @method GuzzleHttpPromisePromise getNamespaceDeletionStatusAsync(array $args = [])
* @method AwsResult getSystemInstance(array $args = [])
* @method GuzzleHttpPromisePromise getSystemInstanceAsync(array $args = [])
* @method AwsResult getSystemTemplate(array $args = [])
* @method GuzzleHttpPromisePromise getSystemTemplateAsync(array $args = [])
* @method AwsResult getSystemTemplateRevisions(array $args = [])
* @method GuzzleHttpPromisePromise getSystemTemplateRevisionsAsync(array $args = [])
* @method AwsResult getUploadStatus(array $args = [])
* @method GuzzleHttpPromisePromise getUploadStatusAsync(array $args = [])
* @method AwsResult listFlowExecutionMessages(array $args = [])
* @method GuzzleHttpPromisePromise listFlowExecutionMessagesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult searchEntities(array $args = [])
* @method GuzzleHttpPromisePromise searchEntitiesAsync(array $args = [])
* @method AwsResult searchFlowExecutions(array $args = [])
* @method GuzzleHttpPromisePromise searchFlowExecutionsAsync(array $args = [])
* @method AwsResult searchFlowTemplates(array $args = [])
* @method GuzzleHttpPromisePromise searchFlowTemplatesAsync(array $args = [])
* @method AwsResult searchSystemInstances(array $args = [])
* @method GuzzleHttpPromisePromise searchSystemInstancesAsync(array $args = [])
* @method AwsResult searchSystemTemplates(array $args = [])
* @method GuzzleHttpPromisePromise searchSystemTemplatesAsync(array $args = [])
* @method AwsResult searchThings(array $args = [])
* @method GuzzleHttpPromisePromise searchThingsAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult undeploySystemInstance(array $args = [])
* @method GuzzleHttpPromisePromise undeploySystemInstanceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateFlowTemplate(array $args = [])
* @method GuzzleHttpPromisePromise updateFlowTemplateAsync(array $args = [])
* @method AwsResult updateSystemTemplate(array $args = [])
* @method GuzzleHttpPromisePromise updateSystemTemplateAsync(array $args = [])
* @method AwsResult uploadEntityDefinitions(array $args = [])
* @method GuzzleHttpPromisePromise uploadEntityDefinitionsAsync(array $args = [])
*/
class IoTThingsGraphClient extends AwsClient {}