@aws-sdk/client-lakeformation 3.194.0 → 3.197.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 +22 -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 +34 -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 +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +30 -28
- 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
|
@@ -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 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
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> | 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;
|
|
@@ -6,8 +6,10 @@ import { LakeFormationClientConfig } from "./LakeFormationClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: LakeFormationClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
42
43
|
StreamCollector as __StreamCollector,
|
|
43
44
|
UrlParser as __UrlParser,
|
|
@@ -223,6 +224,11 @@ import {
|
|
|
223
224
|
UpdateTableStorageOptimizerCommandInput,
|
|
224
225
|
UpdateTableStorageOptimizerCommandOutput,
|
|
225
226
|
} from "./commands/UpdateTableStorageOptimizerCommand";
|
|
227
|
+
import {
|
|
228
|
+
ClientInputEndpointParameters,
|
|
229
|
+
ClientResolvedEndpointParameters,
|
|
230
|
+
EndpointParameters,
|
|
231
|
+
} from "./endpoint/EndpointParameters";
|
|
226
232
|
export declare type ServiceInputTypes =
|
|
227
233
|
| AddLFTagsToResourceCommandInput
|
|
228
234
|
| AssumeDecoratedRoleWithSAMLCommandInput
|
|
@@ -336,7 +342,6 @@ export interface ClientDefaults
|
|
|
336
342
|
serviceId?: string;
|
|
337
343
|
region?: string | __Provider<string>;
|
|
338
344
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
339
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
340
345
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
341
346
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
342
347
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
@@ -346,22 +351,24 @@ declare type LakeFormationClientConfigType = Partial<
|
|
|
346
351
|
> &
|
|
347
352
|
ClientDefaults &
|
|
348
353
|
RegionInputConfig &
|
|
349
|
-
|
|
354
|
+
EndpointInputConfig<EndpointParameters> &
|
|
350
355
|
RetryInputConfig &
|
|
351
356
|
HostHeaderInputConfig &
|
|
352
357
|
AwsAuthInputConfig &
|
|
353
|
-
UserAgentInputConfig
|
|
358
|
+
UserAgentInputConfig &
|
|
359
|
+
ClientInputEndpointParameters;
|
|
354
360
|
export interface LakeFormationClientConfig
|
|
355
361
|
extends LakeFormationClientConfigType {}
|
|
356
362
|
declare type LakeFormationClientResolvedConfigType =
|
|
357
363
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
358
364
|
Required<ClientDefaults> &
|
|
359
365
|
RegionResolvedConfig &
|
|
360
|
-
|
|
366
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
361
367
|
RetryResolvedConfig &
|
|
362
368
|
HostHeaderResolvedConfig &
|
|
363
369
|
AwsAuthResolvedConfig &
|
|
364
|
-
UserAgentResolvedConfig
|
|
370
|
+
UserAgentResolvedConfig &
|
|
371
|
+
ClientResolvedEndpointParameters;
|
|
365
372
|
export interface LakeFormationClientResolvedConfig
|
|
366
373
|
extends LakeFormationClientResolvedConfigType {}
|
|
367
374
|
export declare class LakeFormationClient extends __Client<
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AddLFTagsToResourceCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AddLFTagsToResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AddLFTagsToResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssumeDecoratedRoleWithSAMLCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssumeDecoratedRoleWithSAMLCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssumeDecoratedRoleWithSAMLCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchGrantPermissionsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchGrantPermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchGrantPermissionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchRevokePermissionsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchRevokePermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchRevokePermissionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CancelTransactionCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CancelTransactionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CancelTransactionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CommitTransactionCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CommitTransactionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CommitTransactionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateDataCellsFilterCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateDataCellsFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDataCellsFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateLFTagCommand extends $Command<
|
|
|
21
22
|
LakeFormationClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateLFTagCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateLFTagCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteDataCellsFilterCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteDataCellsFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteDataCellsFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteLFTagCommand extends $Command<
|
|
|
21
22
|
LakeFormationClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteLFTagCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteLFTagCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteObjectsOnCancelCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteObjectsOnCancelCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteObjectsOnCancelCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeregisterResourceCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeregisterResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeregisterResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeResourceCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeTransactionCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeTransactionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTransactionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ExtendTransactionCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ExtendTransactionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ExtendTransactionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetDataLakeSettingsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetDataLakeSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetDataLakeSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetEffectivePermissionsForPathCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetEffectivePermissionsForPathCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEffectivePermissionsForPathCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetLFTagCommand extends $Command<
|
|
|
21
22
|
LakeFormationClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetLFTagCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetLFTagCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetQueryStateCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetQueryStateCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetQueryStateCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetQueryStatisticsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetQueryStatisticsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetQueryStatisticsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetResourceLFTagsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetResourceLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetResourceLFTagsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetTableObjectsCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetTableObjectsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetTableObjectsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetTemporaryGluePartitionCredentialsCommand extends $Comman
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTemporaryGluePartitionCredentialsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemporaryGluePartitionCredentialsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetTemporaryGlueTableCredentialsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTemporaryGlueTableCredentialsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemporaryGlueTableCredentialsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -26,6 +27,7 @@ export declare class GetWorkUnitResultsCommand extends $Command<
|
|
|
26
27
|
LakeFormationClientResolvedConfig
|
|
27
28
|
> {
|
|
28
29
|
readonly input: GetWorkUnitResultsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetWorkUnitResultsCommandInput);
|
|
30
32
|
resolveMiddleware(
|
|
31
33
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetWorkUnitsCommand extends $Command<
|
|
|
21
22
|
LakeFormationClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetWorkUnitsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetWorkUnitsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GrantPermissionsCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GrantPermissionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GrantPermissionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDataCellsFilterCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDataCellsFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDataCellsFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListLFTagsCommand extends $Command<
|
|
|
21
22
|
LakeFormationClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListLFTagsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListLFTagsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListPermissionsCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListPermissionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListPermissionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListResourcesCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListResourcesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListResourcesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTableStorageOptimizersCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTableStorageOptimizersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTableStorageOptimizersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListTransactionsCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListTransactionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListTransactionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutDataLakeSettingsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutDataLakeSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutDataLakeSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class RegisterResourceCommand extends $Command<
|
|
|
24
25
|
LakeFormationClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: RegisterResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: RegisterResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RemoveLFTagsFromResourceCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RemoveLFTagsFromResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RemoveLFTagsFromResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RevokePermissionsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RevokePermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RevokePermissionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class SearchDatabasesByLFTagsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: SearchDatabasesByLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SearchDatabasesByLFTagsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class SearchTablesByLFTagsCommand extends $Command<
|
|
|
25
26
|
LakeFormationClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: SearchTablesByLFTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SearchTablesByLFTagsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|