@aws-sdk/client-lakeformation 3.533.0 → 3.535.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-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/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/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTableObjectsCommand_base: {
|
|
24
24
|
new (input: UpdateTableObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTableObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the manifest of Amazon S3 objects that make up the specified governed table.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const UpdateTableObjectsCommand_base: {
|
|
|
100
100
|
* @throws {@link LakeFormationServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateTableObjectsCommand extends UpdateTableObjectsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableSto
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTableStorageOptimizerCommand_base: {
|
|
24
24
|
new (input: UpdateTableStorageOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTableStorageOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the configuration of the storage optimizers for a table.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UpdateTableStorageOptimizerCommand_base: {
|
|
|
72
72
|
* @throws {@link LakeFormationServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateTableStorageOptimizerCommand extends UpdateTableStorageOptimizerCommand_base {
|
|
77
78
|
}
|