@aws-sdk/client-medical-imaging 3.478.0 → 3.484.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 +11 -11
@@ -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 { StartDICOMImportJobRequest, StartDICOMImportJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDICOMImportJobCommandInput extends StartDICOMImportJobRequ
21
20
  */
22
21
  export interface StartDICOMImportJobCommandOutput extends StartDICOMImportJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartDICOMImportJobCommand_base: {
24
+ new (input: StartDICOMImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDICOMImportJobCommandInput, StartDICOMImportJobCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Start importing bulk data into an <code>ACTIVE</code> data store. The import job imports DICOM P10 files
@@ -82,23 +85,5 @@ export interface StartDICOMImportJobCommandOutput extends StartDICOMImportJobRes
82
85
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
83
86
  *
84
87
  */
85
- export declare class StartDICOMImportJobCommand extends $Command<StartDICOMImportJobCommandInput, StartDICOMImportJobCommandOutput, MedicalImagingClientResolvedConfig> {
86
- readonly input: StartDICOMImportJobCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: StartDICOMImportJobCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDICOMImportJobCommandInput, StartDICOMImportJobCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class StartDICOMImportJobCommand extends StartDICOMImportJobCommand_base {
104
89
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a user-specifed key and value tag to a medical imaging resource.</p>
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MedicalImagingClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_base {
89
74
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from a medical imaging resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MedicalImagingClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -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 { UpdateImageSetMetadataRequest, UpdateImageSetMetadataResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateImageSetMetadataCommandInput extends UpdateImageSetMetada
21
20
  */
22
21
  export interface UpdateImageSetMetadataCommandOutput extends UpdateImageSetMetadataResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateImageSetMetadataCommand_base: {
24
+ new (input: UpdateImageSetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput, MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update image set metadata attributes.</p>
@@ -87,23 +90,5 @@ export interface UpdateImageSetMetadataCommandOutput extends UpdateImageSetMetad
87
90
  * <p>Base exception class for all service exceptions from MedicalImaging service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdateImageSetMetadataCommand extends $Command<UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput, MedicalImagingClientResolvedConfig> {
91
- readonly input: UpdateImageSetMetadataCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateImageSetMetadataCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MedicalImagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateImageSetMetadataCommand extends UpdateImageSetMetadataCommand_base {
109
94
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CopyImageSetCommandInput extends CopyImageSetRequest {}
17
11
  export interface CopyImageSetCommandOutput
18
12
  extends CopyImageSetResponse,
19
13
  __MetadataBearer {}
20
- export declare class CopyImageSetCommand extends $Command<
21
- CopyImageSetCommandInput,
22
- CopyImageSetCommandOutput,
23
- MedicalImagingClientResolvedConfig
24
- > {
25
- readonly input: CopyImageSetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CopyImageSetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MedicalImagingClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CopyImageSetCommandInput, CopyImageSetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CopyImageSetCommand_base: {
15
+ new (
16
+ input: CopyImageSetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CopyImageSetCommandInput,
19
+ CopyImageSetCommandOutput,
20
+ MedicalImagingClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CopyImageSetCommand extends CopyImageSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateDatastoreCommandInput extends CreateDatastoreRequest {}
20
14
  export interface CreateDatastoreCommandOutput
21
15
  extends CreateDatastoreResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDatastoreCommand extends $Command<
24
- CreateDatastoreCommandInput,
25
- CreateDatastoreCommandOutput,
26
- MedicalImagingClientResolvedConfig
27
- > {
28
- readonly input: CreateDatastoreCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDatastoreCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MedicalImagingClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDatastoreCommandInput, CreateDatastoreCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDatastoreCommand_base: {
18
+ new (
19
+ input: CreateDatastoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDatastoreCommandInput,
22
+ CreateDatastoreCommandOutput,
23
+ MedicalImagingClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDatastoreCommand extends CreateDatastoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteDatastoreCommandInput extends DeleteDatastoreRequest {}
20
14
  export interface DeleteDatastoreCommandOutput
21
15
  extends DeleteDatastoreResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteDatastoreCommand extends $Command<
24
- DeleteDatastoreCommandInput,
25
- DeleteDatastoreCommandOutput,
26
- MedicalImagingClientResolvedConfig
27
- > {
28
- readonly input: DeleteDatastoreCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteDatastoreCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MedicalImagingClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteDatastoreCommand_base: {
18
+ new (
19
+ input: DeleteDatastoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteDatastoreCommandInput,
22
+ DeleteDatastoreCommandOutput,
23
+ MedicalImagingClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteDatastoreCommand extends DeleteDatastoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteImageSetCommandInput extends DeleteImageSetRequest {}
20
14
  export interface DeleteImageSetCommandOutput
21
15
  extends DeleteImageSetResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteImageSetCommand extends $Command<
24
- DeleteImageSetCommandInput,
25
- DeleteImageSetCommandOutput,
26
- MedicalImagingClientResolvedConfig
27
- > {
28
- readonly input: DeleteImageSetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteImageSetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MedicalImagingClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteImageSetCommandInput, DeleteImageSetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteImageSetCommand_base: {
18
+ new (
19
+ input: DeleteImageSetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteImageSetCommandInput,
22
+ DeleteImageSetCommandOutput,
23
+ MedicalImagingClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteImageSetCommand extends DeleteImageSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetDICOMImportJobCommandInput
21
15
  export interface GetDICOMImportJobCommandOutput
22
16
  extends GetDICOMImportJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDICOMImportJobCommand extends $Command<
25
- GetDICOMImportJobCommandInput,
26
- GetDICOMImportJobCommandOutput,
27
- MedicalImagingClientResolvedConfig
28
- > {
29
- readonly input: GetDICOMImportJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDICOMImportJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MedicalImagingClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDICOMImportJobCommandInput, GetDICOMImportJobCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDICOMImportJobCommand_base: {
19
+ new (
20
+ input: GetDICOMImportJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDICOMImportJobCommandInput,
23
+ GetDICOMImportJobCommandOutput,
24
+ MedicalImagingClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDICOMImportJobCommand extends GetDICOMImportJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetDatastoreCommandInput extends GetDatastoreRequest {}
17
11
  export interface GetDatastoreCommandOutput
18
12
  extends GetDatastoreResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetDatastoreCommand extends $Command<
21
- GetDatastoreCommandInput,
22
- GetDatastoreCommandOutput,
23
- MedicalImagingClientResolvedConfig
24
- > {
25
- readonly input: GetDatastoreCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetDatastoreCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MedicalImagingClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetDatastoreCommandInput, GetDatastoreCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetDatastoreCommand_base: {
15
+ new (
16
+ input: GetDatastoreCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetDatastoreCommandInput,
19
+ GetDatastoreCommandOutput,
20
+ MedicalImagingClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetDatastoreCommand extends GetDatastoreCommand_base {}
@@ -1,10 +1,6 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
3
  MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
4
  StreamingBlobPayloadOutputTypes,
9
5
  } from "@smithy/types";
10
6
  import {
@@ -26,19 +22,16 @@ export interface GetImageFrameCommandOutput
26
22
  __MetadataBearer {
27
23
  imageFrameBlob: StreamingBlobPayloadOutputTypes;
28
24
  }
29
- export declare class GetImageFrameCommand extends $Command<
30
- GetImageFrameCommandInput,
31
- GetImageFrameCommandOutput,
32
- MedicalImagingClientResolvedConfig
33
- > {
34
- readonly input: GetImageFrameCommandInput;
35
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
- constructor(input: GetImageFrameCommandInput);
37
- resolveMiddleware(
38
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
39
- configuration: MedicalImagingClientResolvedConfig,
40
- options?: __HttpHandlerOptions
41
- ): Handler<GetImageFrameCommandInput, GetImageFrameCommandOutput>;
42
- private serialize;
43
- private deserialize;
44
- }
25
+ declare const GetImageFrameCommand_base: {
26
+ new (
27
+ input: GetImageFrameCommandInput
28
+ ): import("@smithy/smithy-client").CommandImpl<
29
+ GetImageFrameCommandInput,
30
+ GetImageFrameCommandOutput,
31
+ MedicalImagingClientResolvedConfig,
32
+ ServiceInputTypes,
33
+ ServiceOutputTypes
34
+ >;
35
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
+ };
37
+ export declare class GetImageFrameCommand extends GetImageFrameCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MedicalImagingClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetImageSetCommandInput extends GetImageSetRequest {}
17
11
  export interface GetImageSetCommandOutput
18
12
  extends GetImageSetResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetImageSetCommand extends $Command<
21
- GetImageSetCommandInput,
22
- GetImageSetCommandOutput,
23
- MedicalImagingClientResolvedConfig
24
- > {
25
- readonly input: GetImageSetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetImageSetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MedicalImagingClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetImageSetCommandInput, GetImageSetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetImageSetCommand_base: {
15
+ new (
16
+ input: GetImageSetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetImageSetCommandInput,
19
+ GetImageSetCommandOutput,
20
+ MedicalImagingClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetImageSetCommand extends GetImageSetCommand_base {}
@@ -1,10 +1,6 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
3
  MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
4
  StreamingBlobPayloadOutputTypes,
9
5
  } from "@smithy/types";
10
6
  import {
@@ -27,19 +23,16 @@ export interface GetImageSetMetadataCommandOutput
27
23
  __MetadataBearer {
28
24
  imageSetMetadataBlob: StreamingBlobPayloadOutputTypes;
29
25
  }
30
- export declare class GetImageSetMetadataCommand extends $Command<
31
- GetImageSetMetadataCommandInput,
32
- GetImageSetMetadataCommandOutput,
33
- MedicalImagingClientResolvedConfig
34
- > {
35
- readonly input: GetImageSetMetadataCommandInput;
36
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
- constructor(input: GetImageSetMetadataCommandInput);
38
- resolveMiddleware(
39
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
40
- configuration: MedicalImagingClientResolvedConfig,
41
- options?: __HttpHandlerOptions
42
- ): Handler<GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput>;
43
- private serialize;
44
- private deserialize;
45
- }
26
+ declare const GetImageSetMetadataCommand_base: {
27
+ new (
28
+ input: GetImageSetMetadataCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetImageSetMetadataCommandInput,
31
+ GetImageSetMetadataCommandOutput,
32
+ MedicalImagingClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
36
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ };
38
+ export declare class GetImageSetMetadataCommand extends GetImageSetMetadataCommand_base {}