@aws-sdk/client-lakeformation 3.168.0 → 3.170.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/ts3.4/LakeFormation.d.ts +820 -230
- package/dist-types/ts3.4/LakeFormationClient.d.ts +400 -118
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1643 -1490
- package/dist-types/ts3.4/pagination/GetEffectivePermissionsForPathPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeTransactionRequest,
|
|
15
|
+
DescribeTransactionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTransactionCommandInput
|
|
18
|
+
extends DescribeTransactionRequest {}
|
|
19
|
+
export interface DescribeTransactionCommandOutput
|
|
20
|
+
extends DescribeTransactionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeTransactionCommand extends $Command<
|
|
24
|
+
DescribeTransactionCommandInput,
|
|
25
|
+
DescribeTransactionCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTransactionCommandInput;
|
|
29
|
+
constructor(input: DescribeTransactionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeTransactionCommandInput, DescribeTransactionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
ExtendTransactionRequest,
|
|
15
|
+
ExtendTransactionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ExtendTransactionCommandInput
|
|
18
|
+
extends ExtendTransactionRequest {}
|
|
19
|
+
export interface ExtendTransactionCommandOutput
|
|
20
|
+
extends ExtendTransactionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ExtendTransactionCommand extends $Command<
|
|
24
|
+
ExtendTransactionCommandInput,
|
|
25
|
+
ExtendTransactionCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ExtendTransactionCommandInput;
|
|
29
|
+
constructor(input: ExtendTransactionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ExtendTransactionCommandInput, ExtendTransactionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetDataLakeSettingsRequest,
|
|
15
|
+
GetDataLakeSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDataLakeSettingsCommandInput
|
|
18
|
+
extends GetDataLakeSettingsRequest {}
|
|
19
|
+
export interface GetDataLakeSettingsCommandOutput
|
|
20
|
+
extends GetDataLakeSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDataLakeSettingsCommand extends $Command<
|
|
24
|
+
GetDataLakeSettingsCommandInput,
|
|
25
|
+
GetDataLakeSettingsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDataLakeSettingsCommandInput;
|
|
29
|
+
constructor(input: GetDataLakeSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetEffectivePermissionsForPathRequest,
|
|
15
|
+
GetEffectivePermissionsForPathResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetEffectivePermissionsForPathCommandInput
|
|
18
|
+
extends GetEffectivePermissionsForPathRequest {}
|
|
19
|
+
export interface GetEffectivePermissionsForPathCommandOutput
|
|
20
|
+
extends GetEffectivePermissionsForPathResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetEffectivePermissionsForPathCommand extends $Command<
|
|
24
|
+
GetEffectivePermissionsForPathCommandInput,
|
|
25
|
+
GetEffectivePermissionsForPathCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetEffectivePermissionsForPathCommandInput;
|
|
29
|
+
constructor(input: GetEffectivePermissionsForPathCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetEffectivePermissionsForPathCommandInput,
|
|
37
|
+
GetEffectivePermissionsForPathCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import { GetLFTagRequest, GetLFTagResponse } from "../models/models_0";
|
|
14
|
+
export interface GetLFTagCommandInput extends GetLFTagRequest {}
|
|
15
|
+
export interface GetLFTagCommandOutput
|
|
16
|
+
extends GetLFTagResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetLFTagCommand extends $Command<
|
|
20
|
+
GetLFTagCommandInput,
|
|
21
|
+
GetLFTagCommandOutput,
|
|
22
|
+
LakeFormationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetLFTagCommandInput;
|
|
25
|
+
constructor(input: GetLFTagCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetLFTagCommandInput, GetLFTagCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetQueryStateRequest,
|
|
15
|
+
GetQueryStateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetQueryStateCommandInput extends GetQueryStateRequest {}
|
|
18
|
+
export interface GetQueryStateCommandOutput
|
|
19
|
+
extends GetQueryStateResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetQueryStateCommand extends $Command<
|
|
23
|
+
GetQueryStateCommandInput,
|
|
24
|
+
GetQueryStateCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetQueryStateCommandInput;
|
|
28
|
+
constructor(input: GetQueryStateCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetQueryStateCommandInput, GetQueryStateCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetQueryStatisticsRequest,
|
|
15
|
+
GetQueryStatisticsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetQueryStatisticsCommandInput
|
|
18
|
+
extends GetQueryStatisticsRequest {}
|
|
19
|
+
export interface GetQueryStatisticsCommandOutput
|
|
20
|
+
extends GetQueryStatisticsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetQueryStatisticsCommand extends $Command<
|
|
24
|
+
GetQueryStatisticsCommandInput,
|
|
25
|
+
GetQueryStatisticsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetQueryStatisticsCommandInput;
|
|
29
|
+
constructor(input: GetQueryStatisticsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetResourceLFTagsRequest,
|
|
15
|
+
GetResourceLFTagsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetResourceLFTagsCommandInput
|
|
18
|
+
extends GetResourceLFTagsRequest {}
|
|
19
|
+
export interface GetResourceLFTagsCommandOutput
|
|
20
|
+
extends GetResourceLFTagsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetResourceLFTagsCommand extends $Command<
|
|
24
|
+
GetResourceLFTagsCommandInput,
|
|
25
|
+
GetResourceLFTagsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetResourceLFTagsCommandInput;
|
|
29
|
+
constructor(input: GetResourceLFTagsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetTableObjectsRequest,
|
|
15
|
+
GetTableObjectsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTableObjectsCommandInput extends GetTableObjectsRequest {}
|
|
18
|
+
export interface GetTableObjectsCommandOutput
|
|
19
|
+
extends GetTableObjectsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetTableObjectsCommand extends $Command<
|
|
23
|
+
GetTableObjectsCommandInput,
|
|
24
|
+
GetTableObjectsCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetTableObjectsCommandInput;
|
|
28
|
+
constructor(input: GetTableObjectsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetTableObjectsCommandInput, GetTableObjectsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetTemporaryGluePartitionCredentialsRequest,
|
|
15
|
+
GetTemporaryGluePartitionCredentialsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTemporaryGluePartitionCredentialsCommandInput
|
|
18
|
+
extends GetTemporaryGluePartitionCredentialsRequest {}
|
|
19
|
+
export interface GetTemporaryGluePartitionCredentialsCommandOutput
|
|
20
|
+
extends GetTemporaryGluePartitionCredentialsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTemporaryGluePartitionCredentialsCommand extends $Command<
|
|
24
|
+
GetTemporaryGluePartitionCredentialsCommandInput,
|
|
25
|
+
GetTemporaryGluePartitionCredentialsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTemporaryGluePartitionCredentialsCommandInput;
|
|
29
|
+
constructor(input: GetTemporaryGluePartitionCredentialsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetTemporaryGluePartitionCredentialsCommandInput,
|
|
37
|
+
GetTemporaryGluePartitionCredentialsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
GetTemporaryGlueTableCredentialsRequest,
|
|
15
|
+
GetTemporaryGlueTableCredentialsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTemporaryGlueTableCredentialsCommandInput
|
|
18
|
+
extends GetTemporaryGlueTableCredentialsRequest {}
|
|
19
|
+
export interface GetTemporaryGlueTableCredentialsCommandOutput
|
|
20
|
+
extends GetTemporaryGlueTableCredentialsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTemporaryGlueTableCredentialsCommand extends $Command<
|
|
24
|
+
GetTemporaryGlueTableCredentialsCommandInput,
|
|
25
|
+
GetTemporaryGlueTableCredentialsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTemporaryGlueTableCredentialsCommandInput;
|
|
29
|
+
constructor(input: GetTemporaryGlueTableCredentialsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetTemporaryGlueTableCredentialsCommandInput,
|
|
37
|
+
GetTemporaryGlueTableCredentialsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|