@aws-sdk/client-medical-imaging 3.1076.0 → 3.1078.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 (74) hide show
  1. package/dist-cjs/index.js +29 -185
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CopyImageSetCommand.js +2 -14
  4. package/dist-es/commands/CreateDatastoreCommand.js +2 -14
  5. package/dist-es/commands/DeleteDatastoreCommand.js +2 -14
  6. package/dist-es/commands/DeleteImageSetCommand.js +2 -14
  7. package/dist-es/commands/GetDICOMImportJobCommand.js +2 -14
  8. package/dist-es/commands/GetDatastoreCommand.js +2 -14
  9. package/dist-es/commands/GetImageFrameCommand.js +2 -14
  10. package/dist-es/commands/GetImageSetCommand.js +2 -14
  11. package/dist-es/commands/GetImageSetMetadataCommand.js +2 -14
  12. package/dist-es/commands/ListDICOMImportJobsCommand.js +2 -14
  13. package/dist-es/commands/ListDatastoresCommand.js +2 -14
  14. package/dist-es/commands/ListImageSetVersionsCommand.js +2 -14
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  16. package/dist-es/commands/SearchImageSetsCommand.js +2 -14
  17. package/dist-es/commands/StartDICOMImportJobCommand.js +2 -14
  18. package/dist-es/commands/TagResourceCommand.js +2 -14
  19. package/dist-es/commands/UntagResourceCommand.js +2 -14
  20. package/dist-es/commands/UpdateImageSetMetadataCommand.js +2 -14
  21. package/dist-es/index.js +1 -0
  22. package/dist-es/runtimeConfig.browser.js +0 -2
  23. package/dist-es/runtimeConfig.js +1 -2
  24. package/dist-es/runtimeConfig.native.js +0 -2
  25. package/dist-es/runtimeConfig.shared.js +2 -0
  26. package/dist-types/commandBuilder.d.ts +18 -0
  27. package/dist-types/commands/CopyImageSetCommand.d.ts +3 -8
  28. package/dist-types/commands/CreateDatastoreCommand.d.ts +3 -8
  29. package/dist-types/commands/DeleteDatastoreCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteImageSetCommand.d.ts +3 -8
  31. package/dist-types/commands/GetDICOMImportJobCommand.d.ts +3 -8
  32. package/dist-types/commands/GetDatastoreCommand.d.ts +3 -8
  33. package/dist-types/commands/GetImageFrameCommand.d.ts +3 -8
  34. package/dist-types/commands/GetImageSetCommand.d.ts +3 -8
  35. package/dist-types/commands/GetImageSetMetadataCommand.d.ts +3 -8
  36. package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListDatastoresCommand.d.ts +3 -8
  38. package/dist-types/commands/ListImageSetVersionsCommand.d.ts +3 -8
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  40. package/dist-types/commands/SearchImageSetsCommand.d.ts +3 -8
  41. package/dist-types/commands/StartDICOMImportJobCommand.d.ts +3 -8
  42. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  43. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  44. package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +3 -8
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  47. package/dist-types/runtimeConfig.d.ts +1 -1
  48. package/dist-types/runtimeConfig.native.d.ts +1 -1
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  51. package/dist-types/ts3.4/commands/CopyImageSetCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/CreateDatastoreCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/DeleteDatastoreCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/DeleteImageSetCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/GetDICOMImportJobCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetDatastoreCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetImageFrameCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetImageSetCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetImageSetMetadataCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ListDICOMImportJobsCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListDatastoresCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListImageSetVersionsCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/SearchImageSetsCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/StartDICOMImportJobCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/UpdateImageSetMetadataCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/index.d.ts +1 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  74. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, sdkStreamMixin, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, sdkStreamMixin, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultMedicalImagingHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -944,6 +946,7 @@ const getRuntimeConfig$1 = (config) => {
944
946
  },
945
947
  sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
946
948
  serviceId: config?.serviceId ?? "Medical Imaging",
949
+ sha256: config?.sha256 ?? Sha256,
947
950
  urlParser: config?.urlParser ?? parseUrl,
948
951
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
949
952
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -977,7 +980,6 @@ const getRuntimeConfig = (config) => {
977
980
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
978
981
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
979
982
  }, config),
980
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
981
983
  streamCollector: config?.streamCollector ?? streamCollector,
982
984
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
983
985
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1065,220 +1067,62 @@ class MedicalImagingClient extends Client {
1065
1067
  }
1066
1068
  }
1067
1069
 
1068
- class CopyImageSetCommand extends Command
1069
- .classBuilder()
1070
- .ep(commonParams)
1071
- .m(function (Command, cs, config, o) {
1072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1073
- })
1074
- .s("AHIGatewayService", "CopyImageSet", {})
1075
- .n("MedicalImagingClient", "CopyImageSetCommand")
1076
- .sc(CopyImageSet$)
1077
- .build() {
1070
+ const command = makeBuilder(commonParams, "AHIGatewayService", "MedicalImagingClient", getEndpointPlugin);
1071
+ const _ep0 = {};
1072
+ const _mw0 = (Command, cs, config, o) => [];
1073
+
1074
+ class CopyImageSetCommand extends command(_ep0, _mw0, "CopyImageSet", CopyImageSet$) {
1078
1075
  }
1079
1076
 
1080
- class CreateDatastoreCommand extends Command
1081
- .classBuilder()
1082
- .ep(commonParams)
1083
- .m(function (Command, cs, config, o) {
1084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1085
- })
1086
- .s("AHIGatewayService", "CreateDatastore", {})
1087
- .n("MedicalImagingClient", "CreateDatastoreCommand")
1088
- .sc(CreateDatastore$)
1089
- .build() {
1077
+ class CreateDatastoreCommand extends command(_ep0, _mw0, "CreateDatastore", CreateDatastore$) {
1090
1078
  }
1091
1079
 
1092
- class DeleteDatastoreCommand extends Command
1093
- .classBuilder()
1094
- .ep(commonParams)
1095
- .m(function (Command, cs, config, o) {
1096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1097
- })
1098
- .s("AHIGatewayService", "DeleteDatastore", {})
1099
- .n("MedicalImagingClient", "DeleteDatastoreCommand")
1100
- .sc(DeleteDatastore$)
1101
- .build() {
1080
+ class DeleteDatastoreCommand extends command(_ep0, _mw0, "DeleteDatastore", DeleteDatastore$) {
1102
1081
  }
1103
1082
 
1104
- class DeleteImageSetCommand extends Command
1105
- .classBuilder()
1106
- .ep(commonParams)
1107
- .m(function (Command, cs, config, o) {
1108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1109
- })
1110
- .s("AHIGatewayService", "DeleteImageSet", {})
1111
- .n("MedicalImagingClient", "DeleteImageSetCommand")
1112
- .sc(DeleteImageSet$)
1113
- .build() {
1083
+ class DeleteImageSetCommand extends command(_ep0, _mw0, "DeleteImageSet", DeleteImageSet$) {
1114
1084
  }
1115
1085
 
1116
- class GetDatastoreCommand extends Command
1117
- .classBuilder()
1118
- .ep(commonParams)
1119
- .m(function (Command, cs, config, o) {
1120
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1121
- })
1122
- .s("AHIGatewayService", "GetDatastore", {})
1123
- .n("MedicalImagingClient", "GetDatastoreCommand")
1124
- .sc(GetDatastore$)
1125
- .build() {
1086
+ class GetDatastoreCommand extends command(_ep0, _mw0, "GetDatastore", GetDatastore$) {
1126
1087
  }
1127
1088
 
1128
- class GetDICOMImportJobCommand extends Command
1129
- .classBuilder()
1130
- .ep(commonParams)
1131
- .m(function (Command, cs, config, o) {
1132
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1133
- })
1134
- .s("AHIGatewayService", "GetDICOMImportJob", {})
1135
- .n("MedicalImagingClient", "GetDICOMImportJobCommand")
1136
- .sc(GetDICOMImportJob$)
1137
- .build() {
1089
+ class GetDICOMImportJobCommand extends command(_ep0, _mw0, "GetDICOMImportJob", GetDICOMImportJob$) {
1138
1090
  }
1139
1091
 
1140
- class GetImageFrameCommand extends Command
1141
- .classBuilder()
1142
- .ep(commonParams)
1143
- .m(function (Command, cs, config, o) {
1144
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1145
- })
1146
- .s("AHIGatewayService", "GetImageFrame", {})
1147
- .n("MedicalImagingClient", "GetImageFrameCommand")
1148
- .sc(GetImageFrame$)
1149
- .build() {
1092
+ class GetImageFrameCommand extends command(_ep0, _mw0, "GetImageFrame", GetImageFrame$) {
1150
1093
  }
1151
1094
 
1152
- class GetImageSetCommand extends Command
1153
- .classBuilder()
1154
- .ep(commonParams)
1155
- .m(function (Command, cs, config, o) {
1156
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1157
- })
1158
- .s("AHIGatewayService", "GetImageSet", {})
1159
- .n("MedicalImagingClient", "GetImageSetCommand")
1160
- .sc(GetImageSet$)
1161
- .build() {
1095
+ class GetImageSetCommand extends command(_ep0, _mw0, "GetImageSet", GetImageSet$) {
1162
1096
  }
1163
1097
 
1164
- class GetImageSetMetadataCommand extends Command
1165
- .classBuilder()
1166
- .ep(commonParams)
1167
- .m(function (Command, cs, config, o) {
1168
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1169
- })
1170
- .s("AHIGatewayService", "GetImageSetMetadata", {})
1171
- .n("MedicalImagingClient", "GetImageSetMetadataCommand")
1172
- .sc(GetImageSetMetadata$)
1173
- .build() {
1098
+ class GetImageSetMetadataCommand extends command(_ep0, _mw0, "GetImageSetMetadata", GetImageSetMetadata$) {
1174
1099
  }
1175
1100
 
1176
- class ListDatastoresCommand extends Command
1177
- .classBuilder()
1178
- .ep(commonParams)
1179
- .m(function (Command, cs, config, o) {
1180
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1181
- })
1182
- .s("AHIGatewayService", "ListDatastores", {})
1183
- .n("MedicalImagingClient", "ListDatastoresCommand")
1184
- .sc(ListDatastores$)
1185
- .build() {
1101
+ class ListDatastoresCommand extends command(_ep0, _mw0, "ListDatastores", ListDatastores$) {
1186
1102
  }
1187
1103
 
1188
- class ListDICOMImportJobsCommand extends Command
1189
- .classBuilder()
1190
- .ep(commonParams)
1191
- .m(function (Command, cs, config, o) {
1192
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1193
- })
1194
- .s("AHIGatewayService", "ListDICOMImportJobs", {})
1195
- .n("MedicalImagingClient", "ListDICOMImportJobsCommand")
1196
- .sc(ListDICOMImportJobs$)
1197
- .build() {
1104
+ class ListDICOMImportJobsCommand extends command(_ep0, _mw0, "ListDICOMImportJobs", ListDICOMImportJobs$) {
1198
1105
  }
1199
1106
 
1200
- class ListImageSetVersionsCommand extends Command
1201
- .classBuilder()
1202
- .ep(commonParams)
1203
- .m(function (Command, cs, config, o) {
1204
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1205
- })
1206
- .s("AHIGatewayService", "ListImageSetVersions", {})
1207
- .n("MedicalImagingClient", "ListImageSetVersionsCommand")
1208
- .sc(ListImageSetVersions$)
1209
- .build() {
1107
+ class ListImageSetVersionsCommand extends command(_ep0, _mw0, "ListImageSetVersions", ListImageSetVersions$) {
1210
1108
  }
1211
1109
 
1212
- class ListTagsForResourceCommand extends Command
1213
- .classBuilder()
1214
- .ep(commonParams)
1215
- .m(function (Command, cs, config, o) {
1216
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1217
- })
1218
- .s("AHIGatewayService", "ListTagsForResource", {})
1219
- .n("MedicalImagingClient", "ListTagsForResourceCommand")
1220
- .sc(ListTagsForResource$)
1221
- .build() {
1110
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1222
1111
  }
1223
1112
 
1224
- class SearchImageSetsCommand extends Command
1225
- .classBuilder()
1226
- .ep(commonParams)
1227
- .m(function (Command, cs, config, o) {
1228
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1229
- })
1230
- .s("AHIGatewayService", "SearchImageSets", {})
1231
- .n("MedicalImagingClient", "SearchImageSetsCommand")
1232
- .sc(SearchImageSets$)
1233
- .build() {
1113
+ class SearchImageSetsCommand extends command(_ep0, _mw0, "SearchImageSets", SearchImageSets$) {
1234
1114
  }
1235
1115
 
1236
- class StartDICOMImportJobCommand extends Command
1237
- .classBuilder()
1238
- .ep(commonParams)
1239
- .m(function (Command, cs, config, o) {
1240
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1241
- })
1242
- .s("AHIGatewayService", "StartDICOMImportJob", {})
1243
- .n("MedicalImagingClient", "StartDICOMImportJobCommand")
1244
- .sc(StartDICOMImportJob$)
1245
- .build() {
1116
+ class StartDICOMImportJobCommand extends command(_ep0, _mw0, "StartDICOMImportJob", StartDICOMImportJob$) {
1246
1117
  }
1247
1118
 
1248
- class TagResourceCommand extends Command
1249
- .classBuilder()
1250
- .ep(commonParams)
1251
- .m(function (Command, cs, config, o) {
1252
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1253
- })
1254
- .s("AHIGatewayService", "TagResource", {})
1255
- .n("MedicalImagingClient", "TagResourceCommand")
1256
- .sc(TagResource$)
1257
- .build() {
1119
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1258
1120
  }
1259
1121
 
1260
- class UntagResourceCommand extends Command
1261
- .classBuilder()
1262
- .ep(commonParams)
1263
- .m(function (Command, cs, config, o) {
1264
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1265
- })
1266
- .s("AHIGatewayService", "UntagResource", {})
1267
- .n("MedicalImagingClient", "UntagResourceCommand")
1268
- .sc(UntagResource$)
1269
- .build() {
1122
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1270
1123
  }
1271
1124
 
1272
- class UpdateImageSetMetadataCommand extends Command
1273
- .classBuilder()
1274
- .ep(commonParams)
1275
- .m(function (Command, cs, config, o) {
1276
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1277
- })
1278
- .s("AHIGatewayService", "UpdateImageSetMetadata", {})
1279
- .n("MedicalImagingClient", "UpdateImageSetMetadataCommand")
1280
- .sc(UpdateImageSetMetadata$)
1281
- .build() {
1125
+ class UpdateImageSetMetadataCommand extends command(_ep0, _mw0, "UpdateImageSetMetadata", UpdateImageSetMetadata$) {
1282
1126
  }
1283
1127
 
1284
1128
  const paginateListDatastores = createPaginator(MedicalImagingClient, ListDatastoresCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AHIGatewayService", "MedicalImagingClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CopyImageSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CopyImageSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "CopyImageSet", {})
13
- .n("MedicalImagingClient", "CopyImageSetCommand")
14
- .sc(CopyImageSet$)
15
- .build() {
3
+ export class CopyImageSetCommand extends command(_ep0, _mw0, "CopyImageSet", CopyImageSet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDatastore$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDatastoreCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "CreateDatastore", {})
13
- .n("MedicalImagingClient", "CreateDatastoreCommand")
14
- .sc(CreateDatastore$)
15
- .build() {
3
+ export class CreateDatastoreCommand extends command(_ep0, _mw0, "CreateDatastore", CreateDatastore$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDatastore$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDatastoreCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "DeleteDatastore", {})
13
- .n("MedicalImagingClient", "DeleteDatastoreCommand")
14
- .sc(DeleteDatastore$)
15
- .build() {
3
+ export class DeleteDatastoreCommand extends command(_ep0, _mw0, "DeleteDatastore", DeleteDatastore$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteImageSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteImageSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "DeleteImageSet", {})
13
- .n("MedicalImagingClient", "DeleteImageSetCommand")
14
- .sc(DeleteImageSet$)
15
- .build() {
3
+ export class DeleteImageSetCommand extends command(_ep0, _mw0, "DeleteImageSet", DeleteImageSet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDICOMImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDICOMImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "GetDICOMImportJob", {})
13
- .n("MedicalImagingClient", "GetDICOMImportJobCommand")
14
- .sc(GetDICOMImportJob$)
15
- .build() {
3
+ export class GetDICOMImportJobCommand extends command(_ep0, _mw0, "GetDICOMImportJob", GetDICOMImportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDatastore$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDatastoreCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "GetDatastore", {})
13
- .n("MedicalImagingClient", "GetDatastoreCommand")
14
- .sc(GetDatastore$)
15
- .build() {
3
+ export class GetDatastoreCommand extends command(_ep0, _mw0, "GetDatastore", GetDatastore$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetImageFrame$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetImageFrameCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "GetImageFrame", {})
13
- .n("MedicalImagingClient", "GetImageFrameCommand")
14
- .sc(GetImageFrame$)
15
- .build() {
3
+ export class GetImageFrameCommand extends command(_ep0, _mw0, "GetImageFrame", GetImageFrame$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetImageSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetImageSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "GetImageSet", {})
13
- .n("MedicalImagingClient", "GetImageSetCommand")
14
- .sc(GetImageSet$)
15
- .build() {
3
+ export class GetImageSetCommand extends command(_ep0, _mw0, "GetImageSet", GetImageSet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetImageSetMetadata$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetImageSetMetadataCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "GetImageSetMetadata", {})
13
- .n("MedicalImagingClient", "GetImageSetMetadataCommand")
14
- .sc(GetImageSetMetadata$)
15
- .build() {
3
+ export class GetImageSetMetadataCommand extends command(_ep0, _mw0, "GetImageSetMetadata", GetImageSetMetadata$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDICOMImportJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDICOMImportJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "ListDICOMImportJobs", {})
13
- .n("MedicalImagingClient", "ListDICOMImportJobsCommand")
14
- .sc(ListDICOMImportJobs$)
15
- .build() {
3
+ export class ListDICOMImportJobsCommand extends command(_ep0, _mw0, "ListDICOMImportJobs", ListDICOMImportJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDatastores$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDatastoresCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "ListDatastores", {})
13
- .n("MedicalImagingClient", "ListDatastoresCommand")
14
- .sc(ListDatastores$)
15
- .build() {
3
+ export class ListDatastoresCommand extends command(_ep0, _mw0, "ListDatastores", ListDatastores$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListImageSetVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListImageSetVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "ListImageSetVersions", {})
13
- .n("MedicalImagingClient", "ListImageSetVersionsCommand")
14
- .sc(ListImageSetVersions$)
15
- .build() {
3
+ export class ListImageSetVersionsCommand extends command(_ep0, _mw0, "ListImageSetVersions", ListImageSetVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "ListTagsForResource", {})
13
- .n("MedicalImagingClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SearchImageSets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchImageSetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "SearchImageSets", {})
13
- .n("MedicalImagingClient", "SearchImageSetsCommand")
14
- .sc(SearchImageSets$)
15
- .build() {
3
+ export class SearchImageSetsCommand extends command(_ep0, _mw0, "SearchImageSets", SearchImageSets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartDICOMImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDICOMImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "StartDICOMImportJob", {})
13
- .n("MedicalImagingClient", "StartDICOMImportJobCommand")
14
- .sc(StartDICOMImportJob$)
15
- .build() {
3
+ export class StartDICOMImportJobCommand extends command(_ep0, _mw0, "StartDICOMImportJob", StartDICOMImportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "TagResource", {})
13
- .n("MedicalImagingClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AHIGatewayService", "UntagResource", {})
13
- .n("MedicalImagingClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }