@aws-sdk/client-lakeformation 3.775.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -0
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +1 -0
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/CancelTransactionCommand.d.ts +1 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +1 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +1 -0
- package/dist-types/commands/CreateLFTagExpressionCommand.d.ts +1 -0
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLFTagExpressionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +1 -0
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTransactionCommand.d.ts +1 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +1 -0
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +1 -0
- package/dist-types/commands/GetDataLakePrincipalCommand.d.ts +1 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +1 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +1 -0
- package/dist-types/commands/GetLFTagExpressionCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryStateCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +1 -0
- package/dist-types/commands/GetTableObjectsCommand.d.ts +1 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +1 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +6 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +1 -0
- package/dist-types/commands/GrantPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +1 -0
- package/dist-types/commands/ListLFTagExpressionsCommand.d.ts +1 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +1 -0
- package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +1 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +1 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +1 -0
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +1 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +1 -0
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -0
- package/dist-types/commands/RevokePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +1 -0
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -0
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +1 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLFTagExpressionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -157,6 +157,7 @@ declare const AddLFTagsToResourceCommand_base: {
|
|
|
157
157
|
* @throws {@link LakeFormationServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class AddLFTagsToResourceCommand extends AddLFTagsToResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const AssumeDecoratedRoleWithSAMLCommand_base: {
|
|
|
80
80
|
* @throws {@link LakeFormationServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class AssumeDecoratedRoleWithSAMLCommand extends AssumeDecoratedRoleWithSAMLCommand_base {
|
|
@@ -223,6 +223,7 @@ declare const BatchGrantPermissionsCommand_base: {
|
|
|
223
223
|
* @throws {@link LakeFormationServiceException}
|
|
224
224
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
225
225
|
*
|
|
226
|
+
*
|
|
226
227
|
* @public
|
|
227
228
|
*/
|
|
228
229
|
export declare class BatchGrantPermissionsCommand extends BatchGrantPermissionsCommand_base {
|
|
@@ -223,6 +223,7 @@ declare const BatchRevokePermissionsCommand_base: {
|
|
|
223
223
|
* @throws {@link LakeFormationServiceException}
|
|
224
224
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
225
225
|
*
|
|
226
|
+
*
|
|
226
227
|
* @public
|
|
227
228
|
*/
|
|
228
229
|
export declare class BatchRevokePermissionsCommand extends BatchRevokePermissionsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const CancelTransactionCommand_base: {
|
|
|
73
73
|
* @throws {@link LakeFormationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class CancelTransactionCommand extends CancelTransactionCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const CommitTransactionCommand_base: {
|
|
|
72
72
|
* @throws {@link LakeFormationServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class CommitTransactionCommand extends CommitTransactionCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const CreateDataCellsFilterCommand_base: {
|
|
|
91
91
|
* @throws {@link LakeFormationServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class CreateDataCellsFilterCommand extends CreateDataCellsFilterCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const CreateLFTagCommand_base: {
|
|
|
74
74
|
* @throws {@link LakeFormationServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class CreateLFTagCommand extends CreateLFTagCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const CreateLFTagExpressionCommand_base: {
|
|
|
88
88
|
* @throws {@link LakeFormationServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateLFTagExpressionCommand extends CreateLFTagExpressionCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const CreateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
84
84
|
* @throws {@link LakeFormationServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class CreateLakeFormationIdentityCenterConfigurationCommand extends CreateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateLakeFormationOptInCommand_base: {
|
|
|
140
140
|
* @throws {@link LakeFormationServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateLakeFormationOptInCommand extends CreateLakeFormationOptInCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteDataCellsFilterCommand_base: {
|
|
|
70
70
|
* @throws {@link LakeFormationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteDataCellsFilterCommand extends DeleteDataCellsFilterCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteLFTagCommand_base: {
|
|
|
68
68
|
* @throws {@link LakeFormationServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteLFTagCommand extends DeleteLFTagCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteLFTagExpressionCommand_base: {
|
|
|
69
69
|
* @throws {@link LakeFormationServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteLFTagExpressionCommand extends DeleteLFTagExpressionCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
70
70
|
* @throws {@link LakeFormationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteLakeFormationIdentityCenterConfigurationCommand extends DeleteLakeFormationIdentityCenterConfigurationCommand_base {
|
|
@@ -137,6 +137,7 @@ declare const DeleteLakeFormationOptInCommand_base: {
|
|
|
137
137
|
* @throws {@link LakeFormationServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
139
139
|
*
|
|
140
|
+
*
|
|
140
141
|
* @public
|
|
141
142
|
*/
|
|
142
143
|
export declare class DeleteLakeFormationOptInCommand extends DeleteLakeFormationOptInCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DeleteObjectsOnCancelCommand_base: {
|
|
|
92
92
|
* @throws {@link LakeFormationServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DeleteObjectsOnCancelCommand extends DeleteObjectsOnCancelCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeregisterResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link LakeFormationServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeregisterResourceCommand extends DeregisterResourceCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribeLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
83
83
|
* @throws {@link LakeFormationServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeLakeFormationIdentityCenterConfigurationCommand extends DescribeLakeFormationIdentityCenterConfigurationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DescribeResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link LakeFormationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeResourceCommand extends DescribeResourceCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DescribeTransactionCommand_base: {
|
|
|
71
71
|
* @throws {@link LakeFormationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeTransactionCommand extends DescribeTransactionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ExtendTransactionCommand_base: {
|
|
|
74
74
|
* @throws {@link LakeFormationServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ExtendTransactionCommand extends ExtendTransactionCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetDataCellsFilterCommand_base: {
|
|
|
90
90
|
* @throws {@link LakeFormationServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetDataCellsFilterCommand extends GetDataCellsFilterCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const GetDataLakePrincipalCommand_base: {
|
|
|
61
61
|
* @throws {@link LakeFormationServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetDataLakePrincipalCommand extends GetDataLakePrincipalCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const GetDataLakeSettingsCommand_base: {
|
|
|
110
110
|
* @throws {@link LakeFormationServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class GetDataLakeSettingsCommand extends GetDataLakeSettingsCommand_base {
|
|
@@ -155,6 +155,7 @@ declare const GetEffectivePermissionsForPathCommand_base: {
|
|
|
155
155
|
* @throws {@link LakeFormationServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
157
157
|
*
|
|
158
|
+
*
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
161
|
export declare class GetEffectivePermissionsForPathCommand extends GetEffectivePermissionsForPathCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetLFTagCommand_base: {
|
|
|
74
74
|
* @throws {@link LakeFormationServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetLFTagCommand extends GetLFTagCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetLFTagExpressionCommand_base: {
|
|
|
81
81
|
* @throws {@link LakeFormationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetLFTagExpressionCommand extends GetLFTagExpressionCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const GetQueryStateCommand_base: {
|
|
|
64
64
|
* @throws {@link LakeFormationServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class GetQueryStateCommand extends GetQueryStateCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetQueryStatisticsCommand_base: {
|
|
|
83
83
|
* @throws {@link LakeFormationServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetQueryStatisticsCommand extends GetQueryStatisticsCommand_base {
|
|
@@ -166,6 +166,7 @@ declare const GetResourceLFTagsCommand_base: {
|
|
|
166
166
|
* @throws {@link LakeFormationServiceException}
|
|
167
167
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
168
168
|
*
|
|
169
|
+
*
|
|
169
170
|
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class GetResourceLFTagsCommand extends GetResourceLFTagsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetTableObjectsCommand_base: {
|
|
|
96
96
|
* @throws {@link LakeFormationServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetTableObjectsCommand extends GetTableObjectsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetTemporaryGluePartitionCredentialsCommand_base: {
|
|
|
90
90
|
* @throws {@link LakeFormationServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetTemporaryGluePartitionCredentialsCommand extends GetTemporaryGluePartitionCredentialsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetTemporaryGlueTableCredentialsCommand_base: {
|
|
|
99
99
|
* @throws {@link LakeFormationServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetTemporaryGlueTableCredentialsCommand extends GetTemporaryGlueTableCredentialsCommand_base {
|
|
@@ -42,6 +42,11 @@ declare const GetWorkUnitResultsCommand_base: {
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new GetWorkUnitResultsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // consume or destroy the stream to free the socket.
|
|
46
|
+
* const bytes = await response.ResultStream.transformToByteArray();
|
|
47
|
+
* // const str = await response.ResultStream.transformToString();
|
|
48
|
+
* // response.ResultStream.destroy(); // only applicable to Node.js Readable streams.
|
|
49
|
+
*
|
|
45
50
|
* // { // GetWorkUnitResultsResponse
|
|
46
51
|
* // ResultStream: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
|
|
47
52
|
* // };
|
|
@@ -72,6 +77,7 @@ declare const GetWorkUnitResultsCommand_base: {
|
|
|
72
77
|
* @throws {@link LakeFormationServiceException}
|
|
73
78
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
74
79
|
*
|
|
80
|
+
*
|
|
75
81
|
* @public
|
|
76
82
|
*/
|
|
77
83
|
export declare class GetWorkUnitResultsCommand extends GetWorkUnitResultsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetWorkUnitsCommand_base: {
|
|
|
79
79
|
* @throws {@link LakeFormationServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetWorkUnitsCommand extends GetWorkUnitsCommand_base {
|
|
@@ -136,6 +136,7 @@ declare const GrantPermissionsCommand_base: {
|
|
|
136
136
|
* @throws {@link LakeFormationServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
138
138
|
*
|
|
139
|
+
*
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class GrantPermissionsCommand extends GrantPermissionsCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListDataCellsFilterCommand_base: {
|
|
|
94
94
|
* @throws {@link LakeFormationServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListDataCellsFilterCommand extends ListDataCellsFilterCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListLFTagExpressionsCommand_base: {
|
|
|
86
86
|
* @throws {@link LakeFormationServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListLFTagExpressionsCommand extends ListLFTagExpressionsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListLFTagsCommand_base: {
|
|
|
81
81
|
* @throws {@link LakeFormationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListLFTagsCommand extends ListLFTagsCommand_base {
|
|
@@ -206,6 +206,7 @@ declare const ListLakeFormationOptInsCommand_base: {
|
|
|
206
206
|
* @throws {@link LakeFormationServiceException}
|
|
207
207
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
208
208
|
*
|
|
209
|
+
*
|
|
209
210
|
* @public
|
|
210
211
|
*/
|
|
211
212
|
export declare class ListLakeFormationOptInsCommand extends ListLakeFormationOptInsCommand_base {
|
|
@@ -219,6 +219,7 @@ declare const ListPermissionsCommand_base: {
|
|
|
219
219
|
* @throws {@link LakeFormationServiceException}
|
|
220
220
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
221
221
|
*
|
|
222
|
+
*
|
|
222
223
|
* @public
|
|
223
224
|
*/
|
|
224
225
|
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListResourcesCommand_base: {
|
|
|
83
83
|
* @throws {@link LakeFormationServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListResourcesCommand extends ListResourcesCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListTableStorageOptimizersCommand_base: {
|
|
|
82
82
|
* @throws {@link LakeFormationServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListTableStorageOptimizersCommand extends ListTableStorageOptimizersCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListTransactionsCommand_base: {
|
|
|
75
75
|
* @throws {@link LakeFormationServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListTransactionsCommand extends ListTransactionsCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const PutDataLakeSettingsCommand_base: {
|
|
|
107
107
|
* @throws {@link LakeFormationServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class PutDataLakeSettingsCommand extends PutDataLakeSettingsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const RegisterResourceCommand_base: {
|
|
|
88
88
|
* @throws {@link LakeFormationServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class RegisterResourceCommand extends RegisterResourceCommand_base {
|
|
@@ -160,6 +160,7 @@ declare const RemoveLFTagsFromResourceCommand_base: {
|
|
|
160
160
|
* @throws {@link LakeFormationServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
162
162
|
*
|
|
163
|
+
*
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class RemoveLFTagsFromResourceCommand extends RemoveLFTagsFromResourceCommand_base {
|
|
@@ -135,6 +135,7 @@ declare const RevokePermissionsCommand_base: {
|
|
|
135
135
|
* @throws {@link LakeFormationServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
137
137
|
*
|
|
138
|
+
*
|
|
138
139
|
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class RevokePermissionsCommand extends RevokePermissionsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const SearchDatabasesByLFTagsCommand_base: {
|
|
|
99
99
|
* @throws {@link LakeFormationServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class SearchDatabasesByLFTagsCommand extends SearchDatabasesByLFTagsCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const SearchTablesByLFTagsCommand_base: {
|
|
|
124
124
|
* @throws {@link LakeFormationServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class SearchTablesByLFTagsCommand extends SearchTablesByLFTagsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const StartQueryPlanningCommand_base: {
|
|
|
76
76
|
* @throws {@link LakeFormationServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class StartQueryPlanningCommand extends StartQueryPlanningCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const StartTransactionCommand_base: {
|
|
|
60
60
|
* @throws {@link LakeFormationServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class StartTransactionCommand extends StartTransactionCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const UpdateDataCellsFilterCommand_base: {
|
|
|
88
88
|
* @throws {@link LakeFormationServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateDataCellsFilterCommand extends UpdateDataCellsFilterCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const UpdateLFTagCommand_base: {
|
|
|
77
77
|
* @throws {@link LakeFormationServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateLFTagCommand extends UpdateLFTagCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateLFTagExpressionCommand_base: {
|
|
|
81
81
|
* @throws {@link LakeFormationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateLFTagExpressionCommand extends UpdateLFTagExpressionCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const UpdateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
82
82
|
* @throws {@link LakeFormationServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpdateLakeFormationIdentityCenterConfigurationCommand extends UpdateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UpdateResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link LakeFormationServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateTableObjectsCommand_base: {
|
|
|
101
101
|
* @throws {@link LakeFormationServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateTableObjectsCommand extends UpdateTableObjectsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateTableStorageOptimizerCommand_base: {
|
|
|
73
73
|
* @throws {@link LakeFormationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateTableStorageOptimizerCommand extends UpdateTableStorageOptimizerCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lakeformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lakeformation",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|