@aws-sdk/client-medical-imaging 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/commands/CopyImageSetCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDatastoreCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteDatastoreCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteImageSetCommand.js +18 -41
  5. package/dist-cjs/commands/GetDICOMImportJobCommand.js +18 -41
  6. package/dist-cjs/commands/GetDatastoreCommand.js +18 -41
  7. package/dist-cjs/commands/GetImageFrameCommand.js +18 -41
  8. package/dist-cjs/commands/GetImageSetCommand.js +18 -41
  9. package/dist-cjs/commands/GetImageSetMetadataCommand.js +18 -41
  10. package/dist-cjs/commands/ListDICOMImportJobsCommand.js +18 -41
  11. package/dist-cjs/commands/ListDatastoresCommand.js +18 -41
  12. package/dist-cjs/commands/ListImageSetVersionsCommand.js +18 -41
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  14. package/dist-cjs/commands/SearchImageSetsCommand.js +18 -41
  15. package/dist-cjs/commands/StartDICOMImportJobCommand.js +18 -41
  16. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  17. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateImageSetMetadataCommand.js +18 -41
  19. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  20. package/dist-es/commands/CopyImageSetCommand.js +18 -41
  21. package/dist-es/commands/CreateDatastoreCommand.js +18 -41
  22. package/dist-es/commands/DeleteDatastoreCommand.js +18 -41
  23. package/dist-es/commands/DeleteImageSetCommand.js +18 -41
  24. package/dist-es/commands/GetDICOMImportJobCommand.js +18 -41
  25. package/dist-es/commands/GetDatastoreCommand.js +18 -41
  26. package/dist-es/commands/GetImageFrameCommand.js +18 -41
  27. package/dist-es/commands/GetImageSetCommand.js +18 -41
  28. package/dist-es/commands/GetImageSetMetadataCommand.js +18 -41
  29. package/dist-es/commands/ListDICOMImportJobsCommand.js +18 -41
  30. package/dist-es/commands/ListDatastoresCommand.js +18 -41
  31. package/dist-es/commands/ListImageSetVersionsCommand.js +18 -41
  32. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  33. package/dist-es/commands/SearchImageSetsCommand.js +18 -41
  34. package/dist-es/commands/StartDICOMImportJobCommand.js +18 -41
  35. package/dist-es/commands/TagResourceCommand.js +18 -41
  36. package/dist-es/commands/UntagResourceCommand.js +18 -41
  37. package/dist-es/commands/UpdateImageSetMetadataCommand.js +18 -41
  38. package/dist-es/endpoint/EndpointParameters.js +6 -0
  39. package/dist-types/commands/CopyImageSetCommand.d.ts +6 -21
  40. package/dist-types/commands/CreateDatastoreCommand.d.ts +6 -21
  41. package/dist-types/commands/DeleteDatastoreCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteImageSetCommand.d.ts +6 -21
  43. package/dist-types/commands/GetDICOMImportJobCommand.d.ts +6 -21
  44. package/dist-types/commands/GetDatastoreCommand.d.ts +6 -21
  45. package/dist-types/commands/GetImageFrameCommand.d.ts +6 -21
  46. package/dist-types/commands/GetImageSetCommand.d.ts +6 -21
  47. package/dist-types/commands/GetImageSetMetadataCommand.d.ts +6 -21
  48. package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +6 -21
  49. package/dist-types/commands/ListDatastoresCommand.d.ts +6 -21
  50. package/dist-types/commands/ListImageSetVersionsCommand.d.ts +6 -21
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/SearchImageSetsCommand.d.ts +6 -21
  53. package/dist-types/commands/StartDICOMImportJobCommand.d.ts +6 -21
  54. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  55. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  56. package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +6 -21
  57. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  58. package/dist-types/ts3.4/commands/CopyImageSetCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/CreateDatastoreCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/DeleteDatastoreCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/DeleteImageSetCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetDICOMImportJobCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/GetDatastoreCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/GetImageFrameCommand.d.ts +13 -20
  65. package/dist-types/ts3.4/commands/GetImageSetCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/GetImageSetMetadataCommand.d.ts +13 -20
  67. package/dist-types/ts3.4/commands/ListDICOMImportJobsCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/ListDatastoresCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/ListImageSetVersionsCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/SearchImageSetsCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/StartDICOMImportJobCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/UpdateImageSetMetadataCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  77. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { CopyImageSetRequest, CopyImageSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CopyImageSetCommandInput extends CopyImageSetRequest {
21
20
  */
22
21
  export interface CopyImageSetCommandOutput extends CopyImageSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CopyImageSetCommand_base: {
24
+ new (input: CopyImageSetCommandInput): import("@smithy/smithy-client").CommandImpl<CopyImageSetCommandInput, CopyImageSetCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Copy an image set.</p>
@@ -100,23 +103,5 @@ export interface CopyImageSetCommandOutput extends CopyImageSetResponse, __Metad
100
103
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
101
104
  *
102
105
  */
103
- export declare class CopyImageSetCommand extends $Command<CopyImageSetCommandInput, CopyImageSetCommandOutput, MedicalImagingClientResolvedConfig> {
104
- readonly input: CopyImageSetCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: CopyImageSetCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyImageSetCommandInput, CopyImageSetCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class CopyImageSetCommand extends CopyImageSetCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { CreateDatastoreRequest, CreateDatastoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDatastoreCommandInput extends CreateDatastoreRequest {
21
20
  */
22
21
  export interface CreateDatastoreCommandOutput extends CreateDatastoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDatastoreCommand_base: {
24
+ new (input: CreateDatastoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatastoreCommandInput, CreateDatastoreCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Create a data store.</p>
@@ -75,23 +78,5 @@ export interface CreateDatastoreCommandOutput extends CreateDatastoreResponse, _
75
78
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
76
79
  *
77
80
  */
78
- export declare class CreateDatastoreCommand extends $Command<CreateDatastoreCommandInput, CreateDatastoreCommandOutput, MedicalImagingClientResolvedConfig> {
79
- readonly input: CreateDatastoreCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: CreateDatastoreCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatastoreCommandInput, CreateDatastoreCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class CreateDatastoreCommand extends CreateDatastoreCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { DeleteDatastoreRequest, DeleteDatastoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDatastoreCommandInput extends DeleteDatastoreRequest {
21
20
  */
22
21
  export interface DeleteDatastoreCommandOutput extends DeleteDatastoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDatastoreCommand_base: {
24
+ new (input: DeleteDatastoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete a data store.</p>
@@ -73,23 +76,5 @@ export interface DeleteDatastoreCommandOutput extends DeleteDatastoreResponse, _
73
76
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteDatastoreCommand extends $Command<DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput, MedicalImagingClientResolvedConfig> {
77
- readonly input: DeleteDatastoreCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteDatastoreCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteDatastoreCommand extends DeleteDatastoreCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { DeleteImageSetRequest, DeleteImageSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteImageSetCommandInput extends DeleteImageSetRequest {
21
20
  */
22
21
  export interface DeleteImageSetCommandOutput extends DeleteImageSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteImageSetCommand_base: {
24
+ new (input: DeleteImageSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageSetCommandInput, DeleteImageSetCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete an image set.</p>
@@ -73,23 +76,5 @@ export interface DeleteImageSetCommandOutput extends DeleteImageSetResponse, __M
73
76
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteImageSetCommand extends $Command<DeleteImageSetCommandInput, DeleteImageSetCommandOutput, MedicalImagingClientResolvedConfig> {
77
- readonly input: DeleteImageSetCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteImageSetCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageSetCommandInput, DeleteImageSetCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteImageSetCommand extends DeleteImageSetCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { GetDICOMImportJobRequest, GetDICOMImportJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDICOMImportJobCommandInput extends GetDICOMImportJobRequest
21
20
  */
22
21
  export interface GetDICOMImportJobCommandOutput extends GetDICOMImportJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDICOMImportJobCommand_base: {
24
+ new (input: GetDICOMImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetDICOMImportJobCommandInput, GetDICOMImportJobCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the import job properties to learn more about the job or job progress.</p>
@@ -81,23 +84,5 @@ export interface GetDICOMImportJobCommandOutput extends GetDICOMImportJobRespons
81
84
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
82
85
  *
83
86
  */
84
- export declare class GetDICOMImportJobCommand extends $Command<GetDICOMImportJobCommandInput, GetDICOMImportJobCommandOutput, MedicalImagingClientResolvedConfig> {
85
- readonly input: GetDICOMImportJobCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: GetDICOMImportJobCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDICOMImportJobCommandInput, GetDICOMImportJobCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class GetDICOMImportJobCommand extends GetDICOMImportJobCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { GetDatastoreRequest, GetDatastoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDatastoreCommandInput extends GetDatastoreRequest {
21
20
  */
22
21
  export interface GetDatastoreCommandOutput extends GetDatastoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDatastoreCommand_base: {
24
+ new (input: GetDatastoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatastoreCommandInput, GetDatastoreCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get data store properties.</p>
@@ -74,23 +77,5 @@ export interface GetDatastoreCommandOutput extends GetDatastoreResponse, __Metad
74
77
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
75
78
  *
76
79
  */
77
- export declare class GetDatastoreCommand extends $Command<GetDatastoreCommandInput, GetDatastoreCommandOutput, MedicalImagingClientResolvedConfig> {
78
- readonly input: GetDatastoreCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: GetDatastoreCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatastoreCommandInput, GetDatastoreCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class GetDatastoreCommand extends GetDatastoreCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, StreamingBlobPayloadOutputTypes } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { GetImageFrameRequest, GetImageFrameResponse } from "../models/models_0";
6
5
  /**
@@ -22,6 +21,10 @@ export interface GetImageFrameCommandInput extends GetImageFrameRequest {
22
21
  export interface GetImageFrameCommandOutput extends Omit<GetImageFrameResponse, "imageFrameBlob">, __MetadataBearer {
23
22
  imageFrameBlob: StreamingBlobPayloadOutputTypes;
24
23
  }
24
+ declare const GetImageFrameCommand_base: {
25
+ new (input: GetImageFrameCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageFrameCommandInput, GetImageFrameCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
25
28
  /**
26
29
  * @public
27
30
  * <p>Get an image frame (pixel data) for an image set.</p>
@@ -75,23 +78,5 @@ export interface GetImageFrameCommandOutput extends Omit<GetImageFrameResponse,
75
78
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
76
79
  *
77
80
  */
78
- export declare class GetImageFrameCommand extends $Command<GetImageFrameCommandInput, GetImageFrameCommandOutput, MedicalImagingClientResolvedConfig> {
79
- readonly input: GetImageFrameCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetImageFrameCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageFrameCommandInput, GetImageFrameCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetImageFrameCommand extends GetImageFrameCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { GetImageSetRequest, GetImageSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImageSetCommandInput extends GetImageSetRequest {
21
20
  */
22
21
  export interface GetImageSetCommandOutput extends GetImageSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetImageSetCommand_base: {
24
+ new (input: GetImageSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageSetCommandInput, GetImageSetCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get image set properties.</p>
@@ -80,23 +83,5 @@ export interface GetImageSetCommandOutput extends GetImageSetResponse, __Metadat
80
83
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
81
84
  *
82
85
  */
83
- export declare class GetImageSetCommand extends $Command<GetImageSetCommandInput, GetImageSetCommandOutput, MedicalImagingClientResolvedConfig> {
84
- readonly input: GetImageSetCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: GetImageSetCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageSetCommandInput, GetImageSetCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class GetImageSetCommand extends GetImageSetCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, StreamingBlobPayloadOutputTypes } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { GetImageSetMetadataRequest, GetImageSetMetadataResponse } from "../models/models_0";
6
5
  /**
@@ -22,6 +21,10 @@ export interface GetImageSetMetadataCommandInput extends GetImageSetMetadataRequ
22
21
  export interface GetImageSetMetadataCommandOutput extends Omit<GetImageSetMetadataResponse, "imageSetMetadataBlob">, __MetadataBearer {
23
22
  imageSetMetadataBlob: StreamingBlobPayloadOutputTypes;
24
23
  }
24
+ declare const GetImageSetMetadataCommand_base: {
25
+ new (input: GetImageSetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
25
28
  /**
26
29
  * @public
27
30
  * <p>Get metadata attributes for an image set.</p>
@@ -74,23 +77,5 @@ export interface GetImageSetMetadataCommandOutput extends Omit<GetImageSetMetada
74
77
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
75
78
  *
76
79
  */
77
- export declare class GetImageSetMetadataCommand extends $Command<GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput, MedicalImagingClientResolvedConfig> {
78
- readonly input: GetImageSetMetadataCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: GetImageSetMetadataCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class GetImageSetMetadataCommand extends GetImageSetMetadataCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { ListDICOMImportJobsRequest, ListDICOMImportJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDICOMImportJobsCommandInput extends ListDICOMImportJobsRequ
21
20
  */
22
21
  export interface ListDICOMImportJobsCommandOutput extends ListDICOMImportJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDICOMImportJobsCommand_base: {
24
+ new (input: ListDICOMImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDICOMImportJobsCommandInput, ListDICOMImportJobsCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List import jobs created for a specific data store.</p>
@@ -84,23 +87,5 @@ export interface ListDICOMImportJobsCommandOutput extends ListDICOMImportJobsRes
84
87
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
85
88
  *
86
89
  */
87
- export declare class ListDICOMImportJobsCommand extends $Command<ListDICOMImportJobsCommandInput, ListDICOMImportJobsCommandOutput, MedicalImagingClientResolvedConfig> {
88
- readonly input: ListDICOMImportJobsCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListDICOMImportJobsCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDICOMImportJobsCommandInput, ListDICOMImportJobsCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListDICOMImportJobsCommand extends ListDICOMImportJobsCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { ListDatastoresRequest, ListDatastoresResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDatastoresCommandInput extends ListDatastoresRequest {
21
20
  */
22
21
  export interface ListDatastoresCommandOutput extends ListDatastoresResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDatastoresCommand_base: {
24
+ new (input: ListDatastoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatastoresCommandInput, ListDatastoresCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List data stores.</p>
@@ -75,23 +78,5 @@ export interface ListDatastoresCommandOutput extends ListDatastoresResponse, __M
75
78
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
76
79
  *
77
80
  */
78
- export declare class ListDatastoresCommand extends $Command<ListDatastoresCommandInput, ListDatastoresCommandOutput, MedicalImagingClientResolvedConfig> {
79
- readonly input: ListDatastoresCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListDatastoresCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatastoresCommandInput, ListDatastoresCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListDatastoresCommand extends ListDatastoresCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { ListImageSetVersionsRequest, ListImageSetVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListImageSetVersionsCommandInput extends ListImageSetVersionsRe
21
20
  */
22
21
  export interface ListImageSetVersionsCommandOutput extends ListImageSetVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListImageSetVersionsCommand_base: {
24
+ new (input: ListImageSetVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageSetVersionsCommandInput, ListImageSetVersionsCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List image set versions.</p>
@@ -84,23 +87,5 @@ export interface ListImageSetVersionsCommandOutput extends ListImageSetVersionsR
84
87
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
85
88
  *
86
89
  */
87
- export declare class ListImageSetVersionsCommand extends $Command<ListImageSetVersionsCommandInput, ListImageSetVersionsCommandOutput, MedicalImagingClientResolvedConfig> {
88
- readonly input: ListImageSetVersionsCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListImageSetVersionsCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageSetVersionsCommandInput, ListImageSetVersionsCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListImageSetVersionsCommand extends ListImageSetVersionsCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all tags associated with a medical imaging resource.</p>
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
71
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MedicalImagingClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
5
4
  import { SearchImageSetsRequest, SearchImageSetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchImageSetsCommandInput extends SearchImageSetsRequest {
21
20
  */
22
21
  export interface SearchImageSetsCommandOutput extends SearchImageSetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchImageSetsCommand_base: {
24
+ new (input: SearchImageSetsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchImageSetsCommandInput, SearchImageSetsCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Search image sets based on defined input attributes.</p>
@@ -122,23 +125,5 @@ export interface SearchImageSetsCommandOutput extends SearchImageSetsResponse, _
122
125
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
123
126
  *
124
127
  */
125
- export declare class SearchImageSetsCommand extends $Command<SearchImageSetsCommandInput, SearchImageSetsCommandOutput, MedicalImagingClientResolvedConfig> {
126
- readonly input: SearchImageSetsCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: SearchImageSetsCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchImageSetsCommandInput, SearchImageSetsCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class SearchImageSetsCommand extends SearchImageSetsCommand_base {
144
129
  }