@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,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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -63,23 +66,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
63
66
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
64
67
  *
65
68
  */
66
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, HealthLakeClientResolvedConfig> {
67
- readonly input: TagResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: TagResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class TagResourceCommand extends TagResourceCommand_base {
85
70
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -60,23 +63,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
60
63
  * <p>Base exception class for all service exceptions from HealthLake service.</p>
61
64
  *
62
65
  */
63
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, HealthLakeClientResolvedConfig> {
64
- readonly input: UntagResourceCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: UntagResourceCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
82
67
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { HealthLakePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFHIRDatastores(config: HealthLakePaginationConfiguration, input: ListFHIRDatastoresCommandInput, ...additionalArguments: any): Paginator<ListFHIRDatastoresCommandOutput>;
7
+ export declare const paginateListFHIRDatastores: (config: HealthLakePaginationConfiguration, input: ListFHIRDatastoresCommandInput, ...rest: any[]) => Paginator<ListFHIRDatastoresCommandOutput>;
@@ -4,4 +4,4 @@ import { HealthLakePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFHIRExportJobs(config: HealthLakePaginationConfiguration, input: ListFHIRExportJobsCommandInput, ...additionalArguments: any): Paginator<ListFHIRExportJobsCommandOutput>;
7
+ export declare const paginateListFHIRExportJobs: (config: HealthLakePaginationConfiguration, input: ListFHIRExportJobsCommandInput, ...rest: any[]) => Paginator<ListFHIRExportJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { HealthLakePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFHIRImportJobs(config: HealthLakePaginationConfiguration, input: ListFHIRImportJobsCommandInput, ...additionalArguments: any): Paginator<ListFHIRImportJobsCommandOutput>;
7
+ export declare const paginateListFHIRImportJobs: (config: HealthLakePaginationConfiguration, input: ListFHIRImportJobsCommandInput, ...rest: any[]) => Paginator<ListFHIRImportJobsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateFHIRDatastoreCommandInput
21
15
  export interface CreateFHIRDatastoreCommandOutput
22
16
  extends CreateFHIRDatastoreResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateFHIRDatastoreCommand extends $Command<
25
- CreateFHIRDatastoreCommandInput,
26
- CreateFHIRDatastoreCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: CreateFHIRDatastoreCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateFHIRDatastoreCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateFHIRDatastoreCommand_base: {
19
+ new (
20
+ input: CreateFHIRDatastoreCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateFHIRDatastoreCommandInput,
23
+ CreateFHIRDatastoreCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateFHIRDatastoreCommand extends CreateFHIRDatastoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteFHIRDatastoreCommandInput
21
15
  export interface DeleteFHIRDatastoreCommandOutput
22
16
  extends DeleteFHIRDatastoreResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteFHIRDatastoreCommand extends $Command<
25
- DeleteFHIRDatastoreCommandInput,
26
- DeleteFHIRDatastoreCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: DeleteFHIRDatastoreCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteFHIRDatastoreCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteFHIRDatastoreCommand_base: {
19
+ new (
20
+ input: DeleteFHIRDatastoreCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteFHIRDatastoreCommandInput,
23
+ DeleteFHIRDatastoreCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteFHIRDatastoreCommand extends DeleteFHIRDatastoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeFHIRDatastoreCommandInput
21
15
  export interface DescribeFHIRDatastoreCommandOutput
22
16
  extends DescribeFHIRDatastoreResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeFHIRDatastoreCommand extends $Command<
25
- DescribeFHIRDatastoreCommandInput,
26
- DescribeFHIRDatastoreCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: DescribeFHIRDatastoreCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeFHIRDatastoreCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeFHIRDatastoreCommand_base: {
19
+ new (
20
+ input: DescribeFHIRDatastoreCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeFHIRDatastoreCommandInput,
38
- DescribeFHIRDatastoreCommandOutput
23
+ DescribeFHIRDatastoreCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeFHIRDatastoreCommand extends DescribeFHIRDatastoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeFHIRExportJobCommandInput
21
15
  export interface DescribeFHIRExportJobCommandOutput
22
16
  extends DescribeFHIRExportJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeFHIRExportJobCommand extends $Command<
25
- DescribeFHIRExportJobCommandInput,
26
- DescribeFHIRExportJobCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: DescribeFHIRExportJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeFHIRExportJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeFHIRExportJobCommand_base: {
19
+ new (
20
+ input: DescribeFHIRExportJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeFHIRExportJobCommandInput,
38
- DescribeFHIRExportJobCommandOutput
23
+ DescribeFHIRExportJobCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeFHIRExportJobCommand extends DescribeFHIRExportJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeFHIRImportJobCommandInput
21
15
  export interface DescribeFHIRImportJobCommandOutput
22
16
  extends DescribeFHIRImportJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeFHIRImportJobCommand extends $Command<
25
- DescribeFHIRImportJobCommandInput,
26
- DescribeFHIRImportJobCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: DescribeFHIRImportJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeFHIRImportJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeFHIRImportJobCommand_base: {
19
+ new (
20
+ input: DescribeFHIRImportJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeFHIRImportJobCommandInput,
38
- DescribeFHIRImportJobCommandOutput
23
+ DescribeFHIRImportJobCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeFHIRImportJobCommand extends DescribeFHIRImportJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListFHIRDatastoresCommandInput
21
15
  export interface ListFHIRDatastoresCommandOutput
22
16
  extends ListFHIRDatastoresResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFHIRDatastoresCommand extends $Command<
25
- ListFHIRDatastoresCommandInput,
26
- ListFHIRDatastoresCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: ListFHIRDatastoresCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFHIRDatastoresCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListFHIRDatastoresCommand_base: {
19
+ new (
20
+ input: ListFHIRDatastoresCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListFHIRDatastoresCommandInput,
23
+ ListFHIRDatastoresCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFHIRDatastoresCommand extends ListFHIRDatastoresCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListFHIRExportJobsCommandInput
21
15
  export interface ListFHIRExportJobsCommandOutput
22
16
  extends ListFHIRExportJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFHIRExportJobsCommand extends $Command<
25
- ListFHIRExportJobsCommandInput,
26
- ListFHIRExportJobsCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: ListFHIRExportJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFHIRExportJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListFHIRExportJobsCommand_base: {
19
+ new (
20
+ input: ListFHIRExportJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListFHIRExportJobsCommandInput,
23
+ ListFHIRExportJobsCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFHIRExportJobsCommand extends ListFHIRExportJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListFHIRImportJobsCommandInput
21
15
  export interface ListFHIRImportJobsCommandOutput
22
16
  extends ListFHIRImportJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFHIRImportJobsCommand extends $Command<
25
- ListFHIRImportJobsCommandInput,
26
- ListFHIRImportJobsCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: ListFHIRImportJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFHIRImportJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListFHIRImportJobsCommand_base: {
19
+ new (
20
+ input: ListFHIRImportJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListFHIRImportJobsCommandInput,
23
+ ListFHIRImportJobsCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFHIRImportJobsCommand extends ListFHIRImportJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StartFHIRExportJobCommandInput
21
15
  export interface StartFHIRExportJobCommandOutput
22
16
  extends StartFHIRExportJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartFHIRExportJobCommand extends $Command<
25
- StartFHIRExportJobCommandInput,
26
- StartFHIRExportJobCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: StartFHIRExportJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartFHIRExportJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartFHIRExportJobCommand_base: {
19
+ new (
20
+ input: StartFHIRExportJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartFHIRExportJobCommandInput,
23
+ StartFHIRExportJobCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartFHIRExportJobCommand extends StartFHIRExportJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  HealthLakeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StartFHIRImportJobCommandInput
21
15
  export interface StartFHIRImportJobCommandOutput
22
16
  extends StartFHIRImportJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartFHIRImportJobCommand extends $Command<
25
- StartFHIRImportJobCommandInput,
26
- StartFHIRImportJobCommandOutput,
27
- HealthLakeClientResolvedConfig
28
- > {
29
- readonly input: StartFHIRImportJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartFHIRImportJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: HealthLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartFHIRImportJobCommand_base: {
19
+ new (
20
+ input: StartFHIRImportJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartFHIRImportJobCommandInput,
23
+ StartFHIRImportJobCommandOutput,
24
+ HealthLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartFHIRImportJobCommand extends StartFHIRImportJobCommand_base {}