summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/MainframeModernization
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/MainframeModernization
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/MainframeModernization')
-rw-r--r--vendor/aws/aws-sdk-php/src/MainframeModernization/Exception/MainframeModernizationException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/MainframeModernization/MainframeModernizationClient.php73
2 files changed, 82 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/MainframeModernization/Exception/MainframeModernizationException.php b/vendor/aws/aws-sdk-php/src/MainframeModernization/Exception/MainframeModernizationException.php
new file mode 100644
index 0000000..f684cc7
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/MainframeModernization/Exception/MainframeModernizationException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\MainframeModernization\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWSMainframeModernization** service.
+ */
+class MainframeModernizationException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/MainframeModernization/MainframeModernizationClient.php b/vendor/aws/aws-sdk-php/src/MainframeModernization/MainframeModernizationClient.php
new file mode 100644
index 0000000..9b17513
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/MainframeModernization/MainframeModernizationClient.php
@@ -0,0 +1,73 @@
+<?php
+namespace Aws\MainframeModernization;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWSMainframeModernization** service.
+ * @method \Aws\Result cancelBatchJobExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise cancelBatchJobExecutionAsync(array $args = [])
+ * @method \Aws\Result createApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
+ * @method \Aws\Result createDataSetImportTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDataSetImportTaskAsync(array $args = [])
+ * @method \Aws\Result createDeployment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
+ * @method \Aws\Result createEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
+ * @method \Aws\Result deleteApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
+ * @method \Aws\Result deleteApplicationFromEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteApplicationFromEnvironmentAsync(array $args = [])
+ * @method \Aws\Result deleteEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
+ * @method \Aws\Result getApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
+ * @method \Aws\Result getApplicationVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getApplicationVersionAsync(array $args = [])
+ * @method \Aws\Result getBatchJobExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBatchJobExecutionAsync(array $args = [])
+ * @method \Aws\Result getDataSetDetails(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDataSetDetailsAsync(array $args = [])
+ * @method \Aws\Result getDataSetImportTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDataSetImportTaskAsync(array $args = [])
+ * @method \Aws\Result getDeployment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
+ * @method \Aws\Result getEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
+ * @method \Aws\Result listApplicationVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listApplicationVersionsAsync(array $args = [])
+ * @method \Aws\Result listApplications(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
+ * @method \Aws\Result listBatchJobDefinitions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBatchJobDefinitionsAsync(array $args = [])
+ * @method \Aws\Result listBatchJobExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBatchJobExecutionsAsync(array $args = [])
+ * @method \Aws\Result listDataSetImportHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDataSetImportHistoryAsync(array $args = [])
+ * @method \Aws\Result listDataSets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDataSetsAsync(array $args = [])
+ * @method \Aws\Result listDeployments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
+ * @method \Aws\Result listEngineVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEngineVersionsAsync(array $args = [])
+ * @method \Aws\Result listEnvironments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result startApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startApplicationAsync(array $args = [])
+ * @method \Aws\Result startBatchJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startBatchJobAsync(array $args = [])
+ * @method \Aws\Result stopApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopApplicationAsync(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 updateApplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
+ * @method \Aws\Result updateEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
+ */
+class MainframeModernizationClient extends AwsClient {}