@aws-sdk/client-lakeformation 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/LakeFormation.d.ts +15 -1
- package/dist-types/LakeFormationClient.d.ts +1 -1
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -1
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/CancelTransactionCommand.d.ts +2 -1
- package/dist-types/commands/CommitTransactionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateLFTagCommand.d.ts +2 -1
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +2 -1
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterResourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransactionCommand.d.ts +2 -1
- package/dist-types/commands/ExtendTransactionCommand.d.ts +2 -1
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -1
- package/dist-types/commands/GetLFTagCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryStateCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/GetTableObjectsCommand.d.ts +2 -1
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +2 -1
- package/dist-types/commands/GrantPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/ListLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +2 -1
- package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +2 -1
- package/dist-types/commands/ListTransactionsCommand.d.ts +2 -1
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterResourceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/RevokePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +2 -1
- package/dist-types/commands/StartTransactionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +469 -469
- package/dist-types/ts3.4/LakeFormation.d.ts +14 -0
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -3821,9 +3821,6 @@ var paginateSearchDatabasesByLFTags = (0, import_core.createPaginator)(LakeForma
|
|
|
3821
3821
|
// src/pagination/SearchTablesByLFTagsPaginator.ts
|
|
3822
3822
|
|
|
3823
3823
|
var paginateSearchTablesByLFTags = (0, import_core.createPaginator)(LakeFormationClient, SearchTablesByLFTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3824
|
-
|
|
3825
|
-
// src/index.ts
|
|
3826
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3827
3824
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3828
3825
|
|
|
3829
3826
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -100,6 +100,7 @@ export interface LakeFormation {
|
|
|
100
100
|
/**
|
|
101
101
|
* @see {@link CreateLakeFormationIdentityCenterConfigurationCommand}
|
|
102
102
|
*/
|
|
103
|
+
createLakeFormationIdentityCenterConfiguration(): Promise<CreateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
103
104
|
createLakeFormationIdentityCenterConfiguration(args: CreateLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
104
105
|
createLakeFormationIdentityCenterConfiguration(args: CreateLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: CreateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
105
106
|
createLakeFormationIdentityCenterConfiguration(args: CreateLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
@@ -118,12 +119,14 @@ export interface LakeFormation {
|
|
|
118
119
|
/**
|
|
119
120
|
* @see {@link DeleteDataCellsFilterCommand}
|
|
120
121
|
*/
|
|
122
|
+
deleteDataCellsFilter(): Promise<DeleteDataCellsFilterCommandOutput>;
|
|
121
123
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataCellsFilterCommandOutput>;
|
|
122
124
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
123
125
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
124
126
|
/**
|
|
125
127
|
* @see {@link DeleteLakeFormationIdentityCenterConfigurationCommand}
|
|
126
128
|
*/
|
|
129
|
+
deleteLakeFormationIdentityCenterConfiguration(): Promise<DeleteLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
127
130
|
deleteLakeFormationIdentityCenterConfiguration(args: DeleteLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
128
131
|
deleteLakeFormationIdentityCenterConfiguration(args: DeleteLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: DeleteLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
129
132
|
deleteLakeFormationIdentityCenterConfiguration(args: DeleteLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
@@ -154,6 +157,7 @@ export interface LakeFormation {
|
|
|
154
157
|
/**
|
|
155
158
|
* @see {@link DescribeLakeFormationIdentityCenterConfigurationCommand}
|
|
156
159
|
*/
|
|
160
|
+
describeLakeFormationIdentityCenterConfiguration(): Promise<DescribeLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
157
161
|
describeLakeFormationIdentityCenterConfiguration(args: DescribeLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
158
162
|
describeLakeFormationIdentityCenterConfiguration(args: DescribeLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: DescribeLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
159
163
|
describeLakeFormationIdentityCenterConfiguration(args: DescribeLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
@@ -172,6 +176,7 @@ export interface LakeFormation {
|
|
|
172
176
|
/**
|
|
173
177
|
* @see {@link ExtendTransactionCommand}
|
|
174
178
|
*/
|
|
179
|
+
extendTransaction(): Promise<ExtendTransactionCommandOutput>;
|
|
175
180
|
extendTransaction(args: ExtendTransactionCommandInput, options?: __HttpHandlerOptions): Promise<ExtendTransactionCommandOutput>;
|
|
176
181
|
extendTransaction(args: ExtendTransactionCommandInput, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
|
|
177
182
|
extendTransaction(args: ExtendTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
|
|
@@ -184,6 +189,7 @@ export interface LakeFormation {
|
|
|
184
189
|
/**
|
|
185
190
|
* @see {@link GetDataLakeSettingsCommand}
|
|
186
191
|
*/
|
|
192
|
+
getDataLakeSettings(): Promise<GetDataLakeSettingsCommandOutput>;
|
|
187
193
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeSettingsCommandOutput>;
|
|
188
194
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, cb: (err: any, data?: GetDataLakeSettingsCommandOutput) => void): void;
|
|
189
195
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeSettingsCommandOutput) => void): void;
|
|
@@ -256,30 +262,35 @@ export interface LakeFormation {
|
|
|
256
262
|
/**
|
|
257
263
|
* @see {@link ListDataCellsFilterCommand}
|
|
258
264
|
*/
|
|
265
|
+
listDataCellsFilter(): Promise<ListDataCellsFilterCommandOutput>;
|
|
259
266
|
listDataCellsFilter(args: ListDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<ListDataCellsFilterCommandOutput>;
|
|
260
267
|
listDataCellsFilter(args: ListDataCellsFilterCommandInput, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
|
|
261
268
|
listDataCellsFilter(args: ListDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
|
|
262
269
|
/**
|
|
263
270
|
* @see {@link ListLakeFormationOptInsCommand}
|
|
264
271
|
*/
|
|
272
|
+
listLakeFormationOptIns(): Promise<ListLakeFormationOptInsCommandOutput>;
|
|
265
273
|
listLakeFormationOptIns(args: ListLakeFormationOptInsCommandInput, options?: __HttpHandlerOptions): Promise<ListLakeFormationOptInsCommandOutput>;
|
|
266
274
|
listLakeFormationOptIns(args: ListLakeFormationOptInsCommandInput, cb: (err: any, data?: ListLakeFormationOptInsCommandOutput) => void): void;
|
|
267
275
|
listLakeFormationOptIns(args: ListLakeFormationOptInsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLakeFormationOptInsCommandOutput) => void): void;
|
|
268
276
|
/**
|
|
269
277
|
* @see {@link ListLFTagsCommand}
|
|
270
278
|
*/
|
|
279
|
+
listLFTags(): Promise<ListLFTagsCommandOutput>;
|
|
271
280
|
listLFTags(args: ListLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListLFTagsCommandOutput>;
|
|
272
281
|
listLFTags(args: ListLFTagsCommandInput, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
|
|
273
282
|
listLFTags(args: ListLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
|
|
274
283
|
/**
|
|
275
284
|
* @see {@link ListPermissionsCommand}
|
|
276
285
|
*/
|
|
286
|
+
listPermissions(): Promise<ListPermissionsCommandOutput>;
|
|
277
287
|
listPermissions(args: ListPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionsCommandOutput>;
|
|
278
288
|
listPermissions(args: ListPermissionsCommandInput, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
|
|
279
289
|
listPermissions(args: ListPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
|
|
280
290
|
/**
|
|
281
291
|
* @see {@link ListResourcesCommand}
|
|
282
292
|
*/
|
|
293
|
+
listResources(): Promise<ListResourcesCommandOutput>;
|
|
283
294
|
listResources(args: ListResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesCommandOutput>;
|
|
284
295
|
listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
285
296
|
listResources(args: ListResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
@@ -292,6 +303,7 @@ export interface LakeFormation {
|
|
|
292
303
|
/**
|
|
293
304
|
* @see {@link ListTransactionsCommand}
|
|
294
305
|
*/
|
|
306
|
+
listTransactions(): Promise<ListTransactionsCommandOutput>;
|
|
295
307
|
listTransactions(args: ListTransactionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTransactionsCommandOutput>;
|
|
296
308
|
listTransactions(args: ListTransactionsCommandInput, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
297
309
|
listTransactions(args: ListTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
@@ -340,6 +352,7 @@ export interface LakeFormation {
|
|
|
340
352
|
/**
|
|
341
353
|
* @see {@link StartTransactionCommand}
|
|
342
354
|
*/
|
|
355
|
+
startTransaction(): Promise<StartTransactionCommandOutput>;
|
|
343
356
|
startTransaction(args: StartTransactionCommandInput, options?: __HttpHandlerOptions): Promise<StartTransactionCommandOutput>;
|
|
344
357
|
startTransaction(args: StartTransactionCommandInput, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
|
|
345
358
|
startTransaction(args: StartTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
|
|
@@ -352,6 +365,7 @@ export interface LakeFormation {
|
|
|
352
365
|
/**
|
|
353
366
|
* @see {@link UpdateLakeFormationIdentityCenterConfigurationCommand}
|
|
354
367
|
*/
|
|
368
|
+
updateLakeFormationIdentityCenterConfiguration(): Promise<UpdateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
355
369
|
updateLakeFormationIdentityCenterConfiguration(args: UpdateLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
356
370
|
updateLakeFormationIdentityCenterConfiguration(args: UpdateLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: UpdateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
357
371
|
updateLakeFormationIdentityCenterConfiguration(args: UpdateLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
@@ -381,9 +395,9 @@ export interface LakeFormation {
|
|
|
381
395
|
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
|
|
382
396
|
}
|
|
383
397
|
/**
|
|
384
|
-
* @public
|
|
385
398
|
* <fullname>Lake Formation</fullname>
|
|
386
399
|
* <p>Defines the public endpoint for the Lake Formation service.</p>
|
|
400
|
+
* @public
|
|
387
401
|
*/
|
|
388
402
|
export declare class LakeFormation extends LakeFormationClient implements LakeFormation {
|
|
389
403
|
}
|
|
@@ -210,9 +210,9 @@ export type LakeFormationClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
210
210
|
export interface LakeFormationClientResolvedConfig extends LakeFormationClientResolvedConfigType {
|
|
211
211
|
}
|
|
212
212
|
/**
|
|
213
|
-
* @public
|
|
214
213
|
* <fullname>Lake Formation</fullname>
|
|
215
214
|
* <p>Defines the public endpoint for the Lake Formation service.</p>
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
export declare class LakeFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LakeFormationClientResolvedConfig> {
|
|
218
218
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddLFTagsToResourceCommand_base: {
|
|
24
24
|
new (input: AddLFTagsToResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddLFTagsToResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches one or more LF-tags to an existing resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -149,6 +149,7 @@ declare const AddLFTagsToResourceCommand_base: {
|
|
|
149
149
|
* @throws {@link LakeFormationServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
151
151
|
*
|
|
152
|
+
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class AddLFTagsToResourceCommand extends AddLFTagsToResourceCommand_base {
|
|
154
155
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecorate
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssumeDecoratedRoleWithSAMLCommand_base: {
|
|
24
24
|
new (input: AssumeDecoratedRoleWithSAMLCommandInput): import("@smithy/smithy-client").CommandImpl<AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssumeDecoratedRoleWithSAMLCommandInput): import("@smithy/smithy-client").CommandImpl<AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions.
|
|
30
30
|
* Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session.
|
|
31
31
|
* </p>
|
|
@@ -79,6 +79,7 @@ declare const AssumeDecoratedRoleWithSAMLCommand_base: {
|
|
|
79
79
|
* @throws {@link LakeFormationServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class AssumeDecoratedRoleWithSAMLCommand extends AssumeDecoratedRoleWithSAMLCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGrantPermissionsCommand_base: {
|
|
24
24
|
new (input: BatchGrantPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGrantPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Batch operation to grant permissions to the principal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -202,6 +202,7 @@ declare const BatchGrantPermissionsCommand_base: {
|
|
|
202
202
|
* @throws {@link LakeFormationServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
204
204
|
*
|
|
205
|
+
* @public
|
|
205
206
|
*/
|
|
206
207
|
export declare class BatchGrantPermissionsCommand extends BatchGrantPermissionsCommand_base {
|
|
207
208
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchRevokePermissionsCommand_base: {
|
|
24
24
|
new (input: BatchRevokePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchRevokePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Batch operation to revoke permissions from the principal.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -202,6 +202,7 @@ declare const BatchRevokePermissionsCommand_base: {
|
|
|
202
202
|
* @throws {@link LakeFormationServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
204
204
|
*
|
|
205
|
+
* @public
|
|
205
206
|
*/
|
|
206
207
|
export declare class BatchRevokePermissionsCommand extends BatchRevokePermissionsCommand_base {
|
|
207
208
|
}
|
|
@@ -22,10 +22,10 @@ export interface CancelTransactionCommandOutput extends CancelTransactionRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelTransactionCommand_base: {
|
|
24
24
|
new (input: CancelTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTransactionCommandInput, CancelTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTransactionCommandInput, CancelTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const CancelTransactionCommand_base: {
|
|
|
72
72
|
* @throws {@link LakeFormationServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class CancelTransactionCommand extends CancelTransactionCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface CommitTransactionCommandOutput extends CommitTransactionRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CommitTransactionCommand_base: {
|
|
24
24
|
new (input: CommitTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<CommitTransactionCommandInput, CommitTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CommitTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<CommitTransactionCommandInput, CommitTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const CommitTransactionCommand_base: {
|
|
|
71
71
|
* @throws {@link LakeFormationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class CommitTransactionCommand extends CommitTransactionCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilte
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDataCellsFilterCommand_base: {
|
|
24
24
|
new (input: CreateDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a data cell filter to allow one to grant access to certain columns on certain rows.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const CreateDataCellsFilterCommand_base: {
|
|
|
90
90
|
* @throws {@link LakeFormationServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateDataCellsFilterCommand extends CreateDataCellsFilterCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLFTagCommand_base: {
|
|
24
24
|
new (input: CreateLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLFTagCommandInput, CreateLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLFTagCommandInput, CreateLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an LF-tag with the specified name and values.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const CreateLFTagCommand_base: {
|
|
|
73
73
|
* @throws {@link LakeFormationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class CreateLFTagCommand extends CreateLFTagCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateLakeFormationIdentityCenterConfigurationCommandOutput ext
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateLakeFormationIdentityCenterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateLakeFormationIdentityCenterConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const CreateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
78
78
|
* @throws {@link LakeFormationServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateLakeFormationIdentityCenterConfigurationCommand extends CreateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateLakeFormationOptInCommandOutput extends CreateLakeFormati
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLakeFormationOptInCommand_base: {
|
|
24
24
|
new (input: CreateLakeFormationOptInCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLakeFormationOptInCommandInput, CreateLakeFormationOptInCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateLakeFormationOptInCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLakeFormationOptInCommandInput, CreateLakeFormationOptInCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enforce Lake Formation permissions for the given databases, tables, and principals.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -126,6 +126,7 @@ declare const CreateLakeFormationOptInCommand_base: {
|
|
|
126
126
|
* @throws {@link LakeFormationServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
128
128
|
*
|
|
129
|
+
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class CreateLakeFormationOptInCommand extends CreateLakeFormationOptInCommand_base {
|
|
131
132
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilte
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDataCellsFilterCommand_base: {
|
|
24
24
|
new (input: DeleteDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteDataCellsFilterCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a data cell filter.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteDataCellsFilterCommand_base: {
|
|
|
69
69
|
* @throws {@link LakeFormationServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteDataCellsFilterCommand extends DeleteDataCellsFilterCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLFTagCommand_base: {
|
|
24
24
|
new (input: DeleteLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLFTagCommandInput, DeleteLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLFTagCommandInput, DeleteLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the <code>LFTagPolicy</code> attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const DeleteLFTagCommand_base: {
|
|
|
67
67
|
* @throws {@link LakeFormationServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteLFTagCommand extends DeleteLFTagCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteLakeFormationIdentityCenterConfigurationCommandOutput ext
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteLakeFormationIdentityCenterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteLakeFormationIdentityCenterConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an IAM Identity Center connection with Lake Formation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link LakeFormationServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteLakeFormationIdentityCenterConfigurationCommand extends DeleteLakeFormationIdentityCenterConfigurationCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteLakeFormationOptInCommandOutput extends DeleteLakeFormati
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLakeFormationOptInCommand_base: {
|
|
24
24
|
new (input: DeleteLakeFormationOptInCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLakeFormationOptInCommandInput, DeleteLakeFormationOptInCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLakeFormationOptInCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLakeFormationOptInCommandInput, DeleteLakeFormationOptInCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -126,6 +126,7 @@ declare const DeleteLakeFormationOptInCommand_base: {
|
|
|
126
126
|
* @throws {@link LakeFormationServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
128
128
|
*
|
|
129
|
+
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class DeleteLakeFormationOptInCommand extends DeleteLakeFormationOptInCommand_base {
|
|
131
132
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCance
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteObjectsOnCancelCommand_base: {
|
|
24
24
|
new (input: DeleteObjectsOnCancelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteObjectsOnCancelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted
|
|
30
30
|
* if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.
|
|
31
31
|
* </p>
|
|
@@ -91,6 +91,7 @@ declare const DeleteObjectsOnCancelCommand_base: {
|
|
|
91
91
|
* @throws {@link LakeFormationServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DeleteObjectsOnCancelCommand extends DeleteObjectsOnCancelCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeregisterResourceCommand_base: {
|
|
24
24
|
new (input: DeregisterResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterResourceCommandInput, DeregisterResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeregisterResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterResourceCommandInput, DeregisterResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deregisters the resource as managed by the Data Catalog.</p>
|
|
30
30
|
* <p>When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.</p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const DeregisterResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link LakeFormationServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeregisterResourceCommand extends DeregisterResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLakeFormationIdentityCenterConfigurationCommandOutput e
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
24
24
|
new (input: DescribeLakeFormationIdentityCenterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeLakeFormationIdentityCenterConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the instance ARN and application ARN for the connection.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DescribeLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
76
76
|
* @throws {@link LakeFormationServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DescribeLakeFormationIdentityCenterConfigurationCommand extends DescribeLakeFormationIdentityCenterConfigurationCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeResourceCommand_base: {
|
|
24
24
|
new (input: DescribeResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceCommandInput, DescribeResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceCommandInput, DescribeResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the current data access role for the given resource registered in Lake Formation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const DescribeResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link LakeFormationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeResourceCommand extends DescribeResourceCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTransactionCommandOutput extends DescribeTransactionRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTransactionCommand_base: {
|
|
24
24
|
new (input: DescribeTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTransactionCommandInput, DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTransactionCommandInput, DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the details of a single transaction.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DescribeTransactionCommand_base: {
|
|
|
70
70
|
* @throws {@link LakeFormationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeTransactionCommand extends DescribeTransactionCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExtendTransactionCommandOutput extends ExtendTransactionRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExtendTransactionCommand_base: {
|
|
24
24
|
new (input: ExtendTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<ExtendTransactionCommandInput, ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ExtendTransactionCommandInput]): import("@smithy/smithy-client").CommandImpl<ExtendTransactionCommandInput, ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.</p>
|
|
30
30
|
* <p>Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const ExtendTransactionCommand_base: {
|
|
|
73
73
|
* @throws {@link LakeFormationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ExtendTransactionCommand extends ExtendTransactionCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDataCellsFilterCommandOutput extends GetDataCellsFilterRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataCellsFilterCommand_base: {
|
|
24
24
|
new (input: GetDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataCellsFilterCommandInput, GetDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataCellsFilterCommandInput, GetDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a data cells filter.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const GetDataCellsFilterCommand_base: {
|
|
|
89
89
|
* @throws {@link LakeFormationServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetDataCellsFilterCommand extends GetDataCellsFilterCommand_base {
|
|
94
95
|
}
|