@aws-sdk/client-lakeformation 3.169.0 → 3.171.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 +775 -230
- package/dist-types/ts3.4/LakeFormationClient.d.ts +375 -118
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1196 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
BatchGrantPermissionsRequest,
|
|
15
|
+
BatchGrantPermissionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGrantPermissionsCommandInput
|
|
18
|
+
extends BatchGrantPermissionsRequest {}
|
|
19
|
+
export interface BatchGrantPermissionsCommandOutput
|
|
20
|
+
extends BatchGrantPermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGrantPermissionsCommand extends $Command<
|
|
23
|
+
BatchGrantPermissionsCommandInput,
|
|
24
|
+
BatchGrantPermissionsCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGrantPermissionsCommandInput;
|
|
28
|
+
constructor(input: BatchGrantPermissionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGrantPermissionsCommandInput,
|
|
35
|
+
BatchGrantPermissionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
BatchRevokePermissionsRequest,
|
|
15
|
+
BatchRevokePermissionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchRevokePermissionsCommandInput
|
|
18
|
+
extends BatchRevokePermissionsRequest {}
|
|
19
|
+
export interface BatchRevokePermissionsCommandOutput
|
|
20
|
+
extends BatchRevokePermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchRevokePermissionsCommand extends $Command<
|
|
23
|
+
BatchRevokePermissionsCommandInput,
|
|
24
|
+
BatchRevokePermissionsCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchRevokePermissionsCommandInput;
|
|
28
|
+
constructor(input: BatchRevokePermissionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchRevokePermissionsCommandInput,
|
|
35
|
+
BatchRevokePermissionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
CancelTransactionRequest,
|
|
15
|
+
CancelTransactionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelTransactionCommandInput
|
|
18
|
+
extends CancelTransactionRequest {}
|
|
19
|
+
export interface CancelTransactionCommandOutput
|
|
20
|
+
extends CancelTransactionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CancelTransactionCommand extends $Command<
|
|
23
|
+
CancelTransactionCommandInput,
|
|
24
|
+
CancelTransactionCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelTransactionCommandInput;
|
|
28
|
+
constructor(input: CancelTransactionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CancelTransactionCommandInput, CancelTransactionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
CommitTransactionRequest,
|
|
15
|
+
CommitTransactionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CommitTransactionCommandInput
|
|
18
|
+
extends CommitTransactionRequest {}
|
|
19
|
+
export interface CommitTransactionCommandOutput
|
|
20
|
+
extends CommitTransactionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CommitTransactionCommand extends $Command<
|
|
23
|
+
CommitTransactionCommandInput,
|
|
24
|
+
CommitTransactionCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CommitTransactionCommandInput;
|
|
28
|
+
constructor(input: CommitTransactionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CommitTransactionCommandInput, CommitTransactionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CreateDataCellsFilterRequest,
|
|
15
|
+
CreateDataCellsFilterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataCellsFilterCommandInput
|
|
18
|
+
extends CreateDataCellsFilterRequest {}
|
|
19
|
+
export interface CreateDataCellsFilterCommandOutput
|
|
20
|
+
extends CreateDataCellsFilterResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDataCellsFilterCommand extends $Command<
|
|
23
|
+
CreateDataCellsFilterCommandInput,
|
|
24
|
+
CreateDataCellsFilterCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDataCellsFilterCommandInput;
|
|
28
|
+
constructor(input: CreateDataCellsFilterCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateDataCellsFilterCommandInput,
|
|
35
|
+
CreateDataCellsFilterCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { CreateLFTagRequest, CreateLFTagResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateLFTagCommandInput extends CreateLFTagRequest {}
|
|
15
|
+
export interface CreateLFTagCommandOutput
|
|
16
|
+
extends CreateLFTagResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateLFTagCommand extends $Command<
|
|
19
|
+
CreateLFTagCommandInput,
|
|
20
|
+
CreateLFTagCommandOutput,
|
|
21
|
+
LakeFormationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateLFTagCommandInput;
|
|
24
|
+
constructor(input: CreateLFTagCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateLFTagCommandInput, CreateLFTagCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeleteDataCellsFilterRequest,
|
|
15
|
+
DeleteDataCellsFilterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDataCellsFilterCommandInput
|
|
18
|
+
extends DeleteDataCellsFilterRequest {}
|
|
19
|
+
export interface DeleteDataCellsFilterCommandOutput
|
|
20
|
+
extends DeleteDataCellsFilterResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDataCellsFilterCommand extends $Command<
|
|
23
|
+
DeleteDataCellsFilterCommandInput,
|
|
24
|
+
DeleteDataCellsFilterCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDataCellsFilterCommandInput;
|
|
28
|
+
constructor(input: DeleteDataCellsFilterCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteDataCellsFilterCommandInput,
|
|
35
|
+
DeleteDataCellsFilterCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DeleteLFTagRequest, DeleteLFTagResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteLFTagCommandInput extends DeleteLFTagRequest {}
|
|
15
|
+
export interface DeleteLFTagCommandOutput
|
|
16
|
+
extends DeleteLFTagResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteLFTagCommand extends $Command<
|
|
19
|
+
DeleteLFTagCommandInput,
|
|
20
|
+
DeleteLFTagCommandOutput,
|
|
21
|
+
LakeFormationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteLFTagCommandInput;
|
|
24
|
+
constructor(input: DeleteLFTagCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteLFTagCommandInput, DeleteLFTagCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeleteObjectsOnCancelRequest,
|
|
15
|
+
DeleteObjectsOnCancelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteObjectsOnCancelCommandInput
|
|
18
|
+
extends DeleteObjectsOnCancelRequest {}
|
|
19
|
+
export interface DeleteObjectsOnCancelCommandOutput
|
|
20
|
+
extends DeleteObjectsOnCancelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteObjectsOnCancelCommand extends $Command<
|
|
23
|
+
DeleteObjectsOnCancelCommandInput,
|
|
24
|
+
DeleteObjectsOnCancelCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteObjectsOnCancelCommandInput;
|
|
28
|
+
constructor(input: DeleteObjectsOnCancelCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteObjectsOnCancelCommandInput,
|
|
35
|
+
DeleteObjectsOnCancelCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
DeregisterResourceRequest,
|
|
15
|
+
DeregisterResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterResourceCommandInput
|
|
18
|
+
extends DeregisterResourceRequest {}
|
|
19
|
+
export interface DeregisterResourceCommandOutput
|
|
20
|
+
extends DeregisterResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeregisterResourceCommand extends $Command<
|
|
23
|
+
DeregisterResourceCommandInput,
|
|
24
|
+
DeregisterResourceCommandOutput,
|
|
25
|
+
LakeFormationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeregisterResourceCommandInput;
|
|
28
|
+
constructor(input: DeregisterResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeregisterResourceCommandInput, DeregisterResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DescribeResourceRequest,
|
|
15
|
+
DescribeResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeResourceCommandInput extends DescribeResourceRequest {}
|
|
18
|
+
export interface DescribeResourceCommandOutput
|
|
19
|
+
extends DescribeResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeResourceCommand extends $Command<
|
|
22
|
+
DescribeResourceCommandInput,
|
|
23
|
+
DescribeResourceCommandOutput,
|
|
24
|
+
LakeFormationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeResourceCommandInput;
|
|
27
|
+
constructor(input: DescribeResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeResourceCommandInput, DescribeResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|