@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.
Files changed (113) hide show
  1. package/dist-types/LakeFormation.d.ts +15 -1
  2. package/dist-types/LakeFormationClient.d.ts +1 -1
  3. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -1
  4. package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelTransactionCommand.d.ts +2 -1
  8. package/dist-types/commands/CommitTransactionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLFTagCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +2 -1
  18. package/dist-types/commands/DeregisterResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTransactionCommand.d.ts +2 -1
  22. package/dist-types/commands/ExtendTransactionCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDataCellsFilterCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -1
  26. package/dist-types/commands/GetLFTagCommand.d.ts +2 -1
  27. package/dist-types/commands/GetQueryStateCommand.d.ts +2 -1
  28. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +2 -1
  29. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -1
  30. package/dist-types/commands/GetTableObjectsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -1
  34. package/dist-types/commands/GetWorkUnitsCommand.d.ts +2 -1
  35. package/dist-types/commands/GrantPermissionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -1
  37. package/dist-types/commands/ListLFTagsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListResourcesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTransactionsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -1
  44. package/dist-types/commands/RegisterResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/RevokePermissionsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -1
  49. package/dist-types/commands/StartQueryPlanningCommand.d.ts +2 -1
  50. package/dist-types/commands/StartTransactionCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -1
  57. package/dist-types/models/models_0.d.ts +469 -469
  58. package/dist-types/ts3.4/LakeFormation.d.ts +14 -0
  59. package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  68. package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  72. package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  76. package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  110. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +9 -0
  113. package/package.json +41 -41
@@ -2,15 +2,15 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { StreamingBlobTypes } from "@smithy/types";
3
3
  import { LakeFormationServiceException as __BaseException } from "./LakeFormationServiceException";
4
4
  /**
5
- * @public
6
5
  * <p>Access to a resource was denied.</p>
6
+ * @public
7
7
  */
8
8
  export declare class AccessDeniedException extends __BaseException {
9
9
  readonly name: "AccessDeniedException";
10
10
  readonly $fault: "client";
11
11
  /**
12
- * @public
13
12
  * <p>A message describing the problem.</p>
13
+ * @public
14
14
  */
15
15
  Message?: string;
16
16
  /**
@@ -19,126 +19,126 @@ export declare class AccessDeniedException extends __BaseException {
19
19
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
20
20
  }
21
21
  /**
22
- * @public
23
22
  * <p>A structure containing an LF-tag key-value pair.</p>
23
+ * @public
24
24
  */
25
25
  export interface LFTagPair {
26
26
  /**
27
- * @public
28
27
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
28
+ * @public
29
29
  */
30
30
  CatalogId?: string;
31
31
  /**
32
- * @public
33
32
  * <p>The key-name for the LF-tag.</p>
33
+ * @public
34
34
  */
35
35
  TagKey: string | undefined;
36
36
  /**
37
- * @public
38
37
  * <p>A list of possible values an attribute can take.</p>
38
+ * @public
39
39
  */
40
40
  TagValues: string[] | undefined;
41
41
  }
42
42
  /**
43
- * @public
44
43
  * <p>A structure for the catalog object.</p>
44
+ * @public
45
45
  */
46
46
  export interface CatalogResource {
47
47
  }
48
48
  /**
49
- * @public
50
49
  * <p>A structure for the database object.</p>
50
+ * @public
51
51
  */
52
52
  export interface DatabaseResource {
53
53
  /**
54
- * @public
55
54
  * <p>The identifier for the Data Catalog. By default, it is the account ID of the caller.</p>
55
+ * @public
56
56
  */
57
57
  CatalogId?: string;
58
58
  /**
59
- * @public
60
59
  * <p>The name of the database resource. Unique to the Data Catalog.</p>
60
+ * @public
61
61
  */
62
62
  Name: string | undefined;
63
63
  }
64
64
  /**
65
- * @public
66
65
  * <p>A structure for a data cells filter resource. </p>
66
+ * @public
67
67
  */
68
68
  export interface DataCellsFilterResource {
69
69
  /**
70
- * @public
71
70
  * <p>The ID of the catalog to which the table belongs.</p>
71
+ * @public
72
72
  */
73
73
  TableCatalogId?: string;
74
74
  /**
75
- * @public
76
75
  * <p>A database in the Glue Data Catalog.</p>
76
+ * @public
77
77
  */
78
78
  DatabaseName?: string;
79
79
  /**
80
- * @public
81
80
  * <p>The name of the table.</p>
81
+ * @public
82
82
  */
83
83
  TableName?: string;
84
84
  /**
85
- * @public
86
85
  * <p>The name of the data cells filter. </p>
86
+ * @public
87
87
  */
88
88
  Name?: string;
89
89
  }
90
90
  /**
91
- * @public
92
91
  * <p>A structure for a data location object where permissions are granted or revoked. </p>
92
+ * @public
93
93
  */
94
94
  export interface DataLocationResource {
95
95
  /**
96
- * @public
97
96
  * <p>The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.</p>
97
+ * @public
98
98
  */
99
99
  CatalogId?: string;
100
100
  /**
101
- * @public
102
101
  * <p>The Amazon Resource Name (ARN) that uniquely identifies the data location resource.</p>
102
+ * @public
103
103
  */
104
104
  ResourceArn: string | undefined;
105
105
  }
106
106
  /**
107
- * @public
108
107
  * <p>A structure containing an LF-tag key and values for a resource.</p>
108
+ * @public
109
109
  */
110
110
  export interface LFTagKeyResource {
111
111
  /**
112
- * @public
113
112
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
113
+ * @public
114
114
  */
115
115
  CatalogId?: string;
116
116
  /**
117
- * @public
118
117
  * <p>The key-name for the LF-tag.</p>
118
+ * @public
119
119
  */
120
120
  TagKey: string | undefined;
121
121
  /**
122
- * @public
123
122
  * <p>A list of possible values an attribute can take.</p>
123
+ * @public
124
124
  */
125
125
  TagValues: string[] | undefined;
126
126
  }
127
127
  /**
128
- * @public
129
128
  * <p>A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns that do not have the LF-tag 'PII' in tables that have the LF-tag 'Prod'.</p>
129
+ * @public
130
130
  */
131
131
  export interface LFTag {
132
132
  /**
133
- * @public
134
133
  * <p>The key-name for the LF-tag.</p>
134
+ * @public
135
135
  */
136
136
  TagKey: string | undefined;
137
137
  /**
138
- * @public
139
138
  * <p>A list of possible values an attribute can take.</p>
140
139
  * <p>The maximum number of values that can be defined for a LF-Tag is 1000. A single API call
141
140
  * supports 50 values. You can use multiple API calls to add more values.</p>
141
+ * @public
142
142
  */
143
143
  TagValues: string[] | undefined;
144
144
  }
@@ -155,145 +155,145 @@ export declare const ResourceType: {
155
155
  */
156
156
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
157
157
  /**
158
- * @public
159
158
  * <p>A structure containing a list of LF-tag conditions that apply to a resource's LF-tag policy.</p>
159
+ * @public
160
160
  */
161
161
  export interface LFTagPolicyResource {
162
162
  /**
163
- * @public
164
163
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
164
+ * @public
165
165
  */
166
166
  CatalogId?: string;
167
167
  /**
168
- * @public
169
168
  * <p>The resource type for which the LF-tag policy applies.</p>
169
+ * @public
170
170
  */
171
171
  ResourceType: ResourceType | undefined;
172
172
  /**
173
- * @public
174
173
  * <p>A list of LF-tag conditions that apply to the resource's LF-tag policy.</p>
174
+ * @public
175
175
  */
176
176
  Expression: LFTag[] | undefined;
177
177
  }
178
178
  /**
179
- * @public
180
179
  * <p>A wildcard object representing every table under a database.</p>
180
+ * @public
181
181
  */
182
182
  export interface TableWildcard {
183
183
  }
184
184
  /**
185
- * @public
186
185
  * <p>A structure for the table object. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal. </p>
186
+ * @public
187
187
  */
188
188
  export interface TableResource {
189
189
  /**
190
- * @public
191
190
  * <p>The identifier for the Data Catalog. By default, it is the account ID of the caller.</p>
191
+ * @public
192
192
  */
193
193
  CatalogId?: string;
194
194
  /**
195
- * @public
196
195
  * <p>The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal. </p>
196
+ * @public
197
197
  */
198
198
  DatabaseName: string | undefined;
199
199
  /**
200
- * @public
201
200
  * <p>The name of the table.</p>
201
+ * @public
202
202
  */
203
203
  Name?: string;
204
204
  /**
205
- * @public
206
205
  * <p>A wildcard object representing every table under a database.</p>
207
206
  * <p>At least one of <code>TableResource$Name</code> or <code>TableResource$TableWildcard</code> is required.</p>
207
+ * @public
208
208
  */
209
209
  TableWildcard?: TableWildcard;
210
210
  }
211
211
  /**
212
- * @public
213
212
  * <p>A wildcard object, consisting of an optional list of excluded column names or indexes.</p>
213
+ * @public
214
214
  */
215
215
  export interface ColumnWildcard {
216
216
  /**
217
- * @public
218
217
  * <p>Excludes column names. Any column with this name will be excluded.</p>
218
+ * @public
219
219
  */
220
220
  ExcludedColumnNames?: string[];
221
221
  }
222
222
  /**
223
- * @public
224
223
  * <p>A structure for a table with columns object. This object is only used when granting a SELECT permission.</p>
225
224
  * <p>This object must take a value for at least one of <code>ColumnsNames</code>, <code>ColumnsIndexes</code>, or <code>ColumnsWildcard</code>.</p>
225
+ * @public
226
226
  */
227
227
  export interface TableWithColumnsResource {
228
228
  /**
229
- * @public
230
229
  * <p>The identifier for the Data Catalog. By default, it is the account ID of the caller.</p>
230
+ * @public
231
231
  */
232
232
  CatalogId?: string;
233
233
  /**
234
- * @public
235
234
  * <p>The name of the database for the table with columns resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal. </p>
235
+ * @public
236
236
  */
237
237
  DatabaseName: string | undefined;
238
238
  /**
239
- * @public
240
239
  * <p>The name of the table resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal. </p>
240
+ * @public
241
241
  */
242
242
  Name: string | undefined;
243
243
  /**
244
- * @public
245
244
  * <p>The list of column names for the table. At least one of <code>ColumnNames</code> or <code>ColumnWildcard</code> is required.</p>
245
+ * @public
246
246
  */
247
247
  ColumnNames?: string[];
248
248
  /**
249
- * @public
250
249
  * <p>A wildcard specified by a <code>ColumnWildcard</code> object. At least one of <code>ColumnNames</code> or <code>ColumnWildcard</code> is required.</p>
250
+ * @public
251
251
  */
252
252
  ColumnWildcard?: ColumnWildcard;
253
253
  }
254
254
  /**
255
- * @public
256
255
  * <p>A structure for the resource.</p>
256
+ * @public
257
257
  */
258
258
  export interface Resource {
259
259
  /**
260
- * @public
261
260
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
261
+ * @public
262
262
  */
263
263
  Catalog?: CatalogResource;
264
264
  /**
265
- * @public
266
265
  * <p>The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal. </p>
266
+ * @public
267
267
  */
268
268
  Database?: DatabaseResource;
269
269
  /**
270
- * @public
271
270
  * <p>The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal. </p>
271
+ * @public
272
272
  */
273
273
  Table?: TableResource;
274
274
  /**
275
- * @public
276
275
  * <p>The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.</p>
276
+ * @public
277
277
  */
278
278
  TableWithColumns?: TableWithColumnsResource;
279
279
  /**
280
- * @public
281
280
  * <p>The location of an Amazon S3 path where permissions are granted or revoked. </p>
281
+ * @public
282
282
  */
283
283
  DataLocation?: DataLocationResource;
284
284
  /**
285
- * @public
286
285
  * <p>A data cell filter.</p>
286
+ * @public
287
287
  */
288
288
  DataCellsFilter?: DataCellsFilterResource;
289
289
  /**
290
- * @public
291
290
  * <p>The LF-tag key and values attached to a resource.</p>
291
+ * @public
292
292
  */
293
293
  LFTag?: LFTagKeyResource;
294
294
  /**
295
- * @public
296
295
  * <p>A list of LF-tag conditions that define a resource's LF-tag policy.</p>
296
+ * @public
297
297
  */
298
298
  LFTagPolicy?: LFTagPolicyResource;
299
299
  }
@@ -302,50 +302,50 @@ export interface Resource {
302
302
  */
303
303
  export interface AddLFTagsToResourceRequest {
304
304
  /**
305
- * @public
306
305
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
306
+ * @public
307
307
  */
308
308
  CatalogId?: string;
309
309
  /**
310
- * @public
311
310
  * <p>The database, table, or column resource to which to attach an LF-tag.</p>
311
+ * @public
312
312
  */
313
313
  Resource: Resource | undefined;
314
314
  /**
315
- * @public
316
315
  * <p>The LF-tags to attach to the resource.</p>
316
+ * @public
317
317
  */
318
318
  LFTags: LFTagPair[] | undefined;
319
319
  }
320
320
  /**
321
- * @public
322
321
  * <p>Contains details about an error.</p>
322
+ * @public
323
323
  */
324
324
  export interface ErrorDetail {
325
325
  /**
326
- * @public
327
326
  * <p>The code associated with this error.</p>
327
+ * @public
328
328
  */
329
329
  ErrorCode?: string;
330
330
  /**
331
- * @public
332
331
  * <p>A message describing the error.</p>
332
+ * @public
333
333
  */
334
334
  ErrorMessage?: string;
335
335
  }
336
336
  /**
337
- * @public
338
337
  * <p>A structure containing an error related to a <code>TagResource</code> or <code>UnTagResource</code> operation.</p>
338
+ * @public
339
339
  */
340
340
  export interface LFTagError {
341
341
  /**
342
- * @public
343
342
  * <p>The key-name of the LF-tag.</p>
343
+ * @public
344
344
  */
345
345
  LFTag?: LFTagPair;
346
346
  /**
347
- * @public
348
347
  * <p>An error that occurred with the attachment or detachment of the LF-tag.</p>
348
+ * @public
349
349
  */
350
350
  Error?: ErrorDetail;
351
351
  }
@@ -354,21 +354,21 @@ export interface LFTagError {
354
354
  */
355
355
  export interface AddLFTagsToResourceResponse {
356
356
  /**
357
- * @public
358
357
  * <p>A list of failures to tag the resource.</p>
358
+ * @public
359
359
  */
360
360
  Failures?: LFTagError[];
361
361
  }
362
362
  /**
363
- * @public
364
363
  * <p>Two processes are trying to modify a resource simultaneously.</p>
364
+ * @public
365
365
  */
366
366
  export declare class ConcurrentModificationException extends __BaseException {
367
367
  readonly name: "ConcurrentModificationException";
368
368
  readonly $fault: "client";
369
369
  /**
370
- * @public
371
370
  * <p>A message describing the problem.</p>
371
+ * @public
372
372
  */
373
373
  Message?: string;
374
374
  /**
@@ -377,15 +377,15 @@ export declare class ConcurrentModificationException extends __BaseException {
377
377
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
378
378
  }
379
379
  /**
380
- * @public
381
380
  * <p>A specified entity does not exist.</p>
381
+ * @public
382
382
  */
383
383
  export declare class EntityNotFoundException extends __BaseException {
384
384
  readonly name: "EntityNotFoundException";
385
385
  readonly $fault: "client";
386
386
  /**
387
- * @public
388
387
  * <p>A message describing the problem.</p>
388
+ * @public
389
389
  */
390
390
  Message?: string;
391
391
  /**
@@ -394,15 +394,15 @@ export declare class EntityNotFoundException extends __BaseException {
394
394
  constructor(opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>);
395
395
  }
396
396
  /**
397
- * @public
398
397
  * <p>An internal service error occurred.</p>
398
+ * @public
399
399
  */
400
400
  export declare class InternalServiceException extends __BaseException {
401
401
  readonly name: "InternalServiceException";
402
402
  readonly $fault: "server";
403
403
  /**
404
- * @public
405
404
  * <p>A message describing the problem.</p>
405
+ * @public
406
406
  */
407
407
  Message?: string;
408
408
  /**
@@ -411,15 +411,15 @@ export declare class InternalServiceException extends __BaseException {
411
411
  constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
412
412
  }
413
413
  /**
414
- * @public
415
414
  * <p>The input provided was not valid.</p>
415
+ * @public
416
416
  */
417
417
  export declare class InvalidInputException extends __BaseException {
418
418
  readonly name: "InvalidInputException";
419
419
  readonly $fault: "client";
420
420
  /**
421
- * @public
422
421
  * <p>A message describing the problem.</p>
422
+ * @public
423
423
  */
424
424
  Message?: string;
425
425
  /**
@@ -428,15 +428,15 @@ export declare class InvalidInputException extends __BaseException {
428
428
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
429
429
  }
430
430
  /**
431
- * @public
432
431
  * <p>The operation timed out.</p>
432
+ * @public
433
433
  */
434
434
  export declare class OperationTimeoutException extends __BaseException {
435
435
  readonly name: "OperationTimeoutException";
436
436
  readonly $fault: "client";
437
437
  /**
438
- * @public
439
438
  * <p>A message describing the problem.</p>
439
+ * @public
440
440
  */
441
441
  Message?: string;
442
442
  /**
@@ -445,48 +445,48 @@ export declare class OperationTimeoutException extends __BaseException {
445
445
  constructor(opts: __ExceptionOptionType<OperationTimeoutException, __BaseException>);
446
446
  }
447
447
  /**
448
- * @public
449
448
  * <p>A new object to add to the governed table.</p>
449
+ * @public
450
450
  */
451
451
  export interface AddObjectInput {
452
452
  /**
453
- * @public
454
453
  * <p>The Amazon S3 location of the object.</p>
454
+ * @public
455
455
  */
456
456
  Uri: string | undefined;
457
457
  /**
458
- * @public
459
458
  * <p>The Amazon S3 ETag of the object. Returned by <code>GetTableObjects</code> for validation and used to identify changes to the underlying data.</p>
459
+ * @public
460
460
  */
461
461
  ETag: string | undefined;
462
462
  /**
463
- * @public
464
463
  * <p>The size of the Amazon S3 object in bytes.</p>
464
+ * @public
465
465
  */
466
466
  Size: number | undefined;
467
467
  /**
468
- * @public
469
468
  * <p>A list of partition values for the object. A value must be specified for each partition key associated with the table.</p>
470
469
  * <p>The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.</p>
470
+ * @public
471
471
  */
472
472
  PartitionValues?: string[];
473
473
  }
474
474
  /**
475
- * @public
476
475
  * <p>A structure that you pass to indicate you want all rows in a filter. </p>
476
+ * @public
477
477
  */
478
478
  export interface AllRowsWildcard {
479
479
  }
480
480
  /**
481
- * @public
482
481
  * <p>A resource to be created or added already exists.</p>
482
+ * @public
483
483
  */
484
484
  export declare class AlreadyExistsException extends __BaseException {
485
485
  readonly name: "AlreadyExistsException";
486
486
  readonly $fault: "client";
487
487
  /**
488
- * @public
489
488
  * <p>A message describing the problem.</p>
489
+ * @public
490
490
  */
491
491
  Message?: string;
492
492
  /**
@@ -511,23 +511,23 @@ export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof Applicat
511
511
  */
512
512
  export interface AssumeDecoratedRoleWithSAMLRequest {
513
513
  /**
514
- * @public
515
514
  * <p>A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.</p>
515
+ * @public
516
516
  */
517
517
  SAMLAssertion: string | undefined;
518
518
  /**
519
- * @public
520
519
  * <p>The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as <code>GetTemporaryTableCredentials</code>. The caller must also have iam:PassRole permission on this role. </p>
520
+ * @public
521
521
  */
522
522
  RoleArn: string | undefined;
523
523
  /**
524
- * @public
525
524
  * <p>The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.</p>
525
+ * @public
526
526
  */
527
527
  PrincipalArn: string | undefined;
528
528
  /**
529
- * @public
530
529
  * <p>The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.</p>
530
+ * @public
531
531
  */
532
532
  DurationSeconds?: number;
533
533
  }
@@ -536,34 +536,34 @@ export interface AssumeDecoratedRoleWithSAMLRequest {
536
536
  */
537
537
  export interface AssumeDecoratedRoleWithSAMLResponse {
538
538
  /**
539
- * @public
540
539
  * <p>The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).</p>
540
+ * @public
541
541
  */
542
542
  AccessKeyId?: string;
543
543
  /**
544
- * @public
545
544
  * <p>The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).</p>
545
+ * @public
546
546
  */
547
547
  SecretAccessKey?: string;
548
548
  /**
549
- * @public
550
549
  * <p>The session token for the temporary credentials.</p>
550
+ * @public
551
551
  */
552
552
  SessionToken?: string;
553
553
  /**
554
- * @public
555
554
  * <p>The date and time when the temporary credentials expire.</p>
555
+ * @public
556
556
  */
557
557
  Expiration?: Date;
558
558
  }
559
559
  /**
560
- * @public
561
560
  * <p>A structure used to include auditing information on the privileged API. </p>
561
+ * @public
562
562
  */
563
563
  export interface AuditContext {
564
564
  /**
565
- * @public
566
565
  * <p>The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.</p>
566
+ * @public
567
567
  */
568
568
  AdditionalAuditContext?: string;
569
569
  }
@@ -591,45 +591,45 @@ export declare const Permission: {
591
591
  */
592
592
  export type Permission = (typeof Permission)[keyof typeof Permission];
593
593
  /**
594
- * @public
595
594
  * <p>The Lake Formation principal. Supported principals are IAM users
596
595
  * or IAM roles.</p>
596
+ * @public
597
597
  */
598
598
  export interface DataLakePrincipal {
599
599
  /**
600
- * @public
601
600
  * <p>An identifier for the Lake Formation principal.</p>
601
+ * @public
602
602
  */
603
603
  DataLakePrincipalIdentifier?: string;
604
604
  }
605
605
  /**
606
- * @public
607
606
  * <p>A permission to a resource granted by batch operation to the principal.</p>
607
+ * @public
608
608
  */
609
609
  export interface BatchPermissionsRequestEntry {
610
610
  /**
611
- * @public
612
611
  * <p>A unique identifier for the batch permissions request entry.</p>
612
+ * @public
613
613
  */
614
614
  Id: string | undefined;
615
615
  /**
616
- * @public
617
616
  * <p>The principal to be granted a permission.</p>
617
+ * @public
618
618
  */
619
619
  Principal?: DataLakePrincipal;
620
620
  /**
621
- * @public
622
621
  * <p>The resource to which the principal is to be granted a permission.</p>
622
+ * @public
623
623
  */
624
624
  Resource?: Resource;
625
625
  /**
626
- * @public
627
626
  * <p>The permissions to be granted.</p>
627
+ * @public
628
628
  */
629
629
  Permissions?: Permission[];
630
630
  /**
631
- * @public
632
631
  * <p>Indicates if the option to pass permissions is granted.</p>
632
+ * @public
633
633
  */
634
634
  PermissionsWithGrantOption?: Permission[];
635
635
  }
@@ -638,29 +638,29 @@ export interface BatchPermissionsRequestEntry {
638
638
  */
639
639
  export interface BatchGrantPermissionsRequest {
640
640
  /**
641
- * @public
642
641
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
642
+ * @public
643
643
  */
644
644
  CatalogId?: string;
645
645
  /**
646
- * @public
647
646
  * <p>A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.</p>
647
+ * @public
648
648
  */
649
649
  Entries: BatchPermissionsRequestEntry[] | undefined;
650
650
  }
651
651
  /**
652
- * @public
653
652
  * <p>A list of failures when performing a batch grant or batch revoke operation.</p>
653
+ * @public
654
654
  */
655
655
  export interface BatchPermissionsFailureEntry {
656
656
  /**
657
- * @public
658
657
  * <p>An identifier for an entry of the batch request.</p>
658
+ * @public
659
659
  */
660
660
  RequestEntry?: BatchPermissionsRequestEntry;
661
661
  /**
662
- * @public
663
662
  * <p>An error message that applies to the failure of the entry.</p>
663
+ * @public
664
664
  */
665
665
  Error?: ErrorDetail;
666
666
  }
@@ -669,8 +669,8 @@ export interface BatchPermissionsFailureEntry {
669
669
  */
670
670
  export interface BatchGrantPermissionsResponse {
671
671
  /**
672
- * @public
673
672
  * <p>A list of failures to grant permissions to the resources.</p>
673
+ * @public
674
674
  */
675
675
  Failures?: BatchPermissionsFailureEntry[];
676
676
  }
@@ -679,13 +679,13 @@ export interface BatchGrantPermissionsResponse {
679
679
  */
680
680
  export interface BatchRevokePermissionsRequest {
681
681
  /**
682
- * @public
683
682
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
683
+ * @public
684
684
  */
685
685
  CatalogId?: string;
686
686
  /**
687
- * @public
688
687
  * <p>A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.</p>
688
+ * @public
689
689
  */
690
690
  Entries: BatchPermissionsRequestEntry[] | undefined;
691
691
  }
@@ -694,8 +694,8 @@ export interface BatchRevokePermissionsRequest {
694
694
  */
695
695
  export interface BatchRevokePermissionsResponse {
696
696
  /**
697
- * @public
698
697
  * <p>A list of failures to revoke permissions to the resources.</p>
698
+ * @public
699
699
  */
700
700
  Failures?: BatchPermissionsFailureEntry[];
701
701
  }
@@ -704,8 +704,8 @@ export interface BatchRevokePermissionsResponse {
704
704
  */
705
705
  export interface CancelTransactionRequest {
706
706
  /**
707
- * @public
708
707
  * <p>The transaction to cancel.</p>
708
+ * @public
709
709
  */
710
710
  TransactionId: string | undefined;
711
711
  }
@@ -715,15 +715,15 @@ export interface CancelTransactionRequest {
715
715
  export interface CancelTransactionResponse {
716
716
  }
717
717
  /**
718
- * @public
719
718
  * <p>Contains details about an error related to a transaction commit that was in progress.</p>
719
+ * @public
720
720
  */
721
721
  export declare class TransactionCommitInProgressException extends __BaseException {
722
722
  readonly name: "TransactionCommitInProgressException";
723
723
  readonly $fault: "client";
724
724
  /**
725
- * @public
726
725
  * <p>A message describing the error.</p>
726
+ * @public
727
727
  */
728
728
  Message?: string;
729
729
  /**
@@ -732,15 +732,15 @@ export declare class TransactionCommitInProgressException extends __BaseExceptio
732
732
  constructor(opts: __ExceptionOptionType<TransactionCommitInProgressException, __BaseException>);
733
733
  }
734
734
  /**
735
- * @public
736
735
  * <p>Contains details about an error where the specified transaction has already been committed and cannot be used for <code>UpdateTableObjects</code>.</p>
736
+ * @public
737
737
  */
738
738
  export declare class TransactionCommittedException extends __BaseException {
739
739
  readonly name: "TransactionCommittedException";
740
740
  readonly $fault: "client";
741
741
  /**
742
- * @public
743
742
  * <p>A message describing the error.</p>
743
+ * @public
744
744
  */
745
745
  Message?: string;
746
746
  /**
@@ -753,8 +753,8 @@ export declare class TransactionCommittedException extends __BaseException {
753
753
  */
754
754
  export interface CommitTransactionRequest {
755
755
  /**
756
- * @public
757
756
  * <p>The transaction to commit.</p>
757
+ * @public
758
758
  */
759
759
  TransactionId: string | undefined;
760
760
  }
@@ -777,21 +777,21 @@ export type TransactionStatus = (typeof TransactionStatus)[keyof typeof Transact
777
777
  */
778
778
  export interface CommitTransactionResponse {
779
779
  /**
780
- * @public
781
780
  * <p>The status of the transaction.</p>
781
+ * @public
782
782
  */
783
783
  TransactionStatus?: TransactionStatus;
784
784
  }
785
785
  /**
786
- * @public
787
786
  * <p>Contains details about an error related to a transaction that was cancelled.</p>
787
+ * @public
788
788
  */
789
789
  export declare class TransactionCanceledException extends __BaseException {
790
790
  readonly name: "TransactionCanceledException";
791
791
  readonly $fault: "client";
792
792
  /**
793
- * @public
794
793
  * <p>A message describing the error.</p>
794
+ * @public
795
795
  */
796
796
  Message?: string;
797
797
  /**
@@ -800,66 +800,66 @@ export declare class TransactionCanceledException extends __BaseException {
800
800
  constructor(opts: __ExceptionOptionType<TransactionCanceledException, __BaseException>);
801
801
  }
802
802
  /**
803
- * @public
804
803
  * <p>A PartiQL predicate.</p>
804
+ * @public
805
805
  */
806
806
  export interface RowFilter {
807
807
  /**
808
- * @public
809
808
  * <p>A filter expression.</p>
809
+ * @public
810
810
  */
811
811
  FilterExpression?: string;
812
812
  /**
813
- * @public
814
813
  * <p>A wildcard for all rows.</p>
814
+ * @public
815
815
  */
816
816
  AllRowsWildcard?: AllRowsWildcard;
817
817
  }
818
818
  /**
819
- * @public
820
819
  * <p>A structure that describes certain columns on certain rows.</p>
820
+ * @public
821
821
  */
822
822
  export interface DataCellsFilter {
823
823
  /**
824
- * @public
825
824
  * <p>The ID of the catalog to which the table belongs.</p>
825
+ * @public
826
826
  */
827
827
  TableCatalogId: string | undefined;
828
828
  /**
829
- * @public
830
829
  * <p>A database in the Glue Data Catalog.</p>
830
+ * @public
831
831
  */
832
832
  DatabaseName: string | undefined;
833
833
  /**
834
- * @public
835
834
  * <p>A table in the database.</p>
835
+ * @public
836
836
  */
837
837
  TableName: string | undefined;
838
838
  /**
839
- * @public
840
839
  * <p>The name given by the user to the data filter cell.</p>
840
+ * @public
841
841
  */
842
842
  Name: string | undefined;
843
843
  /**
844
- * @public
845
844
  * <p>A PartiQL predicate.</p>
845
+ * @public
846
846
  */
847
847
  RowFilter?: RowFilter;
848
848
  /**
849
- * @public
850
849
  * <p>A list of column names and/or nested column attributes. When specifying nested attributes, use a qualified dot (.) delimited format such as "address"."zip". Nested attributes within this list may not exceed a depth of 5.</p>
850
+ * @public
851
851
  */
852
852
  ColumnNames?: string[];
853
853
  /**
854
- * @public
855
854
  * <p>A wildcard with exclusions.</p>
856
855
  * <p>You must specify either a <code>ColumnNames</code> list or the
857
856
  * <code>ColumnWildCard</code>. </p>
857
+ * @public
858
858
  */
859
859
  ColumnWildcard?: ColumnWildcard;
860
860
  /**
861
- * @public
862
861
  * <p>The ID of the data cells filter version.</p>
862
+ * @public
863
863
  */
864
864
  VersionId?: string;
865
865
  }
@@ -868,8 +868,8 @@ export interface DataCellsFilter {
868
868
  */
869
869
  export interface CreateDataCellsFilterRequest {
870
870
  /**
871
- * @public
872
871
  * <p>A <code>DataCellsFilter</code> structure containing information about the data cells filter.</p>
872
+ * @public
873
873
  */
874
874
  TableData: DataCellsFilter | undefined;
875
875
  }
@@ -879,15 +879,15 @@ export interface CreateDataCellsFilterRequest {
879
879
  export interface CreateDataCellsFilterResponse {
880
880
  }
881
881
  /**
882
- * @public
883
882
  * <p>A resource numerical limit was exceeded.</p>
883
+ * @public
884
884
  */
885
885
  export declare class ResourceNumberLimitExceededException extends __BaseException {
886
886
  readonly name: "ResourceNumberLimitExceededException";
887
887
  readonly $fault: "client";
888
888
  /**
889
- * @public
890
889
  * <p>A message describing the problem.</p>
890
+ * @public
891
891
  */
892
892
  Message?: string;
893
893
  /**
@@ -908,20 +908,20 @@ export declare const EnableStatus: {
908
908
  */
909
909
  export type EnableStatus = (typeof EnableStatus)[keyof typeof EnableStatus];
910
910
  /**
911
- * @public
912
911
  * <p>Configuration for enabling external data filtering for third-party applications to
913
912
  * access data managed by Lake Formation .</p>
913
+ * @public
914
914
  */
915
915
  export interface ExternalFilteringConfiguration {
916
916
  /**
917
- * @public
918
917
  * <p>Allows to enable or disable the third-party applications that are allowed to access data
919
918
  * managed by Lake Formation.</p>
919
+ * @public
920
920
  */
921
921
  Status: EnableStatus | undefined;
922
922
  /**
923
- * @public
924
923
  * <p>List of third-party application <code>ARNs</code> integrated with Lake Formation.</p>
924
+ * @public
925
925
  */
926
926
  AuthorizedTargets: string[] | undefined;
927
927
  }
@@ -930,24 +930,24 @@ export interface ExternalFilteringConfiguration {
930
930
  */
931
931
  export interface CreateLakeFormationIdentityCenterConfigurationRequest {
932
932
  /**
933
- * @public
934
933
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the
935
934
  * persistent metadata store. It contains database definitions, table definitions, view
936
935
  * definitions, and other control information to manage your Lake Formation
937
936
  * environment.</p>
937
+ * @public
938
938
  */
939
939
  CatalogId?: string;
940
940
  /**
941
- * @public
942
941
  * <p>The ARN of the IAM Identity Center instance for which the operation will be executed.
943
942
  * For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service
944
943
  * Namespaces in the Amazon Web Services General Reference.</p>
944
+ * @public
945
945
  */
946
946
  InstanceArn?: string;
947
947
  /**
948
- * @public
949
948
  * <p>A list of the account IDs of Amazon Web Services accounts of third-party applications
950
949
  * that are allowed to access data managed by Lake Formation.</p>
950
+ * @public
951
951
  */
952
952
  ExternalFiltering?: ExternalFilteringConfiguration;
953
953
  }
@@ -956,8 +956,8 @@ export interface CreateLakeFormationIdentityCenterConfigurationRequest {
956
956
  */
957
957
  export interface CreateLakeFormationIdentityCenterConfigurationResponse {
958
958
  /**
959
- * @public
960
959
  * <p>The Amazon Resource Name (ARN) of the integrated application.</p>
960
+ * @public
961
961
  */
962
962
  ApplicationArn?: string;
963
963
  }
@@ -966,14 +966,14 @@ export interface CreateLakeFormationIdentityCenterConfigurationResponse {
966
966
  */
967
967
  export interface CreateLakeFormationOptInRequest {
968
968
  /**
969
- * @public
970
969
  * <p>The Lake Formation principal. Supported principals are IAM users
971
970
  * or IAM roles.</p>
971
+ * @public
972
972
  */
973
973
  Principal: DataLakePrincipal | undefined;
974
974
  /**
975
- * @public
976
975
  * <p>A structure for the resource.</p>
976
+ * @public
977
977
  */
978
978
  Resource: Resource | undefined;
979
979
  }
@@ -987,18 +987,18 @@ export interface CreateLakeFormationOptInResponse {
987
987
  */
988
988
  export interface CreateLFTagRequest {
989
989
  /**
990
- * @public
991
990
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
991
+ * @public
992
992
  */
993
993
  CatalogId?: string;
994
994
  /**
995
- * @public
996
995
  * <p>The key-name for the LF-tag.</p>
996
+ * @public
997
997
  */
998
998
  TagKey: string | undefined;
999
999
  /**
1000
- * @public
1001
1000
  * <p>A list of possible values an attribute can take.</p>
1001
+ * @public
1002
1002
  */
1003
1003
  TagValues: string[] | undefined;
1004
1004
  }
@@ -1012,23 +1012,23 @@ export interface CreateLFTagResponse {
1012
1012
  */
1013
1013
  export interface DeleteDataCellsFilterRequest {
1014
1014
  /**
1015
- * @public
1016
1015
  * <p>The ID of the catalog to which the table belongs.</p>
1016
+ * @public
1017
1017
  */
1018
1018
  TableCatalogId?: string;
1019
1019
  /**
1020
- * @public
1021
1020
  * <p>A database in the Glue Data Catalog.</p>
1021
+ * @public
1022
1022
  */
1023
1023
  DatabaseName?: string;
1024
1024
  /**
1025
- * @public
1026
1025
  * <p>A table in the database.</p>
1026
+ * @public
1027
1027
  */
1028
1028
  TableName?: string;
1029
1029
  /**
1030
- * @public
1031
1030
  * <p>The name given by the user to the data filter cell.</p>
1031
+ * @public
1032
1032
  */
1033
1033
  Name?: string;
1034
1034
  }
@@ -1042,10 +1042,10 @@ export interface DeleteDataCellsFilterResponse {
1042
1042
  */
1043
1043
  export interface DeleteLakeFormationIdentityCenterConfigurationRequest {
1044
1044
  /**
1045
- * @public
1046
1045
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the
1047
1046
  * persistent metadata store. It contains database definitions, table definitions, view
1048
1047
  * definition, and other control information to manage your Lake Formation environment.</p>
1048
+ * @public
1049
1049
  */
1050
1050
  CatalogId?: string;
1051
1051
  }
@@ -1059,14 +1059,14 @@ export interface DeleteLakeFormationIdentityCenterConfigurationResponse {
1059
1059
  */
1060
1060
  export interface DeleteLakeFormationOptInRequest {
1061
1061
  /**
1062
- * @public
1063
1062
  * <p>The Lake Formation principal. Supported principals are IAM users
1064
1063
  * or IAM roles.</p>
1064
+ * @public
1065
1065
  */
1066
1066
  Principal: DataLakePrincipal | undefined;
1067
1067
  /**
1068
- * @public
1069
1068
  * <p>A structure for the resource.</p>
1069
+ * @public
1070
1070
  */
1071
1071
  Resource: Resource | undefined;
1072
1072
  }
@@ -1080,13 +1080,13 @@ export interface DeleteLakeFormationOptInResponse {
1080
1080
  */
1081
1081
  export interface DeleteLFTagRequest {
1082
1082
  /**
1083
- * @public
1084
1083
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
1084
+ * @public
1085
1085
  */
1086
1086
  CatalogId?: string;
1087
1087
  /**
1088
- * @public
1089
1088
  * <p>The key-name for the LF-tag to delete.</p>
1089
+ * @public
1090
1090
  */
1091
1091
  TagKey: string | undefined;
1092
1092
  }
@@ -1096,19 +1096,19 @@ export interface DeleteLFTagRequest {
1096
1096
  export interface DeleteLFTagResponse {
1097
1097
  }
1098
1098
  /**
1099
- * @public
1100
1099
  * <p>An object that defines an Amazon S3 object to be deleted if a transaction cancels, provided that
1101
1100
  * <code>VirtualPut</code> was called before writing the object.</p>
1101
+ * @public
1102
1102
  */
1103
1103
  export interface VirtualObject {
1104
1104
  /**
1105
- * @public
1106
1105
  * <p>The path to the Amazon S3 object. Must start with s3://</p>
1106
+ * @public
1107
1107
  */
1108
1108
  Uri: string | undefined;
1109
1109
  /**
1110
- * @public
1111
1110
  * <p>The ETag of the Amazon S3 object.</p>
1111
+ * @public
1112
1112
  */
1113
1113
  ETag?: string;
1114
1114
  }
@@ -1117,28 +1117,28 @@ export interface VirtualObject {
1117
1117
  */
1118
1118
  export interface DeleteObjectsOnCancelRequest {
1119
1119
  /**
1120
- * @public
1121
1120
  * <p>The Glue data catalog that contains the governed table. Defaults to the current account ID.</p>
1121
+ * @public
1122
1122
  */
1123
1123
  CatalogId?: string;
1124
1124
  /**
1125
- * @public
1126
1125
  * <p>The database that contains the governed table.</p>
1126
+ * @public
1127
1127
  */
1128
1128
  DatabaseName: string | undefined;
1129
1129
  /**
1130
- * @public
1131
1130
  * <p>The name of the governed table.</p>
1131
+ * @public
1132
1132
  */
1133
1133
  TableName: string | undefined;
1134
1134
  /**
1135
- * @public
1136
1135
  * <p>ID of the transaction that the writes occur in.</p>
1136
+ * @public
1137
1137
  */
1138
1138
  TransactionId: string | undefined;
1139
1139
  /**
1140
- * @public
1141
1140
  * <p>A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.</p>
1141
+ * @public
1142
1142
  */
1143
1143
  Objects: VirtualObject[] | undefined;
1144
1144
  }
@@ -1148,15 +1148,15 @@ export interface DeleteObjectsOnCancelRequest {
1148
1148
  export interface DeleteObjectsOnCancelResponse {
1149
1149
  }
1150
1150
  /**
1151
- * @public
1152
1151
  * <p>Contains details about an error related to a resource which is not ready for a transaction.</p>
1152
+ * @public
1153
1153
  */
1154
1154
  export declare class ResourceNotReadyException extends __BaseException {
1155
1155
  readonly name: "ResourceNotReadyException";
1156
1156
  readonly $fault: "client";
1157
1157
  /**
1158
- * @public
1159
1158
  * <p>A message describing the error.</p>
1159
+ * @public
1160
1160
  */
1161
1161
  Message?: string;
1162
1162
  /**
@@ -1169,8 +1169,8 @@ export declare class ResourceNotReadyException extends __BaseException {
1169
1169
  */
1170
1170
  export interface DeregisterResourceRequest {
1171
1171
  /**
1172
- * @public
1173
1172
  * <p>The Amazon Resource Name (ARN) of the resource that you want to deregister.</p>
1173
+ * @public
1174
1174
  */
1175
1175
  ResourceArn: string | undefined;
1176
1176
  }
@@ -1184,8 +1184,8 @@ export interface DeregisterResourceResponse {
1184
1184
  */
1185
1185
  export interface DescribeLakeFormationIdentityCenterConfigurationRequest {
1186
1186
  /**
1187
- * @public
1188
1187
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.</p>
1188
+ * @public
1189
1189
  */
1190
1190
  CatalogId?: string;
1191
1191
  }
@@ -1194,23 +1194,23 @@ export interface DescribeLakeFormationIdentityCenterConfigurationRequest {
1194
1194
  */
1195
1195
  export interface DescribeLakeFormationIdentityCenterConfigurationResponse {
1196
1196
  /**
1197
- * @public
1198
1197
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  CatalogId?: string;
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>The Amazon Resource Name (ARN) of the connection.</p>
1203
+ * @public
1204
1204
  */
1205
1205
  InstanceArn?: string;
1206
1206
  /**
1207
- * @public
1208
1207
  * <p>The Amazon Resource Name (ARN) of the integrated application.</p>
1208
+ * @public
1209
1209
  */
1210
1210
  ApplicationArn?: string;
1211
1211
  /**
1212
- * @public
1213
1212
  * <p>Indicates if external filtering is enabled.</p>
1213
+ * @public
1214
1214
  */
1215
1215
  ExternalFiltering?: ExternalFilteringConfiguration;
1216
1216
  }
@@ -1219,41 +1219,41 @@ export interface DescribeLakeFormationIdentityCenterConfigurationResponse {
1219
1219
  */
1220
1220
  export interface DescribeResourceRequest {
1221
1221
  /**
1222
- * @public
1223
1222
  * <p>The resource ARN.</p>
1223
+ * @public
1224
1224
  */
1225
1225
  ResourceArn: string | undefined;
1226
1226
  }
1227
1227
  /**
1228
- * @public
1229
1228
  * <p>A structure containing information about an Lake Formation resource.</p>
1229
+ * @public
1230
1230
  */
1231
1231
  export interface ResourceInfo {
1232
1232
  /**
1233
- * @public
1234
1233
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1234
+ * @public
1235
1235
  */
1236
1236
  ResourceArn?: string;
1237
1237
  /**
1238
- * @public
1239
1238
  * <p>The IAM role that registered a resource.</p>
1239
+ * @public
1240
1240
  */
1241
1241
  RoleArn?: string;
1242
1242
  /**
1243
- * @public
1244
1243
  * <p>The date and time the resource was last modified.</p>
1244
+ * @public
1245
1245
  */
1246
1246
  LastModified?: Date;
1247
1247
  /**
1248
- * @public
1249
1248
  * <p>Whether or not the resource is a federated resource.</p>
1249
+ * @public
1250
1250
  */
1251
1251
  WithFederation?: boolean;
1252
1252
  /**
1253
- * @public
1254
1253
  * <p>
1255
1254
  * Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
1256
1255
  * </p>
1256
+ * @public
1257
1257
  */
1258
1258
  HybridAccessEnabled?: boolean;
1259
1259
  }
@@ -1262,8 +1262,8 @@ export interface ResourceInfo {
1262
1262
  */
1263
1263
  export interface DescribeResourceResponse {
1264
1264
  /**
1265
- * @public
1266
1265
  * <p>A structure containing information about an Lake Formation resource.</p>
1266
+ * @public
1267
1267
  */
1268
1268
  ResourceInfo?: ResourceInfo;
1269
1269
  }
@@ -1272,34 +1272,34 @@ export interface DescribeResourceResponse {
1272
1272
  */
1273
1273
  export interface DescribeTransactionRequest {
1274
1274
  /**
1275
- * @public
1276
1275
  * <p>The transaction for which to return status.</p>
1276
+ * @public
1277
1277
  */
1278
1278
  TransactionId: string | undefined;
1279
1279
  }
1280
1280
  /**
1281
- * @public
1282
1281
  * <p>A structure that contains information about a transaction.</p>
1282
+ * @public
1283
1283
  */
1284
1284
  export interface TransactionDescription {
1285
1285
  /**
1286
- * @public
1287
1286
  * <p>The ID of the transaction.</p>
1287
+ * @public
1288
1288
  */
1289
1289
  TransactionId?: string;
1290
1290
  /**
1291
- * @public
1292
1291
  * <p>A status of ACTIVE, COMMITTED, or ABORTED.</p>
1292
+ * @public
1293
1293
  */
1294
1294
  TransactionStatus?: TransactionStatus;
1295
1295
  /**
1296
- * @public
1297
1296
  * <p>The time when the transaction started.</p>
1297
+ * @public
1298
1298
  */
1299
1299
  TransactionStartTime?: Date;
1300
1300
  /**
1301
- * @public
1302
1301
  * <p>The time when the transaction committed or aborted, if it is not currently active.</p>
1302
+ * @public
1303
1303
  */
1304
1304
  TransactionEndTime?: Date;
1305
1305
  }
@@ -1308,8 +1308,8 @@ export interface TransactionDescription {
1308
1308
  */
1309
1309
  export interface DescribeTransactionResponse {
1310
1310
  /**
1311
- * @public
1312
1311
  * <p>Returns a <code>TransactionDescription</code> object containing information about the transaction.</p>
1312
+ * @public
1313
1313
  */
1314
1314
  TransactionDescription?: TransactionDescription;
1315
1315
  }
@@ -1318,8 +1318,8 @@ export interface DescribeTransactionResponse {
1318
1318
  */
1319
1319
  export interface ExtendTransactionRequest {
1320
1320
  /**
1321
- * @public
1322
1321
  * <p>The transaction to extend.</p>
1322
+ * @public
1323
1323
  */
1324
1324
  TransactionId?: string;
1325
1325
  }
@@ -1333,23 +1333,23 @@ export interface ExtendTransactionResponse {
1333
1333
  */
1334
1334
  export interface GetDataCellsFilterRequest {
1335
1335
  /**
1336
- * @public
1337
1336
  * <p>The ID of the catalog to which the table belongs.</p>
1337
+ * @public
1338
1338
  */
1339
1339
  TableCatalogId: string | undefined;
1340
1340
  /**
1341
- * @public
1342
1341
  * <p>A database in the Glue Data Catalog.</p>
1342
+ * @public
1343
1343
  */
1344
1344
  DatabaseName: string | undefined;
1345
1345
  /**
1346
- * @public
1347
1346
  * <p>A table in the database.</p>
1347
+ * @public
1348
1348
  */
1349
1349
  TableName: string | undefined;
1350
1350
  /**
1351
- * @public
1352
1351
  * <p>The name given by the user to the data filter cell.</p>
1352
+ * @public
1353
1353
  */
1354
1354
  Name: string | undefined;
1355
1355
  }
@@ -1358,8 +1358,8 @@ export interface GetDataCellsFilterRequest {
1358
1358
  */
1359
1359
  export interface GetDataCellsFilterResponse {
1360
1360
  /**
1361
- * @public
1362
1361
  * <p>A structure that describes certain columns on certain rows.</p>
1362
+ * @public
1363
1363
  */
1364
1364
  DataCellsFilter?: DataCellsFilter;
1365
1365
  }
@@ -1368,90 +1368,90 @@ export interface GetDataCellsFilterResponse {
1368
1368
  */
1369
1369
  export interface GetDataLakeSettingsRequest {
1370
1370
  /**
1371
- * @public
1372
1371
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
1372
+ * @public
1373
1373
  */
1374
1374
  CatalogId?: string;
1375
1375
  }
1376
1376
  /**
1377
- * @public
1378
1377
  * <p>Permissions granted to a principal.</p>
1378
+ * @public
1379
1379
  */
1380
1380
  export interface PrincipalPermissions {
1381
1381
  /**
1382
- * @public
1383
1382
  * <p>The principal who is granted permissions.</p>
1383
+ * @public
1384
1384
  */
1385
1385
  Principal?: DataLakePrincipal;
1386
1386
  /**
1387
- * @public
1388
1387
  * <p>The permissions that are granted to the principal.</p>
1388
+ * @public
1389
1389
  */
1390
1390
  Permissions?: Permission[];
1391
1391
  }
1392
1392
  /**
1393
- * @public
1394
1393
  * <p>A structure representing a list of Lake Formation principals designated as data lake administrators and lists of principal permission entries for default create database and default create table permissions.</p>
1394
+ * @public
1395
1395
  */
1396
1396
  export interface DataLakeSettings {
1397
1397
  /**
1398
- * @public
1399
1398
  * <p>A list of Lake Formation principals. Supported principals are IAM users or IAM roles.</p>
1399
+ * @public
1400
1400
  */
1401
1401
  DataLakeAdmins?: DataLakePrincipal[];
1402
1402
  /**
1403
- * @public
1404
1403
  * <p>A list of Lake Formation principals with only view access to the resources, without the ability to make changes. Supported principals are IAM users or IAM roles.</p>
1404
+ * @public
1405
1405
  */
1406
1406
  ReadOnlyAdmins?: DataLakePrincipal[];
1407
1407
  /**
1408
- * @public
1409
1408
  * <p>Specifies whether access control on newly created database is managed by Lake Formation permissions or exclusively by IAM permissions.</p>
1410
1409
  * <p>A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting "Use only IAM access control," and is for backward compatibility with the Glue permission model implemented by IAM permissions.</p>
1411
1410
  * <p>The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS.</p>
1412
1411
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/change-settings.html">Changing the Default Security Settings for Your Data Lake</a>.</p>
1412
+ * @public
1413
1413
  */
1414
1414
  CreateDatabaseDefaultPermissions?: PrincipalPermissions[];
1415
1415
  /**
1416
- * @public
1417
1416
  * <p>Specifies whether access control on newly created table is managed by Lake Formation permissions or exclusively by IAM permissions.</p>
1418
1417
  * <p>A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting "Use only IAM access control," and is for backward compatibility with the Glue permission model implemented by IAM permissions.</p>
1419
1418
  * <p>The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS.</p>
1420
1419
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/change-settings.html">Changing the Default Security Settings for Your Data Lake</a>.</p>
1420
+ * @public
1421
1421
  */
1422
1422
  CreateTableDefaultPermissions?: PrincipalPermissions[];
1423
1423
  /**
1424
- * @public
1425
1424
  * <p>A key-value map that provides an additional configuration on your data lake. CROSS_ACCOUNT_VERSION is the key you can configure in the Parameters field. Accepted values for the CrossAccountVersion key are 1, 2, 3, and 4.</p>
1425
+ * @public
1426
1426
  */
1427
1427
  Parameters?: Record<string, string>;
1428
1428
  /**
1429
- * @public
1430
1429
  * <p>A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's CloudTrail log.</p>
1431
1430
  * <p>You may want to specify this property when you are in a high-trust boundary, such as the same team or company. </p>
1431
+ * @public
1432
1432
  */
1433
1433
  TrustedResourceOwners?: string[];
1434
1434
  /**
1435
- * @public
1436
1435
  * <p>Whether to allow Amazon EMR clusters to access data managed by Lake Formation. </p>
1437
1436
  * <p>If true, you allow Amazon EMR clusters to access data in Amazon S3 locations that are registered with Lake Formation.</p>
1438
1437
  * <p>If false or null, no Amazon EMR clusters will be able to access data in Amazon S3 locations that are registered with Lake Formation.</p>
1439
1438
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/initial-LF-setup.html#external-data-filter">(Optional) Allow external data filtering</a>.</p>
1439
+ * @public
1440
1440
  */
1441
1441
  AllowExternalDataFiltering?: boolean;
1442
1442
  /**
1443
- * @public
1444
1443
  * <p>Whether to allow a third-party query engine to get data access credentials without session tags when a caller has full data access permissions.</p>
1444
+ * @public
1445
1445
  */
1446
1446
  AllowFullTableExternalDataAccess?: boolean;
1447
1447
  /**
1448
- * @public
1449
1448
  * <p>A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.></p>
1449
+ * @public
1450
1450
  */
1451
1451
  ExternalDataFilteringAllowList?: DataLakePrincipal[];
1452
1452
  /**
1453
- * @public
1454
1453
  * <p>Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the user's role while assuming it. Lake Formation will publish the acceptable key-value pair, for example key = "LakeFormationTrustedCaller" and value = "TRUE" and the third party integrator must properly tag the temporary security credentials that will be used to call Lake Formation's administrative APIs.</p>
1454
+ * @public
1455
1455
  */
1456
1456
  AuthorizedSessionTagValueList?: string[];
1457
1457
  }
@@ -1460,8 +1460,8 @@ export interface DataLakeSettings {
1460
1460
  */
1461
1461
  export interface GetDataLakeSettingsResponse {
1462
1462
  /**
1463
- * @public
1464
1463
  * <p>A structure representing a list of Lake Formation principals designated as data lake administrators.</p>
1464
+ * @public
1465
1465
  */
1466
1466
  DataLakeSettings?: DataLakeSettings;
1467
1467
  }
@@ -1470,76 +1470,76 @@ export interface GetDataLakeSettingsResponse {
1470
1470
  */
1471
1471
  export interface GetEffectivePermissionsForPathRequest {
1472
1472
  /**
1473
- * @public
1474
1473
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
1474
+ * @public
1475
1475
  */
1476
1476
  CatalogId?: string;
1477
1477
  /**
1478
- * @public
1479
1478
  * <p>The Amazon Resource Name (ARN) of the resource for which you want to get permissions.</p>
1479
+ * @public
1480
1480
  */
1481
1481
  ResourceArn: string | undefined;
1482
1482
  /**
1483
- * @public
1484
1483
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
1484
+ * @public
1485
1485
  */
1486
1486
  NextToken?: string;
1487
1487
  /**
1488
- * @public
1489
1488
  * <p>The maximum number of results to return.</p>
1489
+ * @public
1490
1490
  */
1491
1491
  MaxResults?: number;
1492
1492
  }
1493
1493
  /**
1494
- * @public
1495
1494
  * <p>A structure containing the additional details to be returned in the <code>AdditionalDetails</code> attribute of <code>PrincipalResourcePermissions</code>.</p>
1496
1495
  * <p>If a catalog resource is shared through Resource Access Manager (RAM), then there will exist a corresponding RAM resource share ARN.</p>
1496
+ * @public
1497
1497
  */
1498
1498
  export interface DetailsMap {
1499
1499
  /**
1500
- * @public
1501
1500
  * <p>A resource share ARN for a catalog resource shared through RAM.</p>
1501
+ * @public
1502
1502
  */
1503
1503
  ResourceShare?: string[];
1504
1504
  }
1505
1505
  /**
1506
- * @public
1507
1506
  * <p>The permissions granted or revoked on a resource.</p>
1507
+ * @public
1508
1508
  */
1509
1509
  export interface PrincipalResourcePermissions {
1510
1510
  /**
1511
- * @public
1512
1511
  * <p>The Data Lake principal to be granted or revoked permissions.</p>
1512
+ * @public
1513
1513
  */
1514
1514
  Principal?: DataLakePrincipal;
1515
1515
  /**
1516
- * @public
1517
1516
  * <p>The resource where permissions are to be granted or revoked.</p>
1517
+ * @public
1518
1518
  */
1519
1519
  Resource?: Resource;
1520
1520
  /**
1521
- * @public
1522
1521
  * <p>The permissions to be granted or revoked on the resource.</p>
1522
+ * @public
1523
1523
  */
1524
1524
  Permissions?: Permission[];
1525
1525
  /**
1526
- * @public
1527
1526
  * <p>Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).</p>
1527
+ * @public
1528
1528
  */
1529
1529
  PermissionsWithGrantOption?: Permission[];
1530
1530
  /**
1531
- * @public
1532
1531
  * <p>This attribute can be used to return any additional details of <code>PrincipalResourcePermissions</code>. Currently returns only as a RAM resource share ARN.</p>
1532
+ * @public
1533
1533
  */
1534
1534
  AdditionalDetails?: DetailsMap;
1535
1535
  /**
1536
- * @public
1537
1536
  * <p>The date and time when the resource was last updated.</p>
1537
+ * @public
1538
1538
  */
1539
1539
  LastUpdated?: Date;
1540
1540
  /**
1541
- * @public
1542
1541
  * <p>The user who updated the record.</p>
1542
+ * @public
1543
1543
  */
1544
1544
  LastUpdatedBy?: string;
1545
1545
  }
@@ -1548,13 +1548,13 @@ export interface PrincipalResourcePermissions {
1548
1548
  */
1549
1549
  export interface GetEffectivePermissionsForPathResponse {
1550
1550
  /**
1551
- * @public
1552
1551
  * <p>A list of the permissions for the specified table or database resource located at the path in Amazon S3.</p>
1552
+ * @public
1553
1553
  */
1554
1554
  Permissions?: PrincipalResourcePermissions[];
1555
1555
  /**
1556
- * @public
1557
1556
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
1557
+ * @public
1558
1558
  */
1559
1559
  NextToken?: string;
1560
1560
  }
@@ -1563,13 +1563,13 @@ export interface GetEffectivePermissionsForPathResponse {
1563
1563
  */
1564
1564
  export interface GetLFTagRequest {
1565
1565
  /**
1566
- * @public
1567
1566
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
1567
+ * @public
1568
1568
  */
1569
1569
  CatalogId?: string;
1570
1570
  /**
1571
- * @public
1572
1571
  * <p>The key-name for the LF-tag.</p>
1572
+ * @public
1573
1573
  */
1574
1574
  TagKey: string | undefined;
1575
1575
  }
@@ -1578,18 +1578,18 @@ export interface GetLFTagRequest {
1578
1578
  */
1579
1579
  export interface GetLFTagResponse {
1580
1580
  /**
1581
- * @public
1582
1581
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
1582
+ * @public
1583
1583
  */
1584
1584
  CatalogId?: string;
1585
1585
  /**
1586
- * @public
1587
1586
  * <p>The key-name for the LF-tag.</p>
1587
+ * @public
1588
1588
  */
1589
1589
  TagKey?: string;
1590
1590
  /**
1591
- * @public
1592
1591
  * <p>A list of possible values an attribute can take.</p>
1592
+ * @public
1593
1593
  */
1594
1594
  TagValues?: string[];
1595
1595
  }
@@ -1598,8 +1598,8 @@ export interface GetLFTagResponse {
1598
1598
  */
1599
1599
  export interface GetQueryStateRequest {
1600
1600
  /**
1601
- * @public
1602
1601
  * <p>The ID of the plan query operation.</p>
1602
+ * @public
1603
1603
  */
1604
1604
  QueryId: string | undefined;
1605
1605
  }
@@ -1619,17 +1619,16 @@ export declare const QueryStateString: {
1619
1619
  */
1620
1620
  export type QueryStateString = (typeof QueryStateString)[keyof typeof QueryStateString];
1621
1621
  /**
1622
- * @public
1623
1622
  * <p>A structure for the output.</p>
1623
+ * @public
1624
1624
  */
1625
1625
  export interface GetQueryStateResponse {
1626
1626
  /**
1627
- * @public
1628
1627
  * <p>An error message when the operation fails.</p>
1628
+ * @public
1629
1629
  */
1630
1630
  Error?: string;
1631
1631
  /**
1632
- * @public
1633
1632
  * <p>The state of a query previously submitted. The possible states are:</p>
1634
1633
  * <ul>
1635
1634
  * <li>
@@ -1645,19 +1644,20 @@ export interface GetQueryStateResponse {
1645
1644
  * <p>ERROR: an error occurred with the query, such as an invalid query ID or a backend error.</p>
1646
1645
  * </li>
1647
1646
  * </ul>
1647
+ * @public
1648
1648
  */
1649
1649
  State: QueryStateString | undefined;
1650
1650
  }
1651
1651
  /**
1652
- * @public
1653
1652
  * <p>Contains details about an error where the query request expired.</p>
1653
+ * @public
1654
1654
  */
1655
1655
  export declare class ExpiredException extends __BaseException {
1656
1656
  readonly name: "ExpiredException";
1657
1657
  readonly $fault: "client";
1658
1658
  /**
1659
- * @public
1660
1659
  * <p>A message describing the error.</p>
1660
+ * @public
1661
1661
  */
1662
1662
  Message?: string;
1663
1663
  /**
@@ -1670,55 +1670,55 @@ export declare class ExpiredException extends __BaseException {
1670
1670
  */
1671
1671
  export interface GetQueryStatisticsRequest {
1672
1672
  /**
1673
- * @public
1674
1673
  * <p>The ID of the plan query operation.</p>
1674
+ * @public
1675
1675
  */
1676
1676
  QueryId: string | undefined;
1677
1677
  }
1678
1678
  /**
1679
- * @public
1680
1679
  * <p>Statistics related to the processing of a query statement.</p>
1680
+ * @public
1681
1681
  */
1682
1682
  export interface ExecutionStatistics {
1683
1683
  /**
1684
- * @public
1685
1684
  * <p>The average time the request took to be executed.</p>
1685
+ * @public
1686
1686
  */
1687
1687
  AverageExecutionTimeMillis?: number;
1688
1688
  /**
1689
- * @public
1690
1689
  * <p>The amount of data that was scanned in bytes.</p>
1690
+ * @public
1691
1691
  */
1692
1692
  DataScannedBytes?: number;
1693
1693
  /**
1694
- * @public
1695
1694
  * <p>The number of work units executed.</p>
1695
+ * @public
1696
1696
  */
1697
1697
  WorkUnitsExecutedCount?: number;
1698
1698
  }
1699
1699
  /**
1700
- * @public
1701
1700
  * <p>Statistics related to the processing of a query statement.</p>
1701
+ * @public
1702
1702
  */
1703
1703
  export interface PlanningStatistics {
1704
1704
  /**
1705
- * @public
1706
1705
  * <p>An estimate of the data that was scanned in bytes.</p>
1706
+ * @public
1707
1707
  */
1708
1708
  EstimatedDataToScanBytes?: number;
1709
1709
  /**
1710
- * @public
1711
1710
  * <p>The time that it took to process the request.</p>
1711
+ * @public
1712
1712
  */
1713
1713
  PlanningTimeMillis?: number;
1714
1714
  /**
1715
- * @public
1716
1715
  * <p>The time the request was in queue to be processed.</p>
1716
+ * @public
1717
1717
  */
1718
1718
  QueueTimeMillis?: number;
1719
1719
  /**
1720
- * @public
1721
1720
  * <p>The number of work units generated.</p>
1721
+ * @public
1722
1722
  */
1723
1723
  WorkUnitsGeneratedCount?: number;
1724
1724
  }
@@ -1727,31 +1727,31 @@ export interface PlanningStatistics {
1727
1727
  */
1728
1728
  export interface GetQueryStatisticsResponse {
1729
1729
  /**
1730
- * @public
1731
1730
  * <p>An <code>ExecutionStatistics</code> structure containing execution statistics.</p>
1731
+ * @public
1732
1732
  */
1733
1733
  ExecutionStatistics?: ExecutionStatistics;
1734
1734
  /**
1735
- * @public
1736
1735
  * <p>A <code>PlanningStatistics</code> structure containing query planning statistics.</p>
1736
+ * @public
1737
1737
  */
1738
1738
  PlanningStatistics?: PlanningStatistics;
1739
1739
  /**
1740
- * @public
1741
1740
  * <p>The time that the query was submitted.</p>
1741
+ * @public
1742
1742
  */
1743
1743
  QuerySubmissionTime?: Date;
1744
1744
  }
1745
1745
  /**
1746
- * @public
1747
1746
  * <p>Contains details about an error related to statistics not being ready.</p>
1747
+ * @public
1748
1748
  */
1749
1749
  export declare class StatisticsNotReadyYetException extends __BaseException {
1750
1750
  readonly name: "StatisticsNotReadyYetException";
1751
1751
  readonly $fault: "client";
1752
1752
  /**
1753
- * @public
1754
1753
  * <p>A message describing the error.</p>
1754
+ * @public
1755
1755
  */
1756
1756
  Message?: string;
1757
1757
  /**
@@ -1760,8 +1760,8 @@ export declare class StatisticsNotReadyYetException extends __BaseException {
1760
1760
  constructor(opts: __ExceptionOptionType<StatisticsNotReadyYetException, __BaseException>);
1761
1761
  }
1762
1762
  /**
1763
- * @public
1764
1763
  * <p>Contains details about an error where the query request was throttled.</p>
1764
+ * @public
1765
1765
  */
1766
1766
  export declare class ThrottledException extends __BaseException {
1767
1767
  readonly name: "ThrottledException";
@@ -1770,8 +1770,8 @@ export declare class ThrottledException extends __BaseException {
1770
1770
  throttling: boolean;
1771
1771
  };
1772
1772
  /**
1773
- * @public
1774
1773
  * <p>A message describing the error.</p>
1774
+ * @public
1775
1775
  */
1776
1776
  Message?: string;
1777
1777
  /**
@@ -1784,34 +1784,34 @@ export declare class ThrottledException extends __BaseException {
1784
1784
  */
1785
1785
  export interface GetResourceLFTagsRequest {
1786
1786
  /**
1787
- * @public
1788
1787
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
1788
+ * @public
1789
1789
  */
1790
1790
  CatalogId?: string;
1791
1791
  /**
1792
- * @public
1793
1792
  * <p>The database, table, or column resource for which you want to return LF-tags.</p>
1793
+ * @public
1794
1794
  */
1795
1795
  Resource: Resource | undefined;
1796
1796
  /**
1797
- * @public
1798
1797
  * <p>Indicates whether to show the assigned LF-tags.</p>
1798
+ * @public
1799
1799
  */
1800
1800
  ShowAssignedLFTags?: boolean;
1801
1801
  }
1802
1802
  /**
1803
- * @public
1804
1803
  * <p>A structure containing the name of a column resource and the LF-tags attached to it.</p>
1804
+ * @public
1805
1805
  */
1806
1806
  export interface ColumnLFTag {
1807
1807
  /**
1808
- * @public
1809
1808
  * <p>The name of a column resource.</p>
1809
+ * @public
1810
1810
  */
1811
1811
  Name?: string;
1812
1812
  /**
1813
- * @public
1814
1813
  * <p>The LF-tags attached to a column resource.</p>
1814
+ * @public
1815
1815
  */
1816
1816
  LFTags?: LFTagPair[];
1817
1817
  }
@@ -1820,31 +1820,31 @@ export interface ColumnLFTag {
1820
1820
  */
1821
1821
  export interface GetResourceLFTagsResponse {
1822
1822
  /**
1823
- * @public
1824
1823
  * <p>A list of LF-tags applied to a database resource.</p>
1824
+ * @public
1825
1825
  */
1826
1826
  LFTagOnDatabase?: LFTagPair[];
1827
1827
  /**
1828
- * @public
1829
1828
  * <p>A list of LF-tags applied to a table resource.</p>
1829
+ * @public
1830
1830
  */
1831
1831
  LFTagsOnTable?: LFTagPair[];
1832
1832
  /**
1833
- * @public
1834
1833
  * <p>A list of LF-tags applied to a column resource.</p>
1834
+ * @public
1835
1835
  */
1836
1836
  LFTagsOnColumns?: ColumnLFTag[];
1837
1837
  }
1838
1838
  /**
1839
- * @public
1840
1839
  * <p>An encryption operation failed.</p>
1840
+ * @public
1841
1841
  */
1842
1842
  export declare class GlueEncryptionException extends __BaseException {
1843
1843
  readonly name: "GlueEncryptionException";
1844
1844
  readonly $fault: "client";
1845
1845
  /**
1846
- * @public
1847
1846
  * <p>A message describing the problem.</p>
1847
+ * @public
1848
1848
  */
1849
1849
  Message?: string;
1850
1850
  /**
@@ -1857,32 +1857,31 @@ export declare class GlueEncryptionException extends __BaseException {
1857
1857
  */
1858
1858
  export interface GetTableObjectsRequest {
1859
1859
  /**
1860
- * @public
1861
1860
  * <p>The catalog containing the governed table. Defaults to the caller’s account.</p>
1861
+ * @public
1862
1862
  */
1863
1863
  CatalogId?: string;
1864
1864
  /**
1865
- * @public
1866
1865
  * <p>The database containing the governed table.</p>
1866
+ * @public
1867
1867
  */
1868
1868
  DatabaseName: string | undefined;
1869
1869
  /**
1870
- * @public
1871
1870
  * <p>The governed table for which to retrieve objects.</p>
1871
+ * @public
1872
1872
  */
1873
1873
  TableName: string | undefined;
1874
1874
  /**
1875
- * @public
1876
1875
  * <p>The transaction ID at which to read the governed table contents. If this transaction has aborted, an error is returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with <code>QueryAsOfTime</code>.</p>
1876
+ * @public
1877
1877
  */
1878
1878
  TransactionId?: string;
1879
1879
  /**
1880
- * @public
1881
1880
  * <p>The time as of when to read the governed table contents. If not set, the most recent transaction commit time is used. Cannot be specified along with <code>TransactionId</code>.</p>
1881
+ * @public
1882
1882
  */
1883
1883
  QueryAsOfTime?: Date;
1884
1884
  /**
1885
- * @public
1886
1885
  * <p>A predicate to filter the objects returned based on the partition keys defined in the governed table.</p>
1887
1886
  * <ul>
1888
1887
  * <li>
@@ -1895,53 +1894,54 @@ export interface GetTableObjectsRequest {
1895
1894
  * <p>The data types supported are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.</p>
1896
1895
  * </li>
1897
1896
  * </ul>
1897
+ * @public
1898
1898
  */
1899
1899
  PartitionPredicate?: string;
1900
1900
  /**
1901
- * @public
1902
1901
  * <p>Specifies how many values to return in a page.</p>
1902
+ * @public
1903
1903
  */
1904
1904
  MaxResults?: number;
1905
1905
  /**
1906
- * @public
1907
1906
  * <p>A continuation token if this is not the first call to retrieve these objects.</p>
1907
+ * @public
1908
1908
  */
1909
1909
  NextToken?: string;
1910
1910
  }
1911
1911
  /**
1912
- * @public
1913
1912
  * <p>Specifies the details of a governed table.</p>
1913
+ * @public
1914
1914
  */
1915
1915
  export interface TableObject {
1916
1916
  /**
1917
- * @public
1918
1917
  * <p>The Amazon S3 location of the object.</p>
1918
+ * @public
1919
1919
  */
1920
1920
  Uri?: string;
1921
1921
  /**
1922
- * @public
1923
1922
  * <p>The Amazon S3 ETag of the object. Returned by <code>GetTableObjects</code> for validation and used to identify changes to the underlying data.</p>
1923
+ * @public
1924
1924
  */
1925
1925
  ETag?: string;
1926
1926
  /**
1927
- * @public
1928
1927
  * <p>The size of the Amazon S3 object in bytes.</p>
1928
+ * @public
1929
1929
  */
1930
1930
  Size?: number;
1931
1931
  }
1932
1932
  /**
1933
- * @public
1934
1933
  * <p>A structure containing a list of partition values and table objects.</p>
1934
+ * @public
1935
1935
  */
1936
1936
  export interface PartitionObjects {
1937
1937
  /**
1938
- * @public
1939
1938
  * <p>A list of partition values.</p>
1939
+ * @public
1940
1940
  */
1941
1941
  PartitionValues?: string[];
1942
1942
  /**
1943
- * @public
1944
1943
  * <p>A list of table objects</p>
1944
+ * @public
1945
1945
  */
1946
1946
  Objects?: TableObject[];
1947
1947
  }
@@ -1950,24 +1950,24 @@ export interface PartitionObjects {
1950
1950
  */
1951
1951
  export interface GetTableObjectsResponse {
1952
1952
  /**
1953
- * @public
1954
1953
  * <p>A list of objects organized by partition keys.</p>
1954
+ * @public
1955
1955
  */
1956
1956
  Objects?: PartitionObjects[];
1957
1957
  /**
1958
- * @public
1959
1958
  * <p>A continuation token indicating whether additional data is available.</p>
1959
+ * @public
1960
1960
  */
1961
1961
  NextToken?: string;
1962
1962
  }
1963
1963
  /**
1964
- * @public
1965
1964
  * <p>Contains a list of values defining partitions.</p>
1965
+ * @public
1966
1966
  */
1967
1967
  export interface PartitionValueList {
1968
1968
  /**
1969
- * @public
1970
1969
  * <p>The list of partition values.</p>
1970
+ * @public
1971
1971
  */
1972
1972
  Values: string[] | undefined;
1973
1973
  }
@@ -1990,33 +1990,33 @@ export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType
1990
1990
  */
1991
1991
  export interface GetTemporaryGluePartitionCredentialsRequest {
1992
1992
  /**
1993
- * @public
1994
1993
  * <p>The ARN of the partitions' table.</p>
1994
+ * @public
1995
1995
  */
1996
1996
  TableArn: string | undefined;
1997
1997
  /**
1998
- * @public
1999
1998
  * <p>A list of partition values identifying a single partition.</p>
1999
+ * @public
2000
2000
  */
2001
2001
  Partition: PartitionValueList | undefined;
2002
2002
  /**
2003
- * @public
2004
2003
  * <p>Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).</p>
2004
+ * @public
2005
2005
  */
2006
2006
  Permissions?: Permission[];
2007
2007
  /**
2008
- * @public
2009
2008
  * <p>The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.</p>
2009
+ * @public
2010
2010
  */
2011
2011
  DurationSeconds?: number;
2012
2012
  /**
2013
- * @public
2014
2013
  * <p>A structure representing context to access a resource (column names, query ID, etc).</p>
2014
+ * @public
2015
2015
  */
2016
2016
  AuditContext?: AuditContext;
2017
2017
  /**
2018
- * @public
2019
2018
  * <p>A list of supported permission types for the partition. Valid values are <code>COLUMN_PERMISSION</code> and <code>CELL_FILTER_PERMISSION</code>.</p>
2019
+ * @public
2020
2020
  */
2021
2021
  SupportedPermissionTypes?: PermissionType[];
2022
2022
  }
@@ -2025,36 +2025,36 @@ export interface GetTemporaryGluePartitionCredentialsRequest {
2025
2025
  */
2026
2026
  export interface GetTemporaryGluePartitionCredentialsResponse {
2027
2027
  /**
2028
- * @public
2029
2028
  * <p>The access key ID for the temporary credentials.</p>
2029
+ * @public
2030
2030
  */
2031
2031
  AccessKeyId?: string;
2032
2032
  /**
2033
- * @public
2034
2033
  * <p>The secret key for the temporary credentials.</p>
2034
+ * @public
2035
2035
  */
2036
2036
  SecretAccessKey?: string;
2037
2037
  /**
2038
- * @public
2039
2038
  * <p>The session token for the temporary credentials.</p>
2039
+ * @public
2040
2040
  */
2041
2041
  SessionToken?: string;
2042
2042
  /**
2043
- * @public
2044
2043
  * <p>The date and time when the temporary credentials expire.</p>
2044
+ * @public
2045
2045
  */
2046
2046
  Expiration?: Date;
2047
2047
  }
2048
2048
  /**
2049
- * @public
2050
2049
  * <p>The engine does not support filtering data based on the enforced permissions. For example, if you call the <code>GetTemporaryGlueTableCredentials</code> operation with <code>SupportedPermissionType</code> equal to <code>ColumnPermission</code>, but cell-level permissions exist on the table, this exception is thrown.</p>
2050
+ * @public
2051
2051
  */
2052
2052
  export declare class PermissionTypeMismatchException extends __BaseException {
2053
2053
  readonly name: "PermissionTypeMismatchException";
2054
2054
  readonly $fault: "client";
2055
2055
  /**
2056
- * @public
2057
2056
  * <p>A message describing the problem.</p>
2057
+ * @public
2058
2058
  */
2059
2059
  Message?: string;
2060
2060
  /**
@@ -2063,33 +2063,33 @@ export declare class PermissionTypeMismatchException extends __BaseException {
2063
2063
  constructor(opts: __ExceptionOptionType<PermissionTypeMismatchException, __BaseException>);
2064
2064
  }
2065
2065
  /**
2066
- * @public
2067
2066
  * <p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>
2067
+ * @public
2068
2068
  */
2069
2069
  export interface QuerySessionContext {
2070
2070
  /**
2071
- * @public
2072
2071
  * <p>A unique identifier generated by the query engine for the query.</p>
2072
+ * @public
2073
2073
  */
2074
2074
  QueryId?: string;
2075
2075
  /**
2076
- * @public
2077
2076
  * <p>A timestamp provided by the query engine for when the query started.</p>
2077
+ * @public
2078
2078
  */
2079
2079
  QueryStartTime?: Date;
2080
2080
  /**
2081
- * @public
2082
2081
  * <p>An identifier string for the consumer cluster.</p>
2082
+ * @public
2083
2083
  */
2084
2084
  ClusterId?: string;
2085
2085
  /**
2086
- * @public
2087
2086
  * <p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>
2087
+ * @public
2088
2088
  */
2089
2089
  QueryAuthorizationId?: string;
2090
2090
  /**
2091
- * @public
2092
2091
  * <p>An opaque string-string map passed by the query engine.</p>
2092
+ * @public
2093
2093
  */
2094
2094
  AdditionalContext?: Record<string, string>;
2095
2095
  }
@@ -2098,38 +2098,38 @@ export interface QuerySessionContext {
2098
2098
  */
2099
2099
  export interface GetTemporaryGlueTableCredentialsRequest {
2100
2100
  /**
2101
- * @public
2102
2101
  * <p>The ARN identifying a table in the Data Catalog for the temporary credentials request.</p>
2102
+ * @public
2103
2103
  */
2104
2104
  TableArn: string | undefined;
2105
2105
  /**
2106
- * @public
2107
2106
  * <p>Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).</p>
2107
+ * @public
2108
2108
  */
2109
2109
  Permissions?: Permission[];
2110
2110
  /**
2111
- * @public
2112
2111
  * <p>The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.</p>
2112
+ * @public
2113
2113
  */
2114
2114
  DurationSeconds?: number;
2115
2115
  /**
2116
- * @public
2117
2116
  * <p>A structure representing context to access a resource (column names, query ID, etc).</p>
2117
+ * @public
2118
2118
  */
2119
2119
  AuditContext?: AuditContext;
2120
2120
  /**
2121
- * @public
2122
2121
  * <p>A list of supported permission types for the table. Valid values are <code>COLUMN_PERMISSION</code> and <code>CELL_FILTER_PERMISSION</code>.</p>
2122
+ * @public
2123
2123
  */
2124
2124
  SupportedPermissionTypes?: PermissionType[];
2125
2125
  /**
2126
- * @public
2127
2126
  * <p>The Amazon S3 path for the table.</p>
2127
+ * @public
2128
2128
  */
2129
2129
  S3Path?: string;
2130
2130
  /**
2131
- * @public
2132
2131
  * <p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>
2132
+ * @public
2133
2133
  */
2134
2134
  QuerySessionContext?: QuerySessionContext;
2135
2135
  }
@@ -2138,28 +2138,28 @@ export interface GetTemporaryGlueTableCredentialsRequest {
2138
2138
  */
2139
2139
  export interface GetTemporaryGlueTableCredentialsResponse {
2140
2140
  /**
2141
- * @public
2142
2141
  * <p>The access key ID for the temporary credentials.</p>
2142
+ * @public
2143
2143
  */
2144
2144
  AccessKeyId?: string;
2145
2145
  /**
2146
- * @public
2147
2146
  * <p>The secret key for the temporary credentials.</p>
2147
+ * @public
2148
2148
  */
2149
2149
  SecretAccessKey?: string;
2150
2150
  /**
2151
- * @public
2152
2151
  * <p>The session token for the temporary credentials.</p>
2152
+ * @public
2153
2153
  */
2154
2154
  SessionToken?: string;
2155
2155
  /**
2156
- * @public
2157
2156
  * <p>The date and time when the temporary credentials expire.</p>
2157
+ * @public
2158
2158
  */
2159
2159
  Expiration?: Date;
2160
2160
  /**
2161
- * @public
2162
2161
  * <p>The Amazon S3 path for the temporary credentials.</p>
2162
+ * @public
2163
2163
  */
2164
2164
  VendedS3Path?: string[];
2165
2165
  }
@@ -2168,29 +2168,29 @@ export interface GetTemporaryGlueTableCredentialsResponse {
2168
2168
  */
2169
2169
  export interface GetWorkUnitResultsRequest {
2170
2170
  /**
2171
- * @public
2172
2171
  * <p>The ID of the plan query operation for which to get results.</p>
2172
+ * @public
2173
2173
  */
2174
2174
  QueryId: string | undefined;
2175
2175
  /**
2176
- * @public
2177
2176
  * <p>The work unit ID for which to get results. Value generated by enumerating <code>WorkUnitIdMin</code> to <code>WorkUnitIdMax</code> (inclusive) from the <code>WorkUnitRange</code> in the output of <code>GetWorkUnits</code>.</p>
2177
+ * @public
2178
2178
  */
2179
2179
  WorkUnitId: number | undefined;
2180
2180
  /**
2181
- * @public
2182
2181
  * <p>A work token used to query the execution service. Token output from <code>GetWorkUnits</code>.</p>
2182
+ * @public
2183
2183
  */
2184
2184
  WorkUnitToken: string | undefined;
2185
2185
  }
2186
2186
  /**
2187
- * @public
2188
2187
  * <p>A structure for the output.</p>
2188
+ * @public
2189
2189
  */
2190
2190
  export interface GetWorkUnitResultsResponse {
2191
2191
  /**
2192
- * @public
2193
2192
  * <p>Rows returned from the <code>GetWorkUnitResults</code> operation as a stream of Apache Arrow v1.0 messages.</p>
2193
+ * @public
2194
2194
  */
2195
2195
  ResultStream?: StreamingBlobTypes;
2196
2196
  }
@@ -2199,73 +2199,73 @@ export interface GetWorkUnitResultsResponse {
2199
2199
  */
2200
2200
  export interface GetWorkUnitsRequest {
2201
2201
  /**
2202
- * @public
2203
2202
  * <p>A continuation token, if this is a continuation call.</p>
2203
+ * @public
2204
2204
  */
2205
2205
  NextToken?: string;
2206
2206
  /**
2207
- * @public
2208
2207
  * <p>The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.</p>
2208
+ * @public
2209
2209
  */
2210
2210
  PageSize?: number;
2211
2211
  /**
2212
- * @public
2213
2212
  * <p>The ID of the plan query operation.</p>
2213
+ * @public
2214
2214
  */
2215
2215
  QueryId: string | undefined;
2216
2216
  }
2217
2217
  /**
2218
- * @public
2219
2218
  * <p>Defines the valid range of work unit IDs for querying the execution service.</p>
2219
+ * @public
2220
2220
  */
2221
2221
  export interface WorkUnitRange {
2222
2222
  /**
2223
- * @public
2224
2223
  * <p>Defines the maximum work unit ID in the range. The maximum value is inclusive.</p>
2224
+ * @public
2225
2225
  */
2226
2226
  WorkUnitIdMax: number | undefined;
2227
2227
  /**
2228
- * @public
2229
2228
  * <p>Defines the minimum work unit ID in the range.</p>
2229
+ * @public
2230
2230
  */
2231
2231
  WorkUnitIdMin: number | undefined;
2232
2232
  /**
2233
- * @public
2234
2233
  * <p>A work token used to query the execution service.</p>
2234
+ * @public
2235
2235
  */
2236
2236
  WorkUnitToken: string | undefined;
2237
2237
  }
2238
2238
  /**
2239
- * @public
2240
2239
  * <p>A structure for the output.</p>
2240
+ * @public
2241
2241
  */
2242
2242
  export interface GetWorkUnitsResponse {
2243
2243
  /**
2244
- * @public
2245
2244
  * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
2245
+ * @public
2246
2246
  */
2247
2247
  NextToken?: string;
2248
2248
  /**
2249
- * @public
2250
2249
  * <p>The ID of the plan query operation.</p>
2250
+ * @public
2251
2251
  */
2252
2252
  QueryId: string | undefined;
2253
2253
  /**
2254
- * @public
2255
2254
  * <p>A <code>WorkUnitRangeList</code> object that specifies the valid range of work unit IDs for querying the execution service.</p>
2255
+ * @public
2256
2256
  */
2257
2257
  WorkUnitRanges: WorkUnitRange[] | undefined;
2258
2258
  }
2259
2259
  /**
2260
- * @public
2261
2260
  * <p>Contains details about an error related to work units not being ready.</p>
2261
+ * @public
2262
2262
  */
2263
2263
  export declare class WorkUnitsNotReadyYetException extends __BaseException {
2264
2264
  readonly name: "WorkUnitsNotReadyYetException";
2265
2265
  readonly $fault: "client";
2266
2266
  /**
2267
- * @public
2268
2267
  * <p>A message describing the error.</p>
2268
+ * @public
2269
2269
  */
2270
2270
  Message?: string;
2271
2271
  /**
@@ -2278,29 +2278,29 @@ export declare class WorkUnitsNotReadyYetException extends __BaseException {
2278
2278
  */
2279
2279
  export interface GrantPermissionsRequest {
2280
2280
  /**
2281
- * @public
2282
2281
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2282
+ * @public
2283
2283
  */
2284
2284
  CatalogId?: string;
2285
2285
  /**
2286
- * @public
2287
2286
  * <p>The principal to be granted the permissions on the resource. Supported principals are IAM users or IAM roles, and they are defined by their principal type and their ARN.</p>
2288
2287
  * <p>Note that if you define a resource with a particular ARN, then later delete, and recreate a resource with that same ARN, the resource maintains the permissions already granted. </p>
2288
+ * @public
2289
2289
  */
2290
2290
  Principal: DataLakePrincipal | undefined;
2291
2291
  /**
2292
- * @public
2293
2292
  * <p>The resource to which permissions are to be granted. Resources in Lake Formation are the Data Catalog, databases, and tables.</p>
2293
+ * @public
2294
2294
  */
2295
2295
  Resource: Resource | undefined;
2296
2296
  /**
2297
- * @public
2298
2297
  * <p>The permissions granted to the principal on the resource. Lake Formation defines privileges to grant and revoke access to metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3. Lake Formation requires that each principal be authorized to perform a specific task on Lake Formation resources. </p>
2298
+ * @public
2299
2299
  */
2300
2300
  Permissions: Permission[] | undefined;
2301
2301
  /**
2302
- * @public
2303
2302
  * <p>Indicates a list of the granted permissions that the principal may pass to other users. These permissions may only be a subset of the permissions granted in the <code>Privileges</code>.</p>
2303
+ * @public
2304
2304
  */
2305
2305
  PermissionsWithGrantOption?: Permission[];
2306
2306
  }
@@ -2314,18 +2314,18 @@ export interface GrantPermissionsResponse {
2314
2314
  */
2315
2315
  export interface ListDataCellsFilterRequest {
2316
2316
  /**
2317
- * @public
2318
2317
  * <p>A table in the Glue Data Catalog.</p>
2318
+ * @public
2319
2319
  */
2320
2320
  Table?: TableResource;
2321
2321
  /**
2322
- * @public
2323
2322
  * <p>A continuation token, if this is a continuation call.</p>
2323
+ * @public
2324
2324
  */
2325
2325
  NextToken?: string;
2326
2326
  /**
2327
- * @public
2328
2327
  * <p>The maximum size of the response.</p>
2328
+ * @public
2329
2329
  */
2330
2330
  MaxResults?: number;
2331
2331
  }
@@ -2334,13 +2334,13 @@ export interface ListDataCellsFilterRequest {
2334
2334
  */
2335
2335
  export interface ListDataCellsFilterResponse {
2336
2336
  /**
2337
- * @public
2338
2337
  * <p>A list of <code>DataCellFilter</code> structures.</p>
2338
+ * @public
2339
2339
  */
2340
2340
  DataCellsFilters?: DataCellsFilter[];
2341
2341
  /**
2342
- * @public
2343
2342
  * <p>A continuation token, if not all requested data cell filters have been returned.</p>
2343
+ * @public
2344
2344
  */
2345
2345
  NextToken?: string;
2346
2346
  }
@@ -2349,51 +2349,51 @@ export interface ListDataCellsFilterResponse {
2349
2349
  */
2350
2350
  export interface ListLakeFormationOptInsRequest {
2351
2351
  /**
2352
- * @public
2353
2352
  * <p>The Lake Formation principal. Supported principals are IAM users
2354
2353
  * or IAM roles.</p>
2354
+ * @public
2355
2355
  */
2356
2356
  Principal?: DataLakePrincipal;
2357
2357
  /**
2358
- * @public
2359
2358
  * <p>A structure for the resource.</p>
2359
+ * @public
2360
2360
  */
2361
2361
  Resource?: Resource;
2362
2362
  /**
2363
- * @public
2364
2363
  * <p>The maximum number of results to return.</p>
2364
+ * @public
2365
2365
  */
2366
2366
  MaxResults?: number;
2367
2367
  /**
2368
- * @public
2369
2368
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2369
+ * @public
2370
2370
  */
2371
2371
  NextToken?: string;
2372
2372
  }
2373
2373
  /**
2374
- * @public
2375
2374
  * <p>A single principal-resource pair that has Lake Formation permissins enforced.</p>
2375
+ * @public
2376
2376
  */
2377
2377
  export interface LakeFormationOptInsInfo {
2378
2378
  /**
2379
- * @public
2380
2379
  * <p>A structure for the resource.</p>
2380
+ * @public
2381
2381
  */
2382
2382
  Resource?: Resource;
2383
2383
  /**
2384
- * @public
2385
2384
  * <p>The Lake Formation principal. Supported principals are IAM users
2386
2385
  * or IAM roles.</p>
2386
+ * @public
2387
2387
  */
2388
2388
  Principal?: DataLakePrincipal;
2389
2389
  /**
2390
- * @public
2391
2390
  * <p>The last modified date and time of the record.</p>
2391
+ * @public
2392
2392
  */
2393
2393
  LastModified?: Date;
2394
2394
  /**
2395
- * @public
2396
2395
  * <p>The user who updated the record.</p>
2396
+ * @public
2397
2397
  */
2398
2398
  LastUpdatedBy?: string;
2399
2399
  }
@@ -2402,13 +2402,13 @@ export interface LakeFormationOptInsInfo {
2402
2402
  */
2403
2403
  export interface ListLakeFormationOptInsResponse {
2404
2404
  /**
2405
- * @public
2406
2405
  * <p>A list of principal-resource pairs that have Lake Formation permissins enforced.</p>
2406
+ * @public
2407
2407
  */
2408
2408
  LakeFormationOptInsInfoList?: LakeFormationOptInsInfo[];
2409
2409
  /**
2410
- * @public
2411
2410
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2411
+ * @public
2412
2412
  */
2413
2413
  NextToken?: string;
2414
2414
  }
@@ -2429,23 +2429,23 @@ export type ResourceShareType = (typeof ResourceShareType)[keyof typeof Resource
2429
2429
  */
2430
2430
  export interface ListLFTagsRequest {
2431
2431
  /**
2432
- * @public
2433
2432
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2433
+ * @public
2434
2434
  */
2435
2435
  CatalogId?: string;
2436
2436
  /**
2437
- * @public
2438
2437
  * <p>If resource share type is <code>ALL</code>, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is <code>FOREIGN</code>, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.</p>
2438
+ * @public
2439
2439
  */
2440
2440
  ResourceShareType?: ResourceShareType;
2441
2441
  /**
2442
- * @public
2443
2442
  * <p>The maximum number of results to return.</p>
2443
+ * @public
2444
2444
  */
2445
2445
  MaxResults?: number;
2446
2446
  /**
2447
- * @public
2448
2447
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2448
+ * @public
2449
2449
  */
2450
2450
  NextToken?: string;
2451
2451
  }
@@ -2454,13 +2454,13 @@ export interface ListLFTagsRequest {
2454
2454
  */
2455
2455
  export interface ListLFTagsResponse {
2456
2456
  /**
2457
- * @public
2458
2457
  * <p>A list of LF-tags that the requested has permission to view.</p>
2458
+ * @public
2459
2459
  */
2460
2460
  LFTags?: LFTagPair[];
2461
2461
  /**
2462
- * @public
2463
2462
  * <p>A continuation token, present if the current list segment is not the last.</p>
2463
+ * @public
2464
2464
  */
2465
2465
  NextToken?: string;
2466
2466
  }
@@ -2487,39 +2487,39 @@ export type DataLakeResourceType = (typeof DataLakeResourceType)[keyof typeof Da
2487
2487
  */
2488
2488
  export interface ListPermissionsRequest {
2489
2489
  /**
2490
- * @public
2491
2490
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2491
+ * @public
2492
2492
  */
2493
2493
  CatalogId?: string;
2494
2494
  /**
2495
- * @public
2496
2495
  * <p>Specifies a principal to filter the permissions returned.</p>
2496
+ * @public
2497
2497
  */
2498
2498
  Principal?: DataLakePrincipal;
2499
2499
  /**
2500
- * @public
2501
2500
  * <p>Specifies a resource type to filter the permissions returned.</p>
2501
+ * @public
2502
2502
  */
2503
2503
  ResourceType?: DataLakeResourceType;
2504
2504
  /**
2505
- * @public
2506
2505
  * <p>A resource where you will get a list of the principal permissions.</p>
2507
2506
  * <p>This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.</p>
2507
+ * @public
2508
2508
  */
2509
2509
  Resource?: Resource;
2510
2510
  /**
2511
- * @public
2512
2511
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2512
+ * @public
2513
2513
  */
2514
2514
  NextToken?: string;
2515
2515
  /**
2516
- * @public
2517
2516
  * <p>The maximum number of results to return.</p>
2517
+ * @public
2518
2518
  */
2519
2519
  MaxResults?: number;
2520
2520
  /**
2521
- * @public
2522
2521
  * <p>Indicates that related permissions should be included in the results.</p>
2522
+ * @public
2523
2523
  */
2524
2524
  IncludeRelated?: string;
2525
2525
  }
@@ -2528,13 +2528,13 @@ export interface ListPermissionsRequest {
2528
2528
  */
2529
2529
  export interface ListPermissionsResponse {
2530
2530
  /**
2531
- * @public
2532
2531
  * <p>A list of principals and their permissions on the resource for the specified principal and resource types.</p>
2532
+ * @public
2533
2533
  */
2534
2534
  PrincipalResourcePermissions?: PrincipalResourcePermissions[];
2535
2535
  /**
2536
- * @public
2537
2536
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2537
+ * @public
2538
2538
  */
2539
2539
  NextToken?: string;
2540
2540
  }
@@ -2573,23 +2573,23 @@ export declare const FieldNameString: {
2573
2573
  */
2574
2574
  export type FieldNameString = (typeof FieldNameString)[keyof typeof FieldNameString];
2575
2575
  /**
2576
- * @public
2577
2576
  * <p>This structure describes the filtering of columns in a table based on a filter condition.</p>
2577
+ * @public
2578
2578
  */
2579
2579
  export interface FilterCondition {
2580
2580
  /**
2581
- * @public
2582
2581
  * <p>The field to filter in the filter condition.</p>
2582
+ * @public
2583
2583
  */
2584
2584
  Field?: FieldNameString;
2585
2585
  /**
2586
- * @public
2587
2586
  * <p>The comparison operator used in the filter condition.</p>
2587
+ * @public
2588
2588
  */
2589
2589
  ComparisonOperator?: ComparisonOperator;
2590
2590
  /**
2591
- * @public
2592
2591
  * <p>A string with values used in evaluating the filter condition.</p>
2592
+ * @public
2593
2593
  */
2594
2594
  StringValueList?: string[];
2595
2595
  }
@@ -2598,18 +2598,18 @@ export interface FilterCondition {
2598
2598
  */
2599
2599
  export interface ListResourcesRequest {
2600
2600
  /**
2601
- * @public
2602
2601
  * <p>Any applicable row-level and/or column-level filtering conditions for the resources.</p>
2602
+ * @public
2603
2603
  */
2604
2604
  FilterConditionList?: FilterCondition[];
2605
2605
  /**
2606
- * @public
2607
2606
  * <p>The maximum number of resource results.</p>
2607
+ * @public
2608
2608
  */
2609
2609
  MaxResults?: number;
2610
2610
  /**
2611
- * @public
2612
2611
  * <p>A continuation token, if this is not the first call to retrieve these resources.</p>
2612
+ * @public
2613
2613
  */
2614
2614
  NextToken?: string;
2615
2615
  }
@@ -2618,13 +2618,13 @@ export interface ListResourcesRequest {
2618
2618
  */
2619
2619
  export interface ListResourcesResponse {
2620
2620
  /**
2621
- * @public
2622
2621
  * <p>A summary of the data lake resources.</p>
2622
+ * @public
2623
2623
  */
2624
2624
  ResourceInfoList?: ResourceInfo[];
2625
2625
  /**
2626
- * @public
2627
2626
  * <p>A continuation token, if this is not the first call to retrieve these resources.</p>
2627
+ * @public
2628
2628
  */
2629
2629
  NextToken?: string;
2630
2630
  }
@@ -2646,66 +2646,66 @@ export type OptimizerType = (typeof OptimizerType)[keyof typeof OptimizerType];
2646
2646
  */
2647
2647
  export interface ListTableStorageOptimizersRequest {
2648
2648
  /**
2649
- * @public
2650
2649
  * <p>The Catalog ID of the table.</p>
2650
+ * @public
2651
2651
  */
2652
2652
  CatalogId?: string;
2653
2653
  /**
2654
- * @public
2655
2654
  * <p>Name of the database where the table is present.</p>
2655
+ * @public
2656
2656
  */
2657
2657
  DatabaseName: string | undefined;
2658
2658
  /**
2659
- * @public
2660
2659
  * <p>Name of the table.</p>
2660
+ * @public
2661
2661
  */
2662
2662
  TableName: string | undefined;
2663
2663
  /**
2664
- * @public
2665
2664
  * <p>The specific type of storage optimizers to list. The supported value is <code>compaction</code>.</p>
2665
+ * @public
2666
2666
  */
2667
2667
  StorageOptimizerType?: OptimizerType;
2668
2668
  /**
2669
- * @public
2670
2669
  * <p>The number of storage optimizers to return on each call.</p>
2670
+ * @public
2671
2671
  */
2672
2672
  MaxResults?: number;
2673
2673
  /**
2674
- * @public
2675
2674
  * <p>A continuation token, if this is a continuation call.</p>
2675
+ * @public
2676
2676
  */
2677
2677
  NextToken?: string;
2678
2678
  }
2679
2679
  /**
2680
- * @public
2681
2680
  * <p>A structure describing the configuration and details of a storage optimizer.</p>
2681
+ * @public
2682
2682
  */
2683
2683
  export interface StorageOptimizer {
2684
2684
  /**
2685
- * @public
2686
2685
  * <p>The specific type of storage optimizer. The supported value is <code>compaction</code>.</p>
2686
+ * @public
2687
2687
  */
2688
2688
  StorageOptimizerType?: OptimizerType;
2689
2689
  /**
2690
- * @public
2691
2690
  * <p>A map of the storage optimizer configuration. Currently contains only one key-value pair: <code>is_enabled</code> indicates true or false for acceleration.</p>
2691
+ * @public
2692
2692
  */
2693
2693
  Config?: Record<string, string>;
2694
2694
  /**
2695
- * @public
2696
2695
  * <p>A message that contains information about any error (if present).</p>
2697
2696
  * <p>When an acceleration result has an enabled status, the error message is empty.</p>
2698
2697
  * <p>When an acceleration result has a disabled status, the message describes an error or simply indicates "disabled by the user".</p>
2698
+ * @public
2699
2699
  */
2700
2700
  ErrorMessage?: string;
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>A message that contains information about any warnings (if present).</p>
2703
+ * @public
2704
2704
  */
2705
2705
  Warnings?: string;
2706
2706
  /**
2707
- * @public
2708
2707
  * <p>When an acceleration result has an enabled status, contains the details of the last job run.</p>
2708
+ * @public
2709
2709
  */
2710
2710
  LastRunDetails?: string;
2711
2711
  }
@@ -2714,13 +2714,13 @@ export interface StorageOptimizer {
2714
2714
  */
2715
2715
  export interface ListTableStorageOptimizersResponse {
2716
2716
  /**
2717
- * @public
2718
2717
  * <p>A list of the storage optimizers associated with a table.</p>
2718
+ * @public
2719
2719
  */
2720
2720
  StorageOptimizerList?: StorageOptimizer[];
2721
2721
  /**
2722
- * @public
2723
2722
  * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
2723
+ * @public
2724
2724
  */
2725
2725
  NextToken?: string;
2726
2726
  }
@@ -2744,23 +2744,23 @@ export type TransactionStatusFilter = (typeof TransactionStatusFilter)[keyof typ
2744
2744
  */
2745
2745
  export interface ListTransactionsRequest {
2746
2746
  /**
2747
- * @public
2748
2747
  * <p>The catalog for which to list transactions. Defaults to the account ID of the caller.</p>
2748
+ * @public
2749
2749
  */
2750
2750
  CatalogId?: string;
2751
2751
  /**
2752
- * @public
2753
2752
  * <p> A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is <code>ALL</code>.</p>
2753
+ * @public
2754
2754
  */
2755
2755
  StatusFilter?: TransactionStatusFilter;
2756
2756
  /**
2757
- * @public
2758
2757
  * <p>The maximum number of transactions to return in a single call.</p>
2758
+ * @public
2759
2759
  */
2760
2760
  MaxResults?: number;
2761
2761
  /**
2762
- * @public
2763
2762
  * <p>A continuation token if this is not the first call to retrieve transactions.</p>
2763
+ * @public
2764
2764
  */
2765
2765
  NextToken?: string;
2766
2766
  }
@@ -2769,13 +2769,13 @@ export interface ListTransactionsRequest {
2769
2769
  */
2770
2770
  export interface ListTransactionsResponse {
2771
2771
  /**
2772
- * @public
2773
2772
  * <p>A list of transactions. The record for each transaction is a <code>TransactionDescription</code> object.</p>
2773
+ * @public
2774
2774
  */
2775
2775
  Transactions?: TransactionDescription[];
2776
2776
  /**
2777
- * @public
2778
2777
  * <p>A continuation token indicating whether additional data is available.</p>
2778
+ * @public
2779
2779
  */
2780
2780
  NextToken?: string;
2781
2781
  }
@@ -2784,13 +2784,13 @@ export interface ListTransactionsResponse {
2784
2784
  */
2785
2785
  export interface PutDataLakeSettingsRequest {
2786
2786
  /**
2787
- * @public
2788
2787
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2788
+ * @public
2789
2789
  */
2790
2790
  CatalogId?: string;
2791
2791
  /**
2792
- * @public
2793
2792
  * <p>A structure representing a list of Lake Formation principals designated as data lake administrators.</p>
2793
+ * @public
2794
2794
  */
2795
2795
  DataLakeSettings: DataLakeSettings | undefined;
2796
2796
  }
@@ -2804,31 +2804,31 @@ export interface PutDataLakeSettingsResponse {
2804
2804
  */
2805
2805
  export interface RegisterResourceRequest {
2806
2806
  /**
2807
- * @public
2808
2807
  * <p>The Amazon Resource Name (ARN) of the resource that you want to register.</p>
2808
+ * @public
2809
2809
  */
2810
2810
  ResourceArn: string | undefined;
2811
2811
  /**
2812
- * @public
2813
2812
  * <p>Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation.</p>
2814
2813
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html">Using Service-Linked Roles for Lake Formation</a>.</p>
2814
+ * @public
2815
2815
  */
2816
2816
  UseServiceLinkedRole?: boolean;
2817
2817
  /**
2818
- * @public
2819
2818
  * <p>The identifier for the role that registers the resource.</p>
2819
+ * @public
2820
2820
  */
2821
2821
  RoleArn?: string;
2822
2822
  /**
2823
- * @public
2824
2823
  * <p>Whether or not the resource is a federated resource.</p>
2824
+ * @public
2825
2825
  */
2826
2826
  WithFederation?: boolean;
2827
2827
  /**
2828
- * @public
2829
2828
  * <p>
2830
2829
  * Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
2831
2830
  * </p>
2831
+ * @public
2832
2832
  */
2833
2833
  HybridAccessEnabled?: boolean;
2834
2834
  }
@@ -2842,18 +2842,18 @@ export interface RegisterResourceResponse {
2842
2842
  */
2843
2843
  export interface RemoveLFTagsFromResourceRequest {
2844
2844
  /**
2845
- * @public
2846
2845
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2846
+ * @public
2847
2847
  */
2848
2848
  CatalogId?: string;
2849
2849
  /**
2850
- * @public
2851
2850
  * <p>The database, table, or column resource where you want to remove an LF-tag.</p>
2851
+ * @public
2852
2852
  */
2853
2853
  Resource: Resource | undefined;
2854
2854
  /**
2855
- * @public
2856
2855
  * <p>The LF-tags to be removed from the resource.</p>
2856
+ * @public
2857
2857
  */
2858
2858
  LFTags: LFTagPair[] | undefined;
2859
2859
  }
@@ -2862,8 +2862,8 @@ export interface RemoveLFTagsFromResourceRequest {
2862
2862
  */
2863
2863
  export interface RemoveLFTagsFromResourceResponse {
2864
2864
  /**
2865
- * @public
2866
2865
  * <p>A list of failures to untag a resource.</p>
2866
+ * @public
2867
2867
  */
2868
2868
  Failures?: LFTagError[];
2869
2869
  }
@@ -2872,29 +2872,29 @@ export interface RemoveLFTagsFromResourceResponse {
2872
2872
  */
2873
2873
  export interface RevokePermissionsRequest {
2874
2874
  /**
2875
- * @public
2876
2875
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2876
+ * @public
2877
2877
  */
2878
2878
  CatalogId?: string;
2879
2879
  /**
2880
- * @public
2881
2880
  * <p>The principal to be revoked permissions on the resource.</p>
2881
+ * @public
2882
2882
  */
2883
2883
  Principal: DataLakePrincipal | undefined;
2884
2884
  /**
2885
- * @public
2886
2885
  * <p>The resource to which permissions are to be revoked.</p>
2886
+ * @public
2887
2887
  */
2888
2888
  Resource: Resource | undefined;
2889
2889
  /**
2890
- * @public
2891
2890
  * <p>The permissions revoked to the principal on the resource. For information about permissions, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html">Security
2892
2891
  * and Access Control to Metadata and Data</a>.</p>
2892
+ * @public
2893
2893
  */
2894
2894
  Permissions: Permission[] | undefined;
2895
2895
  /**
2896
- * @public
2897
2896
  * <p>Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.</p>
2897
+ * @public
2898
2898
  */
2899
2899
  PermissionsWithGrantOption?: Permission[];
2900
2900
  }
@@ -2908,39 +2908,39 @@ export interface RevokePermissionsResponse {
2908
2908
  */
2909
2909
  export interface SearchDatabasesByLFTagsRequest {
2910
2910
  /**
2911
- * @public
2912
2911
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2912
+ * @public
2913
2913
  */
2914
2914
  NextToken?: string;
2915
2915
  /**
2916
- * @public
2917
2916
  * <p>The maximum number of results to return.</p>
2917
+ * @public
2918
2918
  */
2919
2919
  MaxResults?: number;
2920
2920
  /**
2921
- * @public
2922
2921
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2922
+ * @public
2923
2923
  */
2924
2924
  CatalogId?: string;
2925
2925
  /**
2926
- * @public
2927
2926
  * <p>A list of conditions (<code>LFTag</code> structures) to search for in database resources.</p>
2927
+ * @public
2928
2928
  */
2929
2929
  Expression: LFTag[] | undefined;
2930
2930
  }
2931
2931
  /**
2932
- * @public
2933
2932
  * <p>A structure describing a database resource with LF-tags.</p>
2933
+ * @public
2934
2934
  */
2935
2935
  export interface TaggedDatabase {
2936
2936
  /**
2937
- * @public
2938
2937
  * <p>A database that has LF-tags attached to it.</p>
2938
+ * @public
2939
2939
  */
2940
2940
  Database?: DatabaseResource;
2941
2941
  /**
2942
- * @public
2943
2942
  * <p>A list of LF-tags attached to the database.</p>
2943
+ * @public
2944
2944
  */
2945
2945
  LFTags?: LFTagPair[];
2946
2946
  }
@@ -2949,13 +2949,13 @@ export interface TaggedDatabase {
2949
2949
  */
2950
2950
  export interface SearchDatabasesByLFTagsResponse {
2951
2951
  /**
2952
- * @public
2953
2952
  * <p>A continuation token, present if the current list segment is not the last.</p>
2953
+ * @public
2954
2954
  */
2955
2955
  NextToken?: string;
2956
2956
  /**
2957
- * @public
2958
2957
  * <p>A list of databases that meet the LF-tag conditions.</p>
2958
+ * @public
2959
2959
  */
2960
2960
  DatabaseList?: TaggedDatabase[];
2961
2961
  }
@@ -2964,49 +2964,49 @@ export interface SearchDatabasesByLFTagsResponse {
2964
2964
  */
2965
2965
  export interface SearchTablesByLFTagsRequest {
2966
2966
  /**
2967
- * @public
2968
2967
  * <p>A continuation token, if this is not the first call to retrieve this list.</p>
2968
+ * @public
2969
2969
  */
2970
2970
  NextToken?: string;
2971
2971
  /**
2972
- * @public
2973
2972
  * <p>The maximum number of results to return.</p>
2973
+ * @public
2974
2974
  */
2975
2975
  MaxResults?: number;
2976
2976
  /**
2977
- * @public
2978
2977
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
2978
+ * @public
2979
2979
  */
2980
2980
  CatalogId?: string;
2981
2981
  /**
2982
- * @public
2983
2982
  * <p>A list of conditions (<code>LFTag</code> structures) to search for in table resources.</p>
2983
+ * @public
2984
2984
  */
2985
2985
  Expression: LFTag[] | undefined;
2986
2986
  }
2987
2987
  /**
2988
- * @public
2989
2988
  * <p>A structure describing a table resource with LF-tags.</p>
2989
+ * @public
2990
2990
  */
2991
2991
  export interface TaggedTable {
2992
2992
  /**
2993
- * @public
2994
2993
  * <p>A table that has LF-tags attached to it.</p>
2994
+ * @public
2995
2995
  */
2996
2996
  Table?: TableResource;
2997
2997
  /**
2998
- * @public
2999
2998
  * <p>A list of LF-tags attached to the database where the table resides.</p>
2999
+ * @public
3000
3000
  */
3001
3001
  LFTagOnDatabase?: LFTagPair[];
3002
3002
  /**
3003
- * @public
3004
3003
  * <p>A list of LF-tags attached to the table.</p>
3004
+ * @public
3005
3005
  */
3006
3006
  LFTagsOnTable?: LFTagPair[];
3007
3007
  /**
3008
- * @public
3009
3008
  * <p>A list of LF-tags attached to columns in the table.</p>
3009
+ * @public
3010
3010
  */
3011
3011
  LFTagsOnColumns?: ColumnLFTag[];
3012
3012
  }
@@ -3015,44 +3015,44 @@ export interface TaggedTable {
3015
3015
  */
3016
3016
  export interface SearchTablesByLFTagsResponse {
3017
3017
  /**
3018
- * @public
3019
3018
  * <p>A continuation token, present if the current list segment is not the last. On the first run, if you include a not null (a value) token you can get empty pages.</p>
3019
+ * @public
3020
3020
  */
3021
3021
  NextToken?: string;
3022
3022
  /**
3023
- * @public
3024
3023
  * <p>A list of tables that meet the LF-tag conditions.</p>
3024
+ * @public
3025
3025
  */
3026
3026
  TableList?: TaggedTable[];
3027
3027
  }
3028
3028
  /**
3029
- * @public
3030
3029
  * <p>A structure containing information about the query plan.</p>
3030
+ * @public
3031
3031
  */
3032
3032
  export interface QueryPlanningContext {
3033
3033
  /**
3034
- * @public
3035
3034
  * <p>The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.</p>
3035
+ * @public
3036
3036
  */
3037
3037
  CatalogId?: string;
3038
3038
  /**
3039
- * @public
3040
3039
  * <p>The database containing the table.</p>
3040
+ * @public
3041
3041
  */
3042
3042
  DatabaseName: string | undefined;
3043
3043
  /**
3044
- * @public
3045
3044
  * <p>The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with <code>TransactionId</code>.</p>
3045
+ * @public
3046
3046
  */
3047
3047
  QueryAsOfTime?: Date;
3048
3048
  /**
3049
- * @public
3050
3049
  * <p>A map consisting of key-value pairs.</p>
3050
+ * @public
3051
3051
  */
3052
3052
  QueryParameters?: Record<string, string>;
3053
3053
  /**
3054
- * @public
3055
3054
  * <p>The transaction ID at which to read the table contents. If this transaction is not committed, the read will be treated as part of that transaction and will see its writes. If this transaction has aborted, an error will be returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with <code>QueryAsOfTime</code>.</p>
3055
+ * @public
3056
3056
  */
3057
3057
  TransactionId?: string;
3058
3058
  }
@@ -3061,24 +3061,24 @@ export interface QueryPlanningContext {
3061
3061
  */
3062
3062
  export interface StartQueryPlanningRequest {
3063
3063
  /**
3064
- * @public
3065
3064
  * <p>A structure containing information about the query plan.</p>
3065
+ * @public
3066
3066
  */
3067
3067
  QueryPlanningContext: QueryPlanningContext | undefined;
3068
3068
  /**
3069
- * @public
3070
3069
  * <p>A PartiQL query statement used as an input to the planner service.</p>
3070
+ * @public
3071
3071
  */
3072
3072
  QueryString: string | undefined;
3073
3073
  }
3074
3074
  /**
3075
- * @public
3076
3075
  * <p>A structure for the output.</p>
3076
+ * @public
3077
3077
  */
3078
3078
  export interface StartQueryPlanningResponse {
3079
3079
  /**
3080
- * @public
3081
3080
  * <p>The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the <code>Execute</code> operation.</p>
3081
+ * @public
3082
3082
  */
3083
3083
  QueryId: string | undefined;
3084
3084
  }
@@ -3099,8 +3099,8 @@ export type TransactionType = (typeof TransactionType)[keyof typeof TransactionT
3099
3099
  */
3100
3100
  export interface StartTransactionRequest {
3101
3101
  /**
3102
- * @public
3103
3102
  * <p>Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed. </p>
3103
+ * @public
3104
3104
  */
3105
3105
  TransactionType?: TransactionType;
3106
3106
  }
@@ -3109,8 +3109,8 @@ export interface StartTransactionRequest {
3109
3109
  */
3110
3110
  export interface StartTransactionResponse {
3111
3111
  /**
3112
- * @public
3113
3112
  * <p>An opaque identifier for the transaction.</p>
3113
+ * @public
3114
3114
  */
3115
3115
  TransactionId?: string;
3116
3116
  }
@@ -3119,8 +3119,8 @@ export interface StartTransactionResponse {
3119
3119
  */
3120
3120
  export interface UpdateDataCellsFilterRequest {
3121
3121
  /**
3122
- * @public
3123
3122
  * <p>A <code>DataCellsFilter</code> structure containing information about the data cells filter.</p>
3123
+ * @public
3124
3124
  */
3125
3125
  TableData: DataCellsFilter | undefined;
3126
3126
  }
@@ -3134,22 +3134,22 @@ export interface UpdateDataCellsFilterResponse {
3134
3134
  */
3135
3135
  export interface UpdateLakeFormationIdentityCenterConfigurationRequest {
3136
3136
  /**
3137
- * @public
3138
3137
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the
3139
3138
  * persistent metadata store. It contains database definitions, table definitions, view
3140
3139
  * definitions, and other control information to manage your Lake Formation
3141
3140
  * environment.</p>
3141
+ * @public
3142
3142
  */
3143
3143
  CatalogId?: string;
3144
3144
  /**
3145
- * @public
3146
3145
  * <p>Allows to enable or disable the IAM Identity Center connection.</p>
3146
+ * @public
3147
3147
  */
3148
3148
  ApplicationStatus?: ApplicationStatus;
3149
3149
  /**
3150
- * @public
3151
3150
  * <p>A list of the account IDs of Amazon Web Services accounts of third-party applications
3152
3151
  * that are allowed to access data managed by Lake Formation.</p>
3152
+ * @public
3153
3153
  */
3154
3154
  ExternalFiltering?: ExternalFilteringConfiguration;
3155
3155
  }
@@ -3163,23 +3163,23 @@ export interface UpdateLakeFormationIdentityCenterConfigurationResponse {
3163
3163
  */
3164
3164
  export interface UpdateLFTagRequest {
3165
3165
  /**
3166
- * @public
3167
3166
  * <p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. </p>
3167
+ * @public
3168
3168
  */
3169
3169
  CatalogId?: string;
3170
3170
  /**
3171
- * @public
3172
3171
  * <p>The key-name for the LF-tag for which to add or delete values.</p>
3172
+ * @public
3173
3173
  */
3174
3174
  TagKey: string | undefined;
3175
3175
  /**
3176
- * @public
3177
3176
  * <p>A list of LF-tag values to delete from the LF-tag.</p>
3177
+ * @public
3178
3178
  */
3179
3179
  TagValuesToDelete?: string[];
3180
3180
  /**
3181
- * @public
3182
3181
  * <p>A list of LF-tag values to add from the LF-tag.</p>
3182
+ * @public
3183
3183
  */
3184
3184
  TagValuesToAdd?: string[];
3185
3185
  }
@@ -3193,25 +3193,25 @@ export interface UpdateLFTagResponse {
3193
3193
  */
3194
3194
  export interface UpdateResourceRequest {
3195
3195
  /**
3196
- * @public
3197
3196
  * <p>The new role to use for the given resource registered in Lake Formation.</p>
3197
+ * @public
3198
3198
  */
3199
3199
  RoleArn: string | undefined;
3200
3200
  /**
3201
- * @public
3202
3201
  * <p>The resource ARN.</p>
3202
+ * @public
3203
3203
  */
3204
3204
  ResourceArn: string | undefined;
3205
3205
  /**
3206
- * @public
3207
3206
  * <p>Whether or not the resource is a federated resource.</p>
3207
+ * @public
3208
3208
  */
3209
3209
  WithFederation?: boolean;
3210
3210
  /**
3211
- * @public
3212
3211
  * <p>
3213
3212
  * Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
3214
3213
  * </p>
3214
+ * @public
3215
3215
  */
3216
3216
  HybridAccessEnabled?: boolean;
3217
3217
  }
@@ -3221,39 +3221,39 @@ export interface UpdateResourceRequest {
3221
3221
  export interface UpdateResourceResponse {
3222
3222
  }
3223
3223
  /**
3224
- * @public
3225
3224
  * <p>An object to delete from the governed table.</p>
3225
+ * @public
3226
3226
  */
3227
3227
  export interface DeleteObjectInput {
3228
3228
  /**
3229
- * @public
3230
3229
  * <p>The Amazon S3 location of the object to delete.</p>
3230
+ * @public
3231
3231
  */
3232
3232
  Uri: string | undefined;
3233
3233
  /**
3234
- * @public
3235
3234
  * <p>The Amazon S3 ETag of the object. Returned by <code>GetTableObjects</code> for validation and used to identify changes to the underlying data.</p>
3235
+ * @public
3236
3236
  */
3237
3237
  ETag?: string;
3238
3238
  /**
3239
- * @public
3240
3239
  * <p>A list of partition values for the object. A value must be specified for each partition key associated with the governed table.</p>
3240
+ * @public
3241
3241
  */
3242
3242
  PartitionValues?: string[];
3243
3243
  }
3244
3244
  /**
3245
- * @public
3246
3245
  * <p>Defines an object to add to or delete from a governed table.</p>
3246
+ * @public
3247
3247
  */
3248
3248
  export interface WriteOperation {
3249
3249
  /**
3250
- * @public
3251
3250
  * <p>A new object to add to the governed table.</p>
3251
+ * @public
3252
3252
  */
3253
3253
  AddObject?: AddObjectInput;
3254
3254
  /**
3255
- * @public
3256
3255
  * <p>An object to delete from the governed table.</p>
3256
+ * @public
3257
3257
  */
3258
3258
  DeleteObject?: DeleteObjectInput;
3259
3259
  }
@@ -3262,28 +3262,28 @@ export interface WriteOperation {
3262
3262
  */
3263
3263
  export interface UpdateTableObjectsRequest {
3264
3264
  /**
3265
- * @public
3266
3265
  * <p>The catalog containing the governed table to update. Defaults to the caller’s account ID.</p>
3266
+ * @public
3267
3267
  */
3268
3268
  CatalogId?: string;
3269
3269
  /**
3270
- * @public
3271
3270
  * <p>The database containing the governed table to update.</p>
3271
+ * @public
3272
3272
  */
3273
3273
  DatabaseName: string | undefined;
3274
3274
  /**
3275
- * @public
3276
3275
  * <p>The governed table to update.</p>
3276
+ * @public
3277
3277
  */
3278
3278
  TableName: string | undefined;
3279
3279
  /**
3280
- * @public
3281
3280
  * <p>The transaction at which to do the write.</p>
3281
+ * @public
3282
3282
  */
3283
3283
  TransactionId?: string;
3284
3284
  /**
3285
- * @public
3286
3285
  * <p>A list of <code>WriteOperation</code> objects that define an object to add to or delete from the manifest for a governed table.</p>
3286
+ * @public
3287
3287
  */
3288
3288
  WriteOperations: WriteOperation[] | undefined;
3289
3289
  }
@@ -3297,23 +3297,23 @@ export interface UpdateTableObjectsResponse {
3297
3297
  */
3298
3298
  export interface UpdateTableStorageOptimizerRequest {
3299
3299
  /**
3300
- * @public
3301
3300
  * <p>The Catalog ID of the table.</p>
3301
+ * @public
3302
3302
  */
3303
3303
  CatalogId?: string;
3304
3304
  /**
3305
- * @public
3306
3305
  * <p>Name of the database where the table is present.</p>
3306
+ * @public
3307
3307
  */
3308
3308
  DatabaseName: string | undefined;
3309
3309
  /**
3310
- * @public
3311
3310
  * <p>Name of the table for which to enable the storage optimizer.</p>
3311
+ * @public
3312
3312
  */
3313
3313
  TableName: string | undefined;
3314
3314
  /**
3315
- * @public
3316
3315
  * <p>Name of the table for which to enable the storage optimizer.</p>
3316
+ * @public
3317
3317
  */
3318
3318
  StorageOptimizerConfig: Partial<Record<OptimizerType, Record<string, string>>> | undefined;
3319
3319
  }
@@ -3322,8 +3322,8 @@ export interface UpdateTableStorageOptimizerRequest {
3322
3322
  */
3323
3323
  export interface UpdateTableStorageOptimizerResponse {
3324
3324
  /**
3325
- * @public
3326
3325
  * <p>A response indicating the success of failure of the operation.</p>
3326
+ * @public
3327
3327
  */
3328
3328
  Result?: string;
3329
3329
  }