summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php45
1 files changed, 45 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php b/vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php
new file mode 100644
index 0000000..a09f84c
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php
@@ -0,0 +1,45 @@
+<?php
+namespace Aws\MedicalImaging;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Health Imaging** service.
+ * @method \Aws\Result copyImageSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise copyImageSetAsync(array $args = [])
+ * @method \Aws\Result createDatastore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDatastoreAsync(array $args = [])
+ * @method \Aws\Result deleteDatastore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDatastoreAsync(array $args = [])
+ * @method \Aws\Result deleteImageSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteImageSetAsync(array $args = [])
+ * @method \Aws\Result getDICOMImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDICOMImportJobAsync(array $args = [])
+ * @method \Aws\Result getDatastore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDatastoreAsync(array $args = [])
+ * @method \Aws\Result getImageFrame(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getImageFrameAsync(array $args = [])
+ * @method \Aws\Result getImageSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getImageSetAsync(array $args = [])
+ * @method \Aws\Result getImageSetMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getImageSetMetadataAsync(array $args = [])
+ * @method \Aws\Result listDICOMImportJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDICOMImportJobsAsync(array $args = [])
+ * @method \Aws\Result listDatastores(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDatastoresAsync(array $args = [])
+ * @method \Aws\Result listImageSetVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listImageSetVersionsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result searchImageSets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchImageSetsAsync(array $args = [])
+ * @method \Aws\Result startDICOMImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startDICOMImportJobAsync(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 updateImageSetMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateImageSetMetadataAsync(array $args = [])
+ */
+class MedicalImagingClient extends AwsClient {}