summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php b/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
index 5b25b48..f84dd5e 100644
--- a/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
+++ b/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
@@ -5,6 +5,8 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon AppStream** service.
+ * @method \Aws\Result associateAppBlockBuilderAppBlock(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateAppBlockBuilderAppBlockAsync(array $args = [])
* @method \Aws\Result associateApplicationFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateApplicationFleetAsync(array $args = [])
* @method \Aws\Result associateApplicationToEntitlement(array $args = [])
@@ -19,6 +21,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise copyImageAsync(array $args = [])
* @method \Aws\Result createAppBlock(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAppBlockAsync(array $args = [])
+ * @method \Aws\Result createAppBlockBuilder(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAppBlockBuilderAsync(array $args = [])
+ * @method \Aws\Result createAppBlockBuilderStreamingURL(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAppBlockBuilderStreamingURLAsync(array $args = [])
* @method \Aws\Result createApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
* @method \Aws\Result createDirectoryConfig(array $args = [])
@@ -43,6 +49,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
* @method \Aws\Result deleteAppBlock(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAppBlockAsync(array $args = [])
+ * @method \Aws\Result deleteAppBlockBuilder(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppBlockBuilderAsync(array $args = [])
* @method \Aws\Result deleteApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
* @method \Aws\Result deleteDirectoryConfig(array $args = [])
@@ -63,6 +71,10 @@ 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 describeAppBlockBuilderAppBlockAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppBlockBuilderAppBlockAssociationsAsync(array $args = [])
+ * @method \Aws\Result describeAppBlockBuilders(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppBlockBuildersAsync(array $args = [])
* @method \Aws\Result describeAppBlocks(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAppBlocksAsync(array $args = [])
* @method \Aws\Result describeApplicationFleetAssociations(array $args = [])
@@ -93,6 +105,8 @@ 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 disassociateAppBlockBuilderAppBlock(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateAppBlockBuilderAppBlockAsync(array $args = [])
* @method \Aws\Result disassociateApplicationFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateApplicationFleetAsync(array $args = [])
* @method \Aws\Result disassociateApplicationFromEntitlement(array $args = [])
@@ -111,10 +125,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listEntitledApplicationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result startAppBlockBuilder(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startAppBlockBuilderAsync(array $args = [])
* @method \Aws\Result startFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise startFleetAsync(array $args = [])
* @method \Aws\Result startImageBuilder(array $args = [])
* @method \GuzzleHttp\Promise\Promise startImageBuilderAsync(array $args = [])
+ * @method \Aws\Result stopAppBlockBuilder(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopAppBlockBuilderAsync(array $args = [])
* @method \Aws\Result stopFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopFleetAsync(array $args = [])
* @method \Aws\Result stopImageBuilder(array $args = [])
@@ -123,6 +141,8 @@ 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 updateAppBlockBuilder(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAppBlockBuilderAsync(array $args = [])
* @method \Aws\Result updateApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
* @method \Aws\Result updateDirectoryConfig(array $args = [])