@aws-sdk/client-lakeformation 3.533.0 → 3.540.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/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/LakeFormation.d.ts +15 -1
- package/dist-types/LakeFormationClient.d.ts +1 -1
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -1
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/CancelTransactionCommand.d.ts +2 -1
- package/dist-types/commands/CommitTransactionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateLFTagCommand.d.ts +2 -1
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +2 -1
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterResourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransactionCommand.d.ts +2 -1
- package/dist-types/commands/ExtendTransactionCommand.d.ts +2 -1
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -1
- package/dist-types/commands/GetLFTagCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryStateCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/GetTableObjectsCommand.d.ts +2 -1
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +2 -1
- package/dist-types/commands/GrantPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/ListLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +2 -1
- package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +2 -1
- package/dist-types/commands/ListTransactionsCommand.d.ts +2 -1
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterResourceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/RevokePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -1
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +2 -1
- package/dist-types/commands/StartTransactionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +469 -469
- package/dist-types/ts3.4/LakeFormation.d.ts +14 -0
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -308,6 +308,7 @@ export interface LakeFormation {
|
|
|
308
308
|
options: __HttpHandlerOptions,
|
|
309
309
|
cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void
|
|
310
310
|
): void;
|
|
311
|
+
createLakeFormationIdentityCenterConfiguration(): Promise<CreateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
311
312
|
createLakeFormationIdentityCenterConfiguration(
|
|
312
313
|
args: CreateLakeFormationIdentityCenterConfigurationCommandInput,
|
|
313
314
|
options?: __HttpHandlerOptions
|
|
@@ -353,6 +354,7 @@ export interface LakeFormation {
|
|
|
353
354
|
options: __HttpHandlerOptions,
|
|
354
355
|
cb: (err: any, data?: CreateLFTagCommandOutput) => void
|
|
355
356
|
): void;
|
|
357
|
+
deleteDataCellsFilter(): Promise<DeleteDataCellsFilterCommandOutput>;
|
|
356
358
|
deleteDataCellsFilter(
|
|
357
359
|
args: DeleteDataCellsFilterCommandInput,
|
|
358
360
|
options?: __HttpHandlerOptions
|
|
@@ -366,6 +368,7 @@ export interface LakeFormation {
|
|
|
366
368
|
options: __HttpHandlerOptions,
|
|
367
369
|
cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void
|
|
368
370
|
): void;
|
|
371
|
+
deleteLakeFormationIdentityCenterConfiguration(): Promise<DeleteLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
369
372
|
deleteLakeFormationIdentityCenterConfiguration(
|
|
370
373
|
args: DeleteLakeFormationIdentityCenterConfigurationCommandInput,
|
|
371
374
|
options?: __HttpHandlerOptions
|
|
@@ -437,6 +440,7 @@ export interface LakeFormation {
|
|
|
437
440
|
options: __HttpHandlerOptions,
|
|
438
441
|
cb: (err: any, data?: DeregisterResourceCommandOutput) => void
|
|
439
442
|
): void;
|
|
443
|
+
describeLakeFormationIdentityCenterConfiguration(): Promise<DescribeLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
440
444
|
describeLakeFormationIdentityCenterConfiguration(
|
|
441
445
|
args: DescribeLakeFormationIdentityCenterConfigurationCommandInput,
|
|
442
446
|
options?: __HttpHandlerOptions
|
|
@@ -482,6 +486,7 @@ export interface LakeFormation {
|
|
|
482
486
|
options: __HttpHandlerOptions,
|
|
483
487
|
cb: (err: any, data?: DescribeTransactionCommandOutput) => void
|
|
484
488
|
): void;
|
|
489
|
+
extendTransaction(): Promise<ExtendTransactionCommandOutput>;
|
|
485
490
|
extendTransaction(
|
|
486
491
|
args: ExtendTransactionCommandInput,
|
|
487
492
|
options?: __HttpHandlerOptions
|
|
@@ -508,6 +513,7 @@ export interface LakeFormation {
|
|
|
508
513
|
options: __HttpHandlerOptions,
|
|
509
514
|
cb: (err: any, data?: GetDataCellsFilterCommandOutput) => void
|
|
510
515
|
): void;
|
|
516
|
+
getDataLakeSettings(): Promise<GetDataLakeSettingsCommandOutput>;
|
|
511
517
|
getDataLakeSettings(
|
|
512
518
|
args: GetDataLakeSettingsCommandInput,
|
|
513
519
|
options?: __HttpHandlerOptions
|
|
@@ -670,6 +676,7 @@ export interface LakeFormation {
|
|
|
670
676
|
options: __HttpHandlerOptions,
|
|
671
677
|
cb: (err: any, data?: GrantPermissionsCommandOutput) => void
|
|
672
678
|
): void;
|
|
679
|
+
listDataCellsFilter(): Promise<ListDataCellsFilterCommandOutput>;
|
|
673
680
|
listDataCellsFilter(
|
|
674
681
|
args: ListDataCellsFilterCommandInput,
|
|
675
682
|
options?: __HttpHandlerOptions
|
|
@@ -683,6 +690,7 @@ export interface LakeFormation {
|
|
|
683
690
|
options: __HttpHandlerOptions,
|
|
684
691
|
cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void
|
|
685
692
|
): void;
|
|
693
|
+
listLakeFormationOptIns(): Promise<ListLakeFormationOptInsCommandOutput>;
|
|
686
694
|
listLakeFormationOptIns(
|
|
687
695
|
args: ListLakeFormationOptInsCommandInput,
|
|
688
696
|
options?: __HttpHandlerOptions
|
|
@@ -696,6 +704,7 @@ export interface LakeFormation {
|
|
|
696
704
|
options: __HttpHandlerOptions,
|
|
697
705
|
cb: (err: any, data?: ListLakeFormationOptInsCommandOutput) => void
|
|
698
706
|
): void;
|
|
707
|
+
listLFTags(): Promise<ListLFTagsCommandOutput>;
|
|
699
708
|
listLFTags(
|
|
700
709
|
args: ListLFTagsCommandInput,
|
|
701
710
|
options?: __HttpHandlerOptions
|
|
@@ -709,6 +718,7 @@ export interface LakeFormation {
|
|
|
709
718
|
options: __HttpHandlerOptions,
|
|
710
719
|
cb: (err: any, data?: ListLFTagsCommandOutput) => void
|
|
711
720
|
): void;
|
|
721
|
+
listPermissions(): Promise<ListPermissionsCommandOutput>;
|
|
712
722
|
listPermissions(
|
|
713
723
|
args: ListPermissionsCommandInput,
|
|
714
724
|
options?: __HttpHandlerOptions
|
|
@@ -722,6 +732,7 @@ export interface LakeFormation {
|
|
|
722
732
|
options: __HttpHandlerOptions,
|
|
723
733
|
cb: (err: any, data?: ListPermissionsCommandOutput) => void
|
|
724
734
|
): void;
|
|
735
|
+
listResources(): Promise<ListResourcesCommandOutput>;
|
|
725
736
|
listResources(
|
|
726
737
|
args: ListResourcesCommandInput,
|
|
727
738
|
options?: __HttpHandlerOptions
|
|
@@ -748,6 +759,7 @@ export interface LakeFormation {
|
|
|
748
759
|
options: __HttpHandlerOptions,
|
|
749
760
|
cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void
|
|
750
761
|
): void;
|
|
762
|
+
listTransactions(): Promise<ListTransactionsCommandOutput>;
|
|
751
763
|
listTransactions(
|
|
752
764
|
args: ListTransactionsCommandInput,
|
|
753
765
|
options?: __HttpHandlerOptions
|
|
@@ -852,6 +864,7 @@ export interface LakeFormation {
|
|
|
852
864
|
options: __HttpHandlerOptions,
|
|
853
865
|
cb: (err: any, data?: StartQueryPlanningCommandOutput) => void
|
|
854
866
|
): void;
|
|
867
|
+
startTransaction(): Promise<StartTransactionCommandOutput>;
|
|
855
868
|
startTransaction(
|
|
856
869
|
args: StartTransactionCommandInput,
|
|
857
870
|
options?: __HttpHandlerOptions
|
|
@@ -878,6 +891,7 @@ export interface LakeFormation {
|
|
|
878
891
|
options: __HttpHandlerOptions,
|
|
879
892
|
cb: (err: any, data?: UpdateDataCellsFilterCommandOutput) => void
|
|
880
893
|
): void;
|
|
894
|
+
updateLakeFormationIdentityCenterConfiguration(): Promise<UpdateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
881
895
|
updateLakeFormationIdentityCenterConfiguration(
|
|
882
896
|
args: UpdateLakeFormationIdentityCenterConfigurationCommandInput,
|
|
883
897
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AddLFTagsToResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddLFTagsToResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddLFTagsToResourceCommandInput,
|
|
32
|
+
AddLFTagsToResourceCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddLFTagsToResourceCommand extends AddLFTagsToResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AssumeDecoratedRoleWithSAMLCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssumeDecoratedRoleWithSAMLCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssumeDecoratedRoleWithSAMLCommandInput,
|
|
32
|
+
AssumeDecoratedRoleWithSAMLCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssumeDecoratedRoleWithSAMLCommand extends AssumeDecoratedRoleWithSAMLCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchGrantPermissionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchGrantPermissionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchGrantPermissionsCommandInput,
|
|
32
|
+
BatchGrantPermissionsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchGrantPermissionsCommand extends BatchGrantPermissionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchRevokePermissionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchRevokePermissionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchRevokePermissionsCommandInput,
|
|
32
|
+
BatchRevokePermissionsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchRevokePermissionsCommand extends BatchRevokePermissionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CancelTransactionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CancelTransactionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CancelTransactionCommandInput,
|
|
32
|
+
CancelTransactionCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CancelTransactionCommand extends CancelTransactionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CommitTransactionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CommitTransactionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CommitTransactionCommandInput,
|
|
32
|
+
CommitTransactionCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CommitTransactionCommand extends CommitTransactionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDataCellsFilterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDataCellsFilterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDataCellsFilterCommandInput,
|
|
32
|
+
CreateDataCellsFilterCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDataCellsFilterCommand extends CreateDataCellsFilterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateLFTagCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateLFTagCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateLFTagCommandInput,
|
|
28
|
+
CreateLFTagCommandOutput,
|
|
29
|
+
LakeFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateLFTagCommand extends CreateLFTagCommand_base {}
|
package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts
CHANGED
|
@@ -25,6 +25,17 @@ declare const CreateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]:
|
|
30
|
+
| []
|
|
31
|
+
| [CreateLakeFormationIdentityCenterConfigurationCommandInput]
|
|
32
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
|
+
CreateLakeFormationIdentityCenterConfigurationCommandInput,
|
|
34
|
+
CreateLakeFormationIdentityCenterConfigurationCommandOutput,
|
|
35
|
+
LakeFormationClientResolvedConfig,
|
|
36
|
+
ServiceInputTypes,
|
|
37
|
+
ServiceOutputTypes
|
|
38
|
+
>;
|
|
28
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
40
|
};
|
|
30
41
|
export declare class CreateLakeFormationIdentityCenterConfigurationCommand extends CreateLakeFormationIdentityCenterConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLakeFormationOptInCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLakeFormationOptInCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLakeFormationOptInCommandInput,
|
|
32
|
+
CreateLakeFormationOptInCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLakeFormationOptInCommand extends CreateLakeFormationOptInCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteDataCellsFilterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DeleteDataCellsFilterCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDataCellsFilterCommandInput,
|
|
32
|
+
DeleteDataCellsFilterCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteDataCellsFilterCommand extends DeleteDataCellsFilterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteLFTagCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteLFTagCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteLFTagCommandInput,
|
|
28
|
+
DeleteLFTagCommandOutput,
|
|
29
|
+
LakeFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteLFTagCommand extends DeleteLFTagCommand_base {}
|
package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts
CHANGED
|
@@ -25,6 +25,17 @@ declare const DeleteLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]:
|
|
30
|
+
| []
|
|
31
|
+
| [DeleteLakeFormationIdentityCenterConfigurationCommandInput]
|
|
32
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
|
+
DeleteLakeFormationIdentityCenterConfigurationCommandInput,
|
|
34
|
+
DeleteLakeFormationIdentityCenterConfigurationCommandOutput,
|
|
35
|
+
LakeFormationClientResolvedConfig,
|
|
36
|
+
ServiceInputTypes,
|
|
37
|
+
ServiceOutputTypes
|
|
38
|
+
>;
|
|
28
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
40
|
};
|
|
30
41
|
export declare class DeleteLakeFormationIdentityCenterConfigurationCommand extends DeleteLakeFormationIdentityCenterConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteLakeFormationOptInCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteLakeFormationOptInCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteLakeFormationOptInCommandInput,
|
|
32
|
+
DeleteLakeFormationOptInCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteLakeFormationOptInCommand extends DeleteLakeFormationOptInCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteObjectsOnCancelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteObjectsOnCancelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteObjectsOnCancelCommandInput,
|
|
32
|
+
DeleteObjectsOnCancelCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteObjectsOnCancelCommand extends DeleteObjectsOnCancelCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeregisterResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeregisterResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeregisterResourceCommandInput,
|
|
32
|
+
DeregisterResourceCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeregisterResourceCommand extends DeregisterResourceCommand_base {}
|
package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts
CHANGED
|
@@ -25,6 +25,17 @@ declare const DescribeLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]:
|
|
30
|
+
| []
|
|
31
|
+
| [DescribeLakeFormationIdentityCenterConfigurationCommandInput]
|
|
32
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
|
+
DescribeLakeFormationIdentityCenterConfigurationCommandInput,
|
|
34
|
+
DescribeLakeFormationIdentityCenterConfigurationCommandOutput,
|
|
35
|
+
LakeFormationClientResolvedConfig,
|
|
36
|
+
ServiceInputTypes,
|
|
37
|
+
ServiceOutputTypes
|
|
38
|
+
>;
|
|
28
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
40
|
};
|
|
30
41
|
export declare class DescribeLakeFormationIdentityCenterConfigurationCommand extends DescribeLakeFormationIdentityCenterConfigurationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeResourceCommandInput,
|
|
31
|
+
DescribeResourceCommandOutput,
|
|
32
|
+
LakeFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeResourceCommand extends DescribeResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTransactionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTransactionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTransactionCommandInput,
|
|
32
|
+
DescribeTransactionCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTransactionCommand extends DescribeTransactionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ExtendTransactionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ExtendTransactionCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ExtendTransactionCommandInput,
|
|
32
|
+
ExtendTransactionCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ExtendTransactionCommand extends ExtendTransactionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetDataCellsFilterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetDataCellsFilterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDataCellsFilterCommandInput,
|
|
32
|
+
GetDataCellsFilterCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDataCellsFilterCommand extends GetDataCellsFilterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetDataLakeSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetDataLakeSettingsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDataLakeSettingsCommandInput,
|
|
32
|
+
GetDataLakeSettingsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDataLakeSettingsCommand extends GetDataLakeSettingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetEffectivePermissionsForPathCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetEffectivePermissionsForPathCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetEffectivePermissionsForPathCommandInput,
|
|
32
|
+
GetEffectivePermissionsForPathCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetEffectivePermissionsForPathCommand extends GetEffectivePermissionsForPathCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetLFTagCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetLFTagCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetLFTagCommandInput,
|
|
28
|
+
GetLFTagCommandOutput,
|
|
29
|
+
LakeFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetLFTagCommand extends GetLFTagCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetQueryStateCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetQueryStateCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetQueryStateCommandInput,
|
|
31
|
+
GetQueryStateCommandOutput,
|
|
32
|
+
LakeFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetQueryStateCommand extends GetQueryStateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetQueryStatisticsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetQueryStatisticsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetQueryStatisticsCommandInput,
|
|
32
|
+
GetQueryStatisticsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetQueryStatisticsCommand extends GetQueryStatisticsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetResourceLFTagsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetResourceLFTagsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetResourceLFTagsCommandInput,
|
|
32
|
+
GetResourceLFTagsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetResourceLFTagsCommand extends GetResourceLFTagsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetTableObjectsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetTableObjectsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetTableObjectsCommandInput,
|
|
31
|
+
GetTableObjectsCommandOutput,
|
|
32
|
+
LakeFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetTableObjectsCommand extends GetTableObjectsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTemporaryGluePartitionCredentialsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTemporaryGluePartitionCredentialsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTemporaryGluePartitionCredentialsCommandInput,
|
|
32
|
+
GetTemporaryGluePartitionCredentialsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTemporaryGluePartitionCredentialsCommand extends GetTemporaryGluePartitionCredentialsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTemporaryGlueTableCredentialsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTemporaryGlueTableCredentialsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTemporaryGlueTableCredentialsCommandInput,
|
|
32
|
+
GetTemporaryGlueTableCredentialsCommandOutput,
|
|
33
|
+
LakeFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTemporaryGlueTableCredentialsCommand extends GetTemporaryGlueTableCredentialsCommand_base {}
|
|
@@ -33,6 +33,15 @@ declare const GetWorkUnitResultsCommand_base: {
|
|
|
33
33
|
ServiceInputTypes,
|
|
34
34
|
ServiceOutputTypes
|
|
35
35
|
>;
|
|
36
|
+
new (
|
|
37
|
+
__0_0: GetWorkUnitResultsCommandInput
|
|
38
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
39
|
+
GetWorkUnitResultsCommandInput,
|
|
40
|
+
GetWorkUnitResultsCommandOutput,
|
|
41
|
+
LakeFormationClientResolvedConfig,
|
|
42
|
+
ServiceInputTypes,
|
|
43
|
+
ServiceOutputTypes
|
|
44
|
+
>;
|
|
36
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
46
|
};
|
|
38
47
|
export declare class GetWorkUnitResultsCommand extends GetWorkUnitResultsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetWorkUnitsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetWorkUnitsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetWorkUnitsCommandInput,
|
|
28
|
+
GetWorkUnitsCommandOutput,
|
|
29
|
+
LakeFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetWorkUnitsCommand extends GetWorkUnitsCommand_base {}
|