@aws-sdk/client-lakeformation 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +138 -139
- package/dist-cjs/models/LakeFormationServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-es/LakeFormation.js +1 -1
- package/dist-es/LakeFormationClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddLFTagsToResourceCommand.js +2 -2
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +2 -2
- package/dist-es/commands/BatchGrantPermissionsCommand.js +2 -2
- package/dist-es/commands/BatchRevokePermissionsCommand.js +2 -2
- package/dist-es/commands/CancelTransactionCommand.js +2 -2
- package/dist-es/commands/CommitTransactionCommand.js +2 -2
- package/dist-es/commands/CreateDataCellsFilterCommand.js +2 -2
- package/dist-es/commands/CreateLFTagCommand.js +2 -2
- package/dist-es/commands/CreateLFTagExpressionCommand.js +2 -2
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateLakeFormationOptInCommand.js +2 -2
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +2 -2
- package/dist-es/commands/DeleteLFTagCommand.js +2 -2
- package/dist-es/commands/DeleteLFTagExpressionCommand.js +2 -2
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLakeFormationOptInCommand.js +2 -2
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +2 -2
- package/dist-es/commands/DeregisterResourceCommand.js +2 -2
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeResourceCommand.js +2 -2
- package/dist-es/commands/DescribeTransactionCommand.js +2 -2
- package/dist-es/commands/ExtendTransactionCommand.js +2 -2
- package/dist-es/commands/GetDataCellsFilterCommand.js +2 -2
- package/dist-es/commands/GetDataLakePrincipalCommand.js +2 -2
- package/dist-es/commands/GetDataLakeSettingsCommand.js +2 -2
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +2 -2
- package/dist-es/commands/GetLFTagCommand.js +2 -2
- package/dist-es/commands/GetLFTagExpressionCommand.js +2 -2
- package/dist-es/commands/GetQueryStateCommand.js +2 -2
- package/dist-es/commands/GetQueryStatisticsCommand.js +2 -2
- package/dist-es/commands/GetResourceLFTagsCommand.js +2 -2
- package/dist-es/commands/GetTableObjectsCommand.js +2 -2
- package/dist-es/commands/GetTemporaryDataLocationCredentialsCommand.js +2 -2
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +2 -2
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +2 -2
- package/dist-es/commands/GetWorkUnitResultsCommand.js +2 -2
- package/dist-es/commands/GetWorkUnitsCommand.js +2 -2
- package/dist-es/commands/GrantPermissionsCommand.js +2 -2
- package/dist-es/commands/ListDataCellsFilterCommand.js +2 -2
- package/dist-es/commands/ListLFTagExpressionsCommand.js +2 -2
- package/dist-es/commands/ListLFTagsCommand.js +2 -2
- package/dist-es/commands/ListLakeFormationOptInsCommand.js +2 -2
- package/dist-es/commands/ListPermissionsCommand.js +2 -2
- package/dist-es/commands/ListResourcesCommand.js +2 -2
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +2 -2
- package/dist-es/commands/ListTransactionsCommand.js +2 -2
- package/dist-es/commands/PutDataLakeSettingsCommand.js +2 -2
- package/dist-es/commands/RegisterResourceCommand.js +2 -2
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +2 -2
- package/dist-es/commands/RevokePermissionsCommand.js +2 -2
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +2 -2
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +2 -2
- package/dist-es/commands/StartQueryPlanningCommand.js +2 -2
- package/dist-es/commands/StartTransactionCommand.js +2 -2
- package/dist-es/commands/UpdateDataCellsFilterCommand.js +2 -2
- package/dist-es/commands/UpdateLFTagCommand.js +2 -2
- package/dist-es/commands/UpdateLFTagExpressionCommand.js +2 -2
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateResourceCommand.js +2 -2
- package/dist-es/commands/UpdateTableObjectsCommand.js +2 -2
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/LakeFormationServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/LakeFormationClient.d.ts +5 -5
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +6 -4
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +6 -4
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +6 -4
- package/dist-types/commands/CancelTransactionCommand.d.ts +6 -4
- package/dist-types/commands/CommitTransactionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/commands/CreateLFTagCommand.d.ts +6 -4
- package/dist-types/commands/CreateLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLFTagCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +6 -4
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterResourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeResourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTransactionCommand.d.ts +6 -4
- package/dist-types/commands/ExtendTransactionCommand.d.ts +6 -4
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/commands/GetDataLakePrincipalCommand.d.ts +6 -4
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +6 -4
- package/dist-types/commands/GetLFTagCommand.d.ts +6 -4
- package/dist-types/commands/GetLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryStateCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +6 -4
- package/dist-types/commands/GetTableObjectsCommand.d.ts +6 -4
- package/dist-types/commands/GetTemporaryDataLocationCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +6 -4
- package/dist-types/commands/GrantPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/commands/ListLFTagExpressionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLFTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +6 -4
- package/dist-types/commands/ListTransactionsCommand.d.ts +6 -4
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +6 -4
- package/dist-types/commands/RegisterResourceCommand.d.ts +6 -4
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +6 -4
- package/dist-types/commands/RevokePermissionsCommand.d.ts +6 -4
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +6 -4
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +6 -4
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +6 -4
- package/dist-types/commands/StartTransactionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLFTagCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/LakeFormationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/LakeFormationClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataLakePrincipalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemporaryDataLocationCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLFTagExpressionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLFTagExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultLakeFormationHttpAuthSchemeProvider = exports.defaultLakeFormationHttpAuthSchemeParametersProvider = void 0;
|
|
4
4
|
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
|
-
const
|
|
5
|
+
const client_1 = require("@smithy/core/client");
|
|
6
6
|
const defaultLakeFormationHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
|
-
operation: (0,
|
|
9
|
-
region: await (0,
|
|
8
|
+
operation: (0, client_1.getSmithyContext)(context).operation,
|
|
9
|
+
region: await (0, client_1.normalizeProvider)(config.region)() || (() => {
|
|
10
10
|
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
11
|
})(),
|
|
12
12
|
};
|
|
@@ -40,7 +40,7 @@ exports.defaultLakeFormationHttpAuthSchemeProvider = defaultLakeFormationHttpAut
|
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
41
|
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
|
-
authSchemePreference: (0,
|
|
43
|
+
authSchemePreference: (0, client_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
45
45
|
};
|
|
46
46
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/endpoint/bdd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.bdd = void 0;
|
|
4
|
-
const
|
|
4
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
5
5
|
const k = "ref";
|
|
6
6
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
7
7
|
const _data = {
|
|
@@ -46,4 +46,4 @@ const nodes = new Int32Array([
|
|
|
46
46
|
3, r + 1, 13,
|
|
47
47
|
4, r + 2, r + 3,
|
|
48
48
|
]);
|
|
49
|
-
exports.bdd =
|
|
49
|
+
exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
-
const
|
|
5
|
+
const endpoints_1 = require("@smithy/core/endpoints");
|
|
6
6
|
const bdd_1 = require("./bdd");
|
|
7
|
-
const cache = new
|
|
7
|
+
const cache = new endpoints_1.EndpointCache({
|
|
8
8
|
size: 50,
|
|
9
9
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
10
|
});
|
|
11
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
-
return cache.get(endpointParams, () => (0,
|
|
12
|
+
return cache.get(endpointParams, () => (0, endpoints_1.decideEndpoint)(bdd_1.bdd, {
|
|
13
13
|
endpointParams: endpointParams,
|
|
14
14
|
logger: context.logger,
|
|
15
15
|
}));
|
|
16
16
|
};
|
|
17
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
18
|
-
|
|
18
|
+
endpoints_1.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|