Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/DirectoryService/DirectoryServiceClient.php
Строк: 138
<?php
namespace AwsDirectoryService;
use AwsAwsClient;
/**
* AWS Directory Service client
*
* @method AwsResult acceptSharedDirectory(array $args = [])
* @method GuzzleHttpPromisePromise acceptSharedDirectoryAsync(array $args = [])
* @method AwsResult addIpRoutes(array $args = [])
* @method GuzzleHttpPromisePromise addIpRoutesAsync(array $args = [])
* @method AwsResult addTagsToResource(array $args = [])
* @method GuzzleHttpPromisePromise addTagsToResourceAsync(array $args = [])
* @method AwsResult cancelSchemaExtension(array $args = [])
* @method GuzzleHttpPromisePromise cancelSchemaExtensionAsync(array $args = [])
* @method AwsResult connectDirectory(array $args = [])
* @method GuzzleHttpPromisePromise connectDirectoryAsync(array $args = [])
* @method AwsResult createAlias(array $args = [])
* @method GuzzleHttpPromisePromise createAliasAsync(array $args = [])
* @method AwsResult createComputer(array $args = [])
* @method GuzzleHttpPromisePromise createComputerAsync(array $args = [])
* @method AwsResult createConditionalForwarder(array $args = [])
* @method GuzzleHttpPromisePromise createConditionalForwarderAsync(array $args = [])
* @method AwsResult createDirectory(array $args = [])
* @method GuzzleHttpPromisePromise createDirectoryAsync(array $args = [])
* @method AwsResult createLogSubscription(array $args = [])
* @method GuzzleHttpPromisePromise createLogSubscriptionAsync(array $args = [])
* @method AwsResult createMicrosoftAD(array $args = [])
* @method GuzzleHttpPromisePromise createMicrosoftADAsync(array $args = [])
* @method AwsResult createSnapshot(array $args = [])
* @method GuzzleHttpPromisePromise createSnapshotAsync(array $args = [])
* @method AwsResult createTrust(array $args = [])
* @method GuzzleHttpPromisePromise createTrustAsync(array $args = [])
* @method AwsResult deleteConditionalForwarder(array $args = [])
* @method GuzzleHttpPromisePromise deleteConditionalForwarderAsync(array $args = [])
* @method AwsResult deleteDirectory(array $args = [])
* @method GuzzleHttpPromisePromise deleteDirectoryAsync(array $args = [])
* @method AwsResult deleteLogSubscription(array $args = [])
* @method GuzzleHttpPromisePromise deleteLogSubscriptionAsync(array $args = [])
* @method AwsResult deleteSnapshot(array $args = [])
* @method GuzzleHttpPromisePromise deleteSnapshotAsync(array $args = [])
* @method AwsResult deleteTrust(array $args = [])
* @method GuzzleHttpPromisePromise deleteTrustAsync(array $args = [])
* @method AwsResult deregisterCertificate(array $args = [])
* @method GuzzleHttpPromisePromise deregisterCertificateAsync(array $args = [])
* @method AwsResult deregisterEventTopic(array $args = [])
* @method GuzzleHttpPromisePromise deregisterEventTopicAsync(array $args = [])
* @method AwsResult describeCertificate(array $args = [])
* @method GuzzleHttpPromisePromise describeCertificateAsync(array $args = [])
* @method AwsResult describeConditionalForwarders(array $args = [])
* @method GuzzleHttpPromisePromise describeConditionalForwardersAsync(array $args = [])
* @method AwsResult describeDirectories(array $args = [])
* @method GuzzleHttpPromisePromise describeDirectoriesAsync(array $args = [])
* @method AwsResult describeDomainControllers(array $args = [])
* @method GuzzleHttpPromisePromise describeDomainControllersAsync(array $args = [])
* @method AwsResult describeEventTopics(array $args = [])
* @method GuzzleHttpPromisePromise describeEventTopicsAsync(array $args = [])
* @method AwsResult describeLDAPSSettings(array $args = [])
* @method GuzzleHttpPromisePromise describeLDAPSSettingsAsync(array $args = [])
* @method AwsResult describeSharedDirectories(array $args = [])
* @method GuzzleHttpPromisePromise describeSharedDirectoriesAsync(array $args = [])
* @method AwsResult describeSnapshots(array $args = [])
* @method GuzzleHttpPromisePromise describeSnapshotsAsync(array $args = [])
* @method AwsResult describeTrusts(array $args = [])
* @method GuzzleHttpPromisePromise describeTrustsAsync(array $args = [])
* @method AwsResult disableLDAPS(array $args = [])
* @method GuzzleHttpPromisePromise disableLDAPSAsync(array $args = [])
* @method AwsResult disableRadius(array $args = [])
* @method GuzzleHttpPromisePromise disableRadiusAsync(array $args = [])
* @method AwsResult disableSso(array $args = [])
* @method GuzzleHttpPromisePromise disableSsoAsync(array $args = [])
* @method AwsResult enableLDAPS(array $args = [])
* @method GuzzleHttpPromisePromise enableLDAPSAsync(array $args = [])
* @method AwsResult enableRadius(array $args = [])
* @method GuzzleHttpPromisePromise enableRadiusAsync(array $args = [])
* @method AwsResult enableSso(array $args = [])
* @method GuzzleHttpPromisePromise enableSsoAsync(array $args = [])
* @method AwsResult getDirectoryLimits(array $args = [])
* @method GuzzleHttpPromisePromise getDirectoryLimitsAsync(array $args = [])
* @method AwsResult getSnapshotLimits(array $args = [])
* @method GuzzleHttpPromisePromise getSnapshotLimitsAsync(array $args = [])
* @method AwsResult listCertificates(array $args = [])
* @method GuzzleHttpPromisePromise listCertificatesAsync(array $args = [])
* @method AwsResult listIpRoutes(array $args = [])
* @method GuzzleHttpPromisePromise listIpRoutesAsync(array $args = [])
* @method AwsResult listLogSubscriptions(array $args = [])
* @method GuzzleHttpPromisePromise listLogSubscriptionsAsync(array $args = [])
* @method AwsResult listSchemaExtensions(array $args = [])
* @method GuzzleHttpPromisePromise listSchemaExtensionsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult registerCertificate(array $args = [])
* @method GuzzleHttpPromisePromise registerCertificateAsync(array $args = [])
* @method AwsResult registerEventTopic(array $args = [])
* @method GuzzleHttpPromisePromise registerEventTopicAsync(array $args = [])
* @method AwsResult rejectSharedDirectory(array $args = [])
* @method GuzzleHttpPromisePromise rejectSharedDirectoryAsync(array $args = [])
* @method AwsResult removeIpRoutes(array $args = [])
* @method GuzzleHttpPromisePromise removeIpRoutesAsync(array $args = [])
* @method AwsResult removeTagsFromResource(array $args = [])
* @method GuzzleHttpPromisePromise removeTagsFromResourceAsync(array $args = [])
* @method AwsResult resetUserPassword(array $args = [])
* @method GuzzleHttpPromisePromise resetUserPasswordAsync(array $args = [])
* @method AwsResult restoreFromSnapshot(array $args = [])
* @method GuzzleHttpPromisePromise restoreFromSnapshotAsync(array $args = [])
* @method AwsResult shareDirectory(array $args = [])
* @method GuzzleHttpPromisePromise shareDirectoryAsync(array $args = [])
* @method AwsResult startSchemaExtension(array $args = [])
* @method GuzzleHttpPromisePromise startSchemaExtensionAsync(array $args = [])
* @method AwsResult unshareDirectory(array $args = [])
* @method GuzzleHttpPromisePromise unshareDirectoryAsync(array $args = [])
* @method AwsResult updateConditionalForwarder(array $args = [])
* @method GuzzleHttpPromisePromise updateConditionalForwarderAsync(array $args = [])
* @method AwsResult updateNumberOfDomainControllers(array $args = [])
* @method GuzzleHttpPromisePromise updateNumberOfDomainControllersAsync(array $args = [])
* @method AwsResult updateRadius(array $args = [])
* @method GuzzleHttpPromisePromise updateRadiusAsync(array $args = [])
* @method AwsResult updateTrust(array $args = [])
* @method GuzzleHttpPromisePromise updateTrustAsync(array $args = [])
* @method AwsResult verifyTrust(array $args = [])
* @method GuzzleHttpPromisePromise verifyTrustAsync(array $args = [])
*/
class DirectoryServiceClient extends AwsClient {}