@aws-sdk/client-healthlake 3.1105.0 → 3.1107.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1104.0";
72
+ var version = "3.1106.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -950,8 +950,8 @@ var StartFHIRExportJobResponse$ = [3, n0, _SFHIREJRt,
950
950
  ];
951
951
  var StartFHIRImportJobRequest$ = [3, n0, _SFHIRIJR,
952
952
  0,
953
- [_IDC, _JODC, _DI, _DARA, _JN, _CT, _VL, _PI, _IF, _DDE],
954
- [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, 0, 0, 2], 4
953
+ [_IDC, _JODC, _DI, _DARA, _JN, _CT, _VL, _PI, _IF, _DDE, _PE],
954
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, 0, 0, 2, 2], 4
955
955
  ];
956
956
  var StartFHIRImportJobResponse$ = [3, n0, _SFHIRIJRt,
957
957
  0,
package/dist-es/index.js CHANGED
@@ -2,9 +2,9 @@ export * from "./HealthLakeClient";
2
2
  export * from "./HealthLake";
3
3
  export * from "./commands";
4
4
  export { Command as $Command } from "@smithy/core/client";
5
- export * from "./schemas/schemas_0";
6
5
  export * from "./pagination";
7
6
  export * from "./waiters";
7
+ export * from "./schemas/schemas_0";
8
8
  export * from "./models/enums";
9
9
  export * from "./models/errors";
10
10
  export * from "./models/models_0";
@@ -630,8 +630,8 @@ export var StartFHIRExportJobResponse$ = [3, n0, _SFHIREJRt,
630
630
  ];
631
631
  export var StartFHIRImportJobRequest$ = [3, n0, _SFHIRIJR,
632
632
  0,
633
- [_IDC, _JODC, _DI, _DARA, _JN, _CT, _VL, _PI, _IF, _DDE],
634
- [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, 0, 0, 2], 4
633
+ [_IDC, _JODC, _DI, _DARA, _JN, _CT, _VL, _PI, _IF, _DDE, _PE],
634
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, 0, 0, 2, 2], 4
635
635
  ];
636
636
  export var StartFHIRImportJobResponse$ = [3, n0, _SFHIRIJRt,
637
637
  0,
@@ -51,6 +51,7 @@ declare const StartFHIRImportJobCommand_base: {
51
51
  * ProfileId: "STRING_VALUE",
52
52
  * InputFormat: "STRING_VALUE",
53
53
  * DriftDetectionEnabled: true || false,
54
+ * ProvenanceEnabled: true || false,
54
55
  * };
55
56
  * const command = new StartFHIRImportJobCommand(input);
56
57
  * const response = await client.send(command);
@@ -10,9 +10,9 @@ export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { HealthLakeExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export { Command as $Command } from "@smithy/core/client";
13
- export * from "./schemas/schemas_0";
14
13
  export * from "./pagination";
15
14
  export * from "./waiters";
15
+ export * from "./schemas/schemas_0";
16
16
  export * from "./models/enums";
17
17
  export * from "./models/errors";
18
18
  export * from "./models/models_0";
@@ -1950,6 +1950,11 @@ export interface StartFHIRImportJobRequest {
1950
1950
  * @public
1951
1951
  */
1952
1952
  DriftDetectionEnabled?: boolean | undefined;
1953
+ /**
1954
+ * <p>Specifies whether to enable provenance for the import job.</p>
1955
+ * @public
1956
+ */
1957
+ ProvenanceEnabled?: boolean | undefined;
1953
1958
  }
1954
1959
  /**
1955
1960
  * @public
@@ -5,9 +5,9 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { HealthLakeExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export { Command as $Command } from "@smithy/core/client";
8
- export * from "./schemas/schemas_0";
9
8
  export * from "./pagination";
10
9
  export * from "./waiters";
10
+ export * from "./schemas/schemas_0";
11
11
  export * from "./models/enums";
12
12
  export * from "./models/errors";
13
13
  export * from "./models/models_0";
@@ -519,6 +519,7 @@ export interface StartFHIRImportJobRequest {
519
519
  ProfileId?: string | undefined;
520
520
  InputFormat?: string | undefined;
521
521
  DriftDetectionEnabled?: boolean | undefined;
522
+ ProvenanceEnabled?: boolean | undefined;
522
523
  }
523
524
  export interface StartFHIRImportJobResponse {
524
525
  JobId: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-healthlake",
3
- "version": "3.1105.0",
3
+ "version": "3.1107.0",
4
4
  "description": "AWS SDK for JavaScript Healthlake Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-healthlake",
6
6
  "license": "Apache-2.0",