@aws-sdk/client-lakeformation 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/LakeFormation.d.ts +0 -45
- package/dist-types/ts3.4/LakeFormationClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -447
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { LakeFormationClientConfig } from "./LakeFormationClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { LakeFormationClientConfig } from "./LakeFormationClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { LakeFormationClientConfig } from "./LakeFormationClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lakeformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|