summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/NimbleStudio
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/NimbleStudio
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/NimbleStudio')
-rw-r--r--vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php103
2 files changed, 112 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php b/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php
new file mode 100644
index 0000000..9ad9d9c
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\NimbleStudio\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AmazonNimbleStudio** service.
+ */
+class NimbleStudioException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php b/vendor/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php
new file mode 100644
index 0000000..de78cd5
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php
@@ -0,0 +1,103 @@
+<?php
+namespace Aws\NimbleStudio;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AmazonNimbleStudio** service.
+ * @method \Aws\Result acceptEulas(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise acceptEulasAsync(array $args = [])
+ * @method \Aws\Result createLaunchProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createLaunchProfileAsync(array $args = [])
+ * @method \Aws\Result createStreamingImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createStreamingImageAsync(array $args = [])
+ * @method \Aws\Result createStreamingSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createStreamingSessionAsync(array $args = [])
+ * @method \Aws\Result createStreamingSessionStream(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createStreamingSessionStreamAsync(array $args = [])
+ * @method \Aws\Result createStudio(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createStudioAsync(array $args = [])
+ * @method \Aws\Result createStudioComponent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createStudioComponentAsync(array $args = [])
+ * @method \Aws\Result deleteLaunchProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteLaunchProfileAsync(array $args = [])
+ * @method \Aws\Result deleteLaunchProfileMember(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteLaunchProfileMemberAsync(array $args = [])
+ * @method \Aws\Result deleteStreamingImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteStreamingImageAsync(array $args = [])
+ * @method \Aws\Result deleteStreamingSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteStreamingSessionAsync(array $args = [])
+ * @method \Aws\Result deleteStudio(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteStudioAsync(array $args = [])
+ * @method \Aws\Result deleteStudioComponent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteStudioComponentAsync(array $args = [])
+ * @method \Aws\Result deleteStudioMember(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteStudioMemberAsync(array $args = [])
+ * @method \Aws\Result getEula(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEulaAsync(array $args = [])
+ * @method \Aws\Result getLaunchProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLaunchProfileAsync(array $args = [])
+ * @method \Aws\Result getLaunchProfileDetails(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLaunchProfileDetailsAsync(array $args = [])
+ * @method \Aws\Result getLaunchProfileInitialization(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLaunchProfileInitializationAsync(array $args = [])
+ * @method \Aws\Result getLaunchProfileMember(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLaunchProfileMemberAsync(array $args = [])
+ * @method \Aws\Result getStreamingImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStreamingImageAsync(array $args = [])
+ * @method \Aws\Result getStreamingSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStreamingSessionAsync(array $args = [])
+ * @method \Aws\Result getStreamingSessionStream(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStreamingSessionStreamAsync(array $args = [])
+ * @method \Aws\Result getStudio(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStudioAsync(array $args = [])
+ * @method \Aws\Result getStudioComponent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStudioComponentAsync(array $args = [])
+ * @method \Aws\Result getStudioMember(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStudioMemberAsync(array $args = [])
+ * @method \Aws\Result listEulaAcceptances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEulaAcceptancesAsync(array $args = [])
+ * @method \Aws\Result listEulas(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEulasAsync(array $args = [])
+ * @method \Aws\Result listLaunchProfileMembers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listLaunchProfileMembersAsync(array $args = [])
+ * @method \Aws\Result listLaunchProfiles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listLaunchProfilesAsync(array $args = [])
+ * @method \Aws\Result listStreamingImages(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStreamingImagesAsync(array $args = [])
+ * @method \Aws\Result listStreamingSessions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStreamingSessionsAsync(array $args = [])
+ * @method \Aws\Result listStudioComponents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStudioComponentsAsync(array $args = [])
+ * @method \Aws\Result listStudioMembers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStudioMembersAsync(array $args = [])
+ * @method \Aws\Result listStudios(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStudiosAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result putLaunchProfileMembers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putLaunchProfileMembersAsync(array $args = [])
+ * @method \Aws\Result putStudioMembers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putStudioMembersAsync(array $args = [])
+ * @method \Aws\Result startStreamingSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startStreamingSessionAsync(array $args = [])
+ * @method \Aws\Result startStudioSSOConfigurationRepair(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startStudioSSOConfigurationRepairAsync(array $args = [])
+ * @method \Aws\Result stopStreamingSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopStreamingSessionAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateLaunchProfile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateLaunchProfileAsync(array $args = [])
+ * @method \Aws\Result updateLaunchProfileMember(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateLaunchProfileMemberAsync(array $args = [])
+ * @method \Aws\Result updateStreamingImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateStreamingImageAsync(array $args = [])
+ * @method \Aws\Result updateStudio(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateStudioAsync(array $args = [])
+ * @method \Aws\Result updateStudioComponent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateStudioComponentAsync(array $args = [])
+ */
+class NimbleStudioClient extends AwsClient {}