@aws-sdk/client-lakeformation 3.194.0 → 3.196.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 +11 -0
- package/dist-cjs/LakeFormationClient.js +11 -8
- package/dist-cjs/commands/AddLFTagsToResourceCommand.js +10 -0
- package/dist-cjs/commands/AssumeDecoratedRoleWithSAMLCommand.js +10 -0
- package/dist-cjs/commands/BatchGrantPermissionsCommand.js +10 -0
- package/dist-cjs/commands/BatchRevokePermissionsCommand.js +10 -0
- package/dist-cjs/commands/CancelTransactionCommand.js +10 -0
- package/dist-cjs/commands/CommitTransactionCommand.js +10 -0
- package/dist-cjs/commands/CreateDataCellsFilterCommand.js +10 -0
- package/dist-cjs/commands/CreateLFTagCommand.js +10 -0
- package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteLFTagCommand.js +10 -0
- package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +10 -0
- package/dist-cjs/commands/DeregisterResourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeResourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransactionCommand.js +10 -0
- package/dist-cjs/commands/ExtendTransactionCommand.js +10 -0
- package/dist-cjs/commands/GetDataLakeSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +10 -0
- package/dist-cjs/commands/GetLFTagCommand.js +10 -0
- package/dist-cjs/commands/GetQueryStateCommand.js +10 -0
- package/dist-cjs/commands/GetQueryStatisticsCommand.js +10 -0
- package/dist-cjs/commands/GetResourceLFTagsCommand.js +10 -0
- package/dist-cjs/commands/GetTableObjectsCommand.js +10 -0
- package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +10 -0
- package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +10 -0
- package/dist-cjs/commands/GetWorkUnitResultsCommand.js +10 -0
- package/dist-cjs/commands/GetWorkUnitsCommand.js +10 -0
- package/dist-cjs/commands/GrantPermissionsCommand.js +10 -0
- package/dist-cjs/commands/ListDataCellsFilterCommand.js +10 -0
- package/dist-cjs/commands/ListLFTagsCommand.js +10 -0
- package/dist-cjs/commands/ListPermissionsCommand.js +10 -0
- package/dist-cjs/commands/ListResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +10 -0
- package/dist-cjs/commands/ListTransactionsCommand.js +10 -0
- package/dist-cjs/commands/PutDataLakeSettingsCommand.js +10 -0
- package/dist-cjs/commands/RegisterResourceCommand.js +10 -0
- package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +10 -0
- package/dist-cjs/commands/RevokePermissionsCommand.js +10 -0
- package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +10 -0
- package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +10 -0
- package/dist-cjs/commands/StartQueryPlanningCommand.js +10 -0
- package/dist-cjs/commands/StartTransactionCommand.js +10 -0
- package/dist-cjs/commands/UpdateLFTagCommand.js +10 -0
- package/dist-cjs/commands/UpdateResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateTableObjectsCommand.js +10 -0
- package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/LakeFormationClient.js +12 -9
- package/dist-es/commands/AddLFTagsToResourceCommand.js +10 -0
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +10 -0
- package/dist-es/commands/BatchGrantPermissionsCommand.js +10 -0
- package/dist-es/commands/BatchRevokePermissionsCommand.js +10 -0
- package/dist-es/commands/CancelTransactionCommand.js +10 -0
- package/dist-es/commands/CommitTransactionCommand.js +10 -0
- package/dist-es/commands/CreateDataCellsFilterCommand.js +10 -0
- package/dist-es/commands/CreateLFTagCommand.js +10 -0
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +10 -0
- package/dist-es/commands/DeleteLFTagCommand.js +10 -0
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +10 -0
- package/dist-es/commands/DeregisterResourceCommand.js +10 -0
- package/dist-es/commands/DescribeResourceCommand.js +10 -0
- package/dist-es/commands/DescribeTransactionCommand.js +10 -0
- package/dist-es/commands/ExtendTransactionCommand.js +10 -0
- package/dist-es/commands/GetDataLakeSettingsCommand.js +10 -0
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +10 -0
- package/dist-es/commands/GetLFTagCommand.js +10 -0
- package/dist-es/commands/GetQueryStateCommand.js +10 -0
- package/dist-es/commands/GetQueryStatisticsCommand.js +10 -0
- package/dist-es/commands/GetResourceLFTagsCommand.js +10 -0
- package/dist-es/commands/GetTableObjectsCommand.js +10 -0
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +10 -0
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +10 -0
- package/dist-es/commands/GetWorkUnitResultsCommand.js +10 -0
- package/dist-es/commands/GetWorkUnitsCommand.js +10 -0
- package/dist-es/commands/GrantPermissionsCommand.js +10 -0
- package/dist-es/commands/ListDataCellsFilterCommand.js +10 -0
- package/dist-es/commands/ListLFTagsCommand.js +10 -0
- package/dist-es/commands/ListPermissionsCommand.js +10 -0
- package/dist-es/commands/ListResourcesCommand.js +10 -0
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +10 -0
- package/dist-es/commands/ListTransactionsCommand.js +10 -0
- package/dist-es/commands/PutDataLakeSettingsCommand.js +10 -0
- package/dist-es/commands/RegisterResourceCommand.js +10 -0
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +10 -0
- package/dist-es/commands/RevokePermissionsCommand.js +10 -0
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +10 -0
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +10 -0
- package/dist-es/commands/StartQueryPlanningCommand.js +10 -0
- package/dist-es/commands/StartTransactionCommand.js +10 -0
- package/dist-es/commands/UpdateLFTagCommand.js +10 -0
- package/dist-es/commands/UpdateResourceCommand.js +10 -0
- package/dist-es/commands/UpdateTableObjectsCommand.js +10 -0
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/LakeFormationClient.d.ts +6 -9
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -0
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -0
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CancelTransactionCommand.d.ts +2 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransactionCommand.d.ts +2 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +2 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryStateCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -0
- package/dist-types/commands/GetTableObjectsCommand.d.ts +2 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +2 -0
- package/dist-types/commands/GrantPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +2 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +2 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +2 -0
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -0
- package/dist-types/commands/RevokePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -0
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -0
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +2 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/LakeFormationClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLFTagCommand extends $Command<CreateLFTagCommandInput, CreateLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLFTagCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLFTagCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilte
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteDataCellsFilterCommand extends $Command<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteDataCellsFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteDataCellsFilterCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteLFTagCommand extends $Command<DeleteLFTagCommandInput, DeleteLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteLFTagCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteLFTagCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -32,6 +33,7 @@ export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCance
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteObjectsOnCancelCommand extends $Command<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteObjectsOnCancelCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: DeleteObjectsOnCancelCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -27,6 +28,7 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DeregisterResourceCommand extends $Command<DeregisterResourceCommandInput, DeregisterResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
29
30
|
readonly input: DeregisterResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DeregisterResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeResourceCommand extends $Command<DescribeResourceCommandInput, DescribeResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeTransactionCommandOutput extends DescribeTransactionRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeTransactionCommand extends $Command<DescribeTransactionCommandInput, DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeTransactionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTransactionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -27,6 +28,7 @@ export interface ExtendTransactionCommandOutput extends ExtendTransactionRespons
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ExtendTransactionCommand extends $Command<ExtendTransactionCommandInput, ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
29
30
|
readonly input: ExtendTransactionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ExtendTransactionCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetDataLakeSettingsCommand extends $Command<GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetDataLakeSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetDataLakeSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -26,6 +27,7 @@ export interface GetEffectivePermissionsForPathCommandOutput extends GetEffectiv
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetEffectivePermissionsForPathCommand extends $Command<GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput, LakeFormationClientResolvedConfig> {
|
|
28
29
|
readonly input: GetEffectivePermissionsForPathCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetEffectivePermissionsForPathCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBeare
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetLFTagCommand extends $Command<GetLFTagCommandInput, GetLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetLFTagCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLFTagCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetQueryStateCommandOutput extends GetQueryStateResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetQueryStateCommand extends $Command<GetQueryStateCommandInput, GetQueryStateCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetQueryStateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetQueryStateCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetQueryStatisticsCommand extends $Command<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetQueryStatisticsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetQueryStatisticsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetResourceLFTagsCommand extends $Command<GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetResourceLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetResourceLFTagsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetTableObjectsCommand extends $Command<GetTableObjectsCommandInput, GetTableObjectsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetTableObjectsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTableObjectsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetTemporaryGluePartitionCredentialsCommand extends $Command<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetTemporaryGluePartitionCredentialsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemporaryGluePartitionCredentialsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTempor
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetTemporaryGlueTableCredentialsCommand extends $Command<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetTemporaryGlueTableCredentialsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemporaryGlueTableCredentialsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetWorkUnitResultsCommandOutput extends __WithSdkStreamMixin<Ge
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWorkUnitResultsCommand extends $Command<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWorkUnitResultsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWorkUnitResultsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface GetWorkUnitsCommandOutput extends GetWorkUnitsResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWorkUnitsCommand extends $Command<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWorkUnitsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWorkUnitsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -26,6 +27,7 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GrantPermissionsCommand extends $Command<GrantPermissionsCommandInput, GrantPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
28
29
|
readonly input: GrantPermissionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GrantPermissionsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface ListDataCellsFilterCommandOutput extends ListDataCellsFilterRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListDataCellsFilterCommand extends $Command<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: ListDataCellsFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDataCellsFilterCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLFTagsCommand extends $Command<ListLFTagsCommandInput, ListLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLFTagsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -27,6 +28,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
29
30
|
readonly input: ListPermissionsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListPermissionsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: ListResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListResourcesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTableStorageOptimizersCommandOutput extends ListTableStorag
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTableStorageOptimizersCommand extends $Command<ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTableStorageOptimizersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTableStorageOptimizersCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -26,6 +27,7 @@ export interface ListTransactionsCommandOutput extends ListTransactionsResponse,
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListTransactionsCommand extends $Command<ListTransactionsCommandInput, ListTransactionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
28
29
|
readonly input: ListTransactionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListTransactionsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -27,6 +28,7 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class PutDataLakeSettingsCommand extends $Command<PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
29
30
|
readonly input: PutDataLakeSettingsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: PutDataLakeSettingsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -40,6 +41,7 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class RegisterResourceCommand extends $Command<RegisterResourceCommandInput, RegisterResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
42
43
|
readonly input: RegisterResourceCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: RegisterResourceCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RemoveLFTagsFromResourceCommand extends $Command<RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: RemoveLFTagsFromResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RemoveLFTagsFromResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RevokePermissionsCommand extends $Command<RevokePermissionsCommandInput, RevokePermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: RevokePermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RevokePermissionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByL
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class SearchDatabasesByLFTagsCommand extends $Command<SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: SearchDatabasesByLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SearchDatabasesByLFTagsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class SearchTablesByLFTagsCommand extends $Command<SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: SearchTablesByLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SearchTablesByLFTagsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -27,6 +28,7 @@ export interface StartQueryPlanningCommandOutput extends StartQueryPlanningRespo
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class StartQueryPlanningCommand extends $Command<StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput, LakeFormationClientResolvedConfig> {
|
|
29
30
|
readonly input: StartQueryPlanningCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: StartQueryPlanningCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface StartTransactionCommandOutput extends StartTransactionResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartTransactionCommand extends $Command<StartTransactionCommandInput, StartTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: StartTransactionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartTransactionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateLFTagCommandOutput extends UpdateLFTagResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateLFTagCommand extends $Command<UpdateLFTagCommandInput, UpdateLFTagCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateLFTagCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateLFTagCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateResourceCommand extends $Command<UpdateResourceCommandInput, UpdateResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateTableObjectsCommand extends $Command<UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateTableObjectsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateTableObjectsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableSto
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateTableStorageOptimizerCommand extends $Command<UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateTableStorageOptimizerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateTableStorageOptimizerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
29
|
serviceId: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
31
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
34
|
tls?: boolean | undefined;
|
|
33
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
36
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
29
|
serviceId: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
31
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
34
|
tls?: boolean | undefined;
|
|
33
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
36
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,11 +23,13 @@ export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
28
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
30
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
29
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|