@aws-sdk/client-healthlake 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/HealthLake.d.ts +0 -70
- package/dist-types/ts3.4/HealthLakeClient.d.ts +0 -86
- package/dist-types/ts3.4/commands/CreateFHIRDatastoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFHIRDatastoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFHIRDatastoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFHIRExportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFHIRImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFHIRDatastoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFHIRExportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFHIRImportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartFHIRExportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartFHIRImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -13
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -543
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListFHIRDatastoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListFHIRExportJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListFHIRImportJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -4
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-healthlake
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-healthlake
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-healthlake",
|
|
3
3
|
"description": "AWS SDK for JavaScript Healthlake Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.50.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput } from "./commands/CreateFHIRDatastoreCommand";
|
|
3
|
-
import { DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput } from "./commands/DeleteFHIRDatastoreCommand";
|
|
4
|
-
import { DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput } from "./commands/DescribeFHIRDatastoreCommand";
|
|
5
|
-
import { DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput } from "./commands/DescribeFHIRExportJobCommand";
|
|
6
|
-
import { DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput } from "./commands/DescribeFHIRImportJobCommand";
|
|
7
|
-
import { ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput } from "./commands/ListFHIRDatastoresCommand";
|
|
8
|
-
import { ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput } from "./commands/ListFHIRExportJobsCommand";
|
|
9
|
-
import { ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput } from "./commands/ListFHIRImportJobsCommand";
|
|
10
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
11
|
-
import { StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput } from "./commands/StartFHIRExportJobCommand";
|
|
12
|
-
import { StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput } from "./commands/StartFHIRImportJobCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
15
|
-
import { HealthLakeClient } from "./HealthLakeClient";
|
|
16
|
-
|
|
17
|
-
export declare class HealthLake extends HealthLakeClient {
|
|
18
|
-
|
|
19
|
-
createFHIRDatastore(args: CreateFHIRDatastoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateFHIRDatastoreCommandOutput>;
|
|
20
|
-
createFHIRDatastore(args: CreateFHIRDatastoreCommandInput, cb: (err: any, data?: CreateFHIRDatastoreCommandOutput) => void): void;
|
|
21
|
-
createFHIRDatastore(args: CreateFHIRDatastoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFHIRDatastoreCommandOutput) => void): void;
|
|
22
|
-
|
|
23
|
-
deleteFHIRDatastore(args: DeleteFHIRDatastoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFHIRDatastoreCommandOutput>;
|
|
24
|
-
deleteFHIRDatastore(args: DeleteFHIRDatastoreCommandInput, cb: (err: any, data?: DeleteFHIRDatastoreCommandOutput) => void): void;
|
|
25
|
-
deleteFHIRDatastore(args: DeleteFHIRDatastoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFHIRDatastoreCommandOutput) => void): void;
|
|
26
|
-
|
|
27
|
-
describeFHIRDatastore(args: DescribeFHIRDatastoreCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFHIRDatastoreCommandOutput>;
|
|
28
|
-
describeFHIRDatastore(args: DescribeFHIRDatastoreCommandInput, cb: (err: any, data?: DescribeFHIRDatastoreCommandOutput) => void): void;
|
|
29
|
-
describeFHIRDatastore(args: DescribeFHIRDatastoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFHIRDatastoreCommandOutput) => void): void;
|
|
30
|
-
|
|
31
|
-
describeFHIRExportJob(args: DescribeFHIRExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFHIRExportJobCommandOutput>;
|
|
32
|
-
describeFHIRExportJob(args: DescribeFHIRExportJobCommandInput, cb: (err: any, data?: DescribeFHIRExportJobCommandOutput) => void): void;
|
|
33
|
-
describeFHIRExportJob(args: DescribeFHIRExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFHIRExportJobCommandOutput) => void): void;
|
|
34
|
-
|
|
35
|
-
describeFHIRImportJob(args: DescribeFHIRImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFHIRImportJobCommandOutput>;
|
|
36
|
-
describeFHIRImportJob(args: DescribeFHIRImportJobCommandInput, cb: (err: any, data?: DescribeFHIRImportJobCommandOutput) => void): void;
|
|
37
|
-
describeFHIRImportJob(args: DescribeFHIRImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFHIRImportJobCommandOutput) => void): void;
|
|
38
|
-
|
|
39
|
-
listFHIRDatastores(args: ListFHIRDatastoresCommandInput, options?: __HttpHandlerOptions): Promise<ListFHIRDatastoresCommandOutput>;
|
|
40
|
-
listFHIRDatastores(args: ListFHIRDatastoresCommandInput, cb: (err: any, data?: ListFHIRDatastoresCommandOutput) => void): void;
|
|
41
|
-
listFHIRDatastores(args: ListFHIRDatastoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFHIRDatastoresCommandOutput) => void): void;
|
|
42
|
-
|
|
43
|
-
listFHIRExportJobs(args: ListFHIRExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListFHIRExportJobsCommandOutput>;
|
|
44
|
-
listFHIRExportJobs(args: ListFHIRExportJobsCommandInput, cb: (err: any, data?: ListFHIRExportJobsCommandOutput) => void): void;
|
|
45
|
-
listFHIRExportJobs(args: ListFHIRExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFHIRExportJobsCommandOutput) => void): void;
|
|
46
|
-
|
|
47
|
-
listFHIRImportJobs(args: ListFHIRImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListFHIRImportJobsCommandOutput>;
|
|
48
|
-
listFHIRImportJobs(args: ListFHIRImportJobsCommandInput, cb: (err: any, data?: ListFHIRImportJobsCommandOutput) => void): void;
|
|
49
|
-
listFHIRImportJobs(args: ListFHIRImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFHIRImportJobsCommandOutput) => void): void;
|
|
50
|
-
|
|
51
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
52
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
53
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
54
|
-
|
|
55
|
-
startFHIRExportJob(args: StartFHIRExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartFHIRExportJobCommandOutput>;
|
|
56
|
-
startFHIRExportJob(args: StartFHIRExportJobCommandInput, cb: (err: any, data?: StartFHIRExportJobCommandOutput) => void): void;
|
|
57
|
-
startFHIRExportJob(args: StartFHIRExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFHIRExportJobCommandOutput) => void): void;
|
|
58
|
-
|
|
59
|
-
startFHIRImportJob(args: StartFHIRImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartFHIRImportJobCommandOutput>;
|
|
60
|
-
startFHIRImportJob(args: StartFHIRImportJobCommandInput, cb: (err: any, data?: StartFHIRImportJobCommandOutput) => void): void;
|
|
61
|
-
startFHIRImportJob(args: StartFHIRImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFHIRImportJobCommandOutput) => void): void;
|
|
62
|
-
|
|
63
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
64
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
65
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
66
|
-
|
|
67
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
68
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
69
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
70
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput } from "./commands/CreateFHIRDatastoreCommand";
|
|
10
|
-
import { DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput } from "./commands/DeleteFHIRDatastoreCommand";
|
|
11
|
-
import { DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput } from "./commands/DescribeFHIRDatastoreCommand";
|
|
12
|
-
import { DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput } from "./commands/DescribeFHIRExportJobCommand";
|
|
13
|
-
import { DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput } from "./commands/DescribeFHIRImportJobCommand";
|
|
14
|
-
import { ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput } from "./commands/ListFHIRDatastoresCommand";
|
|
15
|
-
import { ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput } from "./commands/ListFHIRExportJobsCommand";
|
|
16
|
-
import { ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput } from "./commands/ListFHIRImportJobsCommand";
|
|
17
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
18
|
-
import { StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput } from "./commands/StartFHIRExportJobCommand";
|
|
19
|
-
import { StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput } from "./commands/StartFHIRImportJobCommand";
|
|
20
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
21
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
|
-
export declare type ServiceInputTypes = CreateFHIRDatastoreCommandInput | DeleteFHIRDatastoreCommandInput | DescribeFHIRDatastoreCommandInput | DescribeFHIRExportJobCommandInput | DescribeFHIRImportJobCommandInput | ListFHIRDatastoresCommandInput | ListFHIRExportJobsCommandInput | ListFHIRImportJobsCommandInput | ListTagsForResourceCommandInput | StartFHIRExportJobCommandInput | StartFHIRImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
|
|
23
|
-
export declare type ServiceOutputTypes = CreateFHIRDatastoreCommandOutput | DeleteFHIRDatastoreCommandOutput | DescribeFHIRDatastoreCommandOutput | DescribeFHIRExportJobCommandOutput | DescribeFHIRImportJobCommandOutput | ListFHIRDatastoresCommandOutput | ListFHIRExportJobsCommandOutput | ListFHIRImportJobsCommandOutput | ListTagsForResourceCommandOutput | StartFHIRExportJobCommandOutput | StartFHIRImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
|
|
24
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
25
|
-
|
|
26
|
-
requestHandler?: __HttpHandler;
|
|
27
|
-
|
|
28
|
-
sha256?: __HashConstructor;
|
|
29
|
-
|
|
30
|
-
urlParser?: __UrlParser;
|
|
31
|
-
|
|
32
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
33
|
-
|
|
34
|
-
streamCollector?: __StreamCollector;
|
|
35
|
-
|
|
36
|
-
base64Decoder?: __Decoder;
|
|
37
|
-
|
|
38
|
-
base64Encoder?: __Encoder;
|
|
39
|
-
|
|
40
|
-
utf8Decoder?: __Decoder;
|
|
41
|
-
|
|
42
|
-
utf8Encoder?: __Encoder;
|
|
43
|
-
|
|
44
|
-
runtime?: string;
|
|
45
|
-
|
|
46
|
-
disableHostPrefix?: boolean;
|
|
47
|
-
|
|
48
|
-
maxAttempts?: number | __Provider<number>;
|
|
49
|
-
|
|
50
|
-
retryMode?: string | __Provider<string>;
|
|
51
|
-
|
|
52
|
-
logger?: __Logger;
|
|
53
|
-
|
|
54
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
55
|
-
|
|
56
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
57
|
-
|
|
58
|
-
serviceId?: string;
|
|
59
|
-
|
|
60
|
-
region?: string | __Provider<string>;
|
|
61
|
-
|
|
62
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
63
|
-
|
|
64
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
65
|
-
|
|
66
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
67
|
-
|
|
68
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
69
|
-
}
|
|
70
|
-
declare type HealthLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
71
|
-
|
|
72
|
-
export interface HealthLakeClientConfig extends HealthLakeClientConfigType {
|
|
73
|
-
}
|
|
74
|
-
declare type HealthLakeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
75
|
-
|
|
76
|
-
export interface HealthLakeClientResolvedConfig extends HealthLakeClientResolvedConfigType {
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export declare class HealthLakeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, HealthLakeClientResolvedConfig> {
|
|
80
|
-
|
|
81
|
-
readonly config: HealthLakeClientResolvedConfig;
|
|
82
|
-
constructor(configuration: HealthLakeClientConfig);
|
|
83
|
-
|
|
84
|
-
destroy(): void;
|
|
85
|
-
}
|
|
86
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { CreateFHIRDatastoreRequest, CreateFHIRDatastoreResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateFHIRDatastoreCommandInput extends CreateFHIRDatastoreRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateFHIRDatastoreCommandOutput extends CreateFHIRDatastoreResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateFHIRDatastoreCommand extends $Command<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateFHIRDatastoreCommandInput;
|
|
12
|
-
constructor(input: CreateFHIRDatastoreCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { DeleteFHIRDatastoreRequest, DeleteFHIRDatastoreResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteFHIRDatastoreCommandInput extends DeleteFHIRDatastoreRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteFHIRDatastoreCommandOutput extends DeleteFHIRDatastoreResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteFHIRDatastoreCommand extends $Command<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteFHIRDatastoreCommandInput;
|
|
12
|
-
constructor(input: DeleteFHIRDatastoreCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { DescribeFHIRDatastoreRequest, DescribeFHIRDatastoreResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeFHIRDatastoreCommandInput extends DescribeFHIRDatastoreRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFHIRDatastoreCommandOutput extends DescribeFHIRDatastoreResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFHIRDatastoreCommand extends $Command<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFHIRDatastoreCommandInput;
|
|
12
|
-
constructor(input: DescribeFHIRDatastoreCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFHIRDatastoreCommandInput, DescribeFHIRDatastoreCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { DescribeFHIRExportJobRequest, DescribeFHIRExportJobResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeFHIRExportJobCommandInput extends DescribeFHIRExportJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFHIRExportJobCommandOutput extends DescribeFHIRExportJobResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFHIRExportJobCommand extends $Command<DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFHIRExportJobCommandInput;
|
|
12
|
-
constructor(input: DescribeFHIRExportJobCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFHIRExportJobCommandInput, DescribeFHIRExportJobCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { DescribeFHIRImportJobRequest, DescribeFHIRImportJobResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeFHIRImportJobCommandInput extends DescribeFHIRImportJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFHIRImportJobCommandOutput extends DescribeFHIRImportJobResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFHIRImportJobCommand extends $Command<DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFHIRImportJobCommandInput;
|
|
12
|
-
constructor(input: DescribeFHIRImportJobCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFHIRImportJobCommandInput, DescribeFHIRImportJobCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { ListFHIRDatastoresRequest, ListFHIRDatastoresResponse } from "../models/models_0";
|
|
5
|
-
export interface ListFHIRDatastoresCommandInput extends ListFHIRDatastoresRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFHIRDatastoresCommandOutput extends ListFHIRDatastoresResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListFHIRDatastoresCommand extends $Command<ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListFHIRDatastoresCommandInput;
|
|
12
|
-
constructor(input: ListFHIRDatastoresCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFHIRDatastoresCommandInput, ListFHIRDatastoresCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { ListFHIRExportJobsRequest, ListFHIRExportJobsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListFHIRExportJobsCommandInput extends ListFHIRExportJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFHIRExportJobsCommandOutput extends ListFHIRExportJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListFHIRExportJobsCommand extends $Command<ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListFHIRExportJobsCommandInput;
|
|
12
|
-
constructor(input: ListFHIRExportJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { ListFHIRImportJobsRequest, ListFHIRImportJobsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListFHIRImportJobsCommandInput extends ListFHIRImportJobsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFHIRImportJobsCommandOutput extends ListFHIRImportJobsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListFHIRImportJobsCommand extends $Command<ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListFHIRImportJobsCommandInput;
|
|
12
|
-
constructor(input: ListFHIRImportJobsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { StartFHIRExportJobRequest, StartFHIRExportJobResponse } from "../models/models_0";
|
|
5
|
-
export interface StartFHIRExportJobCommandInput extends StartFHIRExportJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartFHIRExportJobCommandOutput extends StartFHIRExportJobResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StartFHIRExportJobCommand extends $Command<StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: StartFHIRExportJobCommandInput;
|
|
12
|
-
constructor(input: StartFHIRExportJobCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { StartFHIRImportJobRequest, StartFHIRImportJobResponse } from "../models/models_0";
|
|
5
|
-
export interface StartFHIRImportJobCommandInput extends StartFHIRImportJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartFHIRImportJobCommandOutput extends StartFHIRImportJobResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StartFHIRImportJobCommand extends $Command<StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: StartFHIRImportJobCommandInput;
|
|
12
|
-
constructor(input: StartFHIRImportJobCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, HealthLakeClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from "./CreateFHIRDatastoreCommand";
|
|
2
|
-
export * from "./DeleteFHIRDatastoreCommand";
|
|
3
|
-
export * from "./DescribeFHIRDatastoreCommand";
|
|
4
|
-
export * from "./DescribeFHIRExportJobCommand";
|
|
5
|
-
export * from "./DescribeFHIRImportJobCommand";
|
|
6
|
-
export * from "./ListFHIRDatastoresCommand";
|
|
7
|
-
export * from "./ListFHIRExportJobsCommand";
|
|
8
|
-
export * from "./ListFHIRImportJobsCommand";
|
|
9
|
-
export * from "./ListTagsForResourceCommand";
|
|
10
|
-
export * from "./StartFHIRExportJobCommand";
|
|
11
|
-
export * from "./StartFHIRImportJobCommand";
|
|
12
|
-
export * from "./TagResourceCommand";
|
|
13
|
-
export * from "./UntagResourceCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|