@aws-sdk/client-medical-imaging 3.928.0 → 3.930.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.
- package/dist-cjs/index.js +1109 -1233
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MedicalImagingClient.js +2 -0
- package/dist-es/commands/CopyImageSetCommand.js +3 -10
- package/dist-es/commands/CreateDatastoreCommand.js +3 -9
- package/dist-es/commands/DeleteDatastoreCommand.js +3 -9
- package/dist-es/commands/DeleteImageSetCommand.js +3 -9
- package/dist-es/commands/GetDICOMImportJobCommand.js +3 -9
- package/dist-es/commands/GetDatastoreCommand.js +3 -9
- package/dist-es/commands/GetImageFrameCommand.js +3 -10
- package/dist-es/commands/GetImageSetCommand.js +3 -9
- package/dist-es/commands/GetImageSetMetadataCommand.js +3 -10
- package/dist-es/commands/ListDICOMImportJobsCommand.js +3 -9
- package/dist-es/commands/ListDatastoresCommand.js +3 -9
- package/dist-es/commands/ListImageSetVersionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/SearchImageSetsCommand.js +3 -10
- package/dist-es/commands/StartDICOMImportJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateImageSetMetadataCommand.js +3 -10
- package/dist-es/models/models_0.js +8 -144
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1055 -0
- package/dist-types/MedicalImagingClient.d.ts +10 -1
- package/dist-types/commands/CreateDatastoreCommand.d.ts +1 -0
- package/dist-types/commands/GetDatastoreCommand.d.ts +1 -0
- package/dist-types/commands/GetImageSetCommand.d.ts +2 -0
- package/dist-types/commands/SearchImageSetsCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +68 -70
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +112 -0
- package/dist-types/ts3.4/MedicalImagingClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -47
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +118 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_restJson1.js +0 -940
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -164
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -224
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CopyImageSetCommandInput, CopyImageSetCommandOutput } from "../commands/CopyImageSetCommand";
|
|
4
|
-
import { CreateDatastoreCommandInput, CreateDatastoreCommandOutput } from "../commands/CreateDatastoreCommand";
|
|
5
|
-
import { DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput } from "../commands/DeleteDatastoreCommand";
|
|
6
|
-
import { DeleteImageSetCommandInput, DeleteImageSetCommandOutput } from "../commands/DeleteImageSetCommand";
|
|
7
|
-
import { GetDatastoreCommandInput, GetDatastoreCommandOutput } from "../commands/GetDatastoreCommand";
|
|
8
|
-
import { GetDICOMImportJobCommandInput, GetDICOMImportJobCommandOutput } from "../commands/GetDICOMImportJobCommand";
|
|
9
|
-
import { GetImageFrameCommandInput, GetImageFrameCommandOutput } from "../commands/GetImageFrameCommand";
|
|
10
|
-
import { GetImageSetCommandInput, GetImageSetCommandOutput } from "../commands/GetImageSetCommand";
|
|
11
|
-
import { GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput } from "../commands/GetImageSetMetadataCommand";
|
|
12
|
-
import { ListDatastoresCommandInput, ListDatastoresCommandOutput } from "../commands/ListDatastoresCommand";
|
|
13
|
-
import { ListDICOMImportJobsCommandInput, ListDICOMImportJobsCommandOutput } from "../commands/ListDICOMImportJobsCommand";
|
|
14
|
-
import { ListImageSetVersionsCommandInput, ListImageSetVersionsCommandOutput } from "../commands/ListImageSetVersionsCommand";
|
|
15
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
16
|
-
import { SearchImageSetsCommandInput, SearchImageSetsCommandOutput } from "../commands/SearchImageSetsCommand";
|
|
17
|
-
import { StartDICOMImportJobCommandInput, StartDICOMImportJobCommandOutput } from "../commands/StartDICOMImportJobCommand";
|
|
18
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
19
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
|
-
import { UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput } from "../commands/UpdateImageSetMetadataCommand";
|
|
21
|
-
/**
|
|
22
|
-
* serializeAws_restJson1CopyImageSetCommand
|
|
23
|
-
*/
|
|
24
|
-
export declare const se_CopyImageSetCommand: (input: CopyImageSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
/**
|
|
26
|
-
* serializeAws_restJson1CreateDatastoreCommand
|
|
27
|
-
*/
|
|
28
|
-
export declare const se_CreateDatastoreCommand: (input: CreateDatastoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_restJson1DeleteDatastoreCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_DeleteDatastoreCommand: (input: DeleteDatastoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_restJson1DeleteImageSetCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_DeleteImageSetCommand: (input: DeleteImageSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_restJson1GetDatastoreCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_GetDatastoreCommand: (input: GetDatastoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1GetDICOMImportJobCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_GetDICOMImportJobCommand: (input: GetDICOMImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1GetImageFrameCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_GetImageFrameCommand: (input: GetImageFrameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1GetImageSetCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_GetImageSetCommand: (input: GetImageSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1GetImageSetMetadataCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_GetImageSetMetadataCommand: (input: GetImageSetMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1ListDatastoresCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_ListDatastoresCommand: (input: ListDatastoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1ListDICOMImportJobsCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_ListDICOMImportJobsCommand: (input: ListDICOMImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1ListImageSetVersionsCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_ListImageSetVersionsCommand: (input: ListImageSetVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restJson1SearchImageSetsCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_SearchImageSetsCommand: (input: SearchImageSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1StartDICOMImportJobCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_StartDICOMImportJobCommand: (input: StartDICOMImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1TagResourceCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1UpdateImageSetMetadataCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_UpdateImageSetMetadataCommand: (input: UpdateImageSetMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* deserializeAws_restJson1CopyImageSetCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const de_CopyImageSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyImageSetCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* deserializeAws_restJson1CreateDatastoreCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const de_CreateDatastoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatastoreCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* deserializeAws_restJson1DeleteDatastoreCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const de_DeleteDatastoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatastoreCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* deserializeAws_restJson1DeleteImageSetCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const de_DeleteImageSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageSetCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* deserializeAws_restJson1GetDatastoreCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const de_GetDatastoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatastoreCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* deserializeAws_restJson1GetDICOMImportJobCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const de_GetDICOMImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDICOMImportJobCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* deserializeAws_restJson1GetImageFrameCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const de_GetImageFrameCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetImageFrameCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* deserializeAws_restJson1GetImageSetCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const de_GetImageSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageSetCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* deserializeAws_restJson1GetImageSetMetadataCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const de_GetImageSetMetadataCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetImageSetMetadataCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* deserializeAws_restJson1ListDatastoresCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const de_ListDatastoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatastoresCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* deserializeAws_restJson1ListDICOMImportJobsCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const de_ListDICOMImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDICOMImportJobsCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* deserializeAws_restJson1ListImageSetVersionsCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const de_ListImageSetVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageSetVersionsCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* deserializeAws_restJson1SearchImageSetsCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const de_SearchImageSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchImageSetsCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* deserializeAws_restJson1StartDICOMImportJobCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const de_StartDICOMImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDICOMImportJobCommandOutput>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_restJson1UpdateImageSetMetadataCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_UpdateImageSetMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageSetMetadataCommandOutput>;
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import {
|
|
6
|
-
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
7
|
-
SerdeContext as __SerdeContext,
|
|
8
|
-
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
CopyImageSetCommandInput,
|
|
11
|
-
CopyImageSetCommandOutput,
|
|
12
|
-
} from "../commands/CopyImageSetCommand";
|
|
13
|
-
import {
|
|
14
|
-
CreateDatastoreCommandInput,
|
|
15
|
-
CreateDatastoreCommandOutput,
|
|
16
|
-
} from "../commands/CreateDatastoreCommand";
|
|
17
|
-
import {
|
|
18
|
-
DeleteDatastoreCommandInput,
|
|
19
|
-
DeleteDatastoreCommandOutput,
|
|
20
|
-
} from "../commands/DeleteDatastoreCommand";
|
|
21
|
-
import {
|
|
22
|
-
DeleteImageSetCommandInput,
|
|
23
|
-
DeleteImageSetCommandOutput,
|
|
24
|
-
} from "../commands/DeleteImageSetCommand";
|
|
25
|
-
import {
|
|
26
|
-
GetDatastoreCommandInput,
|
|
27
|
-
GetDatastoreCommandOutput,
|
|
28
|
-
} from "../commands/GetDatastoreCommand";
|
|
29
|
-
import {
|
|
30
|
-
GetDICOMImportJobCommandInput,
|
|
31
|
-
GetDICOMImportJobCommandOutput,
|
|
32
|
-
} from "../commands/GetDICOMImportJobCommand";
|
|
33
|
-
import {
|
|
34
|
-
GetImageFrameCommandInput,
|
|
35
|
-
GetImageFrameCommandOutput,
|
|
36
|
-
} from "../commands/GetImageFrameCommand";
|
|
37
|
-
import {
|
|
38
|
-
GetImageSetCommandInput,
|
|
39
|
-
GetImageSetCommandOutput,
|
|
40
|
-
} from "../commands/GetImageSetCommand";
|
|
41
|
-
import {
|
|
42
|
-
GetImageSetMetadataCommandInput,
|
|
43
|
-
GetImageSetMetadataCommandOutput,
|
|
44
|
-
} from "../commands/GetImageSetMetadataCommand";
|
|
45
|
-
import {
|
|
46
|
-
ListDatastoresCommandInput,
|
|
47
|
-
ListDatastoresCommandOutput,
|
|
48
|
-
} from "../commands/ListDatastoresCommand";
|
|
49
|
-
import {
|
|
50
|
-
ListDICOMImportJobsCommandInput,
|
|
51
|
-
ListDICOMImportJobsCommandOutput,
|
|
52
|
-
} from "../commands/ListDICOMImportJobsCommand";
|
|
53
|
-
import {
|
|
54
|
-
ListImageSetVersionsCommandInput,
|
|
55
|
-
ListImageSetVersionsCommandOutput,
|
|
56
|
-
} from "../commands/ListImageSetVersionsCommand";
|
|
57
|
-
import {
|
|
58
|
-
ListTagsForResourceCommandInput,
|
|
59
|
-
ListTagsForResourceCommandOutput,
|
|
60
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
61
|
-
import {
|
|
62
|
-
SearchImageSetsCommandInput,
|
|
63
|
-
SearchImageSetsCommandOutput,
|
|
64
|
-
} from "../commands/SearchImageSetsCommand";
|
|
65
|
-
import {
|
|
66
|
-
StartDICOMImportJobCommandInput,
|
|
67
|
-
StartDICOMImportJobCommandOutput,
|
|
68
|
-
} from "../commands/StartDICOMImportJobCommand";
|
|
69
|
-
import {
|
|
70
|
-
TagResourceCommandInput,
|
|
71
|
-
TagResourceCommandOutput,
|
|
72
|
-
} from "../commands/TagResourceCommand";
|
|
73
|
-
import {
|
|
74
|
-
UntagResourceCommandInput,
|
|
75
|
-
UntagResourceCommandOutput,
|
|
76
|
-
} from "../commands/UntagResourceCommand";
|
|
77
|
-
import {
|
|
78
|
-
UpdateImageSetMetadataCommandInput,
|
|
79
|
-
UpdateImageSetMetadataCommandOutput,
|
|
80
|
-
} from "../commands/UpdateImageSetMetadataCommand";
|
|
81
|
-
export declare const se_CopyImageSetCommand: (
|
|
82
|
-
input: CopyImageSetCommandInput,
|
|
83
|
-
context: __SerdeContext
|
|
84
|
-
) => Promise<__HttpRequest>;
|
|
85
|
-
export declare const se_CreateDatastoreCommand: (
|
|
86
|
-
input: CreateDatastoreCommandInput,
|
|
87
|
-
context: __SerdeContext
|
|
88
|
-
) => Promise<__HttpRequest>;
|
|
89
|
-
export declare const se_DeleteDatastoreCommand: (
|
|
90
|
-
input: DeleteDatastoreCommandInput,
|
|
91
|
-
context: __SerdeContext
|
|
92
|
-
) => Promise<__HttpRequest>;
|
|
93
|
-
export declare const se_DeleteImageSetCommand: (
|
|
94
|
-
input: DeleteImageSetCommandInput,
|
|
95
|
-
context: __SerdeContext
|
|
96
|
-
) => Promise<__HttpRequest>;
|
|
97
|
-
export declare const se_GetDatastoreCommand: (
|
|
98
|
-
input: GetDatastoreCommandInput,
|
|
99
|
-
context: __SerdeContext
|
|
100
|
-
) => Promise<__HttpRequest>;
|
|
101
|
-
export declare const se_GetDICOMImportJobCommand: (
|
|
102
|
-
input: GetDICOMImportJobCommandInput,
|
|
103
|
-
context: __SerdeContext
|
|
104
|
-
) => Promise<__HttpRequest>;
|
|
105
|
-
export declare const se_GetImageFrameCommand: (
|
|
106
|
-
input: GetImageFrameCommandInput,
|
|
107
|
-
context: __SerdeContext
|
|
108
|
-
) => Promise<__HttpRequest>;
|
|
109
|
-
export declare const se_GetImageSetCommand: (
|
|
110
|
-
input: GetImageSetCommandInput,
|
|
111
|
-
context: __SerdeContext
|
|
112
|
-
) => Promise<__HttpRequest>;
|
|
113
|
-
export declare const se_GetImageSetMetadataCommand: (
|
|
114
|
-
input: GetImageSetMetadataCommandInput,
|
|
115
|
-
context: __SerdeContext
|
|
116
|
-
) => Promise<__HttpRequest>;
|
|
117
|
-
export declare const se_ListDatastoresCommand: (
|
|
118
|
-
input: ListDatastoresCommandInput,
|
|
119
|
-
context: __SerdeContext
|
|
120
|
-
) => Promise<__HttpRequest>;
|
|
121
|
-
export declare const se_ListDICOMImportJobsCommand: (
|
|
122
|
-
input: ListDICOMImportJobsCommandInput,
|
|
123
|
-
context: __SerdeContext
|
|
124
|
-
) => Promise<__HttpRequest>;
|
|
125
|
-
export declare const se_ListImageSetVersionsCommand: (
|
|
126
|
-
input: ListImageSetVersionsCommandInput,
|
|
127
|
-
context: __SerdeContext
|
|
128
|
-
) => Promise<__HttpRequest>;
|
|
129
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
130
|
-
input: ListTagsForResourceCommandInput,
|
|
131
|
-
context: __SerdeContext
|
|
132
|
-
) => Promise<__HttpRequest>;
|
|
133
|
-
export declare const se_SearchImageSetsCommand: (
|
|
134
|
-
input: SearchImageSetsCommandInput,
|
|
135
|
-
context: __SerdeContext
|
|
136
|
-
) => Promise<__HttpRequest>;
|
|
137
|
-
export declare const se_StartDICOMImportJobCommand: (
|
|
138
|
-
input: StartDICOMImportJobCommandInput,
|
|
139
|
-
context: __SerdeContext
|
|
140
|
-
) => Promise<__HttpRequest>;
|
|
141
|
-
export declare const se_TagResourceCommand: (
|
|
142
|
-
input: TagResourceCommandInput,
|
|
143
|
-
context: __SerdeContext
|
|
144
|
-
) => Promise<__HttpRequest>;
|
|
145
|
-
export declare const se_UntagResourceCommand: (
|
|
146
|
-
input: UntagResourceCommandInput,
|
|
147
|
-
context: __SerdeContext
|
|
148
|
-
) => Promise<__HttpRequest>;
|
|
149
|
-
export declare const se_UpdateImageSetMetadataCommand: (
|
|
150
|
-
input: UpdateImageSetMetadataCommandInput,
|
|
151
|
-
context: __SerdeContext
|
|
152
|
-
) => Promise<__HttpRequest>;
|
|
153
|
-
export declare const de_CopyImageSetCommand: (
|
|
154
|
-
output: __HttpResponse,
|
|
155
|
-
context: __SerdeContext
|
|
156
|
-
) => Promise<CopyImageSetCommandOutput>;
|
|
157
|
-
export declare const de_CreateDatastoreCommand: (
|
|
158
|
-
output: __HttpResponse,
|
|
159
|
-
context: __SerdeContext
|
|
160
|
-
) => Promise<CreateDatastoreCommandOutput>;
|
|
161
|
-
export declare const de_DeleteDatastoreCommand: (
|
|
162
|
-
output: __HttpResponse,
|
|
163
|
-
context: __SerdeContext
|
|
164
|
-
) => Promise<DeleteDatastoreCommandOutput>;
|
|
165
|
-
export declare const de_DeleteImageSetCommand: (
|
|
166
|
-
output: __HttpResponse,
|
|
167
|
-
context: __SerdeContext
|
|
168
|
-
) => Promise<DeleteImageSetCommandOutput>;
|
|
169
|
-
export declare const de_GetDatastoreCommand: (
|
|
170
|
-
output: __HttpResponse,
|
|
171
|
-
context: __SerdeContext
|
|
172
|
-
) => Promise<GetDatastoreCommandOutput>;
|
|
173
|
-
export declare const de_GetDICOMImportJobCommand: (
|
|
174
|
-
output: __HttpResponse,
|
|
175
|
-
context: __SerdeContext
|
|
176
|
-
) => Promise<GetDICOMImportJobCommandOutput>;
|
|
177
|
-
export declare const de_GetImageFrameCommand: (
|
|
178
|
-
output: __HttpResponse,
|
|
179
|
-
context: __SerdeContext & __SdkStreamSerdeContext
|
|
180
|
-
) => Promise<GetImageFrameCommandOutput>;
|
|
181
|
-
export declare const de_GetImageSetCommand: (
|
|
182
|
-
output: __HttpResponse,
|
|
183
|
-
context: __SerdeContext
|
|
184
|
-
) => Promise<GetImageSetCommandOutput>;
|
|
185
|
-
export declare const de_GetImageSetMetadataCommand: (
|
|
186
|
-
output: __HttpResponse,
|
|
187
|
-
context: __SerdeContext & __SdkStreamSerdeContext
|
|
188
|
-
) => Promise<GetImageSetMetadataCommandOutput>;
|
|
189
|
-
export declare const de_ListDatastoresCommand: (
|
|
190
|
-
output: __HttpResponse,
|
|
191
|
-
context: __SerdeContext
|
|
192
|
-
) => Promise<ListDatastoresCommandOutput>;
|
|
193
|
-
export declare const de_ListDICOMImportJobsCommand: (
|
|
194
|
-
output: __HttpResponse,
|
|
195
|
-
context: __SerdeContext
|
|
196
|
-
) => Promise<ListDICOMImportJobsCommandOutput>;
|
|
197
|
-
export declare const de_ListImageSetVersionsCommand: (
|
|
198
|
-
output: __HttpResponse,
|
|
199
|
-
context: __SerdeContext
|
|
200
|
-
) => Promise<ListImageSetVersionsCommandOutput>;
|
|
201
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
202
|
-
output: __HttpResponse,
|
|
203
|
-
context: __SerdeContext
|
|
204
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
205
|
-
export declare const de_SearchImageSetsCommand: (
|
|
206
|
-
output: __HttpResponse,
|
|
207
|
-
context: __SerdeContext
|
|
208
|
-
) => Promise<SearchImageSetsCommandOutput>;
|
|
209
|
-
export declare const de_StartDICOMImportJobCommand: (
|
|
210
|
-
output: __HttpResponse,
|
|
211
|
-
context: __SerdeContext
|
|
212
|
-
) => Promise<StartDICOMImportJobCommandOutput>;
|
|
213
|
-
export declare const de_TagResourceCommand: (
|
|
214
|
-
output: __HttpResponse,
|
|
215
|
-
context: __SerdeContext
|
|
216
|
-
) => Promise<TagResourceCommandOutput>;
|
|
217
|
-
export declare const de_UntagResourceCommand: (
|
|
218
|
-
output: __HttpResponse,
|
|
219
|
-
context: __SerdeContext
|
|
220
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
221
|
-
export declare const de_UpdateImageSetMetadataCommand: (
|
|
222
|
-
output: __HttpResponse,
|
|
223
|
-
context: __SerdeContext
|
|
224
|
-
) => Promise<UpdateImageSetMetadataCommandOutput>;
|