@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 GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLFTagCommand_base: {
|
|
24
24
|
new (input: GetLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<GetLFTagCommandInput, GetLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<GetLFTagCommandInput, GetLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns an LF-tag definition.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const GetLFTagCommand_base: {
|
|
|
73
73
|
* @throws {@link LakeFormationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetLFTagCommand extends GetLFTagCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetQueryStateCommandOutput extends GetQueryStateResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetQueryStateCommand_base: {
|
|
24
24
|
new (input: GetQueryStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryStateCommandInput, GetQueryStateCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetQueryStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryStateCommandInput, GetQueryStateCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the state of a query previously submitted. Clients are expected to poll <code>GetQueryState</code> to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to <code>StartQueryPlanning</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const GetQueryStateCommand_base: {
|
|
|
63
63
|
* @throws {@link LakeFormationServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class GetQueryStateCommand extends GetQueryStateCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetQueryStatisticsCommand_base: {
|
|
24
24
|
new (input: GetQueryStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetQueryStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves statistics on the planning and execution of a query.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const GetQueryStatisticsCommand_base: {
|
|
|
82
82
|
* @throws {@link LakeFormationServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetQueryStatisticsCommand extends GetQueryStatisticsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetResourceLFTagsCommand_base: {
|
|
24
24
|
new (input: GetResourceLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetResourceLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the LF-tags applied to a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -158,6 +158,7 @@ declare const GetResourceLFTagsCommand_base: {
|
|
|
158
158
|
* @throws {@link LakeFormationServiceException}
|
|
159
159
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
160
160
|
*
|
|
161
|
+
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class GetResourceLFTagsCommand extends GetResourceLFTagsCommand_base {
|
|
163
164
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTableObjectsCommand_base: {
|
|
24
24
|
new (input: GetTableObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableObjectsCommandInput, GetTableObjectsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTableObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableObjectsCommandInput, GetTableObjectsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -95,6 +95,7 @@ declare const GetTableObjectsCommand_base: {
|
|
|
95
95
|
* @throws {@link LakeFormationServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class GetTableObjectsCommand extends GetTableObjectsCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTe
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemporaryGluePartitionCredentialsCommand_base: {
|
|
24
24
|
new (input: GetTemporaryGluePartitionCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemporaryGluePartitionCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This API is identical to <code>GetTemporaryTableCredentials</code> except that this is used when the target Data Catalog resource is of type Partition. Lake Formation restricts the permission of the vended credentials with the same scope down policy which restricts access to a single Amazon S3 prefix.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const GetTemporaryGluePartitionCredentialsCommand_base: {
|
|
|
89
89
|
* @throws {@link LakeFormationServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetTemporaryGluePartitionCredentialsCommand extends GetTemporaryGluePartitionCredentialsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTempor
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemporaryGlueTableCredentialsCommand_base: {
|
|
24
24
|
new (input: GetTemporaryGlueTableCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemporaryGlueTableCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows a caller in a secure environment to assume a role with permission to access Amazon S3. In order to vend such credentials, Lake Formation assumes the role associated with a registered location, for example an Amazon S3 bucket, with a scope down policy which restricts the access to a single prefix.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const GetTemporaryGlueTableCredentialsCommand_base: {
|
|
|
97
97
|
* @throws {@link LakeFormationServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetTemporaryGlueTableCredentialsCommand extends GetTemporaryGlueTableCredentialsCommand_base {
|
|
102
103
|
}
|
|
@@ -23,10 +23,10 @@ export interface GetWorkUnitResultsCommandOutput extends Omit<GetWorkUnitResults
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkUnitResultsCommand_base: {
|
|
25
25
|
new (input: GetWorkUnitResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetWorkUnitResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <p>Returns the work units resulting from the query. Work units can be executed in any order and in parallel. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const GetWorkUnitResultsCommand_base: {
|
|
|
71
71
|
* @throws {@link LakeFormationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetWorkUnitResultsCommand extends GetWorkUnitResultsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkUnitsCommandOutput extends GetWorkUnitsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkUnitsCommand_base: {
|
|
24
24
|
new (input: GetWorkUnitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkUnitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the work units generated by the <code>StartQueryPlanning</code> operation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const GetWorkUnitsCommand_base: {
|
|
|
78
78
|
* @throws {@link LakeFormationServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetWorkUnitsCommand extends GetWorkUnitsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GrantPermissionsCommand_base: {
|
|
24
24
|
new (input: GrantPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<GrantPermissionsCommandInput, GrantPermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GrantPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<GrantPermissionsCommandInput, GrantPermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.</p>
|
|
30
30
|
* <p>For information about permissions, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html">Security and Access Control to Metadata and Data</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -125,6 +125,7 @@ declare const GrantPermissionsCommand_base: {
|
|
|
125
125
|
* @throws {@link LakeFormationServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
127
127
|
*
|
|
128
|
+
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class GrantPermissionsCommand extends GrantPermissionsCommand_base {
|
|
130
131
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDataCellsFilterCommandOutput extends ListDataCellsFilterRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDataCellsFilterCommand_base: {
|
|
24
24
|
new (input: ListDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDataCellsFilterCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the data cell filters on a table.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const ListDataCellsFilterCommand_base: {
|
|
|
93
93
|
* @throws {@link LakeFormationServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListDataCellsFilterCommand extends ListDataCellsFilterCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLFTagsCommand_base: {
|
|
24
24
|
new (input: ListLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLFTagsCommandInput, ListLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListLFTagsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLFTagsCommandInput, ListLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists LF-tags that the requester has permission to view. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListLFTagsCommand_base: {
|
|
|
80
80
|
* @throws {@link LakeFormationServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListLFTagsCommand extends ListLFTagsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLakeFormationOptInsCommandOutput extends ListLakeFormationO
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLakeFormationOptInsCommand_base: {
|
|
24
24
|
new (input: ListLakeFormationOptInsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLakeFormationOptInsCommandInput, ListLakeFormationOptInsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListLakeFormationOptInsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLakeFormationOptInsCommandInput, ListLakeFormationOptInsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -188,6 +188,7 @@ declare const ListLakeFormationOptInsCommand_base: {
|
|
|
188
188
|
* @throws {@link LakeFormationServiceException}
|
|
189
189
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
190
190
|
*
|
|
191
|
+
* @public
|
|
191
192
|
*/
|
|
192
193
|
export declare class ListLakeFormationOptInsCommand extends ListLakeFormationOptInsCommand_base {
|
|
193
194
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPermissionsCommand_base: {
|
|
24
24
|
new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPermissionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the principal permissions on the resource, filtered by the permissions of the caller. For example, if you are granted an ALTER permission, you are able to see only the principal permissions for ALTER.</p>
|
|
30
30
|
* <p>This operation returns only those permissions that have been explicitly granted.</p>
|
|
31
31
|
* <p>For information about permissions, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html">Security and Access Control to Metadata and Data</a>.</p>
|
|
@@ -201,6 +201,7 @@ declare const ListPermissionsCommand_base: {
|
|
|
201
201
|
* @throws {@link LakeFormationServiceException}
|
|
202
202
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
203
203
|
*
|
|
204
|
+
* @public
|
|
204
205
|
*/
|
|
205
206
|
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
206
207
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListResourcesCommand_base: {
|
|
24
24
|
new (input: ListResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the resources registered to be managed by the Data Catalog.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const ListResourcesCommand_base: {
|
|
|
81
81
|
* @throws {@link LakeFormationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListResourcesCommand extends ListResourcesCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTableStorageOptimizersCommandOutput extends ListTableStorag
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTableStorageOptimizersCommand_base: {
|
|
24
24
|
new (input: ListTableStorageOptimizersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTableStorageOptimizersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the configuration of all storage optimizers associated with a specified table.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const ListTableStorageOptimizersCommand_base: {
|
|
|
81
81
|
* @throws {@link LakeFormationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListTableStorageOptimizersCommand extends ListTableStorageOptimizersCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTransactionsCommandOutput extends ListTransactionsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTransactionsCommand_base: {
|
|
24
24
|
new (input: ListTransactionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransactionsCommandInput, ListTransactionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTransactionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTransactionsCommandInput, ListTransactionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.</p>
|
|
30
30
|
* <p>This operation can help you identify uncommitted transactions or to get information about transactions.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const ListTransactionsCommand_base: {
|
|
|
74
74
|
* @throws {@link LakeFormationServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTransactionsCommand extends ListTransactionsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutDataLakeSettingsCommand_base: {
|
|
24
24
|
new (input: PutDataLakeSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutDataLakeSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/lake-formation-permissions.html">Granting Lake Formation Permissions</a>.</p>
|
|
30
30
|
* <p>This API replaces the current list of data lake admins with the new list being passed. To add an admin, fetch the current list and add the new admin to that list and pass that list in this API.</p>
|
|
31
31
|
* @example
|
|
@@ -106,6 +106,7 @@ declare const PutDataLakeSettingsCommand_base: {
|
|
|
106
106
|
* @throws {@link LakeFormationServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class PutDataLakeSettingsCommand extends PutDataLakeSettingsCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterResourceCommand_base: {
|
|
24
24
|
new (input: RegisterResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterResourceCommandInput, RegisterResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterResourceCommandInput, RegisterResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Registers the resource as managed by the Data Catalog.</p>
|
|
30
30
|
* <p>To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p>
|
|
31
31
|
* <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p>
|
|
@@ -86,6 +86,7 @@ declare const RegisterResourceCommand_base: {
|
|
|
86
86
|
* @throws {@link LakeFormationServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class RegisterResourceCommand extends RegisterResourceCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveLFTagsFromResourceCommand_base: {
|
|
24
24
|
new (input: RemoveLFTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveLFTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in <code>tableWithColumns</code> to specify column input.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -152,6 +152,7 @@ declare const RemoveLFTagsFromResourceCommand_base: {
|
|
|
152
152
|
* @throws {@link LakeFormationServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
154
154
|
*
|
|
155
|
+
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class RemoveLFTagsFromResourceCommand extends RemoveLFTagsFromResourceCommand_base {
|
|
157
158
|
}
|
|
@@ -22,10 +22,10 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const RevokePermissionsCommand_base: {
|
|
24
24
|
new (input: RevokePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<RevokePermissionsCommandInput, RevokePermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RevokePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<RevokePermissionsCommandInput, RevokePermissionsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -124,6 +124,7 @@ declare const RevokePermissionsCommand_base: {
|
|
|
124
124
|
* @throws {@link LakeFormationServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class RevokePermissionsCommand extends RevokePermissionsCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByL
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchDatabasesByLFTagsCommand_base: {
|
|
24
24
|
new (input: SearchDatabasesByLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchDatabasesByLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation allows a search on <code>DATABASE</code> resources by <code>TagCondition</code>. This operation is used by admins who want to grant user permissions on certain <code>TagConditions</code>. Before making a grant, the admin can use <code>SearchDatabasesByTags</code> to find all resources where the given <code>TagConditions</code> are valid to verify whether the returned resources can be shared.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,6 +98,7 @@ declare const SearchDatabasesByLFTagsCommand_base: {
|
|
|
98
98
|
* @throws {@link LakeFormationServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class SearchDatabasesByLFTagsCommand extends SearchDatabasesByLFTagsCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchTablesByLFTagsCommand_base: {
|
|
24
24
|
new (input: SearchTablesByLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchTablesByLFTagsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation allows a search on <code>TABLE</code> resources by <code>LFTag</code>s. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use <code>SearchTablesByLFTags</code> to find all resources where the given <code>LFTag</code>s are valid to verify whether the returned resources can be shared.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -123,6 +123,7 @@ declare const SearchTablesByLFTagsCommand_base: {
|
|
|
123
123
|
* @throws {@link LakeFormationServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
125
125
|
*
|
|
126
|
+
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class SearchTablesByLFTagsCommand extends SearchTablesByLFTagsCommand_base {
|
|
128
129
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartQueryPlanningCommandOutput extends StartQueryPlanningRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartQueryPlanningCommand_base: {
|
|
24
24
|
new (input: StartQueryPlanningCommandInput): import("@smithy/smithy-client").CommandImpl<StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartQueryPlanningCommandInput): import("@smithy/smithy-client").CommandImpl<StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Submits a request to process a query statement.</p>
|
|
30
30
|
* <p>This operation generates work units that can be retrieved with the <code>GetWorkUnits</code> operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const StartQueryPlanningCommand_base: {
|
|
|
75
75
|
* @throws {@link LakeFormationServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StartQueryPlanningCommand extends StartQueryPlanningCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartTransactionCommandOutput extends StartTransactionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartTransactionCommand_base: {
|
|
24
24
|
new (input: StartTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<StartTransactionCommandInput, StartTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [StartTransactionCommandInput]): import("@smithy/smithy-client").CommandImpl<StartTransactionCommandInput, StartTransactionCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const StartTransactionCommand_base: {
|
|
|
59
59
|
* @throws {@link LakeFormationServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class StartTransactionCommand extends StartTransactionCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDataCellsFilterCommandOutput extends UpdateDataCellsFilte
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDataCellsFilterCommand_base: {
|
|
24
24
|
new (input: UpdateDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataCellsFilterCommandInput, UpdateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDataCellsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataCellsFilterCommandInput, UpdateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a data cell filter.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const UpdateDataCellsFilterCommand_base: {
|
|
|
87
87
|
* @throws {@link LakeFormationServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class UpdateDataCellsFilterCommand extends UpdateDataCellsFilterCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLFTagCommandOutput extends UpdateLFTagResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLFTagCommand_base: {
|
|
24
24
|
new (input: UpdateLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLFTagCommandInput, UpdateLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLFTagCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLFTagCommandInput, UpdateLFTagCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the list of possible values for the specified LF-tag key. If the LF-tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the LF-tag key's value. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateLFTagCommand_base: {
|
|
|
76
76
|
* @throws {@link LakeFormationServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateLFTagCommand extends UpdateLFTagCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLakeFormationIdentityCenterConfigurationCommandOutput ext
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateLakeFormationIdentityCenterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateLakeFormationIdentityCenterConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the IAM Identity Center connection parameters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
76
76
|
* @throws {@link LakeFormationServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateLakeFormationIdentityCenterConfigurationCommand extends UpdateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateResourceCommand_base: {
|
|
24
24
|
new (input: UpdateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the data access role used for vending access to the given (registered) resource in Lake Formation. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UpdateResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link LakeFormationServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
|
|
71
72
|
}
|