@aws-sdk/client-medical-imaging 3.588.0 → 3.592.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 (45) hide show
  1. package/dist-cjs/index.js +0 -18
  2. package/dist-types/MedicalImagingClient.d.ts +4 -4
  3. package/dist-types/commands/CopyImageSetCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDatastoreCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteDatastoreCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteImageSetCommand.d.ts +2 -1
  7. package/dist-types/commands/GetDICOMImportJobCommand.d.ts +2 -1
  8. package/dist-types/commands/GetDatastoreCommand.d.ts +2 -1
  9. package/dist-types/commands/GetImageFrameCommand.d.ts +2 -1
  10. package/dist-types/commands/GetImageSetCommand.d.ts +2 -1
  11. package/dist-types/commands/GetImageSetMetadataCommand.d.ts +2 -1
  12. package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListDatastoresCommand.d.ts +2 -1
  14. package/dist-types/commands/ListImageSetVersionsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/SearchImageSetsCommand.d.ts +2 -1
  17. package/dist-types/commands/StartDICOMImportJobCommand.d.ts +2 -1
  18. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +2 -1
  21. package/dist-types/index.d.ts +2 -2
  22. package/dist-types/models/MedicalImagingServiceException.d.ts +2 -1
  23. package/dist-types/runtimeConfig.native.d.ts +1 -1
  24. package/dist-types/ts3.4/MedicalImagingClient.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/CopyImageSetCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/CreateDatastoreCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DeleteDatastoreCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DeleteImageSetCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GetDICOMImportJobCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/GetDatastoreCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/GetImageFrameCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/GetImageSetCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/GetImageSetMetadataCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ListDICOMImportJobsCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/ListDatastoresCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/ListImageSetVersionsCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/SearchImageSetsCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/StartDICOMImportJobCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/UpdateImageSetMetadataCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/models/MedicalImagingServiceException.d.ts +2 -1
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  45. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -229,7 +229,6 @@ var MedicalImagingClient = _MedicalImagingClient;
229
229
 
230
230
  var import_middleware_serde = require("@smithy/middleware-serde");
231
231
 
232
- var import_types = require("@smithy/types");
233
232
 
234
233
  // src/protocols/Aws_restJson1.ts
235
234
  var import_core2 = require("@aws-sdk/core");
@@ -1468,7 +1467,6 @@ var CopyImageSetCommand = _CopyImageSetCommand;
1468
1467
 
1469
1468
 
1470
1469
 
1471
-
1472
1470
  var _CreateDatastoreCommand = class _CreateDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
1473
1471
  ...commonParams
1474
1472
  }).m(function(Command, cs, config, o) {
@@ -1485,7 +1483,6 @@ var CreateDatastoreCommand = _CreateDatastoreCommand;
1485
1483
 
1486
1484
 
1487
1485
 
1488
-
1489
1486
  var _DeleteDatastoreCommand = class _DeleteDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
1490
1487
  ...commonParams
1491
1488
  }).m(function(Command, cs, config, o) {
@@ -1502,7 +1499,6 @@ var DeleteDatastoreCommand = _DeleteDatastoreCommand;
1502
1499
 
1503
1500
 
1504
1501
 
1505
-
1506
1502
  var _DeleteImageSetCommand = class _DeleteImageSetCommand extends import_smithy_client.Command.classBuilder().ep({
1507
1503
  ...commonParams
1508
1504
  }).m(function(Command, cs, config, o) {
@@ -1519,7 +1515,6 @@ var DeleteImageSetCommand = _DeleteImageSetCommand;
1519
1515
 
1520
1516
 
1521
1517
 
1522
-
1523
1518
  var _GetDatastoreCommand = class _GetDatastoreCommand extends import_smithy_client.Command.classBuilder().ep({
1524
1519
  ...commonParams
1525
1520
  }).m(function(Command, cs, config, o) {
@@ -1536,7 +1531,6 @@ var GetDatastoreCommand = _GetDatastoreCommand;
1536
1531
 
1537
1532
 
1538
1533
 
1539
-
1540
1534
  var _GetDICOMImportJobCommand = class _GetDICOMImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
1541
1535
  ...commonParams
1542
1536
  }).m(function(Command, cs, config, o) {
@@ -1553,7 +1547,6 @@ var GetDICOMImportJobCommand = _GetDICOMImportJobCommand;
1553
1547
 
1554
1548
 
1555
1549
 
1556
-
1557
1550
  var _GetImageFrameCommand = class _GetImageFrameCommand extends import_smithy_client.Command.classBuilder().ep({
1558
1551
  ...commonParams
1559
1552
  }).m(function(Command, cs, config, o) {
@@ -1570,7 +1563,6 @@ var GetImageFrameCommand = _GetImageFrameCommand;
1570
1563
 
1571
1564
 
1572
1565
 
1573
-
1574
1566
  var _GetImageSetCommand = class _GetImageSetCommand extends import_smithy_client.Command.classBuilder().ep({
1575
1567
  ...commonParams
1576
1568
  }).m(function(Command, cs, config, o) {
@@ -1587,7 +1579,6 @@ var GetImageSetCommand = _GetImageSetCommand;
1587
1579
 
1588
1580
 
1589
1581
 
1590
-
1591
1582
  var _GetImageSetMetadataCommand = class _GetImageSetMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
1592
1583
  ...commonParams
1593
1584
  }).m(function(Command, cs, config, o) {
@@ -1604,7 +1595,6 @@ var GetImageSetMetadataCommand = _GetImageSetMetadataCommand;
1604
1595
 
1605
1596
 
1606
1597
 
1607
-
1608
1598
  var _ListDatastoresCommand = class _ListDatastoresCommand extends import_smithy_client.Command.classBuilder().ep({
1609
1599
  ...commonParams
1610
1600
  }).m(function(Command, cs, config, o) {
@@ -1621,7 +1611,6 @@ var ListDatastoresCommand = _ListDatastoresCommand;
1621
1611
 
1622
1612
 
1623
1613
 
1624
-
1625
1614
  var _ListDICOMImportJobsCommand = class _ListDICOMImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1626
1615
  ...commonParams
1627
1616
  }).m(function(Command, cs, config, o) {
@@ -1638,7 +1627,6 @@ var ListDICOMImportJobsCommand = _ListDICOMImportJobsCommand;
1638
1627
 
1639
1628
 
1640
1629
 
1641
-
1642
1630
  var _ListImageSetVersionsCommand = class _ListImageSetVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1643
1631
  ...commonParams
1644
1632
  }).m(function(Command, cs, config, o) {
@@ -1655,7 +1643,6 @@ var ListImageSetVersionsCommand = _ListImageSetVersionsCommand;
1655
1643
 
1656
1644
 
1657
1645
 
1658
-
1659
1646
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1660
1647
  ...commonParams
1661
1648
  }).m(function(Command, cs, config, o) {
@@ -1672,7 +1659,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1672
1659
 
1673
1660
 
1674
1661
 
1675
-
1676
1662
  var _SearchImageSetsCommand = class _SearchImageSetsCommand extends import_smithy_client.Command.classBuilder().ep({
1677
1663
  ...commonParams
1678
1664
  }).m(function(Command, cs, config, o) {
@@ -1689,7 +1675,6 @@ var SearchImageSetsCommand = _SearchImageSetsCommand;
1689
1675
 
1690
1676
 
1691
1677
 
1692
-
1693
1678
  var _StartDICOMImportJobCommand = class _StartDICOMImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
1694
1679
  ...commonParams
1695
1680
  }).m(function(Command, cs, config, o) {
@@ -1706,7 +1691,6 @@ var StartDICOMImportJobCommand = _StartDICOMImportJobCommand;
1706
1691
 
1707
1692
 
1708
1693
 
1709
-
1710
1694
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1711
1695
  ...commonParams
1712
1696
  }).m(function(Command, cs, config, o) {
@@ -1723,7 +1707,6 @@ var TagResourceCommand = _TagResourceCommand;
1723
1707
 
1724
1708
 
1725
1709
 
1726
-
1727
1710
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1728
1711
  ...commonParams
1729
1712
  }).m(function(Command, cs, config, o) {
@@ -1740,7 +1723,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1740
1723
 
1741
1724
 
1742
1725
 
1743
-
1744
1726
  var _UpdateImageSetMetadataCommand = class _UpdateImageSetMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
1745
1727
  ...commonParams
1746
1728
  }).m(function(Command, cs, config, o) {
@@ -108,15 +108,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
108
108
  * Enables FIPS compatible endpoints.
109
109
  */
110
110
  useFipsEndpoint?: boolean | __Provider<boolean>;
111
+ /**
112
+ * The AWS region to which this client will send requests
113
+ */
114
+ region?: string | __Provider<string>;
111
115
  /**
112
116
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
113
117
  * @internal
114
118
  */
115
119
  defaultUserAgentProvider?: Provider<__UserAgent>;
116
- /**
117
- * The AWS region to which this client will send requests
118
- */
119
- region?: string | __Provider<string>;
120
120
  /**
121
121
  * Default credentials provider; Not available in browser runtime.
122
122
  * @deprecated
@@ -5,7 +5,8 @@ import { CopyImageSetRequest, CopyImageSetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDatastoreRequest, CreateDatastoreResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDatastoreRequest, DeleteDatastoreResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteImageSetRequest, DeleteImageSetResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDICOMImportJobRequest, GetDICOMImportJobResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDatastoreRequest, GetDatastoreResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetImageFrameRequest, GetImageFrameResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetImageSetRequest, GetImageSetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetImageSetMetadataRequest, GetImageSetMetadataResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDICOMImportJobsRequest, ListDICOMImportJobsResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDatastoresRequest, ListDatastoresResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListImageSetVersionsRequest, ListImageSetVersionsResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SearchImageSetsRequest, SearchImageSetsResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartDICOMImportJobRequest, StartDICOMImportJobResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateImageSetMetadataRequest, UpdateImageSetMetadataResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -149,8 +149,8 @@
149
149
  export * from "./MedicalImagingClient";
150
150
  export * from "./MedicalImaging";
151
151
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
152
- export { RuntimeExtension } from "./runtimeExtensions";
153
- export { MedicalImagingExtensionConfiguration } from "./extensionConfiguration";
152
+ export type { RuntimeExtension } from "./runtimeExtensions";
153
+ export type { MedicalImagingExtensionConfiguration } from "./extensionConfiguration";
154
154
  export * from "./commands";
155
155
  export * from "./pagination";
156
156
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: MedicalImagingClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -179,8 +179,8 @@ export interface ClientDefaults
179
179
  serviceId?: string;
180
180
  useDualstackEndpoint?: boolean | __Provider<boolean>;
181
181
  useFipsEndpoint?: boolean | __Provider<boolean>;
182
- defaultUserAgentProvider?: Provider<__UserAgent>;
183
182
  region?: string | __Provider<string>;
183
+ defaultUserAgentProvider?: Provider<__UserAgent>;
184
184
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
185
185
  maxAttempts?: number | __Provider<number>;
186
186
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MedicalImagingClient";
8
8
  import { CopyImageSetRequest, CopyImageSetResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CopyImageSetCommandInput extends CopyImageSetRequest {}
11
12
  export interface CopyImageSetCommandOutput
12
13
  extends CopyImageSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateDatastoreRequest,
10
10
  CreateDatastoreResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDatastoreCommandInput extends CreateDatastoreRequest {}
14
15
  export interface CreateDatastoreCommandOutput
15
16
  extends CreateDatastoreResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteDatastoreRequest,
10
10
  DeleteDatastoreResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteDatastoreCommandInput extends DeleteDatastoreRequest {}
14
15
  export interface DeleteDatastoreCommandOutput
15
16
  extends DeleteDatastoreResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteImageSetRequest,
10
10
  DeleteImageSetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteImageSetCommandInput extends DeleteImageSetRequest {}
14
15
  export interface DeleteImageSetCommandOutput
15
16
  extends DeleteImageSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetDICOMImportJobRequest,
10
10
  GetDICOMImportJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDICOMImportJobCommandInput
14
15
  extends GetDICOMImportJobRequest {}
15
16
  export interface GetDICOMImportJobCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MedicalImagingClient";
8
8
  import { GetDatastoreRequest, GetDatastoreResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDatastoreCommandInput extends GetDatastoreRequest {}
11
12
  export interface GetDatastoreCommandOutput
12
13
  extends GetDatastoreResponse,
@@ -12,7 +12,8 @@ import {
12
12
  GetImageFrameRequest,
13
13
  GetImageFrameResponse,
14
14
  } from "../models/models_0";
15
- export { __MetadataBearer, $Command };
15
+ export { __MetadataBearer };
16
+ export { $Command };
16
17
  export interface GetImageFrameCommandInput extends GetImageFrameRequest {}
17
18
  export interface GetImageFrameCommandOutput
18
19
  extends Pick<
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MedicalImagingClient";
8
8
  import { GetImageSetRequest, GetImageSetResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetImageSetCommandInput extends GetImageSetRequest {}
11
12
  export interface GetImageSetCommandOutput
12
13
  extends GetImageSetResponse,
@@ -12,7 +12,8 @@ import {
12
12
  GetImageSetMetadataRequest,
13
13
  GetImageSetMetadataResponse,
14
14
  } from "../models/models_0";
15
- export { __MetadataBearer, $Command };
15
+ export { __MetadataBearer };
16
+ export { $Command };
16
17
  export interface GetImageSetMetadataCommandInput
17
18
  extends GetImageSetMetadataRequest {}
18
19
  export interface GetImageSetMetadataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDICOMImportJobsRequest,
10
10
  ListDICOMImportJobsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDICOMImportJobsCommandInput
14
15
  extends ListDICOMImportJobsRequest {}
15
16
  export interface ListDICOMImportJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDatastoresRequest,
10
10
  ListDatastoresResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDatastoresCommandInput extends ListDatastoresRequest {}
14
15
  export interface ListDatastoresCommandOutput
15
16
  extends ListDatastoresResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListImageSetVersionsRequest,
10
10
  ListImageSetVersionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListImageSetVersionsCommandInput
14
15
  extends ListImageSetVersionsRequest {}
15
16
  export interface ListImageSetVersionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchImageSetsRequest,
10
10
  SearchImageSetsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchImageSetsCommandInput extends SearchImageSetsRequest {}
14
15
  export interface SearchImageSetsCommandOutput
15
16
  extends SearchImageSetsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StartDICOMImportJobRequest,
10
10
  StartDICOMImportJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartDICOMImportJobCommandInput
14
15
  extends StartDICOMImportJobRequest {}
15
16
  export interface StartDICOMImportJobCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MedicalImagingClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateImageSetMetadataRequest,
10
10
  UpdateImageSetMetadataResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateImageSetMetadataCommandInput
14
15
  extends UpdateImageSetMetadataRequest {}
15
16
  export interface UpdateImageSetMetadataCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class MedicalImagingServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: MedicalImagingClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medical-imaging",
3
3
  "description": "AWS SDK for JavaScript Medical Imaging Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-medical-imaging",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",