@aws-sdk/client-lakeformation 3.295.0 → 3.297.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 +48 -0
- package/dist-types/LakeFormationClient.d.ts +24 -4
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +16 -0
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/CancelTransactionCommand.d.ts +16 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +16 -0
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransactionCommand.d.ts +16 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +16 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryStateCommand.d.ts +16 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +16 -0
- package/dist-types/commands/GetTableObjectsCommand.d.ts +16 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +16 -0
- package/dist-types/commands/GrantPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +16 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +16 -0
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +16 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +16 -0
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/RevokePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +16 -0
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +16 -0
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +16 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +16 -0
- package/dist-types/models/LakeFormationServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +372 -0
- package/dist-types/pagination/GetEffectivePermissionsForPathPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTableObjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLFTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTransactionsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +3 -0
- package/package.json +31 -31
|
@@ -48,17 +48,20 @@ import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from
|
|
|
48
48
|
import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
49
49
|
import { LakeFormationClient } from "./LakeFormationClient";
|
|
50
50
|
/**
|
|
51
|
+
* @public
|
|
51
52
|
* <fullname>Lake Formation</fullname>
|
|
52
53
|
* <p>Defines the public endpoint for the Lake Formation service.</p>
|
|
53
54
|
*/
|
|
54
55
|
export declare class LakeFormation extends LakeFormationClient {
|
|
55
56
|
/**
|
|
57
|
+
* @public
|
|
56
58
|
* <p>Attaches one or more LF-tags to an existing resource.</p>
|
|
57
59
|
*/
|
|
58
60
|
addLFTagsToResource(args: AddLFTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddLFTagsToResourceCommandOutput>;
|
|
59
61
|
addLFTagsToResource(args: AddLFTagsToResourceCommandInput, cb: (err: any, data?: AddLFTagsToResourceCommandOutput) => void): void;
|
|
60
62
|
addLFTagsToResource(args: AddLFTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddLFTagsToResourceCommandOutput) => void): void;
|
|
61
63
|
/**
|
|
64
|
+
* @public
|
|
62
65
|
* <p>Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions.
|
|
63
66
|
* Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session.
|
|
64
67
|
* </p>
|
|
@@ -70,54 +73,63 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
70
73
|
assumeDecoratedRoleWithSAML(args: AssumeDecoratedRoleWithSAMLCommandInput, cb: (err: any, data?: AssumeDecoratedRoleWithSAMLCommandOutput) => void): void;
|
|
71
74
|
assumeDecoratedRoleWithSAML(args: AssumeDecoratedRoleWithSAMLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeDecoratedRoleWithSAMLCommandOutput) => void): void;
|
|
72
75
|
/**
|
|
76
|
+
* @public
|
|
73
77
|
* <p>Batch operation to grant permissions to the principal.</p>
|
|
74
78
|
*/
|
|
75
79
|
batchGrantPermissions(args: BatchGrantPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGrantPermissionsCommandOutput>;
|
|
76
80
|
batchGrantPermissions(args: BatchGrantPermissionsCommandInput, cb: (err: any, data?: BatchGrantPermissionsCommandOutput) => void): void;
|
|
77
81
|
batchGrantPermissions(args: BatchGrantPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGrantPermissionsCommandOutput) => void): void;
|
|
78
82
|
/**
|
|
83
|
+
* @public
|
|
79
84
|
* <p>Batch operation to revoke permissions from the principal.</p>
|
|
80
85
|
*/
|
|
81
86
|
batchRevokePermissions(args: BatchRevokePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<BatchRevokePermissionsCommandOutput>;
|
|
82
87
|
batchRevokePermissions(args: BatchRevokePermissionsCommandInput, cb: (err: any, data?: BatchRevokePermissionsCommandOutput) => void): void;
|
|
83
88
|
batchRevokePermissions(args: BatchRevokePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchRevokePermissionsCommandOutput) => void): void;
|
|
84
89
|
/**
|
|
90
|
+
* @public
|
|
85
91
|
* <p>Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.</p>
|
|
86
92
|
*/
|
|
87
93
|
cancelTransaction(args: CancelTransactionCommandInput, options?: __HttpHandlerOptions): Promise<CancelTransactionCommandOutput>;
|
|
88
94
|
cancelTransaction(args: CancelTransactionCommandInput, cb: (err: any, data?: CancelTransactionCommandOutput) => void): void;
|
|
89
95
|
cancelTransaction(args: CancelTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTransactionCommandOutput) => void): void;
|
|
90
96
|
/**
|
|
97
|
+
* @public
|
|
91
98
|
* <p>Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.</p>
|
|
92
99
|
*/
|
|
93
100
|
commitTransaction(args: CommitTransactionCommandInput, options?: __HttpHandlerOptions): Promise<CommitTransactionCommandOutput>;
|
|
94
101
|
commitTransaction(args: CommitTransactionCommandInput, cb: (err: any, data?: CommitTransactionCommandOutput) => void): void;
|
|
95
102
|
commitTransaction(args: CommitTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CommitTransactionCommandOutput) => void): void;
|
|
96
103
|
/**
|
|
104
|
+
* @public
|
|
97
105
|
* <p>Creates a data cell filter to allow one to grant access to certain columns on certain rows.</p>
|
|
98
106
|
*/
|
|
99
107
|
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataCellsFilterCommandOutput>;
|
|
100
108
|
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
|
|
101
109
|
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
|
|
102
110
|
/**
|
|
111
|
+
* @public
|
|
103
112
|
* <p>Creates an LF-tag with the specified name and values.</p>
|
|
104
113
|
*/
|
|
105
114
|
createLFTag(args: CreateLFTagCommandInput, options?: __HttpHandlerOptions): Promise<CreateLFTagCommandOutput>;
|
|
106
115
|
createLFTag(args: CreateLFTagCommandInput, cb: (err: any, data?: CreateLFTagCommandOutput) => void): void;
|
|
107
116
|
createLFTag(args: CreateLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLFTagCommandOutput) => void): void;
|
|
108
117
|
/**
|
|
118
|
+
* @public
|
|
109
119
|
* <p>Deletes a data cell filter.</p>
|
|
110
120
|
*/
|
|
111
121
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataCellsFilterCommandOutput>;
|
|
112
122
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
113
123
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
114
124
|
/**
|
|
125
|
+
* @public
|
|
115
126
|
* <p>Deletes the specified LF-tag given a key name. If the input parameter tag key was not found, then the operation will throw an exception. When you delete an LF-tag, the <code>LFTagPolicy</code> attached to the LF-tag becomes invalid. If the deleted LF-tag was still assigned to any resource, the tag policy attach to the deleted LF-tag will no longer be applied to the resource.</p>
|
|
116
127
|
*/
|
|
117
128
|
deleteLFTag(args: DeleteLFTagCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLFTagCommandOutput>;
|
|
118
129
|
deleteLFTag(args: DeleteLFTagCommandInput, cb: (err: any, data?: DeleteLFTagCommandOutput) => void): void;
|
|
119
130
|
deleteLFTag(args: DeleteLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLFTagCommandOutput) => void): void;
|
|
120
131
|
/**
|
|
132
|
+
* @public
|
|
121
133
|
* <p>For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted
|
|
122
134
|
* if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.
|
|
123
135
|
* </p>
|
|
@@ -131,6 +143,7 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
131
143
|
deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, cb: (err: any, data?: DeleteObjectsOnCancelCommandOutput) => void): void;
|
|
132
144
|
deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectsOnCancelCommandOutput) => void): void;
|
|
133
145
|
/**
|
|
146
|
+
* @public
|
|
134
147
|
* <p>Deregisters the resource as managed by the Data Catalog.</p>
|
|
135
148
|
* <p>When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.</p>
|
|
136
149
|
*/
|
|
@@ -138,18 +151,21 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
138
151
|
deregisterResource(args: DeregisterResourceCommandInput, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
|
|
139
152
|
deregisterResource(args: DeregisterResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
|
|
140
153
|
/**
|
|
154
|
+
* @public
|
|
141
155
|
* <p>Retrieves the current data access role for the given resource registered in Lake Formation.</p>
|
|
142
156
|
*/
|
|
143
157
|
describeResource(args: DescribeResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceCommandOutput>;
|
|
144
158
|
describeResource(args: DescribeResourceCommandInput, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
|
|
145
159
|
describeResource(args: DescribeResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
|
|
146
160
|
/**
|
|
161
|
+
* @public
|
|
147
162
|
* <p>Returns the details of a single transaction.</p>
|
|
148
163
|
*/
|
|
149
164
|
describeTransaction(args: DescribeTransactionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransactionCommandOutput>;
|
|
150
165
|
describeTransaction(args: DescribeTransactionCommandInput, cb: (err: any, data?: DescribeTransactionCommandOutput) => void): void;
|
|
151
166
|
describeTransaction(args: DescribeTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransactionCommandOutput) => void): void;
|
|
152
167
|
/**
|
|
168
|
+
* @public
|
|
153
169
|
* <p>Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.</p>
|
|
154
170
|
* <p>Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.</p>
|
|
155
171
|
*/
|
|
@@ -157,18 +173,21 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
157
173
|
extendTransaction(args: ExtendTransactionCommandInput, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
|
|
158
174
|
extendTransaction(args: ExtendTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
|
|
159
175
|
/**
|
|
176
|
+
* @public
|
|
160
177
|
* <p>Returns a data cells filter.</p>
|
|
161
178
|
*/
|
|
162
179
|
getDataCellsFilter(args: GetDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetDataCellsFilterCommandOutput>;
|
|
163
180
|
getDataCellsFilter(args: GetDataCellsFilterCommandInput, cb: (err: any, data?: GetDataCellsFilterCommandOutput) => void): void;
|
|
164
181
|
getDataCellsFilter(args: GetDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataCellsFilterCommandOutput) => void): void;
|
|
165
182
|
/**
|
|
183
|
+
* @public
|
|
166
184
|
* <p>Retrieves the list of the data lake administrators of a Lake Formation-managed data lake. </p>
|
|
167
185
|
*/
|
|
168
186
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeSettingsCommandOutput>;
|
|
169
187
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, cb: (err: any, data?: GetDataLakeSettingsCommandOutput) => void): void;
|
|
170
188
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeSettingsCommandOutput) => void): void;
|
|
171
189
|
/**
|
|
190
|
+
* @public
|
|
172
191
|
* <p>Returns the Lake Formation permissions for a specified table or database resource located
|
|
173
192
|
* at a path in Amazon S3. <code>GetEffectivePermissionsForPath</code> will not return databases and tables if the catalog is encrypted.</p>
|
|
174
193
|
*/
|
|
@@ -176,60 +195,70 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
176
195
|
getEffectivePermissionsForPath(args: GetEffectivePermissionsForPathCommandInput, cb: (err: any, data?: GetEffectivePermissionsForPathCommandOutput) => void): void;
|
|
177
196
|
getEffectivePermissionsForPath(args: GetEffectivePermissionsForPathCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEffectivePermissionsForPathCommandOutput) => void): void;
|
|
178
197
|
/**
|
|
198
|
+
* @public
|
|
179
199
|
* <p>Returns an LF-tag definition.</p>
|
|
180
200
|
*/
|
|
181
201
|
getLFTag(args: GetLFTagCommandInput, options?: __HttpHandlerOptions): Promise<GetLFTagCommandOutput>;
|
|
182
202
|
getLFTag(args: GetLFTagCommandInput, cb: (err: any, data?: GetLFTagCommandOutput) => void): void;
|
|
183
203
|
getLFTag(args: GetLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLFTagCommandOutput) => void): void;
|
|
184
204
|
/**
|
|
205
|
+
* @public
|
|
185
206
|
* <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>
|
|
186
207
|
*/
|
|
187
208
|
getQueryState(args: GetQueryStateCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryStateCommandOutput>;
|
|
188
209
|
getQueryState(args: GetQueryStateCommandInput, cb: (err: any, data?: GetQueryStateCommandOutput) => void): void;
|
|
189
210
|
getQueryState(args: GetQueryStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryStateCommandOutput) => void): void;
|
|
190
211
|
/**
|
|
212
|
+
* @public
|
|
191
213
|
* <p>Retrieves statistics on the planning and execution of a query.</p>
|
|
192
214
|
*/
|
|
193
215
|
getQueryStatistics(args: GetQueryStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryStatisticsCommandOutput>;
|
|
194
216
|
getQueryStatistics(args: GetQueryStatisticsCommandInput, cb: (err: any, data?: GetQueryStatisticsCommandOutput) => void): void;
|
|
195
217
|
getQueryStatistics(args: GetQueryStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryStatisticsCommandOutput) => void): void;
|
|
196
218
|
/**
|
|
219
|
+
* @public
|
|
197
220
|
* <p>Returns the LF-tags applied to a resource.</p>
|
|
198
221
|
*/
|
|
199
222
|
getResourceLFTags(args: GetResourceLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceLFTagsCommandOutput>;
|
|
200
223
|
getResourceLFTags(args: GetResourceLFTagsCommandInput, cb: (err: any, data?: GetResourceLFTagsCommandOutput) => void): void;
|
|
201
224
|
getResourceLFTags(args: GetResourceLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceLFTagsCommandOutput) => void): void;
|
|
202
225
|
/**
|
|
226
|
+
* @public
|
|
203
227
|
* <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>
|
|
204
228
|
*/
|
|
205
229
|
getTableObjects(args: GetTableObjectsCommandInput, options?: __HttpHandlerOptions): Promise<GetTableObjectsCommandOutput>;
|
|
206
230
|
getTableObjects(args: GetTableObjectsCommandInput, cb: (err: any, data?: GetTableObjectsCommandOutput) => void): void;
|
|
207
231
|
getTableObjects(args: GetTableObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableObjectsCommandOutput) => void): void;
|
|
208
232
|
/**
|
|
233
|
+
* @public
|
|
209
234
|
* <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>
|
|
210
235
|
*/
|
|
211
236
|
getTemporaryGluePartitionCredentials(args: GetTemporaryGluePartitionCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetTemporaryGluePartitionCredentialsCommandOutput>;
|
|
212
237
|
getTemporaryGluePartitionCredentials(args: GetTemporaryGluePartitionCredentialsCommandInput, cb: (err: any, data?: GetTemporaryGluePartitionCredentialsCommandOutput) => void): void;
|
|
213
238
|
getTemporaryGluePartitionCredentials(args: GetTemporaryGluePartitionCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemporaryGluePartitionCredentialsCommandOutput) => void): void;
|
|
214
239
|
/**
|
|
240
|
+
* @public
|
|
215
241
|
* <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>
|
|
216
242
|
*/
|
|
217
243
|
getTemporaryGlueTableCredentials(args: GetTemporaryGlueTableCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetTemporaryGlueTableCredentialsCommandOutput>;
|
|
218
244
|
getTemporaryGlueTableCredentials(args: GetTemporaryGlueTableCredentialsCommandInput, cb: (err: any, data?: GetTemporaryGlueTableCredentialsCommandOutput) => void): void;
|
|
219
245
|
getTemporaryGlueTableCredentials(args: GetTemporaryGlueTableCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemporaryGlueTableCredentialsCommandOutput) => void): void;
|
|
220
246
|
/**
|
|
247
|
+
* @public
|
|
221
248
|
* <p>Returns the work units resulting from the query. Work units can be executed in any order and in parallel. </p>
|
|
222
249
|
*/
|
|
223
250
|
getWorkUnitResults(args: GetWorkUnitResultsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkUnitResultsCommandOutput>;
|
|
224
251
|
getWorkUnitResults(args: GetWorkUnitResultsCommandInput, cb: (err: any, data?: GetWorkUnitResultsCommandOutput) => void): void;
|
|
225
252
|
getWorkUnitResults(args: GetWorkUnitResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkUnitResultsCommandOutput) => void): void;
|
|
226
253
|
/**
|
|
254
|
+
* @public
|
|
227
255
|
* <p>Retrieves the work units generated by the <code>StartQueryPlanning</code> operation.</p>
|
|
228
256
|
*/
|
|
229
257
|
getWorkUnits(args: GetWorkUnitsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkUnitsCommandOutput>;
|
|
230
258
|
getWorkUnits(args: GetWorkUnitsCommandInput, cb: (err: any, data?: GetWorkUnitsCommandOutput) => void): void;
|
|
231
259
|
getWorkUnits(args: GetWorkUnitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkUnitsCommandOutput) => void): void;
|
|
232
260
|
/**
|
|
261
|
+
* @public
|
|
233
262
|
* <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>
|
|
234
263
|
* <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>
|
|
235
264
|
*/
|
|
@@ -237,18 +266,21 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
237
266
|
grantPermissions(args: GrantPermissionsCommandInput, cb: (err: any, data?: GrantPermissionsCommandOutput) => void): void;
|
|
238
267
|
grantPermissions(args: GrantPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GrantPermissionsCommandOutput) => void): void;
|
|
239
268
|
/**
|
|
269
|
+
* @public
|
|
240
270
|
* <p>Lists all the data cell filters on a table.</p>
|
|
241
271
|
*/
|
|
242
272
|
listDataCellsFilter(args: ListDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<ListDataCellsFilterCommandOutput>;
|
|
243
273
|
listDataCellsFilter(args: ListDataCellsFilterCommandInput, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
|
|
244
274
|
listDataCellsFilter(args: ListDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
|
|
245
275
|
/**
|
|
276
|
+
* @public
|
|
246
277
|
* <p>Lists LF-tags that the requester has permission to view. </p>
|
|
247
278
|
*/
|
|
248
279
|
listLFTags(args: ListLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListLFTagsCommandOutput>;
|
|
249
280
|
listLFTags(args: ListLFTagsCommandInput, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
|
|
250
281
|
listLFTags(args: ListLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
|
|
251
282
|
/**
|
|
283
|
+
* @public
|
|
252
284
|
* <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>
|
|
253
285
|
* <p>This operation returns only those permissions that have been explicitly granted.</p>
|
|
254
286
|
* <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>
|
|
@@ -257,18 +289,21 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
257
289
|
listPermissions(args: ListPermissionsCommandInput, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
|
|
258
290
|
listPermissions(args: ListPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
|
|
259
291
|
/**
|
|
292
|
+
* @public
|
|
260
293
|
* <p>Lists the resources registered to be managed by the Data Catalog.</p>
|
|
261
294
|
*/
|
|
262
295
|
listResources(args: ListResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesCommandOutput>;
|
|
263
296
|
listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
264
297
|
listResources(args: ListResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
265
298
|
/**
|
|
299
|
+
* @public
|
|
266
300
|
* <p>Returns the configuration of all storage optimizers associated with a specified table.</p>
|
|
267
301
|
*/
|
|
268
302
|
listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, options?: __HttpHandlerOptions): Promise<ListTableStorageOptimizersCommandOutput>;
|
|
269
303
|
listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void): void;
|
|
270
304
|
listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void): void;
|
|
271
305
|
/**
|
|
306
|
+
* @public
|
|
272
307
|
* <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>
|
|
273
308
|
* <p>This operation can help you identify uncommitted transactions or to get information about transactions.</p>
|
|
274
309
|
*/
|
|
@@ -276,6 +311,7 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
276
311
|
listTransactions(args: ListTransactionsCommandInput, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
277
312
|
listTransactions(args: ListTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
278
313
|
/**
|
|
314
|
+
* @public
|
|
279
315
|
* <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>
|
|
280
316
|
* <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>
|
|
281
317
|
*/
|
|
@@ -283,6 +319,7 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
283
319
|
putDataLakeSettings(args: PutDataLakeSettingsCommandInput, cb: (err: any, data?: PutDataLakeSettingsCommandOutput) => void): void;
|
|
284
320
|
putDataLakeSettings(args: PutDataLakeSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataLakeSettingsCommandOutput) => void): void;
|
|
285
321
|
/**
|
|
322
|
+
* @public
|
|
286
323
|
* <p>Registers the resource as managed by the Data Catalog.</p>
|
|
287
324
|
* <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>
|
|
288
325
|
* <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p>
|
|
@@ -299,30 +336,35 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
299
336
|
registerResource(args: RegisterResourceCommandInput, cb: (err: any, data?: RegisterResourceCommandOutput) => void): void;
|
|
300
337
|
registerResource(args: RegisterResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterResourceCommandOutput) => void): void;
|
|
301
338
|
/**
|
|
339
|
+
* @public
|
|
302
340
|
* <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>
|
|
303
341
|
*/
|
|
304
342
|
removeLFTagsFromResource(args: RemoveLFTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveLFTagsFromResourceCommandOutput>;
|
|
305
343
|
removeLFTagsFromResource(args: RemoveLFTagsFromResourceCommandInput, cb: (err: any, data?: RemoveLFTagsFromResourceCommandOutput) => void): void;
|
|
306
344
|
removeLFTagsFromResource(args: RemoveLFTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveLFTagsFromResourceCommandOutput) => void): void;
|
|
307
345
|
/**
|
|
346
|
+
* @public
|
|
308
347
|
* <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>
|
|
309
348
|
*/
|
|
310
349
|
revokePermissions(args: RevokePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<RevokePermissionsCommandOutput>;
|
|
311
350
|
revokePermissions(args: RevokePermissionsCommandInput, cb: (err: any, data?: RevokePermissionsCommandOutput) => void): void;
|
|
312
351
|
revokePermissions(args: RevokePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokePermissionsCommandOutput) => void): void;
|
|
313
352
|
/**
|
|
353
|
+
* @public
|
|
314
354
|
* <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>
|
|
315
355
|
*/
|
|
316
356
|
searchDatabasesByLFTags(args: SearchDatabasesByLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<SearchDatabasesByLFTagsCommandOutput>;
|
|
317
357
|
searchDatabasesByLFTags(args: SearchDatabasesByLFTagsCommandInput, cb: (err: any, data?: SearchDatabasesByLFTagsCommandOutput) => void): void;
|
|
318
358
|
searchDatabasesByLFTags(args: SearchDatabasesByLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDatabasesByLFTagsCommandOutput) => void): void;
|
|
319
359
|
/**
|
|
360
|
+
* @public
|
|
320
361
|
* <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>
|
|
321
362
|
*/
|
|
322
363
|
searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<SearchTablesByLFTagsCommandOutput>;
|
|
323
364
|
searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, cb: (err: any, data?: SearchTablesByLFTagsCommandOutput) => void): void;
|
|
324
365
|
searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTablesByLFTagsCommandOutput) => void): void;
|
|
325
366
|
/**
|
|
367
|
+
* @public
|
|
326
368
|
* <p>Submits a request to process a query statement.</p>
|
|
327
369
|
* <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>
|
|
328
370
|
*/
|
|
@@ -330,36 +372,42 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
330
372
|
startQueryPlanning(args: StartQueryPlanningCommandInput, cb: (err: any, data?: StartQueryPlanningCommandOutput) => void): void;
|
|
331
373
|
startQueryPlanning(args: StartQueryPlanningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartQueryPlanningCommandOutput) => void): void;
|
|
332
374
|
/**
|
|
375
|
+
* @public
|
|
333
376
|
* <p>Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.</p>
|
|
334
377
|
*/
|
|
335
378
|
startTransaction(args: StartTransactionCommandInput, options?: __HttpHandlerOptions): Promise<StartTransactionCommandOutput>;
|
|
336
379
|
startTransaction(args: StartTransactionCommandInput, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
|
|
337
380
|
startTransaction(args: StartTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
|
|
338
381
|
/**
|
|
382
|
+
* @public
|
|
339
383
|
* <p>Updates a data cell filter.</p>
|
|
340
384
|
*/
|
|
341
385
|
updateDataCellsFilter(args: UpdateDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataCellsFilterCommandOutput>;
|
|
342
386
|
updateDataCellsFilter(args: UpdateDataCellsFilterCommandInput, cb: (err: any, data?: UpdateDataCellsFilterCommandOutput) => void): void;
|
|
343
387
|
updateDataCellsFilter(args: UpdateDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataCellsFilterCommandOutput) => void): void;
|
|
344
388
|
/**
|
|
389
|
+
* @public
|
|
345
390
|
* <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>
|
|
346
391
|
*/
|
|
347
392
|
updateLFTag(args: UpdateLFTagCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLFTagCommandOutput>;
|
|
348
393
|
updateLFTag(args: UpdateLFTagCommandInput, cb: (err: any, data?: UpdateLFTagCommandOutput) => void): void;
|
|
349
394
|
updateLFTag(args: UpdateLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLFTagCommandOutput) => void): void;
|
|
350
395
|
/**
|
|
396
|
+
* @public
|
|
351
397
|
* <p>Updates the data access role used for vending access to the given (registered) resource in Lake Formation. </p>
|
|
352
398
|
*/
|
|
353
399
|
updateResource(args: UpdateResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCommandOutput>;
|
|
354
400
|
updateResource(args: UpdateResourceCommandInput, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
355
401
|
updateResource(args: UpdateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
356
402
|
/**
|
|
403
|
+
* @public
|
|
357
404
|
* <p>Updates the manifest of Amazon S3 objects that make up the specified governed table.</p>
|
|
358
405
|
*/
|
|
359
406
|
updateTableObjects(args: UpdateTableObjectsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableObjectsCommandOutput>;
|
|
360
407
|
updateTableObjects(args: UpdateTableObjectsCommandInput, cb: (err: any, data?: UpdateTableObjectsCommandOutput) => void): void;
|
|
361
408
|
updateTableObjects(args: UpdateTableObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableObjectsCommandOutput) => void): void;
|
|
362
409
|
/**
|
|
410
|
+
* @public
|
|
363
411
|
* <p>Updates the configuration of the storage optimizers for a table.</p>
|
|
364
412
|
*/
|
|
365
413
|
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableStorageOptimizerCommandOutput>;
|
|
@@ -55,15 +55,24 @@ import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./comma
|
|
|
55
55
|
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
|
|
56
56
|
import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
57
57
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
58
61
|
export type ServiceInputTypes = AddLFTagsToResourceCommandInput | AssumeDecoratedRoleWithSAMLCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataCellsFilterCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetTemporaryGluePartitionCredentialsCommandInput | GetTemporaryGlueTableCredentialsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateDataCellsFilterCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
59
65
|
export type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | AssumeDecoratedRoleWithSAMLCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataCellsFilterCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetTemporaryGluePartitionCredentialsCommandOutput | GetTemporaryGlueTableCredentialsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateDataCellsFilterCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
60
69
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
61
70
|
/**
|
|
62
71
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
63
72
|
*/
|
|
64
73
|
requestHandler?: __HttpHandler;
|
|
65
74
|
/**
|
|
66
|
-
* A constructor for a class implementing the {@link
|
|
75
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
67
76
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
68
77
|
* @internal
|
|
69
78
|
*/
|
|
@@ -153,7 +162,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
153
162
|
*/
|
|
154
163
|
logger?: __Logger;
|
|
155
164
|
/**
|
|
156
|
-
* The {@link
|
|
165
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
157
166
|
*/
|
|
158
167
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
159
168
|
/**
|
|
@@ -162,19 +171,30 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
162
171
|
*/
|
|
163
172
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
164
173
|
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
165
177
|
type LakeFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
166
178
|
/**
|
|
167
|
-
*
|
|
179
|
+
* @public
|
|
180
|
+
*
|
|
181
|
+
* The configuration interface of LakeFormationClient class constructor that set the region, credentials and other options.
|
|
168
182
|
*/
|
|
169
183
|
export interface LakeFormationClientConfig extends LakeFormationClientConfigType {
|
|
170
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
171
188
|
type LakeFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
172
189
|
/**
|
|
173
|
-
*
|
|
190
|
+
* @public
|
|
191
|
+
*
|
|
192
|
+
* The resolved configuration interface of LakeFormationClient class. This is resolved and normalized from the {@link LakeFormationClientConfig | constructor configuration interface}.
|
|
174
193
|
*/
|
|
175
194
|
export interface LakeFormationClientResolvedConfig extends LakeFormationClientResolvedConfigType {
|
|
176
195
|
}
|
|
177
196
|
/**
|
|
197
|
+
* @public
|
|
178
198
|
* <fullname>Lake Formation</fullname>
|
|
179
199
|
* <p>Defines the public endpoint for the Lake Formation service.</p>
|
|
180
200
|
*/
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { AddLFTagsToResourceRequest, AddLFTagsToResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddLFTagsToResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddLFTagsToResourceCommandInput extends AddLFTagsToResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddLFTagsToResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Attaches one or more LF-tags to an existing resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AddLFTagsToResourceCommandInput - {@link AddLFTagsToResourceCommandInput}
|
|
34
|
+
* @returns {@link AddLFTagsToResourceCommandOutput}
|
|
28
35
|
* @see {@link AddLFTagsToResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AddLFTagsToResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
52
59
|
export declare class AddLFTagsToResourceCommand extends $Command<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput, LakeFormationClientResolvedConfig> {
|
|
53
60
|
readonly input: AddLFTagsToResourceCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: AddLFTagsToResourceCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { AssumeDecoratedRoleWithSAMLRequest, AssumeDecoratedRoleWithSAMLResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssumeDecoratedRoleWithSAMLCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssumeDecoratedRoleWithSAMLCommandInput extends AssumeDecoratedRoleWithSAMLRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssumeDecoratedRoleWithSAMLCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecoratedRoleWithSAMLResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions.
|
|
18
23
|
* Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session.
|
|
19
24
|
* </p>
|
|
@@ -30,6 +35,8 @@ export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecorate
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param AssumeDecoratedRoleWithSAMLCommandInput - {@link AssumeDecoratedRoleWithSAMLCommandInput}
|
|
39
|
+
* @returns {@link AssumeDecoratedRoleWithSAMLCommandOutput}
|
|
33
40
|
* @see {@link AssumeDecoratedRoleWithSAMLCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link AssumeDecoratedRoleWithSAMLCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecorate
|
|
|
54
61
|
export declare class AssumeDecoratedRoleWithSAMLCommand extends $Command<AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput, LakeFormationClientResolvedConfig> {
|
|
55
62
|
readonly input: AssumeDecoratedRoleWithSAMLCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: AssumeDecoratedRoleWithSAMLCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { BatchGrantPermissionsRequest, BatchGrantPermissionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGrantPermissionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGrantPermissionsCommandInput extends BatchGrantPermissionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGrantPermissionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermissionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Batch operation to grant permissions to the principal.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchGrantPermissionsCommandInput - {@link BatchGrantPermissionsCommandInput}
|
|
34
|
+
* @returns {@link BatchGrantPermissionsCommandOutput}
|
|
28
35
|
* @see {@link BatchGrantPermissionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchGrantPermissionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
|
|
|
40
47
|
export declare class BatchGrantPermissionsCommand extends $Command<BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
41
48
|
readonly input: BatchGrantPermissionsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: BatchGrantPermissionsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
5
|
import { BatchRevokePermissionsRequest, BatchRevokePermissionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchRevokePermissionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchRevokePermissionsCommandInput extends BatchRevokePermissionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchRevokePermissionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Batch operation to revoke permissions from the principal.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchRevokePermissionsCommandInput - {@link BatchRevokePermissionsCommandInput}
|
|
34
|
+
* @returns {@link BatchRevokePermissionsCommandOutput}
|
|
28
35
|
* @see {@link BatchRevokePermissionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchRevokePermissionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
|
|
|
40
47
|
export declare class BatchRevokePermissionsCommand extends $Command<BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput, LakeFormationClientResolvedConfig> {
|
|
41
48
|
readonly input: BatchRevokePermissionsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: BatchRevokePermissionsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|