@aws-sdk/client-healthlake 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/HealthLake.d.ts +0 -13
- package/dist-types/ts3.4/HealthLakeClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateFHIRDatastoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFHIRDatastoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFHIRDatastoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFHIRExportJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFHIRImportJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFHIRDatastoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFHIRExportJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFHIRImportJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartFHIRExportJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartFHIRImportJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/HealthLakeServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -136
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-healthlake
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-healthlake
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-healthlake
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -52,7 +52,6 @@ import {
|
|
|
52
52
|
UntagResourceCommandOutput,
|
|
53
53
|
} from "./commands/UntagResourceCommand";
|
|
54
54
|
import { HealthLakeClient } from "./HealthLakeClient";
|
|
55
|
-
|
|
56
55
|
export declare class HealthLake extends HealthLakeClient {
|
|
57
56
|
createFHIRDatastore(
|
|
58
57
|
args: CreateFHIRDatastoreCommandInput,
|
|
@@ -67,7 +66,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
67
66
|
options: __HttpHandlerOptions,
|
|
68
67
|
cb: (err: any, data?: CreateFHIRDatastoreCommandOutput) => void
|
|
69
68
|
): void;
|
|
70
|
-
|
|
71
69
|
deleteFHIRDatastore(
|
|
72
70
|
args: DeleteFHIRDatastoreCommandInput,
|
|
73
71
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +79,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
81
79
|
options: __HttpHandlerOptions,
|
|
82
80
|
cb: (err: any, data?: DeleteFHIRDatastoreCommandOutput) => void
|
|
83
81
|
): void;
|
|
84
|
-
|
|
85
82
|
describeFHIRDatastore(
|
|
86
83
|
args: DescribeFHIRDatastoreCommandInput,
|
|
87
84
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +92,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
95
92
|
options: __HttpHandlerOptions,
|
|
96
93
|
cb: (err: any, data?: DescribeFHIRDatastoreCommandOutput) => void
|
|
97
94
|
): void;
|
|
98
|
-
|
|
99
95
|
describeFHIRExportJob(
|
|
100
96
|
args: DescribeFHIRExportJobCommandInput,
|
|
101
97
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +105,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
109
105
|
options: __HttpHandlerOptions,
|
|
110
106
|
cb: (err: any, data?: DescribeFHIRExportJobCommandOutput) => void
|
|
111
107
|
): void;
|
|
112
|
-
|
|
113
108
|
describeFHIRImportJob(
|
|
114
109
|
args: DescribeFHIRImportJobCommandInput,
|
|
115
110
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +118,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
123
118
|
options: __HttpHandlerOptions,
|
|
124
119
|
cb: (err: any, data?: DescribeFHIRImportJobCommandOutput) => void
|
|
125
120
|
): void;
|
|
126
|
-
|
|
127
121
|
listFHIRDatastores(
|
|
128
122
|
args: ListFHIRDatastoresCommandInput,
|
|
129
123
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +131,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
137
131
|
options: __HttpHandlerOptions,
|
|
138
132
|
cb: (err: any, data?: ListFHIRDatastoresCommandOutput) => void
|
|
139
133
|
): void;
|
|
140
|
-
|
|
141
134
|
listFHIRExportJobs(
|
|
142
135
|
args: ListFHIRExportJobsCommandInput,
|
|
143
136
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +144,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
151
144
|
options: __HttpHandlerOptions,
|
|
152
145
|
cb: (err: any, data?: ListFHIRExportJobsCommandOutput) => void
|
|
153
146
|
): void;
|
|
154
|
-
|
|
155
147
|
listFHIRImportJobs(
|
|
156
148
|
args: ListFHIRImportJobsCommandInput,
|
|
157
149
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +157,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
165
157
|
options: __HttpHandlerOptions,
|
|
166
158
|
cb: (err: any, data?: ListFHIRImportJobsCommandOutput) => void
|
|
167
159
|
): void;
|
|
168
|
-
|
|
169
160
|
listTagsForResource(
|
|
170
161
|
args: ListTagsForResourceCommandInput,
|
|
171
162
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +170,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
179
170
|
options: __HttpHandlerOptions,
|
|
180
171
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
181
172
|
): void;
|
|
182
|
-
|
|
183
173
|
startFHIRExportJob(
|
|
184
174
|
args: StartFHIRExportJobCommandInput,
|
|
185
175
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +183,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
193
183
|
options: __HttpHandlerOptions,
|
|
194
184
|
cb: (err: any, data?: StartFHIRExportJobCommandOutput) => void
|
|
195
185
|
): void;
|
|
196
|
-
|
|
197
186
|
startFHIRImportJob(
|
|
198
187
|
args: StartFHIRImportJobCommandInput,
|
|
199
188
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +196,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
207
196
|
options: __HttpHandlerOptions,
|
|
208
197
|
cb: (err: any, data?: StartFHIRImportJobCommandOutput) => void
|
|
209
198
|
): void;
|
|
210
|
-
|
|
211
199
|
tagResource(
|
|
212
200
|
args: TagResourceCommandInput,
|
|
213
201
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +209,6 @@ export declare class HealthLake extends HealthLakeClient {
|
|
|
221
209
|
options: __HttpHandlerOptions,
|
|
222
210
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
223
211
|
): void;
|
|
224
|
-
|
|
225
212
|
untagResource(
|
|
226
213
|
args: UntagResourceCommandInput,
|
|
227
214
|
options?: __HttpHandlerOptions
|
|
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
|
|
|
125
125
|
export interface ClientDefaults
|
|
126
126
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
127
|
requestHandler?: __HttpHandler;
|
|
128
|
-
|
|
129
128
|
sha256?: __HashConstructor;
|
|
130
|
-
|
|
131
129
|
urlParser?: __UrlParser;
|
|
132
|
-
|
|
133
130
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
-
|
|
135
131
|
streamCollector?: __StreamCollector;
|
|
136
|
-
|
|
137
132
|
base64Decoder?: __Decoder;
|
|
138
|
-
|
|
139
133
|
base64Encoder?: __Encoder;
|
|
140
|
-
|
|
141
134
|
utf8Decoder?: __Decoder;
|
|
142
|
-
|
|
143
135
|
utf8Encoder?: __Encoder;
|
|
144
|
-
|
|
145
136
|
runtime?: string;
|
|
146
|
-
|
|
147
137
|
disableHostPrefix?: boolean;
|
|
148
|
-
|
|
149
138
|
maxAttempts?: number | __Provider<number>;
|
|
150
|
-
|
|
151
139
|
retryMode?: string | __Provider<string>;
|
|
152
|
-
|
|
153
140
|
logger?: __Logger;
|
|
154
|
-
|
|
155
141
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
-
|
|
157
142
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
-
|
|
159
143
|
serviceId?: string;
|
|
160
|
-
|
|
161
144
|
region?: string | __Provider<string>;
|
|
162
|
-
|
|
163
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
-
|
|
165
146
|
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
-
|
|
167
147
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
-
|
|
169
148
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
149
|
}
|
|
171
150
|
declare type HealthLakeClientConfigType = Partial<
|
|
@@ -178,7 +157,6 @@ declare type HealthLakeClientConfigType = Partial<
|
|
|
178
157
|
HostHeaderInputConfig &
|
|
179
158
|
AwsAuthInputConfig &
|
|
180
159
|
UserAgentInputConfig;
|
|
181
|
-
|
|
182
160
|
export interface HealthLakeClientConfig extends HealthLakeClientConfigType {}
|
|
183
161
|
declare type HealthLakeClientResolvedConfigType =
|
|
184
162
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -189,10 +167,8 @@ declare type HealthLakeClientResolvedConfigType =
|
|
|
189
167
|
HostHeaderResolvedConfig &
|
|
190
168
|
AwsAuthResolvedConfig &
|
|
191
169
|
UserAgentResolvedConfig;
|
|
192
|
-
|
|
193
170
|
export interface HealthLakeClientResolvedConfig
|
|
194
171
|
extends HealthLakeClientResolvedConfigType {}
|
|
195
|
-
|
|
196
172
|
export declare class HealthLakeClient extends __Client<
|
|
197
173
|
__HttpHandlerOptions,
|
|
198
174
|
ServiceInputTypes,
|
|
@@ -201,7 +177,6 @@ export declare class HealthLakeClient extends __Client<
|
|
|
201
177
|
> {
|
|
202
178
|
readonly config: HealthLakeClientResolvedConfig;
|
|
203
179
|
constructor(configuration: HealthLakeClientConfig);
|
|
204
|
-
|
|
205
180
|
destroy(): void;
|
|
206
181
|
}
|
|
207
182
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateFHIRDatastoreCommandInput
|
|
|
19
19
|
export interface CreateFHIRDatastoreCommandOutput
|
|
20
20
|
extends CreateFHIRDatastoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateFHIRDatastoreCommand extends $Command<
|
|
24
23
|
CreateFHIRDatastoreCommandInput,
|
|
25
24
|
CreateFHIRDatastoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateFHIRDatastoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateFHIRDatastoreCommandInput;
|
|
29
28
|
constructor(input: CreateFHIRDatastoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteFHIRDatastoreCommandInput
|
|
|
19
19
|
export interface DeleteFHIRDatastoreCommandOutput
|
|
20
20
|
extends DeleteFHIRDatastoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteFHIRDatastoreCommand extends $Command<
|
|
24
23
|
DeleteFHIRDatastoreCommandInput,
|
|
25
24
|
DeleteFHIRDatastoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteFHIRDatastoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteFHIRDatastoreCommandInput;
|
|
29
28
|
constructor(input: DeleteFHIRDatastoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeFHIRDatastoreCommandInput
|
|
|
19
19
|
export interface DescribeFHIRDatastoreCommandOutput
|
|
20
20
|
extends DescribeFHIRDatastoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeFHIRDatastoreCommand extends $Command<
|
|
24
23
|
DescribeFHIRDatastoreCommandInput,
|
|
25
24
|
DescribeFHIRDatastoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeFHIRDatastoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeFHIRDatastoreCommandInput;
|
|
29
28
|
constructor(input: DescribeFHIRDatastoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeFHIRExportJobCommandInput
|
|
|
19
19
|
export interface DescribeFHIRExportJobCommandOutput
|
|
20
20
|
extends DescribeFHIRExportJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeFHIRExportJobCommand extends $Command<
|
|
24
23
|
DescribeFHIRExportJobCommandInput,
|
|
25
24
|
DescribeFHIRExportJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeFHIRExportJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeFHIRExportJobCommandInput;
|
|
29
28
|
constructor(input: DescribeFHIRExportJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeFHIRImportJobCommandInput
|
|
|
19
19
|
export interface DescribeFHIRImportJobCommandOutput
|
|
20
20
|
extends DescribeFHIRImportJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeFHIRImportJobCommand extends $Command<
|
|
24
23
|
DescribeFHIRImportJobCommandInput,
|
|
25
24
|
DescribeFHIRImportJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeFHIRImportJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeFHIRImportJobCommandInput;
|
|
29
28
|
constructor(input: DescribeFHIRImportJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListFHIRDatastoresCommandInput
|
|
|
19
19
|
export interface ListFHIRDatastoresCommandOutput
|
|
20
20
|
extends ListFHIRDatastoresResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListFHIRDatastoresCommand extends $Command<
|
|
24
23
|
ListFHIRDatastoresCommandInput,
|
|
25
24
|
ListFHIRDatastoresCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListFHIRDatastoresCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListFHIRDatastoresCommandInput;
|
|
29
28
|
constructor(input: ListFHIRDatastoresCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListFHIRExportJobsCommandInput
|
|
|
19
19
|
export interface ListFHIRExportJobsCommandOutput
|
|
20
20
|
extends ListFHIRExportJobsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListFHIRExportJobsCommand extends $Command<
|
|
24
23
|
ListFHIRExportJobsCommandInput,
|
|
25
24
|
ListFHIRExportJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListFHIRExportJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListFHIRExportJobsCommandInput;
|
|
29
28
|
constructor(input: ListFHIRExportJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListFHIRImportJobsCommandInput
|
|
|
19
19
|
export interface ListFHIRImportJobsCommandOutput
|
|
20
20
|
extends ListFHIRImportJobsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListFHIRImportJobsCommand extends $Command<
|
|
24
23
|
ListFHIRImportJobsCommandInput,
|
|
25
24
|
ListFHIRImportJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListFHIRImportJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListFHIRImportJobsCommandInput;
|
|
29
28
|
constructor(input: ListFHIRImportJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartFHIRExportJobCommandInput
|
|
|
19
19
|
export interface StartFHIRExportJobCommandOutput
|
|
20
20
|
extends StartFHIRExportJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartFHIRExportJobCommand extends $Command<
|
|
24
23
|
StartFHIRExportJobCommandInput,
|
|
25
24
|
StartFHIRExportJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartFHIRExportJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartFHIRExportJobCommandInput;
|
|
29
28
|
constructor(input: StartFHIRExportJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartFHIRImportJobCommandInput
|
|
|
19
19
|
export interface StartFHIRImportJobCommandOutput
|
|
20
20
|
extends StartFHIRImportJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartFHIRImportJobCommand extends $Command<
|
|
24
23
|
StartFHIRImportJobCommandInput,
|
|
25
24
|
StartFHIRImportJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartFHIRImportJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartFHIRImportJobCommandInput;
|
|
29
28
|
constructor(input: StartFHIRImportJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: HealthLakeClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class HealthLakeServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { HealthLakeServiceException as __BaseException } from "./HealthLakeServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message?: string;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
@@ -14,12 +12,10 @@ export declare enum CmkType {
|
|
|
14
12
|
AO_CMK = "AWS_OWNED_KMS_KEY",
|
|
15
13
|
CM_CMK = "CUSTOMER_MANAGED_KMS_KEY",
|
|
16
14
|
}
|
|
17
|
-
|
|
18
15
|
export declare class ConflictException extends __BaseException {
|
|
19
16
|
readonly name: "ConflictException";
|
|
20
17
|
readonly $fault: "client";
|
|
21
18
|
Message?: string;
|
|
22
|
-
|
|
23
19
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
24
20
|
}
|
|
25
21
|
export declare enum FHIRVersion {
|
|
@@ -28,37 +24,26 @@ export declare enum FHIRVersion {
|
|
|
28
24
|
export declare enum PreloadDataType {
|
|
29
25
|
SYNTHEA = "SYNTHEA",
|
|
30
26
|
}
|
|
31
|
-
|
|
32
27
|
export interface PreloadDataConfig {
|
|
33
28
|
PreloadDataType: PreloadDataType | string | undefined;
|
|
34
29
|
}
|
|
35
|
-
|
|
36
30
|
export interface KmsEncryptionConfig {
|
|
37
31
|
CmkType: CmkType | string | undefined;
|
|
38
|
-
|
|
39
32
|
KmsKeyId?: string;
|
|
40
33
|
}
|
|
41
|
-
|
|
42
34
|
export interface SseConfiguration {
|
|
43
35
|
KmsEncryptionConfig: KmsEncryptionConfig | undefined;
|
|
44
36
|
}
|
|
45
|
-
|
|
46
37
|
export interface Tag {
|
|
47
38
|
Key: string | undefined;
|
|
48
|
-
|
|
49
39
|
Value: string | undefined;
|
|
50
40
|
}
|
|
51
41
|
export interface CreateFHIRDatastoreRequest {
|
|
52
42
|
DatastoreName?: string;
|
|
53
|
-
|
|
54
43
|
DatastoreTypeVersion: FHIRVersion | string | undefined;
|
|
55
|
-
|
|
56
44
|
SseConfiguration?: SseConfiguration;
|
|
57
|
-
|
|
58
45
|
PreloadDataConfig?: PreloadDataConfig;
|
|
59
|
-
|
|
60
46
|
ClientToken?: string;
|
|
61
|
-
|
|
62
47
|
Tags?: Tag[];
|
|
63
48
|
}
|
|
64
49
|
export declare enum DatastoreStatus {
|
|
@@ -69,71 +54,49 @@ export declare enum DatastoreStatus {
|
|
|
69
54
|
}
|
|
70
55
|
export interface CreateFHIRDatastoreResponse {
|
|
71
56
|
DatastoreId: string | undefined;
|
|
72
|
-
|
|
73
57
|
DatastoreArn: string | undefined;
|
|
74
|
-
|
|
75
58
|
DatastoreStatus: DatastoreStatus | string | undefined;
|
|
76
|
-
|
|
77
59
|
DatastoreEndpoint: string | undefined;
|
|
78
60
|
}
|
|
79
|
-
|
|
80
61
|
export declare class InternalServerException extends __BaseException {
|
|
81
62
|
readonly name: "InternalServerException";
|
|
82
63
|
readonly $fault: "server";
|
|
83
64
|
Message?: string;
|
|
84
|
-
|
|
85
65
|
constructor(
|
|
86
66
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
87
67
|
);
|
|
88
68
|
}
|
|
89
|
-
|
|
90
69
|
export declare class ThrottlingException extends __BaseException {
|
|
91
70
|
readonly name: "ThrottlingException";
|
|
92
71
|
readonly $fault: "client";
|
|
93
72
|
Message?: string;
|
|
94
|
-
|
|
95
73
|
constructor(
|
|
96
74
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
97
75
|
);
|
|
98
76
|
}
|
|
99
|
-
|
|
100
77
|
export declare class ValidationException extends __BaseException {
|
|
101
78
|
readonly name: "ValidationException";
|
|
102
79
|
readonly $fault: "client";
|
|
103
80
|
Message?: string;
|
|
104
|
-
|
|
105
81
|
constructor(
|
|
106
82
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
107
83
|
);
|
|
108
84
|
}
|
|
109
|
-
|
|
110
85
|
export interface DatastoreFilter {
|
|
111
86
|
DatastoreName?: string;
|
|
112
|
-
|
|
113
87
|
DatastoreStatus?: DatastoreStatus | string;
|
|
114
|
-
|
|
115
88
|
CreatedBefore?: Date;
|
|
116
|
-
|
|
117
89
|
CreatedAfter?: Date;
|
|
118
90
|
}
|
|
119
|
-
|
|
120
91
|
export interface DatastoreProperties {
|
|
121
92
|
DatastoreId: string | undefined;
|
|
122
|
-
|
|
123
93
|
DatastoreArn: string | undefined;
|
|
124
|
-
|
|
125
94
|
DatastoreName?: string;
|
|
126
|
-
|
|
127
95
|
DatastoreStatus: DatastoreStatus | string | undefined;
|
|
128
|
-
|
|
129
96
|
CreatedAt?: Date;
|
|
130
|
-
|
|
131
97
|
DatastoreTypeVersion: FHIRVersion | string | undefined;
|
|
132
|
-
|
|
133
98
|
DatastoreEndpoint: string | undefined;
|
|
134
|
-
|
|
135
99
|
SseConfiguration?: SseConfiguration;
|
|
136
|
-
|
|
137
100
|
PreloadDataConfig?: PreloadDataConfig;
|
|
138
101
|
}
|
|
139
102
|
export interface DeleteFHIRDatastoreRequest {
|
|
@@ -141,19 +104,14 @@ export interface DeleteFHIRDatastoreRequest {
|
|
|
141
104
|
}
|
|
142
105
|
export interface DeleteFHIRDatastoreResponse {
|
|
143
106
|
DatastoreId: string | undefined;
|
|
144
|
-
|
|
145
107
|
DatastoreArn: string | undefined;
|
|
146
|
-
|
|
147
108
|
DatastoreStatus: DatastoreStatus | string | undefined;
|
|
148
|
-
|
|
149
109
|
DatastoreEndpoint: string | undefined;
|
|
150
110
|
}
|
|
151
|
-
|
|
152
111
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
153
112
|
readonly name: "ResourceNotFoundException";
|
|
154
113
|
readonly $fault: "client";
|
|
155
114
|
Message?: string;
|
|
156
|
-
|
|
157
115
|
constructor(
|
|
158
116
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
159
117
|
);
|
|
@@ -166,7 +124,6 @@ export interface DescribeFHIRDatastoreResponse {
|
|
|
166
124
|
}
|
|
167
125
|
export interface DescribeFHIRExportJobRequest {
|
|
168
126
|
DatastoreId: string | undefined;
|
|
169
|
-
|
|
170
127
|
JobId: string | undefined;
|
|
171
128
|
}
|
|
172
129
|
export declare enum JobStatus {
|
|
@@ -176,13 +133,10 @@ export declare enum JobStatus {
|
|
|
176
133
|
IN_PROGRESS = "IN_PROGRESS",
|
|
177
134
|
SUBMITTED = "SUBMITTED",
|
|
178
135
|
}
|
|
179
|
-
|
|
180
136
|
export interface S3Configuration {
|
|
181
137
|
S3Uri: string | undefined;
|
|
182
|
-
|
|
183
138
|
KmsKeyId: string | undefined;
|
|
184
139
|
}
|
|
185
|
-
|
|
186
140
|
export declare type OutputDataConfig =
|
|
187
141
|
| OutputDataConfig.S3ConfigurationMember
|
|
188
142
|
| OutputDataConfig.$UnknownMember;
|
|
@@ -201,24 +155,15 @@ export declare namespace OutputDataConfig {
|
|
|
201
155
|
}
|
|
202
156
|
const visit: <T>(value: OutputDataConfig, visitor: Visitor<T>) => T;
|
|
203
157
|
}
|
|
204
|
-
|
|
205
158
|
export interface ExportJobProperties {
|
|
206
159
|
JobId: string | undefined;
|
|
207
|
-
|
|
208
160
|
JobName?: string;
|
|
209
|
-
|
|
210
161
|
JobStatus: JobStatus | string | undefined;
|
|
211
|
-
|
|
212
162
|
SubmitTime: Date | undefined;
|
|
213
|
-
|
|
214
163
|
EndTime?: Date;
|
|
215
|
-
|
|
216
164
|
DatastoreId: string | undefined;
|
|
217
|
-
|
|
218
165
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
219
|
-
|
|
220
166
|
DataAccessRoleArn?: string;
|
|
221
|
-
|
|
222
167
|
Message?: string;
|
|
223
168
|
}
|
|
224
169
|
export interface DescribeFHIRExportJobResponse {
|
|
@@ -226,10 +171,8 @@ export interface DescribeFHIRExportJobResponse {
|
|
|
226
171
|
}
|
|
227
172
|
export interface DescribeFHIRImportJobRequest {
|
|
228
173
|
DatastoreId: string | undefined;
|
|
229
|
-
|
|
230
174
|
JobId: string | undefined;
|
|
231
175
|
}
|
|
232
|
-
|
|
233
176
|
export declare type InputDataConfig =
|
|
234
177
|
| InputDataConfig.S3UriMember
|
|
235
178
|
| InputDataConfig.$UnknownMember;
|
|
@@ -248,26 +191,16 @@ export declare namespace InputDataConfig {
|
|
|
248
191
|
}
|
|
249
192
|
const visit: <T>(value: InputDataConfig, visitor: Visitor<T>) => T;
|
|
250
193
|
}
|
|
251
|
-
|
|
252
194
|
export interface ImportJobProperties {
|
|
253
195
|
JobId: string | undefined;
|
|
254
|
-
|
|
255
196
|
JobName?: string;
|
|
256
|
-
|
|
257
197
|
JobStatus: JobStatus | string | undefined;
|
|
258
|
-
|
|
259
198
|
SubmitTime: Date | undefined;
|
|
260
|
-
|
|
261
199
|
EndTime?: Date;
|
|
262
|
-
|
|
263
200
|
DatastoreId: string | undefined;
|
|
264
|
-
|
|
265
201
|
InputDataConfig: InputDataConfig | undefined;
|
|
266
|
-
|
|
267
202
|
JobOutputDataConfig?: OutputDataConfig;
|
|
268
|
-
|
|
269
203
|
DataAccessRoleArn?: string;
|
|
270
|
-
|
|
271
204
|
Message?: string;
|
|
272
205
|
}
|
|
273
206
|
export interface DescribeFHIRImportJobResponse {
|
|
@@ -275,54 +208,37 @@ export interface DescribeFHIRImportJobResponse {
|
|
|
275
208
|
}
|
|
276
209
|
export interface ListFHIRDatastoresRequest {
|
|
277
210
|
Filter?: DatastoreFilter;
|
|
278
|
-
|
|
279
211
|
NextToken?: string;
|
|
280
|
-
|
|
281
212
|
MaxResults?: number;
|
|
282
213
|
}
|
|
283
214
|
export interface ListFHIRDatastoresResponse {
|
|
284
215
|
DatastorePropertiesList: DatastoreProperties[] | undefined;
|
|
285
|
-
|
|
286
216
|
NextToken?: string;
|
|
287
217
|
}
|
|
288
218
|
export interface ListFHIRExportJobsRequest {
|
|
289
219
|
DatastoreId: string | undefined;
|
|
290
|
-
|
|
291
220
|
NextToken?: string;
|
|
292
|
-
|
|
293
221
|
MaxResults?: number;
|
|
294
|
-
|
|
295
222
|
JobName?: string;
|
|
296
|
-
|
|
297
223
|
JobStatus?: JobStatus | string;
|
|
298
|
-
|
|
299
224
|
SubmittedBefore?: Date;
|
|
300
|
-
|
|
301
225
|
SubmittedAfter?: Date;
|
|
302
226
|
}
|
|
303
227
|
export interface ListFHIRExportJobsResponse {
|
|
304
228
|
ExportJobPropertiesList: ExportJobProperties[] | undefined;
|
|
305
|
-
|
|
306
229
|
NextToken?: string;
|
|
307
230
|
}
|
|
308
231
|
export interface ListFHIRImportJobsRequest {
|
|
309
232
|
DatastoreId: string | undefined;
|
|
310
|
-
|
|
311
233
|
NextToken?: string;
|
|
312
|
-
|
|
313
234
|
MaxResults?: number;
|
|
314
|
-
|
|
315
235
|
JobName?: string;
|
|
316
|
-
|
|
317
236
|
JobStatus?: JobStatus | string;
|
|
318
|
-
|
|
319
237
|
SubmittedBefore?: Date;
|
|
320
|
-
|
|
321
238
|
SubmittedAfter?: Date;
|
|
322
239
|
}
|
|
323
240
|
export interface ListFHIRImportJobsResponse {
|
|
324
241
|
ImportJobPropertiesList: ImportJobProperties[] | undefined;
|
|
325
|
-
|
|
326
242
|
NextToken?: string;
|
|
327
243
|
}
|
|
328
244
|
export interface ListTagsForResourceRequest {
|
|
@@ -333,197 +249,145 @@ export interface ListTagsForResourceResponse {
|
|
|
333
249
|
}
|
|
334
250
|
export interface StartFHIRExportJobRequest {
|
|
335
251
|
JobName?: string;
|
|
336
|
-
|
|
337
252
|
OutputDataConfig: OutputDataConfig | undefined;
|
|
338
|
-
|
|
339
253
|
DatastoreId: string | undefined;
|
|
340
|
-
|
|
341
254
|
DataAccessRoleArn: string | undefined;
|
|
342
|
-
|
|
343
255
|
ClientToken?: string;
|
|
344
256
|
}
|
|
345
257
|
export interface StartFHIRExportJobResponse {
|
|
346
258
|
JobId: string | undefined;
|
|
347
|
-
|
|
348
259
|
JobStatus: JobStatus | string | undefined;
|
|
349
|
-
|
|
350
260
|
DatastoreId?: string;
|
|
351
261
|
}
|
|
352
262
|
export interface StartFHIRImportJobRequest {
|
|
353
263
|
JobName?: string;
|
|
354
|
-
|
|
355
264
|
InputDataConfig: InputDataConfig | undefined;
|
|
356
|
-
|
|
357
265
|
JobOutputDataConfig: OutputDataConfig | undefined;
|
|
358
|
-
|
|
359
266
|
DatastoreId: string | undefined;
|
|
360
|
-
|
|
361
267
|
DataAccessRoleArn: string | undefined;
|
|
362
|
-
|
|
363
268
|
ClientToken?: string;
|
|
364
269
|
}
|
|
365
270
|
export interface StartFHIRImportJobResponse {
|
|
366
271
|
JobId: string | undefined;
|
|
367
|
-
|
|
368
272
|
JobStatus: JobStatus | string | undefined;
|
|
369
|
-
|
|
370
273
|
DatastoreId?: string;
|
|
371
274
|
}
|
|
372
275
|
export interface TagResourceRequest {
|
|
373
276
|
ResourceARN: string | undefined;
|
|
374
|
-
|
|
375
277
|
Tags: Tag[] | undefined;
|
|
376
278
|
}
|
|
377
279
|
export interface TagResourceResponse {}
|
|
378
280
|
export interface UntagResourceRequest {
|
|
379
281
|
ResourceARN: string | undefined;
|
|
380
|
-
|
|
381
282
|
TagKeys: string[] | undefined;
|
|
382
283
|
}
|
|
383
284
|
export interface UntagResourceResponse {}
|
|
384
|
-
|
|
385
285
|
export declare const PreloadDataConfigFilterSensitiveLog: (
|
|
386
286
|
obj: PreloadDataConfig
|
|
387
287
|
) => any;
|
|
388
|
-
|
|
389
288
|
export declare const KmsEncryptionConfigFilterSensitiveLog: (
|
|
390
289
|
obj: KmsEncryptionConfig
|
|
391
290
|
) => any;
|
|
392
|
-
|
|
393
291
|
export declare const SseConfigurationFilterSensitiveLog: (
|
|
394
292
|
obj: SseConfiguration
|
|
395
293
|
) => any;
|
|
396
|
-
|
|
397
294
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
398
|
-
|
|
399
295
|
export declare const CreateFHIRDatastoreRequestFilterSensitiveLog: (
|
|
400
296
|
obj: CreateFHIRDatastoreRequest
|
|
401
297
|
) => any;
|
|
402
|
-
|
|
403
298
|
export declare const CreateFHIRDatastoreResponseFilterSensitiveLog: (
|
|
404
299
|
obj: CreateFHIRDatastoreResponse
|
|
405
300
|
) => any;
|
|
406
|
-
|
|
407
301
|
export declare const DatastoreFilterFilterSensitiveLog: (
|
|
408
302
|
obj: DatastoreFilter
|
|
409
303
|
) => any;
|
|
410
|
-
|
|
411
304
|
export declare const DatastorePropertiesFilterSensitiveLog: (
|
|
412
305
|
obj: DatastoreProperties
|
|
413
306
|
) => any;
|
|
414
|
-
|
|
415
307
|
export declare const DeleteFHIRDatastoreRequestFilterSensitiveLog: (
|
|
416
308
|
obj: DeleteFHIRDatastoreRequest
|
|
417
309
|
) => any;
|
|
418
|
-
|
|
419
310
|
export declare const DeleteFHIRDatastoreResponseFilterSensitiveLog: (
|
|
420
311
|
obj: DeleteFHIRDatastoreResponse
|
|
421
312
|
) => any;
|
|
422
|
-
|
|
423
313
|
export declare const DescribeFHIRDatastoreRequestFilterSensitiveLog: (
|
|
424
314
|
obj: DescribeFHIRDatastoreRequest
|
|
425
315
|
) => any;
|
|
426
|
-
|
|
427
316
|
export declare const DescribeFHIRDatastoreResponseFilterSensitiveLog: (
|
|
428
317
|
obj: DescribeFHIRDatastoreResponse
|
|
429
318
|
) => any;
|
|
430
|
-
|
|
431
319
|
export declare const DescribeFHIRExportJobRequestFilterSensitiveLog: (
|
|
432
320
|
obj: DescribeFHIRExportJobRequest
|
|
433
321
|
) => any;
|
|
434
|
-
|
|
435
322
|
export declare const S3ConfigurationFilterSensitiveLog: (
|
|
436
323
|
obj: S3Configuration
|
|
437
324
|
) => any;
|
|
438
|
-
|
|
439
325
|
export declare const OutputDataConfigFilterSensitiveLog: (
|
|
440
326
|
obj: OutputDataConfig
|
|
441
327
|
) => any;
|
|
442
|
-
|
|
443
328
|
export declare const ExportJobPropertiesFilterSensitiveLog: (
|
|
444
329
|
obj: ExportJobProperties
|
|
445
330
|
) => any;
|
|
446
|
-
|
|
447
331
|
export declare const DescribeFHIRExportJobResponseFilterSensitiveLog: (
|
|
448
332
|
obj: DescribeFHIRExportJobResponse
|
|
449
333
|
) => any;
|
|
450
|
-
|
|
451
334
|
export declare const DescribeFHIRImportJobRequestFilterSensitiveLog: (
|
|
452
335
|
obj: DescribeFHIRImportJobRequest
|
|
453
336
|
) => any;
|
|
454
|
-
|
|
455
337
|
export declare const InputDataConfigFilterSensitiveLog: (
|
|
456
338
|
obj: InputDataConfig
|
|
457
339
|
) => any;
|
|
458
|
-
|
|
459
340
|
export declare const ImportJobPropertiesFilterSensitiveLog: (
|
|
460
341
|
obj: ImportJobProperties
|
|
461
342
|
) => any;
|
|
462
|
-
|
|
463
343
|
export declare const DescribeFHIRImportJobResponseFilterSensitiveLog: (
|
|
464
344
|
obj: DescribeFHIRImportJobResponse
|
|
465
345
|
) => any;
|
|
466
|
-
|
|
467
346
|
export declare const ListFHIRDatastoresRequestFilterSensitiveLog: (
|
|
468
347
|
obj: ListFHIRDatastoresRequest
|
|
469
348
|
) => any;
|
|
470
|
-
|
|
471
349
|
export declare const ListFHIRDatastoresResponseFilterSensitiveLog: (
|
|
472
350
|
obj: ListFHIRDatastoresResponse
|
|
473
351
|
) => any;
|
|
474
|
-
|
|
475
352
|
export declare const ListFHIRExportJobsRequestFilterSensitiveLog: (
|
|
476
353
|
obj: ListFHIRExportJobsRequest
|
|
477
354
|
) => any;
|
|
478
|
-
|
|
479
355
|
export declare const ListFHIRExportJobsResponseFilterSensitiveLog: (
|
|
480
356
|
obj: ListFHIRExportJobsResponse
|
|
481
357
|
) => any;
|
|
482
|
-
|
|
483
358
|
export declare const ListFHIRImportJobsRequestFilterSensitiveLog: (
|
|
484
359
|
obj: ListFHIRImportJobsRequest
|
|
485
360
|
) => any;
|
|
486
|
-
|
|
487
361
|
export declare const ListFHIRImportJobsResponseFilterSensitiveLog: (
|
|
488
362
|
obj: ListFHIRImportJobsResponse
|
|
489
363
|
) => any;
|
|
490
|
-
|
|
491
364
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
492
365
|
obj: ListTagsForResourceRequest
|
|
493
366
|
) => any;
|
|
494
|
-
|
|
495
367
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
496
368
|
obj: ListTagsForResourceResponse
|
|
497
369
|
) => any;
|
|
498
|
-
|
|
499
370
|
export declare const StartFHIRExportJobRequestFilterSensitiveLog: (
|
|
500
371
|
obj: StartFHIRExportJobRequest
|
|
501
372
|
) => any;
|
|
502
|
-
|
|
503
373
|
export declare const StartFHIRExportJobResponseFilterSensitiveLog: (
|
|
504
374
|
obj: StartFHIRExportJobResponse
|
|
505
375
|
) => any;
|
|
506
|
-
|
|
507
376
|
export declare const StartFHIRImportJobRequestFilterSensitiveLog: (
|
|
508
377
|
obj: StartFHIRImportJobRequest
|
|
509
378
|
) => any;
|
|
510
|
-
|
|
511
379
|
export declare const StartFHIRImportJobResponseFilterSensitiveLog: (
|
|
512
380
|
obj: StartFHIRImportJobResponse
|
|
513
381
|
) => any;
|
|
514
|
-
|
|
515
382
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
516
383
|
obj: TagResourceRequest
|
|
517
384
|
) => any;
|
|
518
|
-
|
|
519
385
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
520
386
|
obj: TagResourceResponse
|
|
521
387
|
) => any;
|
|
522
|
-
|
|
523
388
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
524
389
|
obj: UntagResourceRequest
|
|
525
390
|
) => any;
|
|
526
|
-
|
|
527
391
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
528
392
|
obj: UntagResourceResponse
|
|
529
393
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { HealthLakeClientConfig } from "./HealthLakeClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { HealthLakeClientConfig } from "./HealthLakeClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { HealthLakeClientConfig } from "./HealthLakeClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
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.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1",
|