composer update
This commit is contained in:
@@ -6,6 +6,8 @@ use Aws\AwsClient;
|
||||
/**
|
||||
* AWS Directory Service client
|
||||
*
|
||||
* @method \Aws\Result acceptSharedDirectory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise acceptSharedDirectoryAsync(array $args = [])
|
||||
* @method \Aws\Result addIpRoutes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise addIpRoutesAsync(array $args = [])
|
||||
* @method \Aws\Result addTagsToResource(array $args = [])
|
||||
@@ -22,6 +24,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise createConditionalForwarderAsync(array $args = [])
|
||||
* @method \Aws\Result createDirectory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDirectoryAsync(array $args = [])
|
||||
* @method \Aws\Result createLogSubscription(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createLogSubscriptionAsync(array $args = [])
|
||||
* @method \Aws\Result createMicrosoftAD(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createMicrosoftADAsync(array $args = [])
|
||||
* @method \Aws\Result createSnapshot(array $args = [])
|
||||
@@ -32,6 +36,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise deleteConditionalForwarderAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDirectory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDirectoryAsync(array $args = [])
|
||||
* @method \Aws\Result deleteLogSubscription(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteLogSubscriptionAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSnapshot(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
|
||||
* @method \Aws\Result deleteTrust(array $args = [])
|
||||
@@ -46,6 +52,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise describeDomainControllersAsync(array $args = [])
|
||||
* @method \Aws\Result describeEventTopics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeEventTopicsAsync(array $args = [])
|
||||
* @method \Aws\Result describeSharedDirectories(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSharedDirectoriesAsync(array $args = [])
|
||||
* @method \Aws\Result describeSnapshots(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
|
||||
* @method \Aws\Result describeTrusts(array $args = [])
|
||||
@@ -64,12 +72,16 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise getSnapshotLimitsAsync(array $args = [])
|
||||
* @method \Aws\Result listIpRoutes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listIpRoutesAsync(array $args = [])
|
||||
* @method \Aws\Result listLogSubscriptions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listLogSubscriptionsAsync(array $args = [])
|
||||
* @method \Aws\Result listSchemaExtensions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSchemaExtensionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result registerEventTopic(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise registerEventTopicAsync(array $args = [])
|
||||
* @method \Aws\Result rejectSharedDirectory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise rejectSharedDirectoryAsync(array $args = [])
|
||||
* @method \Aws\Result removeIpRoutes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeIpRoutesAsync(array $args = [])
|
||||
* @method \Aws\Result removeTagsFromResource(array $args = [])
|
||||
@@ -78,14 +90,20 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise resetUserPasswordAsync(array $args = [])
|
||||
* @method \Aws\Result restoreFromSnapshot(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise restoreFromSnapshotAsync(array $args = [])
|
||||
* @method \Aws\Result shareDirectory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise shareDirectoryAsync(array $args = [])
|
||||
* @method \Aws\Result startSchemaExtension(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startSchemaExtensionAsync(array $args = [])
|
||||
* @method \Aws\Result unshareDirectory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise unshareDirectoryAsync(array $args = [])
|
||||
* @method \Aws\Result updateConditionalForwarder(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateConditionalForwarderAsync(array $args = [])
|
||||
* @method \Aws\Result updateNumberOfDomainControllers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateNumberOfDomainControllersAsync(array $args = [])
|
||||
* @method \Aws\Result updateRadius(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateRadiusAsync(array $args = [])
|
||||
* @method \Aws\Result updateTrust(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateTrustAsync(array $args = [])
|
||||
* @method \Aws\Result verifyTrust(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyTrustAsync(array $args = [])
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user