@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
|
+
GetWorkUnitResultsRequest,
|
|
15
|
+
GetWorkUnitResultsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetWorkUnitResultsCommandInput
|
|
18
|
+
extends GetWorkUnitResultsRequest {}
|
|
19
|
+
export interface GetWorkUnitResultsCommandOutput
|
|
20
|
+
extends GetWorkUnitResultsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetWorkUnitResultsCommand extends $Command<
|
|
24
|
+
GetWorkUnitResultsCommandInput,
|
|
25
|
+
GetWorkUnitResultsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetWorkUnitResultsCommandInput;
|
|
29
|
+
constructor(input: GetWorkUnitResultsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { GetWorkUnitsRequest, GetWorkUnitsResponse } from "../models/models_0";
|
|
14
|
+
export interface GetWorkUnitsCommandInput extends GetWorkUnitsRequest {}
|
|
15
|
+
export interface GetWorkUnitsCommandOutput
|
|
16
|
+
extends GetWorkUnitsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetWorkUnitsCommand extends $Command<
|
|
20
|
+
GetWorkUnitsCommandInput,
|
|
21
|
+
GetWorkUnitsCommandOutput,
|
|
22
|
+
LakeFormationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetWorkUnitsCommandInput;
|
|
25
|
+
constructor(input: GetWorkUnitsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput>;
|
|
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
|
+
GrantPermissionsRequest,
|
|
15
|
+
GrantPermissionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GrantPermissionsCommandInput extends GrantPermissionsRequest {}
|
|
18
|
+
export interface GrantPermissionsCommandOutput
|
|
19
|
+
extends GrantPermissionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GrantPermissionsCommand extends $Command<
|
|
23
|
+
GrantPermissionsCommandInput,
|
|
24
|
+
GrantPermissionsCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GrantPermissionsCommandInput;
|
|
28
|
+
constructor(input: GrantPermissionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GrantPermissionsCommandInput, GrantPermissionsCommandOutput>;
|
|
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
|
+
ListDataCellsFilterRequest,
|
|
15
|
+
ListDataCellsFilterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDataCellsFilterCommandInput
|
|
18
|
+
extends ListDataCellsFilterRequest {}
|
|
19
|
+
export interface ListDataCellsFilterCommandOutput
|
|
20
|
+
extends ListDataCellsFilterResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDataCellsFilterCommand extends $Command<
|
|
24
|
+
ListDataCellsFilterCommandInput,
|
|
25
|
+
ListDataCellsFilterCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDataCellsFilterCommandInput;
|
|
29
|
+
constructor(input: ListDataCellsFilterCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { ListLFTagsRequest, ListLFTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListLFTagsCommandInput extends ListLFTagsRequest {}
|
|
15
|
+
export interface ListLFTagsCommandOutput
|
|
16
|
+
extends ListLFTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListLFTagsCommand extends $Command<
|
|
20
|
+
ListLFTagsCommandInput,
|
|
21
|
+
ListLFTagsCommandOutput,
|
|
22
|
+
LakeFormationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListLFTagsCommandInput;
|
|
25
|
+
constructor(input: ListLFTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListLFTagsCommandInput, ListLFTagsCommandOutput>;
|
|
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
|
+
ListPermissionsRequest,
|
|
15
|
+
ListPermissionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
18
|
+
export interface ListPermissionsCommandOutput
|
|
19
|
+
extends ListPermissionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListPermissionsCommand extends $Command<
|
|
23
|
+
ListPermissionsCommandInput,
|
|
24
|
+
ListPermissionsCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPermissionsCommandInput;
|
|
28
|
+
constructor(input: ListPermissionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
ListResourcesRequest,
|
|
15
|
+
ListResourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListResourcesCommandInput extends ListResourcesRequest {}
|
|
18
|
+
export interface ListResourcesCommandOutput
|
|
19
|
+
extends ListResourcesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListResourcesCommand extends $Command<
|
|
23
|
+
ListResourcesCommandInput,
|
|
24
|
+
ListResourcesCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListResourcesCommandInput;
|
|
28
|
+
constructor(input: ListResourcesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListResourcesCommandInput, ListResourcesCommandOutput>;
|
|
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
|
+
ListTableStorageOptimizersRequest,
|
|
15
|
+
ListTableStorageOptimizersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTableStorageOptimizersCommandInput
|
|
18
|
+
extends ListTableStorageOptimizersRequest {}
|
|
19
|
+
export interface ListTableStorageOptimizersCommandOutput
|
|
20
|
+
extends ListTableStorageOptimizersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTableStorageOptimizersCommand extends $Command<
|
|
24
|
+
ListTableStorageOptimizersCommandInput,
|
|
25
|
+
ListTableStorageOptimizersCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTableStorageOptimizersCommandInput;
|
|
29
|
+
constructor(input: ListTableStorageOptimizersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTableStorageOptimizersCommandInput,
|
|
37
|
+
ListTableStorageOptimizersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListTransactionsRequest,
|
|
15
|
+
ListTransactionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTransactionsCommandInput extends ListTransactionsRequest {}
|
|
18
|
+
export interface ListTransactionsCommandOutput
|
|
19
|
+
extends ListTransactionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListTransactionsCommand extends $Command<
|
|
23
|
+
ListTransactionsCommandInput,
|
|
24
|
+
ListTransactionsCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTransactionsCommandInput;
|
|
28
|
+
constructor(input: ListTransactionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListTransactionsCommandInput, ListTransactionsCommandOutput>;
|
|
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
|
+
PutDataLakeSettingsRequest,
|
|
15
|
+
PutDataLakeSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutDataLakeSettingsCommandInput
|
|
18
|
+
extends PutDataLakeSettingsRequest {}
|
|
19
|
+
export interface PutDataLakeSettingsCommandOutput
|
|
20
|
+
extends PutDataLakeSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutDataLakeSettingsCommand extends $Command<
|
|
24
|
+
PutDataLakeSettingsCommandInput,
|
|
25
|
+
PutDataLakeSettingsCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutDataLakeSettingsCommandInput;
|
|
29
|
+
constructor(input: PutDataLakeSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput>;
|
|
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
|
+
RegisterResourceRequest,
|
|
15
|
+
RegisterResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterResourceCommandInput extends RegisterResourceRequest {}
|
|
18
|
+
export interface RegisterResourceCommandOutput
|
|
19
|
+
extends RegisterResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class RegisterResourceCommand extends $Command<
|
|
23
|
+
RegisterResourceCommandInput,
|
|
24
|
+
RegisterResourceCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RegisterResourceCommandInput;
|
|
28
|
+
constructor(input: RegisterResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<RegisterResourceCommandInput, RegisterResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|