@aws-sdk/client-healthlake 3.477.0 → 3.481.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 (69) hide show
  1. package/dist-cjs/commands/CreateFHIRDatastoreCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteFHIRDatastoreCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeFHIRDatastoreCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeFHIRExportJobCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeFHIRImportJobCommand.js +18 -41
  6. package/dist-cjs/commands/ListFHIRDatastoresCommand.js +18 -41
  7. package/dist-cjs/commands/ListFHIRExportJobsCommand.js +18 -41
  8. package/dist-cjs/commands/ListFHIRImportJobsCommand.js +18 -41
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  10. package/dist-cjs/commands/StartFHIRExportJobCommand.js +18 -41
  11. package/dist-cjs/commands/StartFHIRImportJobCommand.js +18 -41
  12. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  13. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  14. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  15. package/dist-cjs/pagination/ListFHIRDatastoresPaginator.js +2 -24
  16. package/dist-cjs/pagination/ListFHIRExportJobsPaginator.js +2 -24
  17. package/dist-cjs/pagination/ListFHIRImportJobsPaginator.js +2 -24
  18. package/dist-es/commands/CreateFHIRDatastoreCommand.js +18 -41
  19. package/dist-es/commands/DeleteFHIRDatastoreCommand.js +18 -41
  20. package/dist-es/commands/DescribeFHIRDatastoreCommand.js +18 -41
  21. package/dist-es/commands/DescribeFHIRExportJobCommand.js +18 -41
  22. package/dist-es/commands/DescribeFHIRImportJobCommand.js +18 -41
  23. package/dist-es/commands/ListFHIRDatastoresCommand.js +18 -41
  24. package/dist-es/commands/ListFHIRExportJobsCommand.js +18 -41
  25. package/dist-es/commands/ListFHIRImportJobsCommand.js +18 -41
  26. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  27. package/dist-es/commands/StartFHIRExportJobCommand.js +18 -41
  28. package/dist-es/commands/StartFHIRImportJobCommand.js +18 -41
  29. package/dist-es/commands/TagResourceCommand.js +18 -41
  30. package/dist-es/commands/UntagResourceCommand.js +18 -41
  31. package/dist-es/endpoint/EndpointParameters.js +6 -0
  32. package/dist-es/pagination/ListFHIRDatastoresPaginator.js +2 -23
  33. package/dist-es/pagination/ListFHIRExportJobsPaginator.js +2 -23
  34. package/dist-es/pagination/ListFHIRImportJobsPaginator.js +2 -23
  35. package/dist-types/commands/CreateFHIRDatastoreCommand.d.ts +6 -21
  36. package/dist-types/commands/DeleteFHIRDatastoreCommand.d.ts +6 -21
  37. package/dist-types/commands/DescribeFHIRDatastoreCommand.d.ts +6 -21
  38. package/dist-types/commands/DescribeFHIRExportJobCommand.d.ts +6 -21
  39. package/dist-types/commands/DescribeFHIRImportJobCommand.d.ts +6 -21
  40. package/dist-types/commands/ListFHIRDatastoresCommand.d.ts +6 -21
  41. package/dist-types/commands/ListFHIRExportJobsCommand.d.ts +6 -21
  42. package/dist-types/commands/ListFHIRImportJobsCommand.d.ts +6 -21
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  44. package/dist-types/commands/StartFHIRExportJobCommand.d.ts +6 -21
  45. package/dist-types/commands/StartFHIRImportJobCommand.d.ts +6 -21
  46. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  47. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  48. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  49. package/dist-types/pagination/ListFHIRDatastoresPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListFHIRExportJobsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListFHIRImportJobsPaginator.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/CreateFHIRDatastoreCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/DeleteFHIRDatastoreCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/DescribeFHIRDatastoreCommand.d.ts +12 -24
  55. package/dist-types/ts3.4/commands/DescribeFHIRExportJobCommand.d.ts +12 -24
  56. package/dist-types/ts3.4/commands/DescribeFHIRImportJobCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/ListFHIRDatastoresCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/ListFHIRExportJobsCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/ListFHIRImportJobsCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/StartFHIRExportJobCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/StartFHIRImportJobCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  66. package/dist-types/ts3.4/pagination/ListFHIRDatastoresPaginator.d.ts +3 -3
  67. package/dist-types/ts3.4/pagination/ListFHIRExportJobsPaginator.d.ts +3 -3
  68. package/dist-types/ts3.4/pagination/ListFHIRImportJobsPaginator.d.ts +3 -3
  69. package/package.json +11 -10
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "HealthLakeClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "HealthLake",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("HealthLake", "UntagResource", {})
19
+ .n("HealthLakeClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "healthlake",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListFHIRDatastoresCommand, } from "../commands/ListFHIRDatastoresCommand";
2
3
  import { HealthLakeClient } from "../HealthLakeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListFHIRDatastoresCommand(input), ...args);
5
- };
6
- export async function* paginateListFHIRDatastores(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof HealthLakeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected HealthLake | HealthLakeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListFHIRDatastores = createPaginator(HealthLakeClient, ListFHIRDatastoresCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListFHIRExportJobsCommand, } from "../commands/ListFHIRExportJobsCommand";
2
3
  import { HealthLakeClient } from "../HealthLakeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListFHIRExportJobsCommand(input), ...args);
5
- };
6
- export async function* paginateListFHIRExportJobs(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof HealthLakeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected HealthLake | HealthLakeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListFHIRExportJobs = createPaginator(HealthLakeClient, ListFHIRExportJobsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListFHIRImportJobsCommand, } from "../commands/ListFHIRImportJobsCommand";
2
3
  import { HealthLakeClient } from "../HealthLakeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListFHIRImportJobsCommand(input), ...args);
5
- };
6
- export async function* paginateListFHIRImportJobs(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof HealthLakeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected HealthLake | HealthLakeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListFHIRImportJobs = createPaginator(HealthLakeClient, ListFHIRImportJobsCommand, "NextToken", "NextToken", "MaxResults");
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { CreateFHIRDatastoreRequest, CreateFHIRDatastoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateFHIRDatastoreCommandInput extends CreateFHIRDatastoreRequ
21
20
  */
22
21
  export interface CreateFHIRDatastoreCommandOutput extends CreateFHIRDatastoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateFHIRDatastoreCommand_base: {
24
+ new (input: CreateFHIRDatastoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a data store that can ingest and export FHIR formatted data.</p>
@@ -89,23 +92,5 @@ export interface CreateFHIRDatastoreCommandOutput extends CreateFHIRDatastoreRes
89
92
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
90
93
  *
91
94
  */
92
- export declare class CreateFHIRDatastoreCommand extends $Command<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig> {
93
- readonly input: CreateFHIRDatastoreCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: CreateFHIRDatastoreCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class CreateFHIRDatastoreCommand extends CreateFHIRDatastoreCommand_base {
111
96
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { DeleteFHIRDatastoreRequest, DeleteFHIRDatastoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFHIRDatastoreCommandInput extends DeleteFHIRDatastoreRequ
21
20
  */
22
21
  export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteFHIRDatastoreCommand_base: {
24
+ new (input: DeleteFHIRDatastoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a data store. </p>
@@ -72,23 +75,5 @@ export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreRes
72
75
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteFHIRDatastoreCommand extends $Command<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig> {
76
- readonly input: DeleteFHIRDatastoreCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteFHIRDatastoreCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteFHIRDatastoreCommand extends DeleteFHIRDatastoreCommand_base {
94
79
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { DescribeFHIRDatastoreRequest, DescribeFHIRDatastoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFHIRDatastoreCommandInput extends DescribeFHIRDatastore
21
20
  */
22
21
  export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFHIRDatastoreCommand_base: {
24
+ new (input: DescribeFHIRDatastoreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the properties associated with the FHIR data store, including the data store ID,
@@ -87,23 +90,5 @@ export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastor
87
90
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
88
91
  *
89
92
  */
90
- export declare class DescribeFHIRDatastoreCommand extends $Command<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig> {
91
- readonly input: DescribeFHIRDatastoreCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: DescribeFHIRDatastoreCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class DescribeFHIRDatastoreCommand extends DescribeFHIRDatastoreCommand_base {
109
94
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { DescribeFHIRExportJobRequest, DescribeFHIRExportJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFHIRExportJobCommandInput extends DescribeFHIRExportJob
21
20
  */
22
21
  export interface DescribeFHIRExportJobCommandOutput extends DescribeFHIRExportJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFHIRExportJobCommand_base: {
24
+ new (input: DescribeFHIRExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.</p>
@@ -79,23 +82,5 @@ export interface DescribeFHIRExportJobCommandOutput extends DescribeFHIRExportJo
79
82
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
80
83
  *
81
84
  */
82
- export declare class DescribeFHIRExportJobCommand extends $Command<DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig> {
83
- readonly input: DescribeFHIRExportJobCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: DescribeFHIRExportJobCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class DescribeFHIRExportJobCommand extends DescribeFHIRExportJobCommand_base {
101
86
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { DescribeFHIRImportJobRequest, DescribeFHIRImportJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFHIRImportJobCommandInput extends DescribeFHIRImportJob
21
20
  */
22
21
  export interface DescribeFHIRImportJobCommandOutput extends DescribeFHIRImportJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFHIRImportJobCommand_base: {
24
+ new (input: DescribeFHIRImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job. </p>
@@ -82,23 +85,5 @@ export interface DescribeFHIRImportJobCommandOutput extends DescribeFHIRImportJo
82
85
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
83
86
  *
84
87
  */
85
- export declare class DescribeFHIRImportJobCommand extends $Command<DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig> {
86
- readonly input: DescribeFHIRImportJobCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DescribeFHIRImportJobCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DescribeFHIRImportJobCommand extends DescribeFHIRImportJobCommand_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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { ListFHIRDatastoresRequest, ListFHIRDatastoresResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFHIRDatastoresCommandInput extends ListFHIRDatastoresReques
21
20
  */
22
21
  export interface ListFHIRDatastoresCommandOutput extends ListFHIRDatastoresResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFHIRDatastoresCommand_base: {
24
+ new (input: ListFHIRDatastoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all FHIR data stores that are in the user’s account, regardless of data store status.</p>
@@ -93,23 +96,5 @@ export interface ListFHIRDatastoresCommandOutput extends ListFHIRDatastoresRespo
93
96
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
94
97
  *
95
98
  */
96
- export declare class ListFHIRDatastoresCommand extends $Command<ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput, HealthLakeClientResolvedConfig> {
97
- readonly input: ListFHIRDatastoresCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ListFHIRDatastoresCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ListFHIRDatastoresCommand extends ListFHIRDatastoresCommand_base {
115
100
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { ListFHIRExportJobsRequest, ListFHIRExportJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFHIRExportJobsCommandInput extends ListFHIRExportJobsReques
21
20
  */
22
21
  export interface ListFHIRExportJobsCommandOutput extends ListFHIRExportJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFHIRExportJobsCommand_base: {
24
+ new (input: ListFHIRExportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -92,23 +95,5 @@ export interface ListFHIRExportJobsCommandOutput extends ListFHIRExportJobsRespo
92
95
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
93
96
  *
94
97
  */
95
- export declare class ListFHIRExportJobsCommand extends $Command<ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput, HealthLakeClientResolvedConfig> {
96
- readonly input: ListFHIRExportJobsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListFHIRExportJobsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListFHIRExportJobsCommand extends ListFHIRExportJobsCommand_base {
114
99
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { ListFHIRImportJobsRequest, ListFHIRImportJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFHIRImportJobsCommandInput extends ListFHIRImportJobsReques
21
20
  */
22
21
  export interface ListFHIRImportJobsCommandOutput extends ListFHIRImportJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFHIRImportJobsCommand_base: {
24
+ new (input: ListFHIRImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -95,23 +98,5 @@ export interface ListFHIRImportJobsCommandOutput extends ListFHIRImportJobsRespo
95
98
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
96
99
  *
97
100
  */
98
- export declare class ListFHIRImportJobsCommand extends $Command<ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput, HealthLakeClientResolvedConfig> {
99
- readonly input: ListFHIRImportJobsCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: ListFHIRImportJobsCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class ListFHIRImportJobsCommand extends ListFHIRImportJobsCommand_base {
117
102
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -64,23 +67,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
64
67
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
65
68
  *
66
69
  */
67
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, HealthLakeClientResolvedConfig> {
68
- readonly input: ListTagsForResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: ListTagsForResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
86
71
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { StartFHIRExportJobRequest, StartFHIRExportJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartFHIRExportJobCommandInput extends StartFHIRExportJobReques
21
20
  */
22
21
  export interface StartFHIRExportJobCommandOutput extends StartFHIRExportJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartFHIRExportJobCommand_base: {
24
+ new (input: StartFHIRExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Begins a FHIR export job.</p>
@@ -77,23 +80,5 @@ export interface StartFHIRExportJobCommandOutput extends StartFHIRExportJobRespo
77
80
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
78
81
  *
79
82
  */
80
- export declare class StartFHIRExportJobCommand extends $Command<StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig> {
81
- readonly input: StartFHIRExportJobCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: StartFHIRExportJobCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class StartFHIRExportJobCommand extends StartFHIRExportJobCommand_base {
99
84
  }
@@ -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 { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
5
4
  import { StartFHIRImportJobRequest, StartFHIRImportJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartFHIRImportJobCommandInput extends StartFHIRImportJobReques
21
20
  */
22
21
  export interface StartFHIRImportJobCommandOutput extends StartFHIRImportJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartFHIRImportJobCommand_base: {
24
+ new (input: StartFHIRImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Begins a FHIR Import job.</p>
@@ -80,23 +83,5 @@ export interface StartFHIRImportJobCommandOutput extends StartFHIRImportJobRespo
80
83
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
81
84
  *
82
85
  */
83
- export declare class StartFHIRImportJobCommand extends $Command<StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig> {
84
- readonly input: StartFHIRImportJobCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: StartFHIRImportJobCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class StartFHIRImportJobCommand extends StartFHIRImportJobCommand_base {
102
87
  }