Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/Appstream/AppstreamClient.php')
-rw-r--r--aws/aws-sdk-php/src/Appstream/AppstreamClient.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/Appstream/AppstreamClient.php b/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
index 1b5950ef..5b25b48b 100644
--- a/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
+++ b/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
@@ -5,6 +5,10 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon AppStream** service.
+ * @method \Aws\Result associateApplicationFleet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateApplicationFleetAsync(array $args = [])
+ * @method \Aws\Result associateApplicationToEntitlement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateApplicationToEntitlementAsync(array $args = [])
* @method \Aws\Result associateFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateFleetAsync(array $args = [])
* @method \Aws\Result batchAssociateUserStack(array $args = [])
@@ -13,8 +17,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise batchDisassociateUserStackAsync(array $args = [])
* @method \Aws\Result copyImage(array $args = [])
* @method \GuzzleHttp\Promise\Promise copyImageAsync(array $args = [])
+ * @method \Aws\Result createAppBlock(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAppBlockAsync(array $args = [])
+ * @method \Aws\Result createApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
* @method \Aws\Result createDirectoryConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDirectoryConfigAsync(array $args = [])
+ * @method \Aws\Result createEntitlement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createEntitlementAsync(array $args = [])
* @method \Aws\Result createFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
* @method \Aws\Result createImageBuilder(array $args = [])
@@ -31,8 +41,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createUsageReportSubscriptionAsync(array $args = [])
* @method \Aws\Result createUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
+ * @method \Aws\Result deleteAppBlock(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppBlockAsync(array $args = [])
+ * @method \Aws\Result deleteApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
* @method \Aws\Result deleteDirectoryConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDirectoryConfigAsync(array $args = [])
+ * @method \Aws\Result deleteEntitlement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEntitlementAsync(array $args = [])
* @method \Aws\Result deleteFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
* @method \Aws\Result deleteImage(array $args = [])
@@ -47,8 +63,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteUsageReportSubscriptionAsync(array $args = [])
* @method \Aws\Result deleteUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
+ * @method \Aws\Result describeAppBlocks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppBlocksAsync(array $args = [])
+ * @method \Aws\Result describeApplicationFleetAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeApplicationFleetAssociationsAsync(array $args = [])
+ * @method \Aws\Result describeApplications(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeApplicationsAsync(array $args = [])
* @method \Aws\Result describeDirectoryConfigs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDirectoryConfigsAsync(array $args = [])
+ * @method \Aws\Result describeEntitlements(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeEntitlementsAsync(array $args = [])
* @method \Aws\Result describeFleets(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFleetsAsync(array $args = [])
* @method \Aws\Result describeImageBuilders(array $args = [])
@@ -69,6 +93,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeUsersAsync(array $args = [])
* @method \Aws\Result disableUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableUserAsync(array $args = [])
+ * @method \Aws\Result disassociateApplicationFleet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateApplicationFleetAsync(array $args = [])
+ * @method \Aws\Result disassociateApplicationFromEntitlement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateApplicationFromEntitlementAsync(array $args = [])
* @method \Aws\Result disassociateFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateFleetAsync(array $args = [])
* @method \Aws\Result enableUser(array $args = [])
@@ -79,6 +107,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listAssociatedFleetsAsync(array $args = [])
* @method \Aws\Result listAssociatedStacks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssociatedStacksAsync(array $args = [])
+ * @method \Aws\Result listEntitledApplications(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEntitledApplicationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result startFleet(array $args = [])
@@ -93,8 +123,12 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
* @method \Aws\Result updateDirectoryConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDirectoryConfigAsync(array $args = [])
+ * @method \Aws\Result updateEntitlement(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateEntitlementAsync(array $args = [])
* @method \Aws\Result updateFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
* @method \Aws\Result updateImagePermissions(array $args = [])