@aws-sdk/client-lakeformation 3.975.0 → 3.978.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/dist-cjs/index.js +42 -27
- package/dist-es/LakeFormation.js +29 -1
- package/dist-types/LakeFormation.d.ts +92 -1
- package/dist-types/ts3.4/LakeFormation.d.ts +96 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -2819,6 +2819,32 @@ class UpdateTableStorageOptimizerCommand extends smithyClient.Command
|
|
|
2819
2819
|
.build() {
|
|
2820
2820
|
}
|
|
2821
2821
|
|
|
2822
|
+
const paginateGetEffectivePermissionsForPath = core.createPaginator(LakeFormationClient, GetEffectivePermissionsForPathCommand, "NextToken", "NextToken", "MaxResults");
|
|
2823
|
+
|
|
2824
|
+
const paginateGetTableObjects = core.createPaginator(LakeFormationClient, GetTableObjectsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2825
|
+
|
|
2826
|
+
const paginateGetWorkUnits = core.createPaginator(LakeFormationClient, GetWorkUnitsCommand, "NextToken", "NextToken", "PageSize");
|
|
2827
|
+
|
|
2828
|
+
const paginateListDataCellsFilter = core.createPaginator(LakeFormationClient, ListDataCellsFilterCommand, "NextToken", "NextToken", "MaxResults");
|
|
2829
|
+
|
|
2830
|
+
const paginateListLakeFormationOptIns = core.createPaginator(LakeFormationClient, ListLakeFormationOptInsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2831
|
+
|
|
2832
|
+
const paginateListLFTagExpressions = core.createPaginator(LakeFormationClient, ListLFTagExpressionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2833
|
+
|
|
2834
|
+
const paginateListLFTags = core.createPaginator(LakeFormationClient, ListLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2835
|
+
|
|
2836
|
+
const paginateListPermissions = core.createPaginator(LakeFormationClient, ListPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2837
|
+
|
|
2838
|
+
const paginateListResources = core.createPaginator(LakeFormationClient, ListResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2839
|
+
|
|
2840
|
+
const paginateListTableStorageOptimizers = core.createPaginator(LakeFormationClient, ListTableStorageOptimizersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2841
|
+
|
|
2842
|
+
const paginateListTransactions = core.createPaginator(LakeFormationClient, ListTransactionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2843
|
+
|
|
2844
|
+
const paginateSearchDatabasesByLFTags = core.createPaginator(LakeFormationClient, SearchDatabasesByLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2845
|
+
|
|
2846
|
+
const paginateSearchTablesByLFTags = core.createPaginator(LakeFormationClient, SearchTablesByLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2847
|
+
|
|
2822
2848
|
const commands = {
|
|
2823
2849
|
AddLFTagsToResourceCommand,
|
|
2824
2850
|
AssumeDecoratedRoleWithSAMLCommand,
|
|
@@ -2882,35 +2908,24 @@ const commands = {
|
|
|
2882
2908
|
UpdateTableObjectsCommand,
|
|
2883
2909
|
UpdateTableStorageOptimizerCommand,
|
|
2884
2910
|
};
|
|
2911
|
+
const paginators = {
|
|
2912
|
+
paginateGetEffectivePermissionsForPath,
|
|
2913
|
+
paginateGetTableObjects,
|
|
2914
|
+
paginateGetWorkUnits,
|
|
2915
|
+
paginateListDataCellsFilter,
|
|
2916
|
+
paginateListLakeFormationOptIns,
|
|
2917
|
+
paginateListLFTagExpressions,
|
|
2918
|
+
paginateListLFTags,
|
|
2919
|
+
paginateListPermissions,
|
|
2920
|
+
paginateListResources,
|
|
2921
|
+
paginateListTableStorageOptimizers,
|
|
2922
|
+
paginateListTransactions,
|
|
2923
|
+
paginateSearchDatabasesByLFTags,
|
|
2924
|
+
paginateSearchTablesByLFTags,
|
|
2925
|
+
};
|
|
2885
2926
|
class LakeFormation extends LakeFormationClient {
|
|
2886
2927
|
}
|
|
2887
|
-
smithyClient.createAggregatedClient(commands, LakeFormation);
|
|
2888
|
-
|
|
2889
|
-
const paginateGetEffectivePermissionsForPath = core.createPaginator(LakeFormationClient, GetEffectivePermissionsForPathCommand, "NextToken", "NextToken", "MaxResults");
|
|
2890
|
-
|
|
2891
|
-
const paginateGetTableObjects = core.createPaginator(LakeFormationClient, GetTableObjectsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2892
|
-
|
|
2893
|
-
const paginateGetWorkUnits = core.createPaginator(LakeFormationClient, GetWorkUnitsCommand, "NextToken", "NextToken", "PageSize");
|
|
2894
|
-
|
|
2895
|
-
const paginateListDataCellsFilter = core.createPaginator(LakeFormationClient, ListDataCellsFilterCommand, "NextToken", "NextToken", "MaxResults");
|
|
2896
|
-
|
|
2897
|
-
const paginateListLakeFormationOptIns = core.createPaginator(LakeFormationClient, ListLakeFormationOptInsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2898
|
-
|
|
2899
|
-
const paginateListLFTagExpressions = core.createPaginator(LakeFormationClient, ListLFTagExpressionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2900
|
-
|
|
2901
|
-
const paginateListLFTags = core.createPaginator(LakeFormationClient, ListLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2902
|
-
|
|
2903
|
-
const paginateListPermissions = core.createPaginator(LakeFormationClient, ListPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2904
|
-
|
|
2905
|
-
const paginateListResources = core.createPaginator(LakeFormationClient, ListResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2906
|
-
|
|
2907
|
-
const paginateListTableStorageOptimizers = core.createPaginator(LakeFormationClient, ListTableStorageOptimizersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2908
|
-
|
|
2909
|
-
const paginateListTransactions = core.createPaginator(LakeFormationClient, ListTransactionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2910
|
-
|
|
2911
|
-
const paginateSearchDatabasesByLFTags = core.createPaginator(LakeFormationClient, SearchDatabasesByLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2912
|
-
|
|
2913
|
-
const paginateSearchTablesByLFTags = core.createPaginator(LakeFormationClient, SearchTablesByLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2928
|
+
smithyClient.createAggregatedClient(commands, LakeFormation, { paginators });
|
|
2914
2929
|
|
|
2915
2930
|
const ResourceType = {
|
|
2916
2931
|
DATABASE: "DATABASE",
|
package/dist-es/LakeFormation.js
CHANGED
|
@@ -61,6 +61,19 @@ import { UpdateResourceCommand, } from "./commands/UpdateResourceCommand";
|
|
|
61
61
|
import { UpdateTableObjectsCommand, } from "./commands/UpdateTableObjectsCommand";
|
|
62
62
|
import { UpdateTableStorageOptimizerCommand, } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
63
63
|
import { LakeFormationClient } from "./LakeFormationClient";
|
|
64
|
+
import { paginateGetEffectivePermissionsForPath } from "./pagination/GetEffectivePermissionsForPathPaginator";
|
|
65
|
+
import { paginateGetTableObjects } from "./pagination/GetTableObjectsPaginator";
|
|
66
|
+
import { paginateGetWorkUnits } from "./pagination/GetWorkUnitsPaginator";
|
|
67
|
+
import { paginateListDataCellsFilter } from "./pagination/ListDataCellsFilterPaginator";
|
|
68
|
+
import { paginateListLakeFormationOptIns } from "./pagination/ListLakeFormationOptInsPaginator";
|
|
69
|
+
import { paginateListLFTagExpressions } from "./pagination/ListLFTagExpressionsPaginator";
|
|
70
|
+
import { paginateListLFTags } from "./pagination/ListLFTagsPaginator";
|
|
71
|
+
import { paginateListPermissions } from "./pagination/ListPermissionsPaginator";
|
|
72
|
+
import { paginateListResources } from "./pagination/ListResourcesPaginator";
|
|
73
|
+
import { paginateListTableStorageOptimizers } from "./pagination/ListTableStorageOptimizersPaginator";
|
|
74
|
+
import { paginateListTransactions } from "./pagination/ListTransactionsPaginator";
|
|
75
|
+
import { paginateSearchDatabasesByLFTags } from "./pagination/SearchDatabasesByLFTagsPaginator";
|
|
76
|
+
import { paginateSearchTablesByLFTags } from "./pagination/SearchTablesByLFTagsPaginator";
|
|
64
77
|
const commands = {
|
|
65
78
|
AddLFTagsToResourceCommand,
|
|
66
79
|
AssumeDecoratedRoleWithSAMLCommand,
|
|
@@ -124,6 +137,21 @@ const commands = {
|
|
|
124
137
|
UpdateTableObjectsCommand,
|
|
125
138
|
UpdateTableStorageOptimizerCommand,
|
|
126
139
|
};
|
|
140
|
+
const paginators = {
|
|
141
|
+
paginateGetEffectivePermissionsForPath,
|
|
142
|
+
paginateGetTableObjects,
|
|
143
|
+
paginateGetWorkUnits,
|
|
144
|
+
paginateListDataCellsFilter,
|
|
145
|
+
paginateListLakeFormationOptIns,
|
|
146
|
+
paginateListLFTagExpressions,
|
|
147
|
+
paginateListLFTags,
|
|
148
|
+
paginateListPermissions,
|
|
149
|
+
paginateListResources,
|
|
150
|
+
paginateListTableStorageOptimizers,
|
|
151
|
+
paginateListTransactions,
|
|
152
|
+
paginateSearchDatabasesByLFTags,
|
|
153
|
+
paginateSearchTablesByLFTags,
|
|
154
|
+
};
|
|
127
155
|
export class LakeFormation extends LakeFormationClient {
|
|
128
156
|
}
|
|
129
|
-
createAggregatedClient(commands, LakeFormation);
|
|
157
|
+
createAggregatedClient(commands, LakeFormation, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "./commands/AddLFTagsToResourceCommand";
|
|
3
3
|
import { AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput } from "./commands/AssumeDecoratedRoleWithSAMLCommand";
|
|
4
4
|
import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "./commands/BatchGrantPermissionsCommand";
|
|
@@ -445,6 +445,97 @@ export interface LakeFormation {
|
|
|
445
445
|
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableStorageOptimizerCommandOutput>;
|
|
446
446
|
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
|
|
447
447
|
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
|
|
448
|
+
/**
|
|
449
|
+
* @see {@link GetEffectivePermissionsForPathCommand}
|
|
450
|
+
* @param args - command input.
|
|
451
|
+
* @param paginationConfig - optional pagination config.
|
|
452
|
+
* @returns AsyncIterable of {@link GetEffectivePermissionsForPathCommandOutput}.
|
|
453
|
+
*/
|
|
454
|
+
paginateGetEffectivePermissionsForPath(args: GetEffectivePermissionsForPathCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetEffectivePermissionsForPathCommandOutput>;
|
|
455
|
+
/**
|
|
456
|
+
* @see {@link GetTableObjectsCommand}
|
|
457
|
+
* @param args - command input.
|
|
458
|
+
* @param paginationConfig - optional pagination config.
|
|
459
|
+
* @returns AsyncIterable of {@link GetTableObjectsCommandOutput}.
|
|
460
|
+
*/
|
|
461
|
+
paginateGetTableObjects(args: GetTableObjectsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetTableObjectsCommandOutput>;
|
|
462
|
+
/**
|
|
463
|
+
* @see {@link GetWorkUnitsCommand}
|
|
464
|
+
* @param args - command input.
|
|
465
|
+
* @param paginationConfig - optional pagination config.
|
|
466
|
+
* @returns AsyncIterable of {@link GetWorkUnitsCommandOutput}.
|
|
467
|
+
*/
|
|
468
|
+
paginateGetWorkUnits(args: GetWorkUnitsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetWorkUnitsCommandOutput>;
|
|
469
|
+
/**
|
|
470
|
+
* @see {@link ListDataCellsFilterCommand}
|
|
471
|
+
* @param args - command input.
|
|
472
|
+
* @param paginationConfig - optional pagination config.
|
|
473
|
+
* @returns AsyncIterable of {@link ListDataCellsFilterCommandOutput}.
|
|
474
|
+
*/
|
|
475
|
+
paginateListDataCellsFilter(args?: ListDataCellsFilterCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataCellsFilterCommandOutput>;
|
|
476
|
+
/**
|
|
477
|
+
* @see {@link ListLakeFormationOptInsCommand}
|
|
478
|
+
* @param args - command input.
|
|
479
|
+
* @param paginationConfig - optional pagination config.
|
|
480
|
+
* @returns AsyncIterable of {@link ListLakeFormationOptInsCommandOutput}.
|
|
481
|
+
*/
|
|
482
|
+
paginateListLakeFormationOptIns(args?: ListLakeFormationOptInsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLakeFormationOptInsCommandOutput>;
|
|
483
|
+
/**
|
|
484
|
+
* @see {@link ListLFTagExpressionsCommand}
|
|
485
|
+
* @param args - command input.
|
|
486
|
+
* @param paginationConfig - optional pagination config.
|
|
487
|
+
* @returns AsyncIterable of {@link ListLFTagExpressionsCommandOutput}.
|
|
488
|
+
*/
|
|
489
|
+
paginateListLFTagExpressions(args?: ListLFTagExpressionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLFTagExpressionsCommandOutput>;
|
|
490
|
+
/**
|
|
491
|
+
* @see {@link ListLFTagsCommand}
|
|
492
|
+
* @param args - command input.
|
|
493
|
+
* @param paginationConfig - optional pagination config.
|
|
494
|
+
* @returns AsyncIterable of {@link ListLFTagsCommandOutput}.
|
|
495
|
+
*/
|
|
496
|
+
paginateListLFTags(args?: ListLFTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLFTagsCommandOutput>;
|
|
497
|
+
/**
|
|
498
|
+
* @see {@link ListPermissionsCommand}
|
|
499
|
+
* @param args - command input.
|
|
500
|
+
* @param paginationConfig - optional pagination config.
|
|
501
|
+
* @returns AsyncIterable of {@link ListPermissionsCommandOutput}.
|
|
502
|
+
*/
|
|
503
|
+
paginateListPermissions(args?: ListPermissionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPermissionsCommandOutput>;
|
|
504
|
+
/**
|
|
505
|
+
* @see {@link ListResourcesCommand}
|
|
506
|
+
* @param args - command input.
|
|
507
|
+
* @param paginationConfig - optional pagination config.
|
|
508
|
+
* @returns AsyncIterable of {@link ListResourcesCommandOutput}.
|
|
509
|
+
*/
|
|
510
|
+
paginateListResources(args?: ListResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourcesCommandOutput>;
|
|
511
|
+
/**
|
|
512
|
+
* @see {@link ListTableStorageOptimizersCommand}
|
|
513
|
+
* @param args - command input.
|
|
514
|
+
* @param paginationConfig - optional pagination config.
|
|
515
|
+
* @returns AsyncIterable of {@link ListTableStorageOptimizersCommandOutput}.
|
|
516
|
+
*/
|
|
517
|
+
paginateListTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTableStorageOptimizersCommandOutput>;
|
|
518
|
+
/**
|
|
519
|
+
* @see {@link ListTransactionsCommand}
|
|
520
|
+
* @param args - command input.
|
|
521
|
+
* @param paginationConfig - optional pagination config.
|
|
522
|
+
* @returns AsyncIterable of {@link ListTransactionsCommandOutput}.
|
|
523
|
+
*/
|
|
524
|
+
paginateListTransactions(args?: ListTransactionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTransactionsCommandOutput>;
|
|
525
|
+
/**
|
|
526
|
+
* @see {@link SearchDatabasesByLFTagsCommand}
|
|
527
|
+
* @param args - command input.
|
|
528
|
+
* @param paginationConfig - optional pagination config.
|
|
529
|
+
* @returns AsyncIterable of {@link SearchDatabasesByLFTagsCommandOutput}.
|
|
530
|
+
*/
|
|
531
|
+
paginateSearchDatabasesByLFTags(args: SearchDatabasesByLFTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchDatabasesByLFTagsCommandOutput>;
|
|
532
|
+
/**
|
|
533
|
+
* @see {@link SearchTablesByLFTagsCommand}
|
|
534
|
+
* @param args - command input.
|
|
535
|
+
* @param paginationConfig - optional pagination config.
|
|
536
|
+
* @returns AsyncIterable of {@link SearchTablesByLFTagsCommandOutput}.
|
|
537
|
+
*/
|
|
538
|
+
paginateSearchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchTablesByLFTagsCommandOutput>;
|
|
448
539
|
}
|
|
449
540
|
/**
|
|
450
541
|
* <fullname>Lake Formation</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AddLFTagsToResourceCommandInput,
|
|
4
8
|
AddLFTagsToResourceCommandOutput,
|
|
@@ -1091,6 +1095,97 @@ export interface LakeFormation {
|
|
|
1091
1095
|
options: __HttpHandlerOptions,
|
|
1092
1096
|
cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void
|
|
1093
1097
|
): void;
|
|
1098
|
+
paginateGetEffectivePermissionsForPath(
|
|
1099
|
+
args: GetEffectivePermissionsForPathCommandInput,
|
|
1100
|
+
paginationConfig?: Pick<
|
|
1101
|
+
PaginationConfiguration,
|
|
1102
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1103
|
+
>
|
|
1104
|
+
): Paginator<GetEffectivePermissionsForPathCommandOutput>;
|
|
1105
|
+
paginateGetTableObjects(
|
|
1106
|
+
args: GetTableObjectsCommandInput,
|
|
1107
|
+
paginationConfig?: Pick<
|
|
1108
|
+
PaginationConfiguration,
|
|
1109
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1110
|
+
>
|
|
1111
|
+
): Paginator<GetTableObjectsCommandOutput>;
|
|
1112
|
+
paginateGetWorkUnits(
|
|
1113
|
+
args: GetWorkUnitsCommandInput,
|
|
1114
|
+
paginationConfig?: Pick<
|
|
1115
|
+
PaginationConfiguration,
|
|
1116
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1117
|
+
>
|
|
1118
|
+
): Paginator<GetWorkUnitsCommandOutput>;
|
|
1119
|
+
paginateListDataCellsFilter(
|
|
1120
|
+
args?: ListDataCellsFilterCommandInput,
|
|
1121
|
+
paginationConfig?: Pick<
|
|
1122
|
+
PaginationConfiguration,
|
|
1123
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1124
|
+
>
|
|
1125
|
+
): Paginator<ListDataCellsFilterCommandOutput>;
|
|
1126
|
+
paginateListLakeFormationOptIns(
|
|
1127
|
+
args?: ListLakeFormationOptInsCommandInput,
|
|
1128
|
+
paginationConfig?: Pick<
|
|
1129
|
+
PaginationConfiguration,
|
|
1130
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1131
|
+
>
|
|
1132
|
+
): Paginator<ListLakeFormationOptInsCommandOutput>;
|
|
1133
|
+
paginateListLFTagExpressions(
|
|
1134
|
+
args?: ListLFTagExpressionsCommandInput,
|
|
1135
|
+
paginationConfig?: Pick<
|
|
1136
|
+
PaginationConfiguration,
|
|
1137
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1138
|
+
>
|
|
1139
|
+
): Paginator<ListLFTagExpressionsCommandOutput>;
|
|
1140
|
+
paginateListLFTags(
|
|
1141
|
+
args?: ListLFTagsCommandInput,
|
|
1142
|
+
paginationConfig?: Pick<
|
|
1143
|
+
PaginationConfiguration,
|
|
1144
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1145
|
+
>
|
|
1146
|
+
): Paginator<ListLFTagsCommandOutput>;
|
|
1147
|
+
paginateListPermissions(
|
|
1148
|
+
args?: ListPermissionsCommandInput,
|
|
1149
|
+
paginationConfig?: Pick<
|
|
1150
|
+
PaginationConfiguration,
|
|
1151
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1152
|
+
>
|
|
1153
|
+
): Paginator<ListPermissionsCommandOutput>;
|
|
1154
|
+
paginateListResources(
|
|
1155
|
+
args?: ListResourcesCommandInput,
|
|
1156
|
+
paginationConfig?: Pick<
|
|
1157
|
+
PaginationConfiguration,
|
|
1158
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1159
|
+
>
|
|
1160
|
+
): Paginator<ListResourcesCommandOutput>;
|
|
1161
|
+
paginateListTableStorageOptimizers(
|
|
1162
|
+
args: ListTableStorageOptimizersCommandInput,
|
|
1163
|
+
paginationConfig?: Pick<
|
|
1164
|
+
PaginationConfiguration,
|
|
1165
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1166
|
+
>
|
|
1167
|
+
): Paginator<ListTableStorageOptimizersCommandOutput>;
|
|
1168
|
+
paginateListTransactions(
|
|
1169
|
+
args?: ListTransactionsCommandInput,
|
|
1170
|
+
paginationConfig?: Pick<
|
|
1171
|
+
PaginationConfiguration,
|
|
1172
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1173
|
+
>
|
|
1174
|
+
): Paginator<ListTransactionsCommandOutput>;
|
|
1175
|
+
paginateSearchDatabasesByLFTags(
|
|
1176
|
+
args: SearchDatabasesByLFTagsCommandInput,
|
|
1177
|
+
paginationConfig?: Pick<
|
|
1178
|
+
PaginationConfiguration,
|
|
1179
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1180
|
+
>
|
|
1181
|
+
): Paginator<SearchDatabasesByLFTagsCommandOutput>;
|
|
1182
|
+
paginateSearchTablesByLFTags(
|
|
1183
|
+
args: SearchTablesByLFTagsCommandInput,
|
|
1184
|
+
paginationConfig?: Pick<
|
|
1185
|
+
PaginationConfiguration,
|
|
1186
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1187
|
+
>
|
|
1188
|
+
): Paginator<SearchTablesByLFTagsCommandOutput>;
|
|
1094
1189
|
}
|
|
1095
1190
|
export declare class LakeFormation
|
|
1096
1191
|
extends LakeFormationClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lakeformation",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|