@aws-sdk/client-lakeformation 3.41.0 → 3.45.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/CHANGELOG.md +38 -0
- package/README.md +2 -2
- package/dist-cjs/LakeFormation.js +285 -0
- package/dist-cjs/commands/AddLFTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/BatchGrantPermissionsCommand.js +3 -3
- package/dist-cjs/commands/BatchRevokePermissionsCommand.js +3 -3
- package/dist-cjs/commands/CancelTransactionCommand.js +36 -0
- package/dist-cjs/commands/CommitTransactionCommand.js +36 -0
- package/dist-cjs/commands/CreateDataCellsFilterCommand.js +36 -0
- package/dist-cjs/commands/CreateLFTagCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +36 -0
- package/dist-cjs/commands/DeleteLFTagCommand.js +3 -3
- package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +36 -0
- package/dist-cjs/commands/DeregisterResourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransactionCommand.js +36 -0
- package/dist-cjs/commands/ExtendTransactionCommand.js +36 -0
- package/dist-cjs/commands/GetDataLakeSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
- package/dist-cjs/commands/GetLFTagCommand.js +3 -3
- package/dist-cjs/commands/GetQueryStateCommand.js +36 -0
- package/dist-cjs/commands/GetQueryStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetResourceLFTagsCommand.js +3 -3
- package/dist-cjs/commands/GetTableObjectsCommand.js +36 -0
- package/dist-cjs/commands/GetWorkUnitResultsCommand.js +36 -0
- package/dist-cjs/commands/GetWorkUnitsCommand.js +36 -0
- package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
- package/dist-cjs/commands/ListDataCellsFilterCommand.js +36 -0
- package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
- package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
- package/dist-cjs/commands/ListResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +36 -0
- package/dist-cjs/commands/ListTransactionsCommand.js +36 -0
- package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
- package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
- package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
- package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
- package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
- package/dist-cjs/commands/StartQueryPlanningCommand.js +36 -0
- package/dist-cjs/commands/StartTransactionCommand.js +36 -0
- package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
- package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableObjectsCommand.js +36 -0
- package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +36 -0
- package/dist-cjs/commands/index.js +19 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +417 -6
- package/dist-cjs/pagination/GetTableObjectsPaginator.js +35 -0
- package/dist-cjs/pagination/GetWorkUnitsPaginator.js +35 -0
- package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +35 -0
- package/dist-cjs/pagination/ListLFTagsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +35 -0
- package/dist-cjs/pagination/ListTransactionsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +5676 -0
- package/dist-es/LakeFormation.js +285 -0
- package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -3
- package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -3
- package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -3
- package/dist-es/commands/CancelTransactionCommand.js +39 -0
- package/dist-es/commands/CommitTransactionCommand.js +39 -0
- package/dist-es/commands/CreateDataCellsFilterCommand.js +39 -0
- package/dist-es/commands/CreateLFTagCommand.js +3 -3
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +39 -0
- package/dist-es/commands/DeleteLFTagCommand.js +3 -3
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +39 -0
- package/dist-es/commands/DeregisterResourceCommand.js +3 -3
- package/dist-es/commands/DescribeResourceCommand.js +3 -3
- package/dist-es/commands/DescribeTransactionCommand.js +39 -0
- package/dist-es/commands/ExtendTransactionCommand.js +39 -0
- package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -3
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -3
- package/dist-es/commands/GetLFTagCommand.js +3 -3
- package/dist-es/commands/GetQueryStateCommand.js +39 -0
- package/dist-es/commands/GetQueryStatisticsCommand.js +39 -0
- package/dist-es/commands/GetResourceLFTagsCommand.js +3 -3
- package/dist-es/commands/GetTableObjectsCommand.js +39 -0
- package/dist-es/commands/GetWorkUnitResultsCommand.js +39 -0
- package/dist-es/commands/GetWorkUnitsCommand.js +39 -0
- package/dist-es/commands/GrantPermissionsCommand.js +3 -3
- package/dist-es/commands/ListDataCellsFilterCommand.js +39 -0
- package/dist-es/commands/ListLFTagsCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListResourcesCommand.js +3 -3
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +39 -0
- package/dist-es/commands/ListTransactionsCommand.js +39 -0
- package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -3
- package/dist-es/commands/RegisterResourceCommand.js +3 -3
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/RevokePermissionsCommand.js +3 -3
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -3
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -3
- package/dist-es/commands/StartQueryPlanningCommand.js +39 -0
- package/dist-es/commands/StartTransactionCommand.js +39 -0
- package/dist-es/commands/UpdateLFTagCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCommand.js +3 -3
- package/dist-es/commands/UpdateTableObjectsCommand.js +39 -0
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +39 -0
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +287 -4
- package/dist-es/pagination/GetTableObjectsPaginator.js +74 -0
- package/dist-es/pagination/GetWorkUnitsPaginator.js +74 -0
- package/dist-es/pagination/ListDataCellsFilterPaginator.js +74 -0
- package/dist-es/pagination/ListLFTagsPaginator.js +74 -0
- package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +74 -0
- package/dist-es/pagination/ListTransactionsPaginator.js +74 -0
- package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +74 -0
- package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +74 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +6231 -0
- package/dist-types/LakeFormation.d.ts +160 -15
- package/dist-types/LakeFormationClient.d.ts +23 -4
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/CancelTransactionCommand.d.ts +35 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryStateCommand.d.ts +35 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetTableObjectsCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +35 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +35 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +36 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +2 -2
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +37 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/models/models_0.d.ts +1475 -234
- package/dist-types/pagination/GetTableObjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLFTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTransactionsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +128 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +95 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +21 -2
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +745 -7
- package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
- package/package.json +5 -5
- package/dist-cjs/protocols/Aws_json1_1.js +0 -3153
- package/dist-es/protocols/Aws_json1_1.js +0 -3221
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -71
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -71
package/dist-es/LakeFormation.js
CHANGED
|
@@ -2,26 +2,45 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { AddLFTagsToResourceCommand, } from "./commands/AddLFTagsToResourceCommand";
|
|
3
3
|
import { BatchGrantPermissionsCommand, } from "./commands/BatchGrantPermissionsCommand";
|
|
4
4
|
import { BatchRevokePermissionsCommand, } from "./commands/BatchRevokePermissionsCommand";
|
|
5
|
+
import { CancelTransactionCommand, } from "./commands/CancelTransactionCommand";
|
|
6
|
+
import { CommitTransactionCommand, } from "./commands/CommitTransactionCommand";
|
|
7
|
+
import { CreateDataCellsFilterCommand, } from "./commands/CreateDataCellsFilterCommand";
|
|
5
8
|
import { CreateLFTagCommand } from "./commands/CreateLFTagCommand";
|
|
9
|
+
import { DeleteDataCellsFilterCommand, } from "./commands/DeleteDataCellsFilterCommand";
|
|
6
10
|
import { DeleteLFTagCommand } from "./commands/DeleteLFTagCommand";
|
|
11
|
+
import { DeleteObjectsOnCancelCommand, } from "./commands/DeleteObjectsOnCancelCommand";
|
|
7
12
|
import { DeregisterResourceCommand, } from "./commands/DeregisterResourceCommand";
|
|
8
13
|
import { DescribeResourceCommand, } from "./commands/DescribeResourceCommand";
|
|
14
|
+
import { DescribeTransactionCommand, } from "./commands/DescribeTransactionCommand";
|
|
15
|
+
import { ExtendTransactionCommand, } from "./commands/ExtendTransactionCommand";
|
|
9
16
|
import { GetDataLakeSettingsCommand, } from "./commands/GetDataLakeSettingsCommand";
|
|
10
17
|
import { GetEffectivePermissionsForPathCommand, } from "./commands/GetEffectivePermissionsForPathCommand";
|
|
11
18
|
import { GetLFTagCommand } from "./commands/GetLFTagCommand";
|
|
19
|
+
import { GetQueryStateCommand, } from "./commands/GetQueryStateCommand";
|
|
20
|
+
import { GetQueryStatisticsCommand, } from "./commands/GetQueryStatisticsCommand";
|
|
12
21
|
import { GetResourceLFTagsCommand, } from "./commands/GetResourceLFTagsCommand";
|
|
22
|
+
import { GetTableObjectsCommand, } from "./commands/GetTableObjectsCommand";
|
|
23
|
+
import { GetWorkUnitResultsCommand, } from "./commands/GetWorkUnitResultsCommand";
|
|
24
|
+
import { GetWorkUnitsCommand, } from "./commands/GetWorkUnitsCommand";
|
|
13
25
|
import { GrantPermissionsCommand, } from "./commands/GrantPermissionsCommand";
|
|
26
|
+
import { ListDataCellsFilterCommand, } from "./commands/ListDataCellsFilterCommand";
|
|
14
27
|
import { ListLFTagsCommand } from "./commands/ListLFTagsCommand";
|
|
15
28
|
import { ListPermissionsCommand, } from "./commands/ListPermissionsCommand";
|
|
16
29
|
import { ListResourcesCommand, } from "./commands/ListResourcesCommand";
|
|
30
|
+
import { ListTableStorageOptimizersCommand, } from "./commands/ListTableStorageOptimizersCommand";
|
|
31
|
+
import { ListTransactionsCommand, } from "./commands/ListTransactionsCommand";
|
|
17
32
|
import { PutDataLakeSettingsCommand, } from "./commands/PutDataLakeSettingsCommand";
|
|
18
33
|
import { RegisterResourceCommand, } from "./commands/RegisterResourceCommand";
|
|
19
34
|
import { RemoveLFTagsFromResourceCommand, } from "./commands/RemoveLFTagsFromResourceCommand";
|
|
20
35
|
import { RevokePermissionsCommand, } from "./commands/RevokePermissionsCommand";
|
|
21
36
|
import { SearchDatabasesByLFTagsCommand, } from "./commands/SearchDatabasesByLFTagsCommand";
|
|
22
37
|
import { SearchTablesByLFTagsCommand, } from "./commands/SearchTablesByLFTagsCommand";
|
|
38
|
+
import { StartQueryPlanningCommand, } from "./commands/StartQueryPlanningCommand";
|
|
39
|
+
import { StartTransactionCommand, } from "./commands/StartTransactionCommand";
|
|
23
40
|
import { UpdateLFTagCommand } from "./commands/UpdateLFTagCommand";
|
|
24
41
|
import { UpdateResourceCommand, } from "./commands/UpdateResourceCommand";
|
|
42
|
+
import { UpdateTableObjectsCommand, } from "./commands/UpdateTableObjectsCommand";
|
|
43
|
+
import { UpdateTableStorageOptimizerCommand, } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
25
44
|
import { LakeFormationClient } from "./LakeFormationClient";
|
|
26
45
|
var LakeFormation = (function (_super) {
|
|
27
46
|
__extends(LakeFormation, _super);
|
|
@@ -70,6 +89,48 @@ var LakeFormation = (function (_super) {
|
|
|
70
89
|
return this.send(command, optionsOrCb);
|
|
71
90
|
}
|
|
72
91
|
};
|
|
92
|
+
LakeFormation.prototype.cancelTransaction = function (args, optionsOrCb, cb) {
|
|
93
|
+
var command = new CancelTransactionCommand(args);
|
|
94
|
+
if (typeof optionsOrCb === "function") {
|
|
95
|
+
this.send(command, optionsOrCb);
|
|
96
|
+
}
|
|
97
|
+
else if (typeof cb === "function") {
|
|
98
|
+
if (typeof optionsOrCb !== "object")
|
|
99
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
100
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
return this.send(command, optionsOrCb);
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
LakeFormation.prototype.commitTransaction = function (args, optionsOrCb, cb) {
|
|
107
|
+
var command = new CommitTransactionCommand(args);
|
|
108
|
+
if (typeof optionsOrCb === "function") {
|
|
109
|
+
this.send(command, optionsOrCb);
|
|
110
|
+
}
|
|
111
|
+
else if (typeof cb === "function") {
|
|
112
|
+
if (typeof optionsOrCb !== "object")
|
|
113
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
114
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
115
|
+
}
|
|
116
|
+
else {
|
|
117
|
+
return this.send(command, optionsOrCb);
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
LakeFormation.prototype.createDataCellsFilter = function (args, optionsOrCb, cb) {
|
|
121
|
+
var command = new CreateDataCellsFilterCommand(args);
|
|
122
|
+
if (typeof optionsOrCb === "function") {
|
|
123
|
+
this.send(command, optionsOrCb);
|
|
124
|
+
}
|
|
125
|
+
else if (typeof cb === "function") {
|
|
126
|
+
if (typeof optionsOrCb !== "object")
|
|
127
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
128
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
129
|
+
}
|
|
130
|
+
else {
|
|
131
|
+
return this.send(command, optionsOrCb);
|
|
132
|
+
}
|
|
133
|
+
};
|
|
73
134
|
LakeFormation.prototype.createLFTag = function (args, optionsOrCb, cb) {
|
|
74
135
|
var command = new CreateLFTagCommand(args);
|
|
75
136
|
if (typeof optionsOrCb === "function") {
|
|
@@ -84,6 +145,20 @@ var LakeFormation = (function (_super) {
|
|
|
84
145
|
return this.send(command, optionsOrCb);
|
|
85
146
|
}
|
|
86
147
|
};
|
|
148
|
+
LakeFormation.prototype.deleteDataCellsFilter = function (args, optionsOrCb, cb) {
|
|
149
|
+
var command = new DeleteDataCellsFilterCommand(args);
|
|
150
|
+
if (typeof optionsOrCb === "function") {
|
|
151
|
+
this.send(command, optionsOrCb);
|
|
152
|
+
}
|
|
153
|
+
else if (typeof cb === "function") {
|
|
154
|
+
if (typeof optionsOrCb !== "object")
|
|
155
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
156
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
157
|
+
}
|
|
158
|
+
else {
|
|
159
|
+
return this.send(command, optionsOrCb);
|
|
160
|
+
}
|
|
161
|
+
};
|
|
87
162
|
LakeFormation.prototype.deleteLFTag = function (args, optionsOrCb, cb) {
|
|
88
163
|
var command = new DeleteLFTagCommand(args);
|
|
89
164
|
if (typeof optionsOrCb === "function") {
|
|
@@ -98,6 +173,20 @@ var LakeFormation = (function (_super) {
|
|
|
98
173
|
return this.send(command, optionsOrCb);
|
|
99
174
|
}
|
|
100
175
|
};
|
|
176
|
+
LakeFormation.prototype.deleteObjectsOnCancel = function (args, optionsOrCb, cb) {
|
|
177
|
+
var command = new DeleteObjectsOnCancelCommand(args);
|
|
178
|
+
if (typeof optionsOrCb === "function") {
|
|
179
|
+
this.send(command, optionsOrCb);
|
|
180
|
+
}
|
|
181
|
+
else if (typeof cb === "function") {
|
|
182
|
+
if (typeof optionsOrCb !== "object")
|
|
183
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
184
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
185
|
+
}
|
|
186
|
+
else {
|
|
187
|
+
return this.send(command, optionsOrCb);
|
|
188
|
+
}
|
|
189
|
+
};
|
|
101
190
|
LakeFormation.prototype.deregisterResource = function (args, optionsOrCb, cb) {
|
|
102
191
|
var command = new DeregisterResourceCommand(args);
|
|
103
192
|
if (typeof optionsOrCb === "function") {
|
|
@@ -126,6 +215,34 @@ var LakeFormation = (function (_super) {
|
|
|
126
215
|
return this.send(command, optionsOrCb);
|
|
127
216
|
}
|
|
128
217
|
};
|
|
218
|
+
LakeFormation.prototype.describeTransaction = function (args, optionsOrCb, cb) {
|
|
219
|
+
var command = new DescribeTransactionCommand(args);
|
|
220
|
+
if (typeof optionsOrCb === "function") {
|
|
221
|
+
this.send(command, optionsOrCb);
|
|
222
|
+
}
|
|
223
|
+
else if (typeof cb === "function") {
|
|
224
|
+
if (typeof optionsOrCb !== "object")
|
|
225
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
226
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
227
|
+
}
|
|
228
|
+
else {
|
|
229
|
+
return this.send(command, optionsOrCb);
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
LakeFormation.prototype.extendTransaction = function (args, optionsOrCb, cb) {
|
|
233
|
+
var command = new ExtendTransactionCommand(args);
|
|
234
|
+
if (typeof optionsOrCb === "function") {
|
|
235
|
+
this.send(command, optionsOrCb);
|
|
236
|
+
}
|
|
237
|
+
else if (typeof cb === "function") {
|
|
238
|
+
if (typeof optionsOrCb !== "object")
|
|
239
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
240
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
241
|
+
}
|
|
242
|
+
else {
|
|
243
|
+
return this.send(command, optionsOrCb);
|
|
244
|
+
}
|
|
245
|
+
};
|
|
129
246
|
LakeFormation.prototype.getDataLakeSettings = function (args, optionsOrCb, cb) {
|
|
130
247
|
var command = new GetDataLakeSettingsCommand(args);
|
|
131
248
|
if (typeof optionsOrCb === "function") {
|
|
@@ -168,6 +285,34 @@ var LakeFormation = (function (_super) {
|
|
|
168
285
|
return this.send(command, optionsOrCb);
|
|
169
286
|
}
|
|
170
287
|
};
|
|
288
|
+
LakeFormation.prototype.getQueryState = function (args, optionsOrCb, cb) {
|
|
289
|
+
var command = new GetQueryStateCommand(args);
|
|
290
|
+
if (typeof optionsOrCb === "function") {
|
|
291
|
+
this.send(command, optionsOrCb);
|
|
292
|
+
}
|
|
293
|
+
else if (typeof cb === "function") {
|
|
294
|
+
if (typeof optionsOrCb !== "object")
|
|
295
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
296
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
297
|
+
}
|
|
298
|
+
else {
|
|
299
|
+
return this.send(command, optionsOrCb);
|
|
300
|
+
}
|
|
301
|
+
};
|
|
302
|
+
LakeFormation.prototype.getQueryStatistics = function (args, optionsOrCb, cb) {
|
|
303
|
+
var command = new GetQueryStatisticsCommand(args);
|
|
304
|
+
if (typeof optionsOrCb === "function") {
|
|
305
|
+
this.send(command, optionsOrCb);
|
|
306
|
+
}
|
|
307
|
+
else if (typeof cb === "function") {
|
|
308
|
+
if (typeof optionsOrCb !== "object")
|
|
309
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
310
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
311
|
+
}
|
|
312
|
+
else {
|
|
313
|
+
return this.send(command, optionsOrCb);
|
|
314
|
+
}
|
|
315
|
+
};
|
|
171
316
|
LakeFormation.prototype.getResourceLFTags = function (args, optionsOrCb, cb) {
|
|
172
317
|
var command = new GetResourceLFTagsCommand(args);
|
|
173
318
|
if (typeof optionsOrCb === "function") {
|
|
@@ -182,6 +327,48 @@ var LakeFormation = (function (_super) {
|
|
|
182
327
|
return this.send(command, optionsOrCb);
|
|
183
328
|
}
|
|
184
329
|
};
|
|
330
|
+
LakeFormation.prototype.getTableObjects = function (args, optionsOrCb, cb) {
|
|
331
|
+
var command = new GetTableObjectsCommand(args);
|
|
332
|
+
if (typeof optionsOrCb === "function") {
|
|
333
|
+
this.send(command, optionsOrCb);
|
|
334
|
+
}
|
|
335
|
+
else if (typeof cb === "function") {
|
|
336
|
+
if (typeof optionsOrCb !== "object")
|
|
337
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
338
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
339
|
+
}
|
|
340
|
+
else {
|
|
341
|
+
return this.send(command, optionsOrCb);
|
|
342
|
+
}
|
|
343
|
+
};
|
|
344
|
+
LakeFormation.prototype.getWorkUnitResults = function (args, optionsOrCb, cb) {
|
|
345
|
+
var command = new GetWorkUnitResultsCommand(args);
|
|
346
|
+
if (typeof optionsOrCb === "function") {
|
|
347
|
+
this.send(command, optionsOrCb);
|
|
348
|
+
}
|
|
349
|
+
else if (typeof cb === "function") {
|
|
350
|
+
if (typeof optionsOrCb !== "object")
|
|
351
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
352
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
353
|
+
}
|
|
354
|
+
else {
|
|
355
|
+
return this.send(command, optionsOrCb);
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
LakeFormation.prototype.getWorkUnits = function (args, optionsOrCb, cb) {
|
|
359
|
+
var command = new GetWorkUnitsCommand(args);
|
|
360
|
+
if (typeof optionsOrCb === "function") {
|
|
361
|
+
this.send(command, optionsOrCb);
|
|
362
|
+
}
|
|
363
|
+
else if (typeof cb === "function") {
|
|
364
|
+
if (typeof optionsOrCb !== "object")
|
|
365
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
366
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
367
|
+
}
|
|
368
|
+
else {
|
|
369
|
+
return this.send(command, optionsOrCb);
|
|
370
|
+
}
|
|
371
|
+
};
|
|
185
372
|
LakeFormation.prototype.grantPermissions = function (args, optionsOrCb, cb) {
|
|
186
373
|
var command = new GrantPermissionsCommand(args);
|
|
187
374
|
if (typeof optionsOrCb === "function") {
|
|
@@ -196,6 +383,20 @@ var LakeFormation = (function (_super) {
|
|
|
196
383
|
return this.send(command, optionsOrCb);
|
|
197
384
|
}
|
|
198
385
|
};
|
|
386
|
+
LakeFormation.prototype.listDataCellsFilter = function (args, optionsOrCb, cb) {
|
|
387
|
+
var command = new ListDataCellsFilterCommand(args);
|
|
388
|
+
if (typeof optionsOrCb === "function") {
|
|
389
|
+
this.send(command, optionsOrCb);
|
|
390
|
+
}
|
|
391
|
+
else if (typeof cb === "function") {
|
|
392
|
+
if (typeof optionsOrCb !== "object")
|
|
393
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
394
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
395
|
+
}
|
|
396
|
+
else {
|
|
397
|
+
return this.send(command, optionsOrCb);
|
|
398
|
+
}
|
|
399
|
+
};
|
|
199
400
|
LakeFormation.prototype.listLFTags = function (args, optionsOrCb, cb) {
|
|
200
401
|
var command = new ListLFTagsCommand(args);
|
|
201
402
|
if (typeof optionsOrCb === "function") {
|
|
@@ -238,6 +439,34 @@ var LakeFormation = (function (_super) {
|
|
|
238
439
|
return this.send(command, optionsOrCb);
|
|
239
440
|
}
|
|
240
441
|
};
|
|
442
|
+
LakeFormation.prototype.listTableStorageOptimizers = function (args, optionsOrCb, cb) {
|
|
443
|
+
var command = new ListTableStorageOptimizersCommand(args);
|
|
444
|
+
if (typeof optionsOrCb === "function") {
|
|
445
|
+
this.send(command, optionsOrCb);
|
|
446
|
+
}
|
|
447
|
+
else if (typeof cb === "function") {
|
|
448
|
+
if (typeof optionsOrCb !== "object")
|
|
449
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
450
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
451
|
+
}
|
|
452
|
+
else {
|
|
453
|
+
return this.send(command, optionsOrCb);
|
|
454
|
+
}
|
|
455
|
+
};
|
|
456
|
+
LakeFormation.prototype.listTransactions = function (args, optionsOrCb, cb) {
|
|
457
|
+
var command = new ListTransactionsCommand(args);
|
|
458
|
+
if (typeof optionsOrCb === "function") {
|
|
459
|
+
this.send(command, optionsOrCb);
|
|
460
|
+
}
|
|
461
|
+
else if (typeof cb === "function") {
|
|
462
|
+
if (typeof optionsOrCb !== "object")
|
|
463
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
464
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
465
|
+
}
|
|
466
|
+
else {
|
|
467
|
+
return this.send(command, optionsOrCb);
|
|
468
|
+
}
|
|
469
|
+
};
|
|
241
470
|
LakeFormation.prototype.putDataLakeSettings = function (args, optionsOrCb, cb) {
|
|
242
471
|
var command = new PutDataLakeSettingsCommand(args);
|
|
243
472
|
if (typeof optionsOrCb === "function") {
|
|
@@ -322,6 +551,34 @@ var LakeFormation = (function (_super) {
|
|
|
322
551
|
return this.send(command, optionsOrCb);
|
|
323
552
|
}
|
|
324
553
|
};
|
|
554
|
+
LakeFormation.prototype.startQueryPlanning = function (args, optionsOrCb, cb) {
|
|
555
|
+
var command = new StartQueryPlanningCommand(args);
|
|
556
|
+
if (typeof optionsOrCb === "function") {
|
|
557
|
+
this.send(command, optionsOrCb);
|
|
558
|
+
}
|
|
559
|
+
else if (typeof cb === "function") {
|
|
560
|
+
if (typeof optionsOrCb !== "object")
|
|
561
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
562
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
563
|
+
}
|
|
564
|
+
else {
|
|
565
|
+
return this.send(command, optionsOrCb);
|
|
566
|
+
}
|
|
567
|
+
};
|
|
568
|
+
LakeFormation.prototype.startTransaction = function (args, optionsOrCb, cb) {
|
|
569
|
+
var command = new StartTransactionCommand(args);
|
|
570
|
+
if (typeof optionsOrCb === "function") {
|
|
571
|
+
this.send(command, optionsOrCb);
|
|
572
|
+
}
|
|
573
|
+
else if (typeof cb === "function") {
|
|
574
|
+
if (typeof optionsOrCb !== "object")
|
|
575
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
576
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
577
|
+
}
|
|
578
|
+
else {
|
|
579
|
+
return this.send(command, optionsOrCb);
|
|
580
|
+
}
|
|
581
|
+
};
|
|
325
582
|
LakeFormation.prototype.updateLFTag = function (args, optionsOrCb, cb) {
|
|
326
583
|
var command = new UpdateLFTagCommand(args);
|
|
327
584
|
if (typeof optionsOrCb === "function") {
|
|
@@ -350,6 +607,34 @@ var LakeFormation = (function (_super) {
|
|
|
350
607
|
return this.send(command, optionsOrCb);
|
|
351
608
|
}
|
|
352
609
|
};
|
|
610
|
+
LakeFormation.prototype.updateTableObjects = function (args, optionsOrCb, cb) {
|
|
611
|
+
var command = new UpdateTableObjectsCommand(args);
|
|
612
|
+
if (typeof optionsOrCb === "function") {
|
|
613
|
+
this.send(command, optionsOrCb);
|
|
614
|
+
}
|
|
615
|
+
else if (typeof cb === "function") {
|
|
616
|
+
if (typeof optionsOrCb !== "object")
|
|
617
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
618
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
619
|
+
}
|
|
620
|
+
else {
|
|
621
|
+
return this.send(command, optionsOrCb);
|
|
622
|
+
}
|
|
623
|
+
};
|
|
624
|
+
LakeFormation.prototype.updateTableStorageOptimizer = function (args, optionsOrCb, cb) {
|
|
625
|
+
var command = new UpdateTableStorageOptimizerCommand(args);
|
|
626
|
+
if (typeof optionsOrCb === "function") {
|
|
627
|
+
this.send(command, optionsOrCb);
|
|
628
|
+
}
|
|
629
|
+
else if (typeof cb === "function") {
|
|
630
|
+
if (typeof optionsOrCb !== "object")
|
|
631
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
632
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
633
|
+
}
|
|
634
|
+
else {
|
|
635
|
+
return this.send(command, optionsOrCb);
|
|
636
|
+
}
|
|
637
|
+
};
|
|
353
638
|
return LakeFormation;
|
|
354
639
|
}(LakeFormationClient));
|
|
355
640
|
export { LakeFormation };
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { AddLFTagsToResourceRequest, AddLFTagsToResourceResponse } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { deserializeAws_restJson1AddLFTagsToResourceCommand, serializeAws_restJson1AddLFTagsToResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AddLFTagsToResourceCommand = (function (_super) {
|
|
7
7
|
__extends(AddLFTagsToResourceCommand, _super);
|
|
8
8
|
function AddLFTagsToResourceCommand(input) {
|
|
@@ -29,10 +29,10 @@ var AddLFTagsToResourceCommand = (function (_super) {
|
|
|
29
29
|
}, handlerExecutionContext);
|
|
30
30
|
};
|
|
31
31
|
AddLFTagsToResourceCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return
|
|
32
|
+
return serializeAws_restJson1AddLFTagsToResourceCommand(input, context);
|
|
33
33
|
};
|
|
34
34
|
AddLFTagsToResourceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return
|
|
35
|
+
return deserializeAws_restJson1AddLFTagsToResourceCommand(output, context);
|
|
36
36
|
};
|
|
37
37
|
return AddLFTagsToResourceCommand;
|
|
38
38
|
}($Command));
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { BatchGrantPermissionsRequest, BatchGrantPermissionsResponse } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { deserializeAws_restJson1BatchGrantPermissionsCommand, serializeAws_restJson1BatchGrantPermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchGrantPermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGrantPermissionsCommand, _super);
|
|
8
8
|
function BatchGrantPermissionsCommand(input) {
|
|
@@ -29,10 +29,10 @@ var BatchGrantPermissionsCommand = (function (_super) {
|
|
|
29
29
|
}, handlerExecutionContext);
|
|
30
30
|
};
|
|
31
31
|
BatchGrantPermissionsCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return
|
|
32
|
+
return serializeAws_restJson1BatchGrantPermissionsCommand(input, context);
|
|
33
33
|
};
|
|
34
34
|
BatchGrantPermissionsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return
|
|
35
|
+
return deserializeAws_restJson1BatchGrantPermissionsCommand(output, context);
|
|
36
36
|
};
|
|
37
37
|
return BatchGrantPermissionsCommand;
|
|
38
38
|
}($Command));
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { BatchRevokePermissionsRequest, BatchRevokePermissionsResponse } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { deserializeAws_restJson1BatchRevokePermissionsCommand, serializeAws_restJson1BatchRevokePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchRevokePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchRevokePermissionsCommand, _super);
|
|
8
8
|
function BatchRevokePermissionsCommand(input) {
|
|
@@ -29,10 +29,10 @@ var BatchRevokePermissionsCommand = (function (_super) {
|
|
|
29
29
|
}, handlerExecutionContext);
|
|
30
30
|
};
|
|
31
31
|
BatchRevokePermissionsCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return
|
|
32
|
+
return serializeAws_restJson1BatchRevokePermissionsCommand(input, context);
|
|
33
33
|
};
|
|
34
34
|
BatchRevokePermissionsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return
|
|
35
|
+
return deserializeAws_restJson1BatchRevokePermissionsCommand(output, context);
|
|
36
36
|
};
|
|
37
37
|
return BatchRevokePermissionsCommand;
|
|
38
38
|
}($Command));
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CancelTransactionRequest, CancelTransactionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CancelTransactionCommand, serializeAws_restJson1CancelTransactionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CancelTransactionCommand = (function (_super) {
|
|
7
|
+
__extends(CancelTransactionCommand, _super);
|
|
8
|
+
function CancelTransactionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CancelTransactionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LakeFormationClient";
|
|
18
|
+
var commandName = "CancelTransactionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CancelTransactionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelTransactionResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CancelTransactionCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1CancelTransactionCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CancelTransactionCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1CancelTransactionCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CancelTransactionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CancelTransactionCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CommitTransactionCommand, serializeAws_restJson1CommitTransactionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CommitTransactionCommand = (function (_super) {
|
|
7
|
+
__extends(CommitTransactionCommand, _super);
|
|
8
|
+
function CommitTransactionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CommitTransactionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LakeFormationClient";
|
|
18
|
+
var commandName = "CommitTransactionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CommitTransactionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CommitTransactionResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CommitTransactionCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1CommitTransactionCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CommitTransactionCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1CommitTransactionCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CommitTransactionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CommitTransactionCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateDataCellsFilterRequest, CreateDataCellsFilterResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateDataCellsFilterCommand, serializeAws_restJson1CreateDataCellsFilterCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateDataCellsFilterCommand = (function (_super) {
|
|
7
|
+
__extends(CreateDataCellsFilterCommand, _super);
|
|
8
|
+
function CreateDataCellsFilterCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateDataCellsFilterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LakeFormationClient";
|
|
18
|
+
var commandName = "CreateDataCellsFilterCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateDataCellsFilterRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDataCellsFilterResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateDataCellsFilterCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1CreateDataCellsFilterCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateDataCellsFilterCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1CreateDataCellsFilterCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateDataCellsFilterCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateDataCellsFilterCommand };
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateLFTagRequest, CreateLFTagResponse } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { deserializeAws_restJson1CreateLFTagCommand, serializeAws_restJson1CreateLFTagCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateLFTagCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLFTagCommand, _super);
|
|
8
8
|
function CreateLFTagCommand(input) {
|
|
@@ -29,10 +29,10 @@ var CreateLFTagCommand = (function (_super) {
|
|
|
29
29
|
}, handlerExecutionContext);
|
|
30
30
|
};
|
|
31
31
|
CreateLFTagCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return
|
|
32
|
+
return serializeAws_restJson1CreateLFTagCommand(input, context);
|
|
33
33
|
};
|
|
34
34
|
CreateLFTagCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return
|
|
35
|
+
return deserializeAws_restJson1CreateLFTagCommand(output, context);
|
|
36
36
|
};
|
|
37
37
|
return CreateLFTagCommand;
|
|
38
38
|
}($Command));
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteDataCellsFilterRequest, DeleteDataCellsFilterResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteDataCellsFilterCommand, serializeAws_restJson1DeleteDataCellsFilterCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteDataCellsFilterCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteDataCellsFilterCommand, _super);
|
|
8
|
+
function DeleteDataCellsFilterCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteDataCellsFilterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LakeFormationClient";
|
|
18
|
+
var commandName = "DeleteDataCellsFilterCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteDataCellsFilterRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDataCellsFilterResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteDataCellsFilterCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteDataCellsFilterCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteDataCellsFilterCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteDataCellsFilterCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteDataCellsFilterCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteDataCellsFilterCommand };
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { DeleteLFTagRequest, DeleteLFTagResponse } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { deserializeAws_restJson1DeleteLFTagCommand, serializeAws_restJson1DeleteLFTagCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteLFTagCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLFTagCommand, _super);
|
|
8
8
|
function DeleteLFTagCommand(input) {
|
|
@@ -29,10 +29,10 @@ var DeleteLFTagCommand = (function (_super) {
|
|
|
29
29
|
}, handlerExecutionContext);
|
|
30
30
|
};
|
|
31
31
|
DeleteLFTagCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return
|
|
32
|
+
return serializeAws_restJson1DeleteLFTagCommand(input, context);
|
|
33
33
|
};
|
|
34
34
|
DeleteLFTagCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return
|
|
35
|
+
return deserializeAws_restJson1DeleteLFTagCommand(output, context);
|
|
36
36
|
};
|
|
37
37
|
return DeleteLFTagCommand;
|
|
38
38
|
}($Command));
|