@aws-sdk/client-lakeformation 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +820 -230
- package/dist-types/ts3.4/LakeFormationClient.d.ts +400 -118
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1643 -1490
- package/dist-types/ts3.4/pagination/GetEffectivePermissionsForPathPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,118 +1,400 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddLFTagsToResourceCommandInput,
|
|
47
|
+
AddLFTagsToResourceCommandOutput,
|
|
48
|
+
} from "./commands/AddLFTagsToResourceCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssumeDecoratedRoleWithSAMLCommandInput,
|
|
51
|
+
AssumeDecoratedRoleWithSAMLCommandOutput,
|
|
52
|
+
} from "./commands/AssumeDecoratedRoleWithSAMLCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchGrantPermissionsCommandInput,
|
|
55
|
+
BatchGrantPermissionsCommandOutput,
|
|
56
|
+
} from "./commands/BatchGrantPermissionsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchRevokePermissionsCommandInput,
|
|
59
|
+
BatchRevokePermissionsCommandOutput,
|
|
60
|
+
} from "./commands/BatchRevokePermissionsCommand";
|
|
61
|
+
import {
|
|
62
|
+
CancelTransactionCommandInput,
|
|
63
|
+
CancelTransactionCommandOutput,
|
|
64
|
+
} from "./commands/CancelTransactionCommand";
|
|
65
|
+
import {
|
|
66
|
+
CommitTransactionCommandInput,
|
|
67
|
+
CommitTransactionCommandOutput,
|
|
68
|
+
} from "./commands/CommitTransactionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDataCellsFilterCommandInput,
|
|
71
|
+
CreateDataCellsFilterCommandOutput,
|
|
72
|
+
} from "./commands/CreateDataCellsFilterCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateLFTagCommandInput,
|
|
75
|
+
CreateLFTagCommandOutput,
|
|
76
|
+
} from "./commands/CreateLFTagCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteDataCellsFilterCommandInput,
|
|
79
|
+
DeleteDataCellsFilterCommandOutput,
|
|
80
|
+
} from "./commands/DeleteDataCellsFilterCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteLFTagCommandInput,
|
|
83
|
+
DeleteLFTagCommandOutput,
|
|
84
|
+
} from "./commands/DeleteLFTagCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteObjectsOnCancelCommandInput,
|
|
87
|
+
DeleteObjectsOnCancelCommandOutput,
|
|
88
|
+
} from "./commands/DeleteObjectsOnCancelCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeregisterResourceCommandInput,
|
|
91
|
+
DeregisterResourceCommandOutput,
|
|
92
|
+
} from "./commands/DeregisterResourceCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeResourceCommandInput,
|
|
95
|
+
DescribeResourceCommandOutput,
|
|
96
|
+
} from "./commands/DescribeResourceCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeTransactionCommandInput,
|
|
99
|
+
DescribeTransactionCommandOutput,
|
|
100
|
+
} from "./commands/DescribeTransactionCommand";
|
|
101
|
+
import {
|
|
102
|
+
ExtendTransactionCommandInput,
|
|
103
|
+
ExtendTransactionCommandOutput,
|
|
104
|
+
} from "./commands/ExtendTransactionCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetDataLakeSettingsCommandInput,
|
|
107
|
+
GetDataLakeSettingsCommandOutput,
|
|
108
|
+
} from "./commands/GetDataLakeSettingsCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetEffectivePermissionsForPathCommandInput,
|
|
111
|
+
GetEffectivePermissionsForPathCommandOutput,
|
|
112
|
+
} from "./commands/GetEffectivePermissionsForPathCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetLFTagCommandInput,
|
|
115
|
+
GetLFTagCommandOutput,
|
|
116
|
+
} from "./commands/GetLFTagCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetQueryStateCommandInput,
|
|
119
|
+
GetQueryStateCommandOutput,
|
|
120
|
+
} from "./commands/GetQueryStateCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetQueryStatisticsCommandInput,
|
|
123
|
+
GetQueryStatisticsCommandOutput,
|
|
124
|
+
} from "./commands/GetQueryStatisticsCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetResourceLFTagsCommandInput,
|
|
127
|
+
GetResourceLFTagsCommandOutput,
|
|
128
|
+
} from "./commands/GetResourceLFTagsCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetTableObjectsCommandInput,
|
|
131
|
+
GetTableObjectsCommandOutput,
|
|
132
|
+
} from "./commands/GetTableObjectsCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetTemporaryGluePartitionCredentialsCommandInput,
|
|
135
|
+
GetTemporaryGluePartitionCredentialsCommandOutput,
|
|
136
|
+
} from "./commands/GetTemporaryGluePartitionCredentialsCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetTemporaryGlueTableCredentialsCommandInput,
|
|
139
|
+
GetTemporaryGlueTableCredentialsCommandOutput,
|
|
140
|
+
} from "./commands/GetTemporaryGlueTableCredentialsCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetWorkUnitResultsCommandInput,
|
|
143
|
+
GetWorkUnitResultsCommandOutput,
|
|
144
|
+
} from "./commands/GetWorkUnitResultsCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetWorkUnitsCommandInput,
|
|
147
|
+
GetWorkUnitsCommandOutput,
|
|
148
|
+
} from "./commands/GetWorkUnitsCommand";
|
|
149
|
+
import {
|
|
150
|
+
GrantPermissionsCommandInput,
|
|
151
|
+
GrantPermissionsCommandOutput,
|
|
152
|
+
} from "./commands/GrantPermissionsCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListDataCellsFilterCommandInput,
|
|
155
|
+
ListDataCellsFilterCommandOutput,
|
|
156
|
+
} from "./commands/ListDataCellsFilterCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListLFTagsCommandInput,
|
|
159
|
+
ListLFTagsCommandOutput,
|
|
160
|
+
} from "./commands/ListLFTagsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListPermissionsCommandInput,
|
|
163
|
+
ListPermissionsCommandOutput,
|
|
164
|
+
} from "./commands/ListPermissionsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListResourcesCommandInput,
|
|
167
|
+
ListResourcesCommandOutput,
|
|
168
|
+
} from "./commands/ListResourcesCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListTableStorageOptimizersCommandInput,
|
|
171
|
+
ListTableStorageOptimizersCommandOutput,
|
|
172
|
+
} from "./commands/ListTableStorageOptimizersCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListTransactionsCommandInput,
|
|
175
|
+
ListTransactionsCommandOutput,
|
|
176
|
+
} from "./commands/ListTransactionsCommand";
|
|
177
|
+
import {
|
|
178
|
+
PutDataLakeSettingsCommandInput,
|
|
179
|
+
PutDataLakeSettingsCommandOutput,
|
|
180
|
+
} from "./commands/PutDataLakeSettingsCommand";
|
|
181
|
+
import {
|
|
182
|
+
RegisterResourceCommandInput,
|
|
183
|
+
RegisterResourceCommandOutput,
|
|
184
|
+
} from "./commands/RegisterResourceCommand";
|
|
185
|
+
import {
|
|
186
|
+
RemoveLFTagsFromResourceCommandInput,
|
|
187
|
+
RemoveLFTagsFromResourceCommandOutput,
|
|
188
|
+
} from "./commands/RemoveLFTagsFromResourceCommand";
|
|
189
|
+
import {
|
|
190
|
+
RevokePermissionsCommandInput,
|
|
191
|
+
RevokePermissionsCommandOutput,
|
|
192
|
+
} from "./commands/RevokePermissionsCommand";
|
|
193
|
+
import {
|
|
194
|
+
SearchDatabasesByLFTagsCommandInput,
|
|
195
|
+
SearchDatabasesByLFTagsCommandOutput,
|
|
196
|
+
} from "./commands/SearchDatabasesByLFTagsCommand";
|
|
197
|
+
import {
|
|
198
|
+
SearchTablesByLFTagsCommandInput,
|
|
199
|
+
SearchTablesByLFTagsCommandOutput,
|
|
200
|
+
} from "./commands/SearchTablesByLFTagsCommand";
|
|
201
|
+
import {
|
|
202
|
+
StartQueryPlanningCommandInput,
|
|
203
|
+
StartQueryPlanningCommandOutput,
|
|
204
|
+
} from "./commands/StartQueryPlanningCommand";
|
|
205
|
+
import {
|
|
206
|
+
StartTransactionCommandInput,
|
|
207
|
+
StartTransactionCommandOutput,
|
|
208
|
+
} from "./commands/StartTransactionCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdateLFTagCommandInput,
|
|
211
|
+
UpdateLFTagCommandOutput,
|
|
212
|
+
} from "./commands/UpdateLFTagCommand";
|
|
213
|
+
import {
|
|
214
|
+
UpdateResourceCommandInput,
|
|
215
|
+
UpdateResourceCommandOutput,
|
|
216
|
+
} from "./commands/UpdateResourceCommand";
|
|
217
|
+
import {
|
|
218
|
+
UpdateTableObjectsCommandInput,
|
|
219
|
+
UpdateTableObjectsCommandOutput,
|
|
220
|
+
} from "./commands/UpdateTableObjectsCommand";
|
|
221
|
+
import {
|
|
222
|
+
UpdateTableStorageOptimizerCommandInput,
|
|
223
|
+
UpdateTableStorageOptimizerCommandOutput,
|
|
224
|
+
} from "./commands/UpdateTableStorageOptimizerCommand";
|
|
225
|
+
export declare type ServiceInputTypes =
|
|
226
|
+
| AddLFTagsToResourceCommandInput
|
|
227
|
+
| AssumeDecoratedRoleWithSAMLCommandInput
|
|
228
|
+
| BatchGrantPermissionsCommandInput
|
|
229
|
+
| BatchRevokePermissionsCommandInput
|
|
230
|
+
| CancelTransactionCommandInput
|
|
231
|
+
| CommitTransactionCommandInput
|
|
232
|
+
| CreateDataCellsFilterCommandInput
|
|
233
|
+
| CreateLFTagCommandInput
|
|
234
|
+
| DeleteDataCellsFilterCommandInput
|
|
235
|
+
| DeleteLFTagCommandInput
|
|
236
|
+
| DeleteObjectsOnCancelCommandInput
|
|
237
|
+
| DeregisterResourceCommandInput
|
|
238
|
+
| DescribeResourceCommandInput
|
|
239
|
+
| DescribeTransactionCommandInput
|
|
240
|
+
| ExtendTransactionCommandInput
|
|
241
|
+
| GetDataLakeSettingsCommandInput
|
|
242
|
+
| GetEffectivePermissionsForPathCommandInput
|
|
243
|
+
| GetLFTagCommandInput
|
|
244
|
+
| GetQueryStateCommandInput
|
|
245
|
+
| GetQueryStatisticsCommandInput
|
|
246
|
+
| GetResourceLFTagsCommandInput
|
|
247
|
+
| GetTableObjectsCommandInput
|
|
248
|
+
| GetTemporaryGluePartitionCredentialsCommandInput
|
|
249
|
+
| GetTemporaryGlueTableCredentialsCommandInput
|
|
250
|
+
| GetWorkUnitResultsCommandInput
|
|
251
|
+
| GetWorkUnitsCommandInput
|
|
252
|
+
| GrantPermissionsCommandInput
|
|
253
|
+
| ListDataCellsFilterCommandInput
|
|
254
|
+
| ListLFTagsCommandInput
|
|
255
|
+
| ListPermissionsCommandInput
|
|
256
|
+
| ListResourcesCommandInput
|
|
257
|
+
| ListTableStorageOptimizersCommandInput
|
|
258
|
+
| ListTransactionsCommandInput
|
|
259
|
+
| PutDataLakeSettingsCommandInput
|
|
260
|
+
| RegisterResourceCommandInput
|
|
261
|
+
| RemoveLFTagsFromResourceCommandInput
|
|
262
|
+
| RevokePermissionsCommandInput
|
|
263
|
+
| SearchDatabasesByLFTagsCommandInput
|
|
264
|
+
| SearchTablesByLFTagsCommandInput
|
|
265
|
+
| StartQueryPlanningCommandInput
|
|
266
|
+
| StartTransactionCommandInput
|
|
267
|
+
| UpdateLFTagCommandInput
|
|
268
|
+
| UpdateResourceCommandInput
|
|
269
|
+
| UpdateTableObjectsCommandInput
|
|
270
|
+
| UpdateTableStorageOptimizerCommandInput;
|
|
271
|
+
export declare type ServiceOutputTypes =
|
|
272
|
+
| AddLFTagsToResourceCommandOutput
|
|
273
|
+
| AssumeDecoratedRoleWithSAMLCommandOutput
|
|
274
|
+
| BatchGrantPermissionsCommandOutput
|
|
275
|
+
| BatchRevokePermissionsCommandOutput
|
|
276
|
+
| CancelTransactionCommandOutput
|
|
277
|
+
| CommitTransactionCommandOutput
|
|
278
|
+
| CreateDataCellsFilterCommandOutput
|
|
279
|
+
| CreateLFTagCommandOutput
|
|
280
|
+
| DeleteDataCellsFilterCommandOutput
|
|
281
|
+
| DeleteLFTagCommandOutput
|
|
282
|
+
| DeleteObjectsOnCancelCommandOutput
|
|
283
|
+
| DeregisterResourceCommandOutput
|
|
284
|
+
| DescribeResourceCommandOutput
|
|
285
|
+
| DescribeTransactionCommandOutput
|
|
286
|
+
| ExtendTransactionCommandOutput
|
|
287
|
+
| GetDataLakeSettingsCommandOutput
|
|
288
|
+
| GetEffectivePermissionsForPathCommandOutput
|
|
289
|
+
| GetLFTagCommandOutput
|
|
290
|
+
| GetQueryStateCommandOutput
|
|
291
|
+
| GetQueryStatisticsCommandOutput
|
|
292
|
+
| GetResourceLFTagsCommandOutput
|
|
293
|
+
| GetTableObjectsCommandOutput
|
|
294
|
+
| GetTemporaryGluePartitionCredentialsCommandOutput
|
|
295
|
+
| GetTemporaryGlueTableCredentialsCommandOutput
|
|
296
|
+
| GetWorkUnitResultsCommandOutput
|
|
297
|
+
| GetWorkUnitsCommandOutput
|
|
298
|
+
| GrantPermissionsCommandOutput
|
|
299
|
+
| ListDataCellsFilterCommandOutput
|
|
300
|
+
| ListLFTagsCommandOutput
|
|
301
|
+
| ListPermissionsCommandOutput
|
|
302
|
+
| ListResourcesCommandOutput
|
|
303
|
+
| ListTableStorageOptimizersCommandOutput
|
|
304
|
+
| ListTransactionsCommandOutput
|
|
305
|
+
| PutDataLakeSettingsCommandOutput
|
|
306
|
+
| RegisterResourceCommandOutput
|
|
307
|
+
| RemoveLFTagsFromResourceCommandOutput
|
|
308
|
+
| RevokePermissionsCommandOutput
|
|
309
|
+
| SearchDatabasesByLFTagsCommandOutput
|
|
310
|
+
| SearchTablesByLFTagsCommandOutput
|
|
311
|
+
| StartQueryPlanningCommandOutput
|
|
312
|
+
| StartTransactionCommandOutput
|
|
313
|
+
| UpdateLFTagCommandOutput
|
|
314
|
+
| UpdateResourceCommandOutput
|
|
315
|
+
| UpdateTableObjectsCommandOutput
|
|
316
|
+
| UpdateTableStorageOptimizerCommandOutput;
|
|
317
|
+
export interface ClientDefaults
|
|
318
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
319
|
+
requestHandler?: __HttpHandler;
|
|
320
|
+
|
|
321
|
+
sha256?: __HashConstructor;
|
|
322
|
+
|
|
323
|
+
urlParser?: __UrlParser;
|
|
324
|
+
|
|
325
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
326
|
+
|
|
327
|
+
streamCollector?: __StreamCollector;
|
|
328
|
+
|
|
329
|
+
base64Decoder?: __Decoder;
|
|
330
|
+
|
|
331
|
+
base64Encoder?: __Encoder;
|
|
332
|
+
|
|
333
|
+
utf8Decoder?: __Decoder;
|
|
334
|
+
|
|
335
|
+
utf8Encoder?: __Encoder;
|
|
336
|
+
|
|
337
|
+
runtime?: string;
|
|
338
|
+
|
|
339
|
+
disableHostPrefix?: boolean;
|
|
340
|
+
|
|
341
|
+
maxAttempts?: number | __Provider<number>;
|
|
342
|
+
|
|
343
|
+
retryMode?: string | __Provider<string>;
|
|
344
|
+
|
|
345
|
+
logger?: __Logger;
|
|
346
|
+
|
|
347
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
348
|
+
|
|
349
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
350
|
+
|
|
351
|
+
serviceId?: string;
|
|
352
|
+
|
|
353
|
+
region?: string | __Provider<string>;
|
|
354
|
+
|
|
355
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
356
|
+
|
|
357
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
358
|
+
|
|
359
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
360
|
+
|
|
361
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
362
|
+
}
|
|
363
|
+
declare type LakeFormationClientConfigType = Partial<
|
|
364
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
365
|
+
> &
|
|
366
|
+
ClientDefaults &
|
|
367
|
+
RegionInputConfig &
|
|
368
|
+
EndpointsInputConfig &
|
|
369
|
+
RetryInputConfig &
|
|
370
|
+
HostHeaderInputConfig &
|
|
371
|
+
AwsAuthInputConfig &
|
|
372
|
+
UserAgentInputConfig;
|
|
373
|
+
|
|
374
|
+
export interface LakeFormationClientConfig
|
|
375
|
+
extends LakeFormationClientConfigType {}
|
|
376
|
+
declare type LakeFormationClientResolvedConfigType =
|
|
377
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
378
|
+
Required<ClientDefaults> &
|
|
379
|
+
RegionResolvedConfig &
|
|
380
|
+
EndpointsResolvedConfig &
|
|
381
|
+
RetryResolvedConfig &
|
|
382
|
+
HostHeaderResolvedConfig &
|
|
383
|
+
AwsAuthResolvedConfig &
|
|
384
|
+
UserAgentResolvedConfig;
|
|
385
|
+
|
|
386
|
+
export interface LakeFormationClientResolvedConfig
|
|
387
|
+
extends LakeFormationClientResolvedConfigType {}
|
|
388
|
+
|
|
389
|
+
export declare class LakeFormationClient extends __Client<
|
|
390
|
+
__HttpHandlerOptions,
|
|
391
|
+
ServiceInputTypes,
|
|
392
|
+
ServiceOutputTypes,
|
|
393
|
+
LakeFormationClientResolvedConfig
|
|
394
|
+
> {
|
|
395
|
+
readonly config: LakeFormationClientResolvedConfig;
|
|
396
|
+
constructor(configuration: LakeFormationClientConfig);
|
|
397
|
+
|
|
398
|
+
destroy(): void;
|
|
399
|
+
}
|
|
400
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
AddLFTagsToResourceRequest,
|
|
15
|
+
AddLFTagsToResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddLFTagsToResourceCommandInput
|
|
18
|
+
extends AddLFTagsToResourceRequest {}
|
|
19
|
+
export interface AddLFTagsToResourceCommandOutput
|
|
20
|
+
extends AddLFTagsToResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddLFTagsToResourceCommand extends $Command<
|
|
24
|
+
AddLFTagsToResourceCommandInput,
|
|
25
|
+
AddLFTagsToResourceCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddLFTagsToResourceCommandInput;
|
|
29
|
+
constructor(input: AddLFTagsToResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LakeFormationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LakeFormationClient";
|
|
13
|
+
import {
|
|
14
|
+
AssumeDecoratedRoleWithSAMLRequest,
|
|
15
|
+
AssumeDecoratedRoleWithSAMLResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssumeDecoratedRoleWithSAMLCommandInput
|
|
18
|
+
extends AssumeDecoratedRoleWithSAMLRequest {}
|
|
19
|
+
export interface AssumeDecoratedRoleWithSAMLCommandOutput
|
|
20
|
+
extends AssumeDecoratedRoleWithSAMLResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssumeDecoratedRoleWithSAMLCommand extends $Command<
|
|
24
|
+
AssumeDecoratedRoleWithSAMLCommandInput,
|
|
25
|
+
AssumeDecoratedRoleWithSAMLCommandOutput,
|
|
26
|
+
LakeFormationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssumeDecoratedRoleWithSAMLCommandInput;
|
|
29
|
+
constructor(input: AssumeDecoratedRoleWithSAMLCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LakeFormationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssumeDecoratedRoleWithSAMLCommandInput,
|
|
37
|
+
AssumeDecoratedRoleWithSAMLCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|