@aws-sdk/client-lakeformation 3.45.0 → 3.47.2
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 +45 -0
- package/dist-cjs/LakeFormation.js +30 -0
- package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +36 -0
- package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +42 -104
- package/dist-cjs/protocols/Aws_restJson1.js +348 -2
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/LakeFormation.js +30 -0
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +39 -0
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +29 -68
- package/dist-es/protocols/Aws_restJson1.js +369 -2
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/LakeFormation.d.ts +14 -0
- package/dist-types/LakeFormationClient.d.ts +9 -3
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +172 -99
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +10 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +95 -66
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
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
9
|
import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "./commands/AddLFTagsToResourceCommand";
|
|
10
10
|
import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "./commands/BatchGrantPermissionsCommand";
|
|
@@ -27,6 +27,8 @@ import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "./command
|
|
|
27
27
|
import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "./commands/GetQueryStatisticsCommand";
|
|
28
28
|
import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "./commands/GetResourceLFTagsCommand";
|
|
29
29
|
import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "./commands/GetTableObjectsCommand";
|
|
30
|
+
import { GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput } from "./commands/GetTemporaryGluePartitionCredentialsCommand";
|
|
31
|
+
import { GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput } from "./commands/GetTemporaryGlueTableCredentialsCommand";
|
|
30
32
|
import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "./commands/GetWorkUnitResultsCommand";
|
|
31
33
|
import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "./commands/GetWorkUnitsCommand";
|
|
32
34
|
import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "./commands/GrantPermissionsCommand";
|
|
@@ -48,8 +50,8 @@ import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/Up
|
|
|
48
50
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
|
|
49
51
|
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
|
|
50
52
|
import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
51
|
-
export declare type ServiceInputTypes = AddLFTagsToResourceCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
|
|
52
|
-
export declare type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
|
|
53
|
+
export declare type ServiceInputTypes = AddLFTagsToResourceCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetTemporaryGluePartitionCredentialsCommandInput | GetTemporaryGlueTableCredentialsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
|
|
54
|
+
export declare type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetTemporaryGluePartitionCredentialsCommandOutput | GetTemporaryGlueTableCredentialsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
|
|
53
55
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
54
56
|
|
|
55
57
|
requestHandler?: __HttpHandler;
|
|
@@ -93,6 +95,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
93
95
|
regionInfoProvider?: RegionInfoProvider;
|
|
94
96
|
|
|
95
97
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
98
|
+
|
|
99
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
96
100
|
}
|
|
97
101
|
declare type LakeFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
98
102
|
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { GetTemporaryGluePartitionCredentialsRequest, GetTemporaryGluePartitionCredentialsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetTemporaryGluePartitionCredentialsCommandInput extends GetTemporaryGluePartitionCredentialsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTemporaryGluePartitionCredentialsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetTemporaryGluePartitionCredentialsCommand extends $Command<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: GetTemporaryGluePartitionCredentialsCommandInput;
|
|
12
|
+
constructor(input: GetTemporaryGluePartitionCredentialsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { GetTemporaryGlueTableCredentialsRequest, GetTemporaryGlueTableCredentialsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetTemporaryGlueTableCredentialsCommandInput extends GetTemporaryGlueTableCredentialsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTemporaryGlueTableCredentialsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetTemporaryGlueTableCredentialsCommand extends $Command<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: GetTemporaryGlueTableCredentialsCommandInput;
|
|
12
|
+
constructor(input: GetTemporaryGlueTableCredentialsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -19,6 +19,8 @@ export * from "./GetQueryStateCommand";
|
|
|
19
19
|
export * from "./GetQueryStatisticsCommand";
|
|
20
20
|
export * from "./GetResourceLFTagsCommand";
|
|
21
21
|
export * from "./GetTableObjectsCommand";
|
|
22
|
+
export * from "./GetTemporaryGluePartitionCredentialsCommand";
|
|
23
|
+
export * from "./GetTemporaryGlueTableCredentialsCommand";
|
|
22
24
|
export * from "./GetWorkUnitResultsCommand";
|
|
23
25
|
export * from "./GetWorkUnitsCommand";
|
|
24
26
|
export * from "./GrantPermissionsCommand";
|
|
@@ -8,10 +8,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
8
8
|
|
|
9
9
|
Message?: string;
|
|
10
10
|
}
|
|
11
|
-
export declare namespace AccessDeniedException {
|
|
12
|
-
|
|
13
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
14
|
-
}
|
|
15
11
|
|
|
16
12
|
export interface LFTagPair {
|
|
17
13
|
|
|
@@ -230,10 +226,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
230
226
|
|
|
231
227
|
Message?: string;
|
|
232
228
|
}
|
|
233
|
-
export declare namespace ConcurrentModificationException {
|
|
234
|
-
|
|
235
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
236
|
-
}
|
|
237
229
|
|
|
238
230
|
export interface EntityNotFoundException extends __SmithyException, $MetadataBearer {
|
|
239
231
|
name: "EntityNotFoundException";
|
|
@@ -241,10 +233,6 @@ export interface EntityNotFoundException extends __SmithyException, $MetadataBea
|
|
|
241
233
|
|
|
242
234
|
Message?: string;
|
|
243
235
|
}
|
|
244
|
-
export declare namespace EntityNotFoundException {
|
|
245
|
-
|
|
246
|
-
const filterSensitiveLog: (obj: EntityNotFoundException) => any;
|
|
247
|
-
}
|
|
248
236
|
|
|
249
237
|
export interface InternalServiceException extends __SmithyException, $MetadataBearer {
|
|
250
238
|
name: "InternalServiceException";
|
|
@@ -252,10 +240,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
|
|
|
252
240
|
|
|
253
241
|
Message?: string;
|
|
254
242
|
}
|
|
255
|
-
export declare namespace InternalServiceException {
|
|
256
|
-
|
|
257
|
-
const filterSensitiveLog: (obj: InternalServiceException) => any;
|
|
258
|
-
}
|
|
259
243
|
|
|
260
244
|
export interface InvalidInputException extends __SmithyException, $MetadataBearer {
|
|
261
245
|
name: "InvalidInputException";
|
|
@@ -263,10 +247,6 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
|
|
|
263
247
|
|
|
264
248
|
Message?: string;
|
|
265
249
|
}
|
|
266
|
-
export declare namespace InvalidInputException {
|
|
267
|
-
|
|
268
|
-
const filterSensitiveLog: (obj: InvalidInputException) => any;
|
|
269
|
-
}
|
|
270
250
|
|
|
271
251
|
export interface OperationTimeoutException extends __SmithyException, $MetadataBearer {
|
|
272
252
|
name: "OperationTimeoutException";
|
|
@@ -274,10 +254,6 @@ export interface OperationTimeoutException extends __SmithyException, $MetadataB
|
|
|
274
254
|
|
|
275
255
|
Message?: string;
|
|
276
256
|
}
|
|
277
|
-
export declare namespace OperationTimeoutException {
|
|
278
|
-
|
|
279
|
-
const filterSensitiveLog: (obj: OperationTimeoutException) => any;
|
|
280
|
-
}
|
|
281
257
|
|
|
282
258
|
export interface AddObjectInput {
|
|
283
259
|
|
|
@@ -307,9 +283,14 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
307
283
|
|
|
308
284
|
Message?: string;
|
|
309
285
|
}
|
|
310
|
-
|
|
286
|
+
|
|
287
|
+
export interface AuditContext {
|
|
311
288
|
|
|
312
|
-
|
|
289
|
+
AdditionalAuditContext?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare namespace AuditContext {
|
|
292
|
+
|
|
293
|
+
const filterSensitiveLog: (obj: AuditContext) => any;
|
|
313
294
|
}
|
|
314
295
|
export declare enum Permission {
|
|
315
296
|
ALL = "ALL",
|
|
@@ -422,10 +403,6 @@ export interface TransactionCommitInProgressException extends __SmithyException,
|
|
|
422
403
|
|
|
423
404
|
Message?: string;
|
|
424
405
|
}
|
|
425
|
-
export declare namespace TransactionCommitInProgressException {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: TransactionCommitInProgressException) => any;
|
|
428
|
-
}
|
|
429
406
|
|
|
430
407
|
export interface TransactionCommittedException extends __SmithyException, $MetadataBearer {
|
|
431
408
|
name: "TransactionCommittedException";
|
|
@@ -433,10 +410,6 @@ export interface TransactionCommittedException extends __SmithyException, $Metad
|
|
|
433
410
|
|
|
434
411
|
Message?: string;
|
|
435
412
|
}
|
|
436
|
-
export declare namespace TransactionCommittedException {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: TransactionCommittedException) => any;
|
|
439
|
-
}
|
|
440
413
|
export interface CommitTransactionRequest {
|
|
441
414
|
|
|
442
415
|
TransactionId: string | undefined;
|
|
@@ -466,10 +439,6 @@ export interface TransactionCanceledException extends __SmithyException, $Metada
|
|
|
466
439
|
|
|
467
440
|
Message?: string;
|
|
468
441
|
}
|
|
469
|
-
export declare namespace TransactionCanceledException {
|
|
470
|
-
|
|
471
|
-
const filterSensitiveLog: (obj: TransactionCanceledException) => any;
|
|
472
|
-
}
|
|
473
442
|
|
|
474
443
|
export interface RowFilter {
|
|
475
444
|
|
|
@@ -523,10 +492,6 @@ export interface ResourceNumberLimitExceededException extends __SmithyException,
|
|
|
523
492
|
|
|
524
493
|
Message?: string;
|
|
525
494
|
}
|
|
526
|
-
export declare namespace ResourceNumberLimitExceededException {
|
|
527
|
-
|
|
528
|
-
const filterSensitiveLog: (obj: ResourceNumberLimitExceededException) => any;
|
|
529
|
-
}
|
|
530
495
|
export interface CreateLFTagRequest {
|
|
531
496
|
|
|
532
497
|
CatalogId?: string;
|
|
@@ -621,10 +586,6 @@ export interface ResourceNotReadyException extends __SmithyException, $MetadataB
|
|
|
621
586
|
|
|
622
587
|
Message?: string;
|
|
623
588
|
}
|
|
624
|
-
export declare namespace ResourceNotReadyException {
|
|
625
|
-
|
|
626
|
-
const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
|
|
627
|
-
}
|
|
628
589
|
export interface DeregisterResourceRequest {
|
|
629
590
|
|
|
630
591
|
ResourceArn: string | undefined;
|
|
@@ -742,6 +703,12 @@ export interface DataLakeSettings {
|
|
|
742
703
|
CreateTableDefaultPermissions?: PrincipalPermissions[];
|
|
743
704
|
|
|
744
705
|
TrustedResourceOwners?: string[];
|
|
706
|
+
|
|
707
|
+
AllowExternalDataFiltering?: boolean;
|
|
708
|
+
|
|
709
|
+
ExternalDataFilteringAllowList?: DataLakePrincipal[];
|
|
710
|
+
|
|
711
|
+
AuthorizedSessionTagValueList?: string[];
|
|
745
712
|
}
|
|
746
713
|
export declare namespace DataLakeSettings {
|
|
747
714
|
|
|
@@ -860,10 +827,6 @@ export interface ExpiredException extends __SmithyException, $MetadataBearer {
|
|
|
860
827
|
|
|
861
828
|
Message?: string;
|
|
862
829
|
}
|
|
863
|
-
export declare namespace ExpiredException {
|
|
864
|
-
|
|
865
|
-
const filterSensitiveLog: (obj: ExpiredException) => any;
|
|
866
|
-
}
|
|
867
830
|
export interface GetQueryStatisticsRequest {
|
|
868
831
|
|
|
869
832
|
QueryId: string | undefined;
|
|
@@ -919,10 +882,6 @@ export interface StatisticsNotReadyYetException extends __SmithyException, $Meta
|
|
|
919
882
|
|
|
920
883
|
Message?: string;
|
|
921
884
|
}
|
|
922
|
-
export declare namespace StatisticsNotReadyYetException {
|
|
923
|
-
|
|
924
|
-
const filterSensitiveLog: (obj: StatisticsNotReadyYetException) => any;
|
|
925
|
-
}
|
|
926
885
|
|
|
927
886
|
export interface ThrottledException extends __SmithyException, $MetadataBearer {
|
|
928
887
|
name: "ThrottledException";
|
|
@@ -933,10 +892,6 @@ export interface ThrottledException extends __SmithyException, $MetadataBearer {
|
|
|
933
892
|
|
|
934
893
|
Message?: string;
|
|
935
894
|
}
|
|
936
|
-
export declare namespace ThrottledException {
|
|
937
|
-
|
|
938
|
-
const filterSensitiveLog: (obj: ThrottledException) => any;
|
|
939
|
-
}
|
|
940
895
|
export interface GetResourceLFTagsRequest {
|
|
941
896
|
|
|
942
897
|
CatalogId?: string;
|
|
@@ -979,10 +934,6 @@ export interface GlueEncryptionException extends __SmithyException, $MetadataBea
|
|
|
979
934
|
|
|
980
935
|
Message?: string;
|
|
981
936
|
}
|
|
982
|
-
export declare namespace GlueEncryptionException {
|
|
983
|
-
|
|
984
|
-
const filterSensitiveLog: (obj: GlueEncryptionException) => any;
|
|
985
|
-
}
|
|
986
937
|
export interface GetTableObjectsRequest {
|
|
987
938
|
|
|
988
939
|
CatalogId?: string;
|
|
@@ -1039,6 +990,88 @@ export declare namespace GetTableObjectsResponse {
|
|
|
1039
990
|
|
|
1040
991
|
const filterSensitiveLog: (obj: GetTableObjectsResponse) => any;
|
|
1041
992
|
}
|
|
993
|
+
|
|
994
|
+
export interface PartitionValueList {
|
|
995
|
+
|
|
996
|
+
Values: string[] | undefined;
|
|
997
|
+
}
|
|
998
|
+
export declare namespace PartitionValueList {
|
|
999
|
+
|
|
1000
|
+
const filterSensitiveLog: (obj: PartitionValueList) => any;
|
|
1001
|
+
}
|
|
1002
|
+
export declare enum PermissionType {
|
|
1003
|
+
CELL_FILTER_PERMISSION = "CELL_FILTER_PERMISSION",
|
|
1004
|
+
COLUMN_PERMISSION = "COLUMN_PERMISSION"
|
|
1005
|
+
}
|
|
1006
|
+
export interface GetTemporaryGluePartitionCredentialsRequest {
|
|
1007
|
+
|
|
1008
|
+
TableArn: string | undefined;
|
|
1009
|
+
|
|
1010
|
+
Partition: PartitionValueList | undefined;
|
|
1011
|
+
|
|
1012
|
+
Permissions?: (Permission | string)[];
|
|
1013
|
+
|
|
1014
|
+
DurationSeconds?: number;
|
|
1015
|
+
|
|
1016
|
+
AuditContext?: AuditContext;
|
|
1017
|
+
|
|
1018
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1019
|
+
}
|
|
1020
|
+
export declare namespace GetTemporaryGluePartitionCredentialsRequest {
|
|
1021
|
+
|
|
1022
|
+
const filterSensitiveLog: (obj: GetTemporaryGluePartitionCredentialsRequest) => any;
|
|
1023
|
+
}
|
|
1024
|
+
export interface GetTemporaryGluePartitionCredentialsResponse {
|
|
1025
|
+
|
|
1026
|
+
AccessKeyId?: string;
|
|
1027
|
+
|
|
1028
|
+
SecretAccessKey?: string;
|
|
1029
|
+
|
|
1030
|
+
SessionToken?: string;
|
|
1031
|
+
|
|
1032
|
+
Expiration?: Date;
|
|
1033
|
+
}
|
|
1034
|
+
export declare namespace GetTemporaryGluePartitionCredentialsResponse {
|
|
1035
|
+
|
|
1036
|
+
const filterSensitiveLog: (obj: GetTemporaryGluePartitionCredentialsResponse) => any;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export interface PermissionTypeMismatchException extends __SmithyException, $MetadataBearer {
|
|
1040
|
+
name: "PermissionTypeMismatchException";
|
|
1041
|
+
$fault: "client";
|
|
1042
|
+
|
|
1043
|
+
Message?: string;
|
|
1044
|
+
}
|
|
1045
|
+
export interface GetTemporaryGlueTableCredentialsRequest {
|
|
1046
|
+
|
|
1047
|
+
TableArn: string | undefined;
|
|
1048
|
+
|
|
1049
|
+
Permissions?: (Permission | string)[];
|
|
1050
|
+
|
|
1051
|
+
DurationSeconds?: number;
|
|
1052
|
+
|
|
1053
|
+
AuditContext?: AuditContext;
|
|
1054
|
+
|
|
1055
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1056
|
+
}
|
|
1057
|
+
export declare namespace GetTemporaryGlueTableCredentialsRequest {
|
|
1058
|
+
|
|
1059
|
+
const filterSensitiveLog: (obj: GetTemporaryGlueTableCredentialsRequest) => any;
|
|
1060
|
+
}
|
|
1061
|
+
export interface GetTemporaryGlueTableCredentialsResponse {
|
|
1062
|
+
|
|
1063
|
+
AccessKeyId?: string;
|
|
1064
|
+
|
|
1065
|
+
SecretAccessKey?: string;
|
|
1066
|
+
|
|
1067
|
+
SessionToken?: string;
|
|
1068
|
+
|
|
1069
|
+
Expiration?: Date;
|
|
1070
|
+
}
|
|
1071
|
+
export declare namespace GetTemporaryGlueTableCredentialsResponse {
|
|
1072
|
+
|
|
1073
|
+
const filterSensitiveLog: (obj: GetTemporaryGlueTableCredentialsResponse) => any;
|
|
1074
|
+
}
|
|
1042
1075
|
export interface GetWorkUnitResultsRequest {
|
|
1043
1076
|
|
|
1044
1077
|
QueryId: string | undefined;
|
|
@@ -1105,10 +1138,6 @@ export interface WorkUnitsNotReadyYetException extends __SmithyException, $Metad
|
|
|
1105
1138
|
|
|
1106
1139
|
Message?: string;
|
|
1107
1140
|
}
|
|
1108
|
-
export declare namespace WorkUnitsNotReadyYetException {
|
|
1109
|
-
|
|
1110
|
-
const filterSensitiveLog: (obj: WorkUnitsNotReadyYetException) => any;
|
|
1111
|
-
}
|
|
1112
1141
|
export interface GrantPermissionsRequest {
|
|
1113
1142
|
|
|
1114
1143
|
CatalogId?: string;
|
|
@@ -21,6 +21,8 @@ import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "../comman
|
|
|
21
21
|
import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "../commands/GetQueryStatisticsCommand";
|
|
22
22
|
import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "../commands/GetResourceLFTagsCommand";
|
|
23
23
|
import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "../commands/GetTableObjectsCommand";
|
|
24
|
+
import { GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput } from "../commands/GetTemporaryGluePartitionCredentialsCommand";
|
|
25
|
+
import { GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput } from "../commands/GetTemporaryGlueTableCredentialsCommand";
|
|
24
26
|
import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "../commands/GetWorkUnitResultsCommand";
|
|
25
27
|
import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "../commands/GetWorkUnitsCommand";
|
|
26
28
|
import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "../commands/GrantPermissionsCommand";
|
|
@@ -63,6 +65,8 @@ export declare const serializeAws_restJson1GetQueryStateCommand: (input: GetQuer
|
|
|
63
65
|
export declare const serializeAws_restJson1GetQueryStatisticsCommand: (input: GetQueryStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
66
|
export declare const serializeAws_restJson1GetResourceLFTagsCommand: (input: GetResourceLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
67
|
export declare const serializeAws_restJson1GetTableObjectsCommand: (input: GetTableObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand: (input: GetTemporaryGluePartitionCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1GetTemporaryGlueTableCredentialsCommand: (input: GetTemporaryGlueTableCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
70
|
export declare const serializeAws_restJson1GetWorkUnitResultsCommand: (input: GetWorkUnitResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
71
|
export declare const serializeAws_restJson1GetWorkUnitsCommand: (input: GetWorkUnitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
72
|
export declare const serializeAws_restJson1GrantPermissionsCommand: (input: GrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -105,6 +109,8 @@ export declare const deserializeAws_restJson1GetQueryStateCommand: (output: __Ht
|
|
|
105
109
|
export declare const deserializeAws_restJson1GetQueryStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryStatisticsCommandOutput>;
|
|
106
110
|
export declare const deserializeAws_restJson1GetResourceLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLFTagsCommandOutput>;
|
|
107
111
|
export declare const deserializeAws_restJson1GetTableObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableObjectsCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemporaryGluePartitionCredentialsCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_restJson1GetTemporaryGlueTableCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemporaryGlueTableCredentialsCommandOutput>;
|
|
108
114
|
export declare const deserializeAws_restJson1GetWorkUnitResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkUnitResultsCommandOutput>;
|
|
109
115
|
export declare const deserializeAws_restJson1GetWorkUnitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkUnitsCommandOutput>;
|
|
110
116
|
export declare const deserializeAws_restJson1GrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantPermissionsCommandOutput>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { LakeFormationClientConfig } from "./LakeFormationClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { LakeFormationClientConfig } from "./LakeFormationClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lakeformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|