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