@aws-sdk/client-lakeformation 3.1077.0 → 3.1078.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 +189 -733
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddLFTagsToResourceCommand.js +2 -14
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +2 -14
- package/dist-es/commands/BatchGrantPermissionsCommand.js +2 -14
- package/dist-es/commands/BatchRevokePermissionsCommand.js +2 -14
- package/dist-es/commands/CancelTransactionCommand.js +2 -14
- package/dist-es/commands/CommitTransactionCommand.js +2 -14
- package/dist-es/commands/CreateDataCellsFilterCommand.js +2 -14
- package/dist-es/commands/CreateLFTagCommand.js +2 -14
- package/dist-es/commands/CreateLFTagExpressionCommand.js +2 -14
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateLakeFormationOptInCommand.js +2 -14
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +2 -14
- package/dist-es/commands/DeleteLFTagCommand.js +2 -14
- package/dist-es/commands/DeleteLFTagExpressionCommand.js +2 -14
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteLakeFormationOptInCommand.js +2 -14
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +2 -14
- package/dist-es/commands/DeregisterResourceCommand.js +2 -14
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeResourceCommand.js +2 -14
- package/dist-es/commands/DescribeTransactionCommand.js +2 -14
- package/dist-es/commands/ExtendTransactionCommand.js +2 -14
- package/dist-es/commands/GetDataCellsFilterCommand.js +2 -14
- package/dist-es/commands/GetDataLakePrincipalCommand.js +2 -14
- package/dist-es/commands/GetDataLakeSettingsCommand.js +2 -14
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +2 -14
- package/dist-es/commands/GetLFTagCommand.js +2 -14
- package/dist-es/commands/GetLFTagExpressionCommand.js +2 -14
- package/dist-es/commands/GetQueryStateCommand.js +2 -14
- package/dist-es/commands/GetQueryStatisticsCommand.js +2 -14
- package/dist-es/commands/GetResourceLFTagsCommand.js +2 -14
- package/dist-es/commands/GetTableObjectsCommand.js +2 -14
- package/dist-es/commands/GetTemporaryDataLocationCredentialsCommand.js +2 -14
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +2 -14
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +2 -14
- package/dist-es/commands/GetWorkUnitResultsCommand.js +2 -14
- package/dist-es/commands/GetWorkUnitsCommand.js +2 -14
- package/dist-es/commands/GrantPermissionsCommand.js +2 -14
- package/dist-es/commands/ListDataCellsFilterCommand.js +2 -14
- package/dist-es/commands/ListLFTagExpressionsCommand.js +2 -14
- package/dist-es/commands/ListLFTagsCommand.js +2 -14
- package/dist-es/commands/ListLakeFormationOptInsCommand.js +2 -14
- package/dist-es/commands/ListPermissionsCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +2 -14
- package/dist-es/commands/ListTransactionsCommand.js +2 -14
- package/dist-es/commands/PutDataLakeSettingsCommand.js +2 -14
- package/dist-es/commands/RegisterResourceCommand.js +2 -14
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +2 -14
- package/dist-es/commands/RevokePermissionsCommand.js +2 -14
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +2 -14
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +2 -14
- package/dist-es/commands/StartQueryPlanningCommand.js +2 -14
- package/dist-es/commands/StartTransactionCommand.js +2 -14
- package/dist-es/commands/UpdateDataCellsFilterCommand.js +2 -14
- package/dist-es/commands/UpdateLFTagCommand.js +2 -14
- package/dist-es/commands/UpdateLFTagExpressionCommand.js +2 -14
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTableObjectsCommand.js +2 -14
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +3 -8
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +3 -8
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/CancelTransactionCommand.d.ts +3 -8
- package/dist-types/commands/CommitTransactionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateLFTagCommand.d.ts +3 -8
- package/dist-types/commands/CreateLFTagExpressionCommand.d.ts +3 -8
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLFTagCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLFTagExpressionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterResourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTransactionCommand.d.ts +3 -8
- package/dist-types/commands/ExtendTransactionCommand.d.ts +3 -8
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakePrincipalCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +3 -8
- package/dist-types/commands/GetLFTagCommand.d.ts +3 -8
- package/dist-types/commands/GetLFTagExpressionCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryStateCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +3 -8
- package/dist-types/commands/GetTableObjectsCommand.d.ts +3 -8
- package/dist-types/commands/GetTemporaryDataLocationCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +3 -8
- package/dist-types/commands/GrantPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +3 -8
- package/dist-types/commands/ListLFTagExpressionsCommand.d.ts +3 -8
- package/dist-types/commands/ListLFTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +3 -8
- package/dist-types/commands/ListTransactionsCommand.d.ts +3 -8
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RegisterResourceCommand.d.ts +3 -8
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +3 -8
- package/dist-types/commands/RevokePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +3 -8
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +3 -8
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +3 -8
- package/dist-types/commands/StartTransactionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLFTagCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLFTagExpressionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLFTagExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLFTagExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakePrincipalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLFTagExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemporaryDataLocationCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLFTagExpressionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLFTagExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2260,736 +2261,191 @@ class LakeFormationClient extends Client {
|
|
|
2260
2261
|
}
|
|
2261
2262
|
}
|
|
2262
2263
|
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
}
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
}
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
}
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
})
|
|
2449
|
-
.s("AWSLakeFormation", "DeleteLFTagExpression", {})
|
|
2450
|
-
.n("LakeFormationClient", "DeleteLFTagExpressionCommand")
|
|
2451
|
-
.sc(DeleteLFTagExpression$)
|
|
2452
|
-
.build() {
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
|
-
class DeleteObjectsOnCancelCommand extends Command
|
|
2456
|
-
.classBuilder()
|
|
2457
|
-
.ep(commonParams)
|
|
2458
|
-
.m(function (Command, cs, config, o) {
|
|
2459
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2460
|
-
})
|
|
2461
|
-
.s("AWSLakeFormation", "DeleteObjectsOnCancel", {})
|
|
2462
|
-
.n("LakeFormationClient", "DeleteObjectsOnCancelCommand")
|
|
2463
|
-
.sc(DeleteObjectsOnCancel$)
|
|
2464
|
-
.build() {
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
class DeregisterResourceCommand extends Command
|
|
2468
|
-
.classBuilder()
|
|
2469
|
-
.ep(commonParams)
|
|
2470
|
-
.m(function (Command, cs, config, o) {
|
|
2471
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2472
|
-
})
|
|
2473
|
-
.s("AWSLakeFormation", "DeregisterResource", {})
|
|
2474
|
-
.n("LakeFormationClient", "DeregisterResourceCommand")
|
|
2475
|
-
.sc(DeregisterResource$)
|
|
2476
|
-
.build() {
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
class DescribeLakeFormationIdentityCenterConfigurationCommand extends Command
|
|
2480
|
-
.classBuilder()
|
|
2481
|
-
.ep(commonParams)
|
|
2482
|
-
.m(function (Command, cs, config, o) {
|
|
2483
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2484
|
-
})
|
|
2485
|
-
.s("AWSLakeFormation", "DescribeLakeFormationIdentityCenterConfiguration", {})
|
|
2486
|
-
.n("LakeFormationClient", "DescribeLakeFormationIdentityCenterConfigurationCommand")
|
|
2487
|
-
.sc(DescribeLakeFormationIdentityCenterConfiguration$)
|
|
2488
|
-
.build() {
|
|
2489
|
-
}
|
|
2490
|
-
|
|
2491
|
-
class DescribeResourceCommand extends Command
|
|
2492
|
-
.classBuilder()
|
|
2493
|
-
.ep(commonParams)
|
|
2494
|
-
.m(function (Command, cs, config, o) {
|
|
2495
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2496
|
-
})
|
|
2497
|
-
.s("AWSLakeFormation", "DescribeResource", {})
|
|
2498
|
-
.n("LakeFormationClient", "DescribeResourceCommand")
|
|
2499
|
-
.sc(DescribeResource$)
|
|
2500
|
-
.build() {
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
class DescribeTransactionCommand extends Command
|
|
2504
|
-
.classBuilder()
|
|
2505
|
-
.ep(commonParams)
|
|
2506
|
-
.m(function (Command, cs, config, o) {
|
|
2507
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2508
|
-
})
|
|
2509
|
-
.s("AWSLakeFormation", "DescribeTransaction", {})
|
|
2510
|
-
.n("LakeFormationClient", "DescribeTransactionCommand")
|
|
2511
|
-
.sc(DescribeTransaction$)
|
|
2512
|
-
.build() {
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
class ExtendTransactionCommand extends Command
|
|
2516
|
-
.classBuilder()
|
|
2517
|
-
.ep(commonParams)
|
|
2518
|
-
.m(function (Command, cs, config, o) {
|
|
2519
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2520
|
-
})
|
|
2521
|
-
.s("AWSLakeFormation", "ExtendTransaction", {})
|
|
2522
|
-
.n("LakeFormationClient", "ExtendTransactionCommand")
|
|
2523
|
-
.sc(ExtendTransaction$)
|
|
2524
|
-
.build() {
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
class GetDataCellsFilterCommand extends Command
|
|
2528
|
-
.classBuilder()
|
|
2529
|
-
.ep(commonParams)
|
|
2530
|
-
.m(function (Command, cs, config, o) {
|
|
2531
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2532
|
-
})
|
|
2533
|
-
.s("AWSLakeFormation", "GetDataCellsFilter", {})
|
|
2534
|
-
.n("LakeFormationClient", "GetDataCellsFilterCommand")
|
|
2535
|
-
.sc(GetDataCellsFilter$)
|
|
2536
|
-
.build() {
|
|
2537
|
-
}
|
|
2538
|
-
|
|
2539
|
-
class GetDataLakePrincipalCommand extends Command
|
|
2540
|
-
.classBuilder()
|
|
2541
|
-
.ep(commonParams)
|
|
2542
|
-
.m(function (Command, cs, config, o) {
|
|
2543
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2544
|
-
})
|
|
2545
|
-
.s("AWSLakeFormation", "GetDataLakePrincipal", {})
|
|
2546
|
-
.n("LakeFormationClient", "GetDataLakePrincipalCommand")
|
|
2547
|
-
.sc(GetDataLakePrincipal$)
|
|
2548
|
-
.build() {
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
class GetDataLakeSettingsCommand extends Command
|
|
2552
|
-
.classBuilder()
|
|
2553
|
-
.ep(commonParams)
|
|
2554
|
-
.m(function (Command, cs, config, o) {
|
|
2555
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2556
|
-
})
|
|
2557
|
-
.s("AWSLakeFormation", "GetDataLakeSettings", {})
|
|
2558
|
-
.n("LakeFormationClient", "GetDataLakeSettingsCommand")
|
|
2559
|
-
.sc(GetDataLakeSettings$)
|
|
2560
|
-
.build() {
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
class GetEffectivePermissionsForPathCommand extends Command
|
|
2564
|
-
.classBuilder()
|
|
2565
|
-
.ep(commonParams)
|
|
2566
|
-
.m(function (Command, cs, config, o) {
|
|
2567
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2568
|
-
})
|
|
2569
|
-
.s("AWSLakeFormation", "GetEffectivePermissionsForPath", {})
|
|
2570
|
-
.n("LakeFormationClient", "GetEffectivePermissionsForPathCommand")
|
|
2571
|
-
.sc(GetEffectivePermissionsForPath$)
|
|
2572
|
-
.build() {
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
class GetLFTagCommand extends Command
|
|
2576
|
-
.classBuilder()
|
|
2577
|
-
.ep(commonParams)
|
|
2578
|
-
.m(function (Command, cs, config, o) {
|
|
2579
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2580
|
-
})
|
|
2581
|
-
.s("AWSLakeFormation", "GetLFTag", {})
|
|
2582
|
-
.n("LakeFormationClient", "GetLFTagCommand")
|
|
2583
|
-
.sc(GetLFTag$)
|
|
2584
|
-
.build() {
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
class GetLFTagExpressionCommand extends Command
|
|
2588
|
-
.classBuilder()
|
|
2589
|
-
.ep(commonParams)
|
|
2590
|
-
.m(function (Command, cs, config, o) {
|
|
2591
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2592
|
-
})
|
|
2593
|
-
.s("AWSLakeFormation", "GetLFTagExpression", {})
|
|
2594
|
-
.n("LakeFormationClient", "GetLFTagExpressionCommand")
|
|
2595
|
-
.sc(GetLFTagExpression$)
|
|
2596
|
-
.build() {
|
|
2597
|
-
}
|
|
2598
|
-
|
|
2599
|
-
class GetQueryStateCommand extends Command
|
|
2600
|
-
.classBuilder()
|
|
2601
|
-
.ep(commonParams)
|
|
2602
|
-
.m(function (Command, cs, config, o) {
|
|
2603
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2604
|
-
})
|
|
2605
|
-
.s("AWSLakeFormation", "GetQueryState", {})
|
|
2606
|
-
.n("LakeFormationClient", "GetQueryStateCommand")
|
|
2607
|
-
.sc(GetQueryState$)
|
|
2608
|
-
.build() {
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
class GetQueryStatisticsCommand extends Command
|
|
2612
|
-
.classBuilder()
|
|
2613
|
-
.ep(commonParams)
|
|
2614
|
-
.m(function (Command, cs, config, o) {
|
|
2615
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2616
|
-
})
|
|
2617
|
-
.s("AWSLakeFormation", "GetQueryStatistics", {})
|
|
2618
|
-
.n("LakeFormationClient", "GetQueryStatisticsCommand")
|
|
2619
|
-
.sc(GetQueryStatistics$)
|
|
2620
|
-
.build() {
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
class GetResourceLFTagsCommand extends Command
|
|
2624
|
-
.classBuilder()
|
|
2625
|
-
.ep(commonParams)
|
|
2626
|
-
.m(function (Command, cs, config, o) {
|
|
2627
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2628
|
-
})
|
|
2629
|
-
.s("AWSLakeFormation", "GetResourceLFTags", {})
|
|
2630
|
-
.n("LakeFormationClient", "GetResourceLFTagsCommand")
|
|
2631
|
-
.sc(GetResourceLFTags$)
|
|
2632
|
-
.build() {
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
|
-
class GetTableObjectsCommand extends Command
|
|
2636
|
-
.classBuilder()
|
|
2637
|
-
.ep(commonParams)
|
|
2638
|
-
.m(function (Command, cs, config, o) {
|
|
2639
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2640
|
-
})
|
|
2641
|
-
.s("AWSLakeFormation", "GetTableObjects", {})
|
|
2642
|
-
.n("LakeFormationClient", "GetTableObjectsCommand")
|
|
2643
|
-
.sc(GetTableObjects$)
|
|
2644
|
-
.build() {
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
class GetTemporaryDataLocationCredentialsCommand extends Command
|
|
2648
|
-
.classBuilder()
|
|
2649
|
-
.ep(commonParams)
|
|
2650
|
-
.m(function (Command, cs, config, o) {
|
|
2651
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2652
|
-
})
|
|
2653
|
-
.s("AWSLakeFormation", "GetTemporaryDataLocationCredentials", {})
|
|
2654
|
-
.n("LakeFormationClient", "GetTemporaryDataLocationCredentialsCommand")
|
|
2655
|
-
.sc(GetTemporaryDataLocationCredentials$)
|
|
2656
|
-
.build() {
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
class GetTemporaryGluePartitionCredentialsCommand extends Command
|
|
2660
|
-
.classBuilder()
|
|
2661
|
-
.ep(commonParams)
|
|
2662
|
-
.m(function (Command, cs, config, o) {
|
|
2663
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2664
|
-
})
|
|
2665
|
-
.s("AWSLakeFormation", "GetTemporaryGluePartitionCredentials", {})
|
|
2666
|
-
.n("LakeFormationClient", "GetTemporaryGluePartitionCredentialsCommand")
|
|
2667
|
-
.sc(GetTemporaryGluePartitionCredentials$)
|
|
2668
|
-
.build() {
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
class GetTemporaryGlueTableCredentialsCommand extends Command
|
|
2672
|
-
.classBuilder()
|
|
2673
|
-
.ep(commonParams)
|
|
2674
|
-
.m(function (Command, cs, config, o) {
|
|
2675
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2676
|
-
})
|
|
2677
|
-
.s("AWSLakeFormation", "GetTemporaryGlueTableCredentials", {})
|
|
2678
|
-
.n("LakeFormationClient", "GetTemporaryGlueTableCredentialsCommand")
|
|
2679
|
-
.sc(GetTemporaryGlueTableCredentials$)
|
|
2680
|
-
.build() {
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
class GetWorkUnitResultsCommand extends Command
|
|
2684
|
-
.classBuilder()
|
|
2685
|
-
.ep(commonParams)
|
|
2686
|
-
.m(function (Command, cs, config, o) {
|
|
2687
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2688
|
-
})
|
|
2689
|
-
.s("AWSLakeFormation", "GetWorkUnitResults", {})
|
|
2690
|
-
.n("LakeFormationClient", "GetWorkUnitResultsCommand")
|
|
2691
|
-
.sc(GetWorkUnitResults$)
|
|
2692
|
-
.build() {
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
class GetWorkUnitsCommand extends Command
|
|
2696
|
-
.classBuilder()
|
|
2697
|
-
.ep(commonParams)
|
|
2698
|
-
.m(function (Command, cs, config, o) {
|
|
2699
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2700
|
-
})
|
|
2701
|
-
.s("AWSLakeFormation", "GetWorkUnits", {})
|
|
2702
|
-
.n("LakeFormationClient", "GetWorkUnitsCommand")
|
|
2703
|
-
.sc(GetWorkUnits$)
|
|
2704
|
-
.build() {
|
|
2705
|
-
}
|
|
2706
|
-
|
|
2707
|
-
class GrantPermissionsCommand extends Command
|
|
2708
|
-
.classBuilder()
|
|
2709
|
-
.ep(commonParams)
|
|
2710
|
-
.m(function (Command, cs, config, o) {
|
|
2711
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2712
|
-
})
|
|
2713
|
-
.s("AWSLakeFormation", "GrantPermissions", {})
|
|
2714
|
-
.n("LakeFormationClient", "GrantPermissionsCommand")
|
|
2715
|
-
.sc(GrantPermissions$)
|
|
2716
|
-
.build() {
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
class ListDataCellsFilterCommand extends Command
|
|
2720
|
-
.classBuilder()
|
|
2721
|
-
.ep(commonParams)
|
|
2722
|
-
.m(function (Command, cs, config, o) {
|
|
2723
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2724
|
-
})
|
|
2725
|
-
.s("AWSLakeFormation", "ListDataCellsFilter", {})
|
|
2726
|
-
.n("LakeFormationClient", "ListDataCellsFilterCommand")
|
|
2727
|
-
.sc(ListDataCellsFilter$)
|
|
2728
|
-
.build() {
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
class ListLakeFormationOptInsCommand extends Command
|
|
2732
|
-
.classBuilder()
|
|
2733
|
-
.ep(commonParams)
|
|
2734
|
-
.m(function (Command, cs, config, o) {
|
|
2735
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2736
|
-
})
|
|
2737
|
-
.s("AWSLakeFormation", "ListLakeFormationOptIns", {})
|
|
2738
|
-
.n("LakeFormationClient", "ListLakeFormationOptInsCommand")
|
|
2739
|
-
.sc(ListLakeFormationOptIns$)
|
|
2740
|
-
.build() {
|
|
2741
|
-
}
|
|
2742
|
-
|
|
2743
|
-
class ListLFTagExpressionsCommand extends Command
|
|
2744
|
-
.classBuilder()
|
|
2745
|
-
.ep(commonParams)
|
|
2746
|
-
.m(function (Command, cs, config, o) {
|
|
2747
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2748
|
-
})
|
|
2749
|
-
.s("AWSLakeFormation", "ListLFTagExpressions", {})
|
|
2750
|
-
.n("LakeFormationClient", "ListLFTagExpressionsCommand")
|
|
2751
|
-
.sc(ListLFTagExpressions$)
|
|
2752
|
-
.build() {
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
class ListLFTagsCommand extends Command
|
|
2756
|
-
.classBuilder()
|
|
2757
|
-
.ep(commonParams)
|
|
2758
|
-
.m(function (Command, cs, config, o) {
|
|
2759
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2760
|
-
})
|
|
2761
|
-
.s("AWSLakeFormation", "ListLFTags", {})
|
|
2762
|
-
.n("LakeFormationClient", "ListLFTagsCommand")
|
|
2763
|
-
.sc(ListLFTags$)
|
|
2764
|
-
.build() {
|
|
2765
|
-
}
|
|
2766
|
-
|
|
2767
|
-
class ListPermissionsCommand extends Command
|
|
2768
|
-
.classBuilder()
|
|
2769
|
-
.ep(commonParams)
|
|
2770
|
-
.m(function (Command, cs, config, o) {
|
|
2771
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2772
|
-
})
|
|
2773
|
-
.s("AWSLakeFormation", "ListPermissions", {})
|
|
2774
|
-
.n("LakeFormationClient", "ListPermissionsCommand")
|
|
2775
|
-
.sc(ListPermissions$)
|
|
2776
|
-
.build() {
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
class ListResourcesCommand extends Command
|
|
2780
|
-
.classBuilder()
|
|
2781
|
-
.ep(commonParams)
|
|
2782
|
-
.m(function (Command, cs, config, o) {
|
|
2783
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2784
|
-
})
|
|
2785
|
-
.s("AWSLakeFormation", "ListResources", {})
|
|
2786
|
-
.n("LakeFormationClient", "ListResourcesCommand")
|
|
2787
|
-
.sc(ListResources$)
|
|
2788
|
-
.build() {
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
class ListTableStorageOptimizersCommand extends Command
|
|
2792
|
-
.classBuilder()
|
|
2793
|
-
.ep(commonParams)
|
|
2794
|
-
.m(function (Command, cs, config, o) {
|
|
2795
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2796
|
-
})
|
|
2797
|
-
.s("AWSLakeFormation", "ListTableStorageOptimizers", {})
|
|
2798
|
-
.n("LakeFormationClient", "ListTableStorageOptimizersCommand")
|
|
2799
|
-
.sc(ListTableStorageOptimizers$)
|
|
2800
|
-
.build() {
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
class ListTransactionsCommand extends Command
|
|
2804
|
-
.classBuilder()
|
|
2805
|
-
.ep(commonParams)
|
|
2806
|
-
.m(function (Command, cs, config, o) {
|
|
2807
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2808
|
-
})
|
|
2809
|
-
.s("AWSLakeFormation", "ListTransactions", {})
|
|
2810
|
-
.n("LakeFormationClient", "ListTransactionsCommand")
|
|
2811
|
-
.sc(ListTransactions$)
|
|
2812
|
-
.build() {
|
|
2813
|
-
}
|
|
2814
|
-
|
|
2815
|
-
class PutDataLakeSettingsCommand extends Command
|
|
2816
|
-
.classBuilder()
|
|
2817
|
-
.ep(commonParams)
|
|
2818
|
-
.m(function (Command, cs, config, o) {
|
|
2819
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2820
|
-
})
|
|
2821
|
-
.s("AWSLakeFormation", "PutDataLakeSettings", {})
|
|
2822
|
-
.n("LakeFormationClient", "PutDataLakeSettingsCommand")
|
|
2823
|
-
.sc(PutDataLakeSettings$)
|
|
2824
|
-
.build() {
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2827
|
-
class RegisterResourceCommand extends Command
|
|
2828
|
-
.classBuilder()
|
|
2829
|
-
.ep(commonParams)
|
|
2830
|
-
.m(function (Command, cs, config, o) {
|
|
2831
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2832
|
-
})
|
|
2833
|
-
.s("AWSLakeFormation", "RegisterResource", {})
|
|
2834
|
-
.n("LakeFormationClient", "RegisterResourceCommand")
|
|
2835
|
-
.sc(RegisterResource$)
|
|
2836
|
-
.build() {
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
class RemoveLFTagsFromResourceCommand extends Command
|
|
2840
|
-
.classBuilder()
|
|
2841
|
-
.ep(commonParams)
|
|
2842
|
-
.m(function (Command, cs, config, o) {
|
|
2843
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2844
|
-
})
|
|
2845
|
-
.s("AWSLakeFormation", "RemoveLFTagsFromResource", {})
|
|
2846
|
-
.n("LakeFormationClient", "RemoveLFTagsFromResourceCommand")
|
|
2847
|
-
.sc(RemoveLFTagsFromResource$)
|
|
2848
|
-
.build() {
|
|
2849
|
-
}
|
|
2850
|
-
|
|
2851
|
-
class RevokePermissionsCommand extends Command
|
|
2852
|
-
.classBuilder()
|
|
2853
|
-
.ep(commonParams)
|
|
2854
|
-
.m(function (Command, cs, config, o) {
|
|
2855
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2856
|
-
})
|
|
2857
|
-
.s("AWSLakeFormation", "RevokePermissions", {})
|
|
2858
|
-
.n("LakeFormationClient", "RevokePermissionsCommand")
|
|
2859
|
-
.sc(RevokePermissions$)
|
|
2860
|
-
.build() {
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
class SearchDatabasesByLFTagsCommand extends Command
|
|
2864
|
-
.classBuilder()
|
|
2865
|
-
.ep(commonParams)
|
|
2866
|
-
.m(function (Command, cs, config, o) {
|
|
2867
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2868
|
-
})
|
|
2869
|
-
.s("AWSLakeFormation", "SearchDatabasesByLFTags", {})
|
|
2870
|
-
.n("LakeFormationClient", "SearchDatabasesByLFTagsCommand")
|
|
2871
|
-
.sc(SearchDatabasesByLFTags$)
|
|
2872
|
-
.build() {
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
class SearchTablesByLFTagsCommand extends Command
|
|
2876
|
-
.classBuilder()
|
|
2877
|
-
.ep(commonParams)
|
|
2878
|
-
.m(function (Command, cs, config, o) {
|
|
2879
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2880
|
-
})
|
|
2881
|
-
.s("AWSLakeFormation", "SearchTablesByLFTags", {})
|
|
2882
|
-
.n("LakeFormationClient", "SearchTablesByLFTagsCommand")
|
|
2883
|
-
.sc(SearchTablesByLFTags$)
|
|
2884
|
-
.build() {
|
|
2885
|
-
}
|
|
2886
|
-
|
|
2887
|
-
class StartQueryPlanningCommand extends Command
|
|
2888
|
-
.classBuilder()
|
|
2889
|
-
.ep(commonParams)
|
|
2890
|
-
.m(function (Command, cs, config, o) {
|
|
2891
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2892
|
-
})
|
|
2893
|
-
.s("AWSLakeFormation", "StartQueryPlanning", {})
|
|
2894
|
-
.n("LakeFormationClient", "StartQueryPlanningCommand")
|
|
2895
|
-
.sc(StartQueryPlanning$)
|
|
2896
|
-
.build() {
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
class StartTransactionCommand extends Command
|
|
2900
|
-
.classBuilder()
|
|
2901
|
-
.ep(commonParams)
|
|
2902
|
-
.m(function (Command, cs, config, o) {
|
|
2903
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2904
|
-
})
|
|
2905
|
-
.s("AWSLakeFormation", "StartTransaction", {})
|
|
2906
|
-
.n("LakeFormationClient", "StartTransactionCommand")
|
|
2907
|
-
.sc(StartTransaction$)
|
|
2908
|
-
.build() {
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2911
|
-
class UpdateDataCellsFilterCommand extends Command
|
|
2912
|
-
.classBuilder()
|
|
2913
|
-
.ep(commonParams)
|
|
2914
|
-
.m(function (Command, cs, config, o) {
|
|
2915
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2916
|
-
})
|
|
2917
|
-
.s("AWSLakeFormation", "UpdateDataCellsFilter", {})
|
|
2918
|
-
.n("LakeFormationClient", "UpdateDataCellsFilterCommand")
|
|
2919
|
-
.sc(UpdateDataCellsFilter$)
|
|
2920
|
-
.build() {
|
|
2921
|
-
}
|
|
2922
|
-
|
|
2923
|
-
class UpdateLakeFormationIdentityCenterConfigurationCommand extends Command
|
|
2924
|
-
.classBuilder()
|
|
2925
|
-
.ep(commonParams)
|
|
2926
|
-
.m(function (Command, cs, config, o) {
|
|
2927
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2928
|
-
})
|
|
2929
|
-
.s("AWSLakeFormation", "UpdateLakeFormationIdentityCenterConfiguration", {})
|
|
2930
|
-
.n("LakeFormationClient", "UpdateLakeFormationIdentityCenterConfigurationCommand")
|
|
2931
|
-
.sc(UpdateLakeFormationIdentityCenterConfiguration$)
|
|
2932
|
-
.build() {
|
|
2933
|
-
}
|
|
2934
|
-
|
|
2935
|
-
class UpdateLFTagCommand extends Command
|
|
2936
|
-
.classBuilder()
|
|
2937
|
-
.ep(commonParams)
|
|
2938
|
-
.m(function (Command, cs, config, o) {
|
|
2939
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2940
|
-
})
|
|
2941
|
-
.s("AWSLakeFormation", "UpdateLFTag", {})
|
|
2942
|
-
.n("LakeFormationClient", "UpdateLFTagCommand")
|
|
2943
|
-
.sc(UpdateLFTag$)
|
|
2944
|
-
.build() {
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
class UpdateLFTagExpressionCommand extends Command
|
|
2948
|
-
.classBuilder()
|
|
2949
|
-
.ep(commonParams)
|
|
2950
|
-
.m(function (Command, cs, config, o) {
|
|
2951
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2952
|
-
})
|
|
2953
|
-
.s("AWSLakeFormation", "UpdateLFTagExpression", {})
|
|
2954
|
-
.n("LakeFormationClient", "UpdateLFTagExpressionCommand")
|
|
2955
|
-
.sc(UpdateLFTagExpression$)
|
|
2956
|
-
.build() {
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
class UpdateResourceCommand extends Command
|
|
2960
|
-
.classBuilder()
|
|
2961
|
-
.ep(commonParams)
|
|
2962
|
-
.m(function (Command, cs, config, o) {
|
|
2963
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2964
|
-
})
|
|
2965
|
-
.s("AWSLakeFormation", "UpdateResource", {})
|
|
2966
|
-
.n("LakeFormationClient", "UpdateResourceCommand")
|
|
2967
|
-
.sc(UpdateResource$)
|
|
2968
|
-
.build() {
|
|
2969
|
-
}
|
|
2970
|
-
|
|
2971
|
-
class UpdateTableObjectsCommand extends Command
|
|
2972
|
-
.classBuilder()
|
|
2973
|
-
.ep(commonParams)
|
|
2974
|
-
.m(function (Command, cs, config, o) {
|
|
2975
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2976
|
-
})
|
|
2977
|
-
.s("AWSLakeFormation", "UpdateTableObjects", {})
|
|
2978
|
-
.n("LakeFormationClient", "UpdateTableObjectsCommand")
|
|
2979
|
-
.sc(UpdateTableObjects$)
|
|
2980
|
-
.build() {
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
class UpdateTableStorageOptimizerCommand extends Command
|
|
2984
|
-
.classBuilder()
|
|
2985
|
-
.ep(commonParams)
|
|
2986
|
-
.m(function (Command, cs, config, o) {
|
|
2987
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2988
|
-
})
|
|
2989
|
-
.s("AWSLakeFormation", "UpdateTableStorageOptimizer", {})
|
|
2990
|
-
.n("LakeFormationClient", "UpdateTableStorageOptimizerCommand")
|
|
2991
|
-
.sc(UpdateTableStorageOptimizer$)
|
|
2992
|
-
.build() {
|
|
2264
|
+
const command = makeBuilder(commonParams, "AWSLakeFormation", "LakeFormationClient", getEndpointPlugin);
|
|
2265
|
+
const _ep0 = {};
|
|
2266
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2267
|
+
|
|
2268
|
+
class AddLFTagsToResourceCommand extends command(_ep0, _mw0, "AddLFTagsToResource", AddLFTagsToResource$) {
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
class AssumeDecoratedRoleWithSAMLCommand extends command(_ep0, _mw0, "AssumeDecoratedRoleWithSAML", AssumeDecoratedRoleWithSAML$) {
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
class BatchGrantPermissionsCommand extends command(_ep0, _mw0, "BatchGrantPermissions", BatchGrantPermissions$) {
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
class BatchRevokePermissionsCommand extends command(_ep0, _mw0, "BatchRevokePermissions", BatchRevokePermissions$) {
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
class CancelTransactionCommand extends command(_ep0, _mw0, "CancelTransaction", CancelTransaction$) {
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
class CommitTransactionCommand extends command(_ep0, _mw0, "CommitTransaction", CommitTransaction$) {
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
class CreateDataCellsFilterCommand extends command(_ep0, _mw0, "CreateDataCellsFilter", CreateDataCellsFilter$) {
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
class CreateLakeFormationIdentityCenterConfigurationCommand extends command(_ep0, _mw0, "CreateLakeFormationIdentityCenterConfiguration", CreateLakeFormationIdentityCenterConfiguration$) {
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
class CreateLakeFormationOptInCommand extends command(_ep0, _mw0, "CreateLakeFormationOptIn", CreateLakeFormationOptIn$) {
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
class CreateLFTagCommand extends command(_ep0, _mw0, "CreateLFTag", CreateLFTag$) {
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
class CreateLFTagExpressionCommand extends command(_ep0, _mw0, "CreateLFTagExpression", CreateLFTagExpression$) {
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
class DeleteDataCellsFilterCommand extends command(_ep0, _mw0, "DeleteDataCellsFilter", DeleteDataCellsFilter$) {
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
class DeleteLakeFormationIdentityCenterConfigurationCommand extends command(_ep0, _mw0, "DeleteLakeFormationIdentityCenterConfiguration", DeleteLakeFormationIdentityCenterConfiguration$) {
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
class DeleteLakeFormationOptInCommand extends command(_ep0, _mw0, "DeleteLakeFormationOptIn", DeleteLakeFormationOptIn$) {
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
class DeleteLFTagCommand extends command(_ep0, _mw0, "DeleteLFTag", DeleteLFTag$) {
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
class DeleteLFTagExpressionCommand extends command(_ep0, _mw0, "DeleteLFTagExpression", DeleteLFTagExpression$) {
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
class DeleteObjectsOnCancelCommand extends command(_ep0, _mw0, "DeleteObjectsOnCancel", DeleteObjectsOnCancel$) {
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
class DeregisterResourceCommand extends command(_ep0, _mw0, "DeregisterResource", DeregisterResource$) {
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
class DescribeLakeFormationIdentityCenterConfigurationCommand extends command(_ep0, _mw0, "DescribeLakeFormationIdentityCenterConfiguration", DescribeLakeFormationIdentityCenterConfiguration$) {
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
class DescribeResourceCommand extends command(_ep0, _mw0, "DescribeResource", DescribeResource$) {
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
class DescribeTransactionCommand extends command(_ep0, _mw0, "DescribeTransaction", DescribeTransaction$) {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
class ExtendTransactionCommand extends command(_ep0, _mw0, "ExtendTransaction", ExtendTransaction$) {
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
class GetDataCellsFilterCommand extends command(_ep0, _mw0, "GetDataCellsFilter", GetDataCellsFilter$) {
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
class GetDataLakePrincipalCommand extends command(_ep0, _mw0, "GetDataLakePrincipal", GetDataLakePrincipal$) {
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
class GetDataLakeSettingsCommand extends command(_ep0, _mw0, "GetDataLakeSettings", GetDataLakeSettings$) {
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
class GetEffectivePermissionsForPathCommand extends command(_ep0, _mw0, "GetEffectivePermissionsForPath", GetEffectivePermissionsForPath$) {
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
class GetLFTagCommand extends command(_ep0, _mw0, "GetLFTag", GetLFTag$) {
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
class GetLFTagExpressionCommand extends command(_ep0, _mw0, "GetLFTagExpression", GetLFTagExpression$) {
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
class GetQueryStateCommand extends command(_ep0, _mw0, "GetQueryState", GetQueryState$) {
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
class GetQueryStatisticsCommand extends command(_ep0, _mw0, "GetQueryStatistics", GetQueryStatistics$) {
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
class GetResourceLFTagsCommand extends command(_ep0, _mw0, "GetResourceLFTags", GetResourceLFTags$) {
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
class GetTableObjectsCommand extends command(_ep0, _mw0, "GetTableObjects", GetTableObjects$) {
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
class GetTemporaryDataLocationCredentialsCommand extends command(_ep0, _mw0, "GetTemporaryDataLocationCredentials", GetTemporaryDataLocationCredentials$) {
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
class GetTemporaryGluePartitionCredentialsCommand extends command(_ep0, _mw0, "GetTemporaryGluePartitionCredentials", GetTemporaryGluePartitionCredentials$) {
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
class GetTemporaryGlueTableCredentialsCommand extends command(_ep0, _mw0, "GetTemporaryGlueTableCredentials", GetTemporaryGlueTableCredentials$) {
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
class GetWorkUnitResultsCommand extends command(_ep0, _mw0, "GetWorkUnitResults", GetWorkUnitResults$) {
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
class GetWorkUnitsCommand extends command(_ep0, _mw0, "GetWorkUnits", GetWorkUnits$) {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
class GrantPermissionsCommand extends command(_ep0, _mw0, "GrantPermissions", GrantPermissions$) {
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
class ListDataCellsFilterCommand extends command(_ep0, _mw0, "ListDataCellsFilter", ListDataCellsFilter$) {
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
class ListLakeFormationOptInsCommand extends command(_ep0, _mw0, "ListLakeFormationOptIns", ListLakeFormationOptIns$) {
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
class ListLFTagExpressionsCommand extends command(_ep0, _mw0, "ListLFTagExpressions", ListLFTagExpressions$) {
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
class ListLFTagsCommand extends command(_ep0, _mw0, "ListLFTags", ListLFTags$) {
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
class ListPermissionsCommand extends command(_ep0, _mw0, "ListPermissions", ListPermissions$) {
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
class ListTableStorageOptimizersCommand extends command(_ep0, _mw0, "ListTableStorageOptimizers", ListTableStorageOptimizers$) {
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
class ListTransactionsCommand extends command(_ep0, _mw0, "ListTransactions", ListTransactions$) {
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
class PutDataLakeSettingsCommand extends command(_ep0, _mw0, "PutDataLakeSettings", PutDataLakeSettings$) {
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
class RegisterResourceCommand extends command(_ep0, _mw0, "RegisterResource", RegisterResource$) {
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
class RemoveLFTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveLFTagsFromResource", RemoveLFTagsFromResource$) {
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
class RevokePermissionsCommand extends command(_ep0, _mw0, "RevokePermissions", RevokePermissions$) {
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
class SearchDatabasesByLFTagsCommand extends command(_ep0, _mw0, "SearchDatabasesByLFTags", SearchDatabasesByLFTags$) {
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
class SearchTablesByLFTagsCommand extends command(_ep0, _mw0, "SearchTablesByLFTags", SearchTablesByLFTags$) {
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
class StartQueryPlanningCommand extends command(_ep0, _mw0, "StartQueryPlanning", StartQueryPlanning$) {
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
class StartTransactionCommand extends command(_ep0, _mw0, "StartTransaction", StartTransaction$) {
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
class UpdateDataCellsFilterCommand extends command(_ep0, _mw0, "UpdateDataCellsFilter", UpdateDataCellsFilter$) {
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
class UpdateLakeFormationIdentityCenterConfigurationCommand extends command(_ep0, _mw0, "UpdateLakeFormationIdentityCenterConfiguration", UpdateLakeFormationIdentityCenterConfiguration$) {
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
class UpdateLFTagCommand extends command(_ep0, _mw0, "UpdateLFTag", UpdateLFTag$) {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
class UpdateLFTagExpressionCommand extends command(_ep0, _mw0, "UpdateLFTagExpression", UpdateLFTagExpression$) {
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
class UpdateResourceCommand extends command(_ep0, _mw0, "UpdateResource", UpdateResource$) {
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
class UpdateTableObjectsCommand extends command(_ep0, _mw0, "UpdateTableObjects", UpdateTableObjects$) {
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
class UpdateTableStorageOptimizerCommand extends command(_ep0, _mw0, "UpdateTableStorageOptimizer", UpdateTableStorageOptimizer$) {
|
|
2993
2449
|
}
|
|
2994
2450
|
|
|
2995
2451
|
const paginateGetEffectivePermissionsForPath = createPaginator(LakeFormationClient, GetEffectivePermissionsForPathCommand, "NextToken", "NextToken", "MaxResults");
|