aws-sdk-lakeformation 1.19.0 → 1.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +980 -79
- data/lib/aws-sdk-lakeformation/client_api.rb +746 -25
- data/lib/aws-sdk-lakeformation/errors.rb +136 -0
- data/lib/aws-sdk-lakeformation/types.rb +1795 -110
- data/lib/aws-sdk-lakeformation.rb +1 -1
- metadata +2 -2
@@ -16,6 +16,8 @@ module Aws::LakeFormation
|
|
16
16
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
17
|
AddLFTagsToResourceRequest = Shapes::StructureShape.new(name: 'AddLFTagsToResourceRequest')
|
18
18
|
AddLFTagsToResourceResponse = Shapes::StructureShape.new(name: 'AddLFTagsToResourceResponse')
|
19
|
+
AddObjectInput = Shapes::StructureShape.new(name: 'AddObjectInput')
|
20
|
+
AllRowsWildcard = Shapes::StructureShape.new(name: 'AllRowsWildcard')
|
19
21
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
20
22
|
BatchGrantPermissionsRequest = Shapes::StructureShape.new(name: 'BatchGrantPermissionsRequest')
|
21
23
|
BatchGrantPermissionsResponse = Shapes::StructureShape.new(name: 'BatchGrantPermissionsResponse')
|
@@ -26,16 +28,25 @@ module Aws::LakeFormation
|
|
26
28
|
BatchRevokePermissionsRequest = Shapes::StructureShape.new(name: 'BatchRevokePermissionsRequest')
|
27
29
|
BatchRevokePermissionsResponse = Shapes::StructureShape.new(name: 'BatchRevokePermissionsResponse')
|
28
30
|
BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
|
31
|
+
CancelTransactionRequest = Shapes::StructureShape.new(name: 'CancelTransactionRequest')
|
32
|
+
CancelTransactionResponse = Shapes::StructureShape.new(name: 'CancelTransactionResponse')
|
29
33
|
CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
|
30
34
|
CatalogResource = Shapes::StructureShape.new(name: 'CatalogResource')
|
31
35
|
ColumnLFTag = Shapes::StructureShape.new(name: 'ColumnLFTag')
|
32
36
|
ColumnLFTagsList = Shapes::ListShape.new(name: 'ColumnLFTagsList')
|
33
37
|
ColumnNames = Shapes::ListShape.new(name: 'ColumnNames')
|
34
38
|
ColumnWildcard = Shapes::StructureShape.new(name: 'ColumnWildcard')
|
39
|
+
CommitTransactionRequest = Shapes::StructureShape.new(name: 'CommitTransactionRequest')
|
40
|
+
CommitTransactionResponse = Shapes::StructureShape.new(name: 'CommitTransactionResponse')
|
35
41
|
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
36
42
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
43
|
+
CreateDataCellsFilterRequest = Shapes::StructureShape.new(name: 'CreateDataCellsFilterRequest')
|
44
|
+
CreateDataCellsFilterResponse = Shapes::StructureShape.new(name: 'CreateDataCellsFilterResponse')
|
37
45
|
CreateLFTagRequest = Shapes::StructureShape.new(name: 'CreateLFTagRequest')
|
38
46
|
CreateLFTagResponse = Shapes::StructureShape.new(name: 'CreateLFTagResponse')
|
47
|
+
DataCellsFilter = Shapes::StructureShape.new(name: 'DataCellsFilter')
|
48
|
+
DataCellsFilterList = Shapes::ListShape.new(name: 'DataCellsFilterList')
|
49
|
+
DataCellsFilterResource = Shapes::StructureShape.new(name: 'DataCellsFilterResource')
|
39
50
|
DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
|
40
51
|
DataLakePrincipalList = Shapes::ListShape.new(name: 'DataLakePrincipalList')
|
41
52
|
DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
|
@@ -44,17 +55,31 @@ module Aws::LakeFormation
|
|
44
55
|
DataLocationResource = Shapes::StructureShape.new(name: 'DataLocationResource')
|
45
56
|
DatabaseLFTagsList = Shapes::ListShape.new(name: 'DatabaseLFTagsList')
|
46
57
|
DatabaseResource = Shapes::StructureShape.new(name: 'DatabaseResource')
|
58
|
+
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
59
|
+
DeleteDataCellsFilterRequest = Shapes::StructureShape.new(name: 'DeleteDataCellsFilterRequest')
|
60
|
+
DeleteDataCellsFilterResponse = Shapes::StructureShape.new(name: 'DeleteDataCellsFilterResponse')
|
47
61
|
DeleteLFTagRequest = Shapes::StructureShape.new(name: 'DeleteLFTagRequest')
|
48
62
|
DeleteLFTagResponse = Shapes::StructureShape.new(name: 'DeleteLFTagResponse')
|
63
|
+
DeleteObjectInput = Shapes::StructureShape.new(name: 'DeleteObjectInput')
|
64
|
+
DeleteObjectsOnCancelRequest = Shapes::StructureShape.new(name: 'DeleteObjectsOnCancelRequest')
|
65
|
+
DeleteObjectsOnCancelResponse = Shapes::StructureShape.new(name: 'DeleteObjectsOnCancelResponse')
|
49
66
|
DeregisterResourceRequest = Shapes::StructureShape.new(name: 'DeregisterResourceRequest')
|
50
67
|
DeregisterResourceResponse = Shapes::StructureShape.new(name: 'DeregisterResourceResponse')
|
51
68
|
DescribeResourceRequest = Shapes::StructureShape.new(name: 'DescribeResourceRequest')
|
52
69
|
DescribeResourceResponse = Shapes::StructureShape.new(name: 'DescribeResourceResponse')
|
70
|
+
DescribeTransactionRequest = Shapes::StructureShape.new(name: 'DescribeTransactionRequest')
|
71
|
+
DescribeTransactionResponse = Shapes::StructureShape.new(name: 'DescribeTransactionResponse')
|
53
72
|
DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
|
54
73
|
DetailsMap = Shapes::StructureShape.new(name: 'DetailsMap')
|
74
|
+
ETagString = Shapes::StringShape.new(name: 'ETagString')
|
55
75
|
EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
|
56
76
|
ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
|
77
|
+
ErrorMessageString = Shapes::StringShape.new(name: 'ErrorMessageString')
|
78
|
+
ExecutionStatistics = Shapes::StructureShape.new(name: 'ExecutionStatistics')
|
79
|
+
ExpiredException = Shapes::StructureShape.new(name: 'ExpiredException')
|
57
80
|
Expression = Shapes::ListShape.new(name: 'Expression')
|
81
|
+
ExtendTransactionRequest = Shapes::StructureShape.new(name: 'ExtendTransactionRequest')
|
82
|
+
ExtendTransactionResponse = Shapes::StructureShape.new(name: 'ExtendTransactionResponse')
|
58
83
|
FieldNameString = Shapes::StringShape.new(name: 'FieldNameString')
|
59
84
|
FilterCondition = Shapes::StructureShape.new(name: 'FilterCondition')
|
60
85
|
FilterConditionList = Shapes::ListShape.new(name: 'FilterConditionList')
|
@@ -64,13 +89,29 @@ module Aws::LakeFormation
|
|
64
89
|
GetEffectivePermissionsForPathResponse = Shapes::StructureShape.new(name: 'GetEffectivePermissionsForPathResponse')
|
65
90
|
GetLFTagRequest = Shapes::StructureShape.new(name: 'GetLFTagRequest')
|
66
91
|
GetLFTagResponse = Shapes::StructureShape.new(name: 'GetLFTagResponse')
|
92
|
+
GetQueryStateRequest = Shapes::StructureShape.new(name: 'GetQueryStateRequest')
|
93
|
+
GetQueryStateRequestQueryIdString = Shapes::StringShape.new(name: 'GetQueryStateRequestQueryIdString')
|
94
|
+
GetQueryStateResponse = Shapes::StructureShape.new(name: 'GetQueryStateResponse')
|
95
|
+
GetQueryStatisticsRequest = Shapes::StructureShape.new(name: 'GetQueryStatisticsRequest')
|
96
|
+
GetQueryStatisticsRequestQueryIdString = Shapes::StringShape.new(name: 'GetQueryStatisticsRequestQueryIdString')
|
97
|
+
GetQueryStatisticsResponse = Shapes::StructureShape.new(name: 'GetQueryStatisticsResponse')
|
67
98
|
GetResourceLFTagsRequest = Shapes::StructureShape.new(name: 'GetResourceLFTagsRequest')
|
68
99
|
GetResourceLFTagsResponse = Shapes::StructureShape.new(name: 'GetResourceLFTagsResponse')
|
100
|
+
GetTableObjectsRequest = Shapes::StructureShape.new(name: 'GetTableObjectsRequest')
|
101
|
+
GetTableObjectsResponse = Shapes::StructureShape.new(name: 'GetTableObjectsResponse')
|
102
|
+
GetWorkUnitResultsRequest = Shapes::StructureShape.new(name: 'GetWorkUnitResultsRequest')
|
103
|
+
GetWorkUnitResultsRequestQueryIdString = Shapes::StringShape.new(name: 'GetWorkUnitResultsRequestQueryIdString')
|
104
|
+
GetWorkUnitResultsRequestWorkUnitIdLong = Shapes::IntegerShape.new(name: 'GetWorkUnitResultsRequestWorkUnitIdLong')
|
105
|
+
GetWorkUnitResultsResponse = Shapes::StructureShape.new(name: 'GetWorkUnitResultsResponse')
|
106
|
+
GetWorkUnitsRequest = Shapes::StructureShape.new(name: 'GetWorkUnitsRequest')
|
107
|
+
GetWorkUnitsRequestQueryIdString = Shapes::StringShape.new(name: 'GetWorkUnitsRequestQueryIdString')
|
108
|
+
GetWorkUnitsResponse = Shapes::StructureShape.new(name: 'GetWorkUnitsResponse')
|
69
109
|
GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
|
70
110
|
GrantPermissionsRequest = Shapes::StructureShape.new(name: 'GrantPermissionsRequest')
|
71
111
|
GrantPermissionsResponse = Shapes::StructureShape.new(name: 'GrantPermissionsResponse')
|
72
112
|
IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
|
73
113
|
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
114
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
74
115
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
75
116
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
76
117
|
LFTag = Shapes::StructureShape.new(name: 'LFTag')
|
@@ -83,25 +124,47 @@ module Aws::LakeFormation
|
|
83
124
|
LFTagValue = Shapes::StringShape.new(name: 'LFTagValue')
|
84
125
|
LFTagsList = Shapes::ListShape.new(name: 'LFTagsList')
|
85
126
|
LastModifiedTimestamp = Shapes::TimestampShape.new(name: 'LastModifiedTimestamp')
|
127
|
+
ListDataCellsFilterRequest = Shapes::StructureShape.new(name: 'ListDataCellsFilterRequest')
|
128
|
+
ListDataCellsFilterResponse = Shapes::StructureShape.new(name: 'ListDataCellsFilterResponse')
|
86
129
|
ListLFTagsRequest = Shapes::StructureShape.new(name: 'ListLFTagsRequest')
|
87
130
|
ListLFTagsResponse = Shapes::StructureShape.new(name: 'ListLFTagsResponse')
|
88
131
|
ListPermissionsRequest = Shapes::StructureShape.new(name: 'ListPermissionsRequest')
|
89
132
|
ListPermissionsResponse = Shapes::StructureShape.new(name: 'ListPermissionsResponse')
|
90
133
|
ListResourcesRequest = Shapes::StructureShape.new(name: 'ListResourcesRequest')
|
91
134
|
ListResourcesResponse = Shapes::StructureShape.new(name: 'ListResourcesResponse')
|
135
|
+
ListTableStorageOptimizersRequest = Shapes::StructureShape.new(name: 'ListTableStorageOptimizersRequest')
|
136
|
+
ListTableStorageOptimizersResponse = Shapes::StructureShape.new(name: 'ListTableStorageOptimizersResponse')
|
137
|
+
ListTransactionsRequest = Shapes::StructureShape.new(name: 'ListTransactionsRequest')
|
138
|
+
ListTransactionsResponse = Shapes::StructureShape.new(name: 'ListTransactionsResponse')
|
92
139
|
MessageString = Shapes::StringShape.new(name: 'MessageString')
|
93
140
|
NameString = Shapes::StringShape.new(name: 'NameString')
|
94
141
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
142
|
+
NumberOfBytes = Shapes::IntegerShape.new(name: 'NumberOfBytes')
|
143
|
+
NumberOfItems = Shapes::IntegerShape.new(name: 'NumberOfItems')
|
144
|
+
NumberOfMilliseconds = Shapes::IntegerShape.new(name: 'NumberOfMilliseconds')
|
145
|
+
ObjectSize = Shapes::IntegerShape.new(name: 'ObjectSize')
|
95
146
|
OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
|
147
|
+
OptimizerType = Shapes::StringShape.new(name: 'OptimizerType')
|
96
148
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
149
|
+
PartitionObjects = Shapes::StructureShape.new(name: 'PartitionObjects')
|
150
|
+
PartitionValueString = Shapes::StringShape.new(name: 'PartitionValueString')
|
151
|
+
PartitionValuesList = Shapes::ListShape.new(name: 'PartitionValuesList')
|
152
|
+
PartitionedTableObjectsList = Shapes::ListShape.new(name: 'PartitionedTableObjectsList')
|
97
153
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
98
154
|
PermissionList = Shapes::ListShape.new(name: 'PermissionList')
|
155
|
+
PlanningStatistics = Shapes::StructureShape.new(name: 'PlanningStatistics')
|
156
|
+
PredicateString = Shapes::StringShape.new(name: 'PredicateString')
|
99
157
|
PrincipalPermissions = Shapes::StructureShape.new(name: 'PrincipalPermissions')
|
100
158
|
PrincipalPermissionsList = Shapes::ListShape.new(name: 'PrincipalPermissionsList')
|
101
159
|
PrincipalResourcePermissions = Shapes::StructureShape.new(name: 'PrincipalResourcePermissions')
|
102
160
|
PrincipalResourcePermissionsList = Shapes::ListShape.new(name: 'PrincipalResourcePermissionsList')
|
103
161
|
PutDataLakeSettingsRequest = Shapes::StructureShape.new(name: 'PutDataLakeSettingsRequest')
|
104
162
|
PutDataLakeSettingsResponse = Shapes::StructureShape.new(name: 'PutDataLakeSettingsResponse')
|
163
|
+
QueryIdString = Shapes::StringShape.new(name: 'QueryIdString')
|
164
|
+
QueryParameterMap = Shapes::MapShape.new(name: 'QueryParameterMap')
|
165
|
+
QueryPlanningContext = Shapes::StructureShape.new(name: 'QueryPlanningContext')
|
166
|
+
QueryPlanningContextDatabaseNameString = Shapes::StringShape.new(name: 'QueryPlanningContextDatabaseNameString')
|
167
|
+
QueryStateString = Shapes::StringShape.new(name: 'QueryStateString')
|
105
168
|
RAMResourceShareArn = Shapes::StringShape.new(name: 'RAMResourceShareArn')
|
106
169
|
RegisterResourceRequest = Shapes::StructureShape.new(name: 'RegisterResourceRequest')
|
107
170
|
RegisterResourceResponse = Shapes::StructureShape.new(name: 'RegisterResourceResponse')
|
@@ -111,31 +174,78 @@ module Aws::LakeFormation
|
|
111
174
|
ResourceArnString = Shapes::StringShape.new(name: 'ResourceArnString')
|
112
175
|
ResourceInfo = Shapes::StructureShape.new(name: 'ResourceInfo')
|
113
176
|
ResourceInfoList = Shapes::ListShape.new(name: 'ResourceInfoList')
|
177
|
+
ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
|
114
178
|
ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
|
115
179
|
ResourceShareList = Shapes::ListShape.new(name: 'ResourceShareList')
|
116
180
|
ResourceShareType = Shapes::StringShape.new(name: 'ResourceShareType')
|
117
181
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
182
|
+
Result = Shapes::StringShape.new(name: 'Result')
|
183
|
+
ResultStream = Shapes::BlobShape.new(name: 'ResultStream', streaming: true)
|
118
184
|
RevokePermissionsRequest = Shapes::StructureShape.new(name: 'RevokePermissionsRequest')
|
119
185
|
RevokePermissionsResponse = Shapes::StructureShape.new(name: 'RevokePermissionsResponse')
|
186
|
+
RowFilter = Shapes::StructureShape.new(name: 'RowFilter')
|
120
187
|
SearchDatabasesByLFTagsRequest = Shapes::StructureShape.new(name: 'SearchDatabasesByLFTagsRequest')
|
121
188
|
SearchDatabasesByLFTagsResponse = Shapes::StructureShape.new(name: 'SearchDatabasesByLFTagsResponse')
|
122
189
|
SearchTablesByLFTagsRequest = Shapes::StructureShape.new(name: 'SearchTablesByLFTagsRequest')
|
123
190
|
SearchTablesByLFTagsResponse = Shapes::StructureShape.new(name: 'SearchTablesByLFTagsResponse')
|
191
|
+
StartQueryPlanningRequest = Shapes::StructureShape.new(name: 'StartQueryPlanningRequest')
|
192
|
+
StartQueryPlanningResponse = Shapes::StructureShape.new(name: 'StartQueryPlanningResponse')
|
193
|
+
StartTransactionRequest = Shapes::StructureShape.new(name: 'StartTransactionRequest')
|
194
|
+
StartTransactionResponse = Shapes::StructureShape.new(name: 'StartTransactionResponse')
|
195
|
+
StatisticsNotReadyYetException = Shapes::StructureShape.new(name: 'StatisticsNotReadyYetException')
|
196
|
+
StorageOptimizer = Shapes::StructureShape.new(name: 'StorageOptimizer')
|
197
|
+
StorageOptimizerConfig = Shapes::MapShape.new(name: 'StorageOptimizerConfig')
|
198
|
+
StorageOptimizerConfigKey = Shapes::StringShape.new(name: 'StorageOptimizerConfigKey')
|
199
|
+
StorageOptimizerConfigMap = Shapes::MapShape.new(name: 'StorageOptimizerConfigMap')
|
200
|
+
StorageOptimizerConfigValue = Shapes::StringShape.new(name: 'StorageOptimizerConfigValue')
|
201
|
+
StorageOptimizerList = Shapes::ListShape.new(name: 'StorageOptimizerList')
|
202
|
+
String = Shapes::StringShape.new(name: 'String')
|
124
203
|
StringValue = Shapes::StringShape.new(name: 'StringValue')
|
125
204
|
StringValueList = Shapes::ListShape.new(name: 'StringValueList')
|
205
|
+
SyntheticGetWorkUnitResultsRequestWorkUnitTokenString = Shapes::StringShape.new(name: 'SyntheticGetWorkUnitResultsRequestWorkUnitTokenString')
|
206
|
+
SyntheticStartQueryPlanningRequestQueryString = Shapes::StringShape.new(name: 'SyntheticStartQueryPlanningRequestQueryString')
|
126
207
|
TableLFTagsList = Shapes::ListShape.new(name: 'TableLFTagsList')
|
208
|
+
TableObject = Shapes::StructureShape.new(name: 'TableObject')
|
209
|
+
TableObjectList = Shapes::ListShape.new(name: 'TableObjectList')
|
127
210
|
TableResource = Shapes::StructureShape.new(name: 'TableResource')
|
128
211
|
TableWildcard = Shapes::StructureShape.new(name: 'TableWildcard')
|
129
212
|
TableWithColumnsResource = Shapes::StructureShape.new(name: 'TableWithColumnsResource')
|
130
213
|
TagValueList = Shapes::ListShape.new(name: 'TagValueList')
|
131
214
|
TaggedDatabase = Shapes::StructureShape.new(name: 'TaggedDatabase')
|
132
215
|
TaggedTable = Shapes::StructureShape.new(name: 'TaggedTable')
|
216
|
+
ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
|
217
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
133
218
|
Token = Shapes::StringShape.new(name: 'Token')
|
219
|
+
TokenString = Shapes::StringShape.new(name: 'TokenString')
|
220
|
+
TransactionCanceledException = Shapes::StructureShape.new(name: 'TransactionCanceledException')
|
221
|
+
TransactionCommitInProgressException = Shapes::StructureShape.new(name: 'TransactionCommitInProgressException')
|
222
|
+
TransactionCommittedException = Shapes::StructureShape.new(name: 'TransactionCommittedException')
|
223
|
+
TransactionDescription = Shapes::StructureShape.new(name: 'TransactionDescription')
|
224
|
+
TransactionDescriptionList = Shapes::ListShape.new(name: 'TransactionDescriptionList')
|
225
|
+
TransactionIdString = Shapes::StringShape.new(name: 'TransactionIdString')
|
226
|
+
TransactionStatus = Shapes::StringShape.new(name: 'TransactionStatus')
|
227
|
+
TransactionStatusFilter = Shapes::StringShape.new(name: 'TransactionStatusFilter')
|
228
|
+
TransactionType = Shapes::StringShape.new(name: 'TransactionType')
|
229
|
+
TrueFalseString = Shapes::StringShape.new(name: 'TrueFalseString')
|
134
230
|
TrustedResourceOwners = Shapes::ListShape.new(name: 'TrustedResourceOwners')
|
231
|
+
URI = Shapes::StringShape.new(name: 'URI')
|
135
232
|
UpdateLFTagRequest = Shapes::StructureShape.new(name: 'UpdateLFTagRequest')
|
136
233
|
UpdateLFTagResponse = Shapes::StructureShape.new(name: 'UpdateLFTagResponse')
|
137
234
|
UpdateResourceRequest = Shapes::StructureShape.new(name: 'UpdateResourceRequest')
|
138
235
|
UpdateResourceResponse = Shapes::StructureShape.new(name: 'UpdateResourceResponse')
|
236
|
+
UpdateTableObjectsRequest = Shapes::StructureShape.new(name: 'UpdateTableObjectsRequest')
|
237
|
+
UpdateTableObjectsResponse = Shapes::StructureShape.new(name: 'UpdateTableObjectsResponse')
|
238
|
+
UpdateTableStorageOptimizerRequest = Shapes::StructureShape.new(name: 'UpdateTableStorageOptimizerRequest')
|
239
|
+
UpdateTableStorageOptimizerResponse = Shapes::StructureShape.new(name: 'UpdateTableStorageOptimizerResponse')
|
240
|
+
VirtualObject = Shapes::StructureShape.new(name: 'VirtualObject')
|
241
|
+
VirtualObjectList = Shapes::ListShape.new(name: 'VirtualObjectList')
|
242
|
+
WorkUnitIdLong = Shapes::IntegerShape.new(name: 'WorkUnitIdLong')
|
243
|
+
WorkUnitRange = Shapes::StructureShape.new(name: 'WorkUnitRange')
|
244
|
+
WorkUnitRangeList = Shapes::ListShape.new(name: 'WorkUnitRangeList')
|
245
|
+
WorkUnitTokenString = Shapes::StringShape.new(name: 'WorkUnitTokenString')
|
246
|
+
WorkUnitsNotReadyYetException = Shapes::StructureShape.new(name: 'WorkUnitsNotReadyYetException')
|
247
|
+
WriteOperation = Shapes::StructureShape.new(name: 'WriteOperation')
|
248
|
+
WriteOperationList = Shapes::ListShape.new(name: 'WriteOperationList')
|
139
249
|
|
140
250
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
141
251
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
@@ -148,6 +258,14 @@ module Aws::LakeFormation
|
|
148
258
|
AddLFTagsToResourceResponse.add_member(:failures, Shapes::ShapeRef.new(shape: LFTagErrors, location_name: "Failures"))
|
149
259
|
AddLFTagsToResourceResponse.struct_class = Types::AddLFTagsToResourceResponse
|
150
260
|
|
261
|
+
AddObjectInput.add_member(:uri, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "Uri"))
|
262
|
+
AddObjectInput.add_member(:etag, Shapes::ShapeRef.new(shape: ETagString, required: true, location_name: "ETag"))
|
263
|
+
AddObjectInput.add_member(:size, Shapes::ShapeRef.new(shape: ObjectSize, required: true, location_name: "Size"))
|
264
|
+
AddObjectInput.add_member(:partition_values, Shapes::ShapeRef.new(shape: PartitionValuesList, location_name: "PartitionValues"))
|
265
|
+
AddObjectInput.struct_class = Types::AddObjectInput
|
266
|
+
|
267
|
+
AllRowsWildcard.struct_class = Types::AllRowsWildcard
|
268
|
+
|
151
269
|
AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
152
270
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
153
271
|
|
@@ -180,6 +298,11 @@ module Aws::LakeFormation
|
|
180
298
|
BatchRevokePermissionsResponse.add_member(:failures, Shapes::ShapeRef.new(shape: BatchPermissionsFailureList, location_name: "Failures"))
|
181
299
|
BatchRevokePermissionsResponse.struct_class = Types::BatchRevokePermissionsResponse
|
182
300
|
|
301
|
+
CancelTransactionRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, required: true, location_name: "TransactionId"))
|
302
|
+
CancelTransactionRequest.struct_class = Types::CancelTransactionRequest
|
303
|
+
|
304
|
+
CancelTransactionResponse.struct_class = Types::CancelTransactionResponse
|
305
|
+
|
183
306
|
CatalogResource.struct_class = Types::CatalogResource
|
184
307
|
|
185
308
|
ColumnLFTag.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
@@ -193,9 +316,20 @@ module Aws::LakeFormation
|
|
193
316
|
ColumnWildcard.add_member(:excluded_column_names, Shapes::ShapeRef.new(shape: ColumnNames, location_name: "ExcludedColumnNames"))
|
194
317
|
ColumnWildcard.struct_class = Types::ColumnWildcard
|
195
318
|
|
319
|
+
CommitTransactionRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, required: true, location_name: "TransactionId"))
|
320
|
+
CommitTransactionRequest.struct_class = Types::CommitTransactionRequest
|
321
|
+
|
322
|
+
CommitTransactionResponse.add_member(:transaction_status, Shapes::ShapeRef.new(shape: TransactionStatus, location_name: "TransactionStatus"))
|
323
|
+
CommitTransactionResponse.struct_class = Types::CommitTransactionResponse
|
324
|
+
|
196
325
|
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
197
326
|
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
198
327
|
|
328
|
+
CreateDataCellsFilterRequest.add_member(:table_data, Shapes::ShapeRef.new(shape: DataCellsFilter, required: true, location_name: "TableData"))
|
329
|
+
CreateDataCellsFilterRequest.struct_class = Types::CreateDataCellsFilterRequest
|
330
|
+
|
331
|
+
CreateDataCellsFilterResponse.struct_class = Types::CreateDataCellsFilterResponse
|
332
|
+
|
199
333
|
CreateLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
200
334
|
CreateLFTagRequest.add_member(:tag_key, Shapes::ShapeRef.new(shape: LFTagKey, required: true, location_name: "TagKey"))
|
201
335
|
CreateLFTagRequest.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, required: true, location_name: "TagValues"))
|
@@ -203,6 +337,23 @@ module Aws::LakeFormation
|
|
203
337
|
|
204
338
|
CreateLFTagResponse.struct_class = Types::CreateLFTagResponse
|
205
339
|
|
340
|
+
DataCellsFilter.add_member(:table_catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "TableCatalogId"))
|
341
|
+
DataCellsFilter.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
342
|
+
DataCellsFilter.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
343
|
+
DataCellsFilter.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
344
|
+
DataCellsFilter.add_member(:row_filter, Shapes::ShapeRef.new(shape: RowFilter, location_name: "RowFilter"))
|
345
|
+
DataCellsFilter.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnNames, location_name: "ColumnNames"))
|
346
|
+
DataCellsFilter.add_member(:column_wildcard, Shapes::ShapeRef.new(shape: ColumnWildcard, location_name: "ColumnWildcard"))
|
347
|
+
DataCellsFilter.struct_class = Types::DataCellsFilter
|
348
|
+
|
349
|
+
DataCellsFilterList.member = Shapes::ShapeRef.new(shape: DataCellsFilter)
|
350
|
+
|
351
|
+
DataCellsFilterResource.add_member(:table_catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "TableCatalogId"))
|
352
|
+
DataCellsFilterResource.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
|
353
|
+
DataCellsFilterResource.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
|
354
|
+
DataCellsFilterResource.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
355
|
+
DataCellsFilterResource.struct_class = Types::DataCellsFilterResource
|
356
|
+
|
206
357
|
DataLakePrincipal.add_member(:data_lake_principal_identifier, Shapes::ShapeRef.new(shape: DataLakePrincipalString, location_name: "DataLakePrincipalIdentifier"))
|
207
358
|
DataLakePrincipal.struct_class = Types::DataLakePrincipal
|
208
359
|
|
@@ -224,12 +375,34 @@ module Aws::LakeFormation
|
|
224
375
|
DatabaseResource.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
225
376
|
DatabaseResource.struct_class = Types::DatabaseResource
|
226
377
|
|
378
|
+
DeleteDataCellsFilterRequest.add_member(:table_catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "TableCatalogId"))
|
379
|
+
DeleteDataCellsFilterRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
|
380
|
+
DeleteDataCellsFilterRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
|
381
|
+
DeleteDataCellsFilterRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
382
|
+
DeleteDataCellsFilterRequest.struct_class = Types::DeleteDataCellsFilterRequest
|
383
|
+
|
384
|
+
DeleteDataCellsFilterResponse.struct_class = Types::DeleteDataCellsFilterResponse
|
385
|
+
|
227
386
|
DeleteLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
228
387
|
DeleteLFTagRequest.add_member(:tag_key, Shapes::ShapeRef.new(shape: LFTagKey, required: true, location_name: "TagKey"))
|
229
388
|
DeleteLFTagRequest.struct_class = Types::DeleteLFTagRequest
|
230
389
|
|
231
390
|
DeleteLFTagResponse.struct_class = Types::DeleteLFTagResponse
|
232
391
|
|
392
|
+
DeleteObjectInput.add_member(:uri, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "Uri"))
|
393
|
+
DeleteObjectInput.add_member(:etag, Shapes::ShapeRef.new(shape: ETagString, location_name: "ETag"))
|
394
|
+
DeleteObjectInput.add_member(:partition_values, Shapes::ShapeRef.new(shape: PartitionValuesList, location_name: "PartitionValues"))
|
395
|
+
DeleteObjectInput.struct_class = Types::DeleteObjectInput
|
396
|
+
|
397
|
+
DeleteObjectsOnCancelRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
398
|
+
DeleteObjectsOnCancelRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
399
|
+
DeleteObjectsOnCancelRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
400
|
+
DeleteObjectsOnCancelRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, required: true, location_name: "TransactionId"))
|
401
|
+
DeleteObjectsOnCancelRequest.add_member(:objects, Shapes::ShapeRef.new(shape: VirtualObjectList, required: true, location_name: "Objects"))
|
402
|
+
DeleteObjectsOnCancelRequest.struct_class = Types::DeleteObjectsOnCancelRequest
|
403
|
+
|
404
|
+
DeleteObjectsOnCancelResponse.struct_class = Types::DeleteObjectsOnCancelResponse
|
405
|
+
|
233
406
|
DeregisterResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
234
407
|
DeregisterResourceRequest.struct_class = Types::DeregisterResourceRequest
|
235
408
|
|
@@ -241,6 +414,12 @@ module Aws::LakeFormation
|
|
241
414
|
DescribeResourceResponse.add_member(:resource_info, Shapes::ShapeRef.new(shape: ResourceInfo, location_name: "ResourceInfo"))
|
242
415
|
DescribeResourceResponse.struct_class = Types::DescribeResourceResponse
|
243
416
|
|
417
|
+
DescribeTransactionRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, required: true, location_name: "TransactionId"))
|
418
|
+
DescribeTransactionRequest.struct_class = Types::DescribeTransactionRequest
|
419
|
+
|
420
|
+
DescribeTransactionResponse.add_member(:transaction_description, Shapes::ShapeRef.new(shape: TransactionDescription, location_name: "TransactionDescription"))
|
421
|
+
DescribeTransactionResponse.struct_class = Types::DescribeTransactionResponse
|
422
|
+
|
244
423
|
DetailsMap.add_member(:resource_share, Shapes::ShapeRef.new(shape: ResourceShareList, location_name: "ResourceShare"))
|
245
424
|
DetailsMap.struct_class = Types::DetailsMap
|
246
425
|
|
@@ -251,8 +430,21 @@ module Aws::LakeFormation
|
|
251
430
|
ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
|
252
431
|
ErrorDetail.struct_class = Types::ErrorDetail
|
253
432
|
|
433
|
+
ExecutionStatistics.add_member(:average_execution_time_millis, Shapes::ShapeRef.new(shape: NumberOfMilliseconds, location_name: "AverageExecutionTimeMillis"))
|
434
|
+
ExecutionStatistics.add_member(:data_scanned_bytes, Shapes::ShapeRef.new(shape: NumberOfBytes, location_name: "DataScannedBytes"))
|
435
|
+
ExecutionStatistics.add_member(:work_units_executed_count, Shapes::ShapeRef.new(shape: NumberOfItems, location_name: "WorkUnitsExecutedCount"))
|
436
|
+
ExecutionStatistics.struct_class = Types::ExecutionStatistics
|
437
|
+
|
438
|
+
ExpiredException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
439
|
+
ExpiredException.struct_class = Types::ExpiredException
|
440
|
+
|
254
441
|
Expression.member = Shapes::ShapeRef.new(shape: LFTag)
|
255
442
|
|
443
|
+
ExtendTransactionRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
444
|
+
ExtendTransactionRequest.struct_class = Types::ExtendTransactionRequest
|
445
|
+
|
446
|
+
ExtendTransactionResponse.struct_class = Types::ExtendTransactionResponse
|
447
|
+
|
256
448
|
FilterCondition.add_member(:field, Shapes::ShapeRef.new(shape: FieldNameString, location_name: "Field"))
|
257
449
|
FilterCondition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
|
258
450
|
FilterCondition.add_member(:string_value_list, Shapes::ShapeRef.new(shape: StringValueList, location_name: "StringValueList"))
|
@@ -285,6 +477,21 @@ module Aws::LakeFormation
|
|
285
477
|
GetLFTagResponse.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
|
286
478
|
GetLFTagResponse.struct_class = Types::GetLFTagResponse
|
287
479
|
|
480
|
+
GetQueryStateRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: GetQueryStateRequestQueryIdString, required: true, location_name: "QueryId"))
|
481
|
+
GetQueryStateRequest.struct_class = Types::GetQueryStateRequest
|
482
|
+
|
483
|
+
GetQueryStateResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessageString, location_name: "Error"))
|
484
|
+
GetQueryStateResponse.add_member(:state, Shapes::ShapeRef.new(shape: QueryStateString, required: true, location_name: "State"))
|
485
|
+
GetQueryStateResponse.struct_class = Types::GetQueryStateResponse
|
486
|
+
|
487
|
+
GetQueryStatisticsRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: GetQueryStatisticsRequestQueryIdString, required: true, location_name: "QueryId"))
|
488
|
+
GetQueryStatisticsRequest.struct_class = Types::GetQueryStatisticsRequest
|
489
|
+
|
490
|
+
GetQueryStatisticsResponse.add_member(:execution_statistics, Shapes::ShapeRef.new(shape: ExecutionStatistics, location_name: "ExecutionStatistics"))
|
491
|
+
GetQueryStatisticsResponse.add_member(:planning_statistics, Shapes::ShapeRef.new(shape: PlanningStatistics, location_name: "PlanningStatistics"))
|
492
|
+
GetQueryStatisticsResponse.add_member(:query_submission_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "QuerySubmissionTime"))
|
493
|
+
GetQueryStatisticsResponse.struct_class = Types::GetQueryStatisticsResponse
|
494
|
+
|
288
495
|
GetResourceLFTagsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
289
496
|
GetResourceLFTagsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "Resource"))
|
290
497
|
GetResourceLFTagsRequest.add_member(:show_assigned_lf_tags, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "ShowAssignedLFTags"))
|
@@ -295,6 +502,40 @@ module Aws::LakeFormation
|
|
295
502
|
GetResourceLFTagsResponse.add_member(:lf_tags_on_columns, Shapes::ShapeRef.new(shape: ColumnLFTagsList, location_name: "LFTagsOnColumns"))
|
296
503
|
GetResourceLFTagsResponse.struct_class = Types::GetResourceLFTagsResponse
|
297
504
|
|
505
|
+
GetTableObjectsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
506
|
+
GetTableObjectsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
507
|
+
GetTableObjectsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
508
|
+
GetTableObjectsRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
509
|
+
GetTableObjectsRequest.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
|
510
|
+
GetTableObjectsRequest.add_member(:partition_predicate, Shapes::ShapeRef.new(shape: PredicateString, location_name: "PartitionPredicate"))
|
511
|
+
GetTableObjectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
512
|
+
GetTableObjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: TokenString, location_name: "NextToken"))
|
513
|
+
GetTableObjectsRequest.struct_class = Types::GetTableObjectsRequest
|
514
|
+
|
515
|
+
GetTableObjectsResponse.add_member(:objects, Shapes::ShapeRef.new(shape: PartitionedTableObjectsList, location_name: "Objects"))
|
516
|
+
GetTableObjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: TokenString, location_name: "NextToken"))
|
517
|
+
GetTableObjectsResponse.struct_class = Types::GetTableObjectsResponse
|
518
|
+
|
519
|
+
GetWorkUnitResultsRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: GetWorkUnitResultsRequestQueryIdString, required: true, location_name: "QueryId"))
|
520
|
+
GetWorkUnitResultsRequest.add_member(:work_unit_id, Shapes::ShapeRef.new(shape: GetWorkUnitResultsRequestWorkUnitIdLong, required: true, location_name: "WorkUnitId"))
|
521
|
+
GetWorkUnitResultsRequest.add_member(:work_unit_token, Shapes::ShapeRef.new(shape: SyntheticGetWorkUnitResultsRequestWorkUnitTokenString, required: true, location_name: "WorkUnitToken"))
|
522
|
+
GetWorkUnitResultsRequest.struct_class = Types::GetWorkUnitResultsRequest
|
523
|
+
|
524
|
+
GetWorkUnitResultsResponse.add_member(:result_stream, Shapes::ShapeRef.new(shape: ResultStream, location_name: "ResultStream"))
|
525
|
+
GetWorkUnitResultsResponse.struct_class = Types::GetWorkUnitResultsResponse
|
526
|
+
GetWorkUnitResultsResponse[:payload] = :result_stream
|
527
|
+
GetWorkUnitResultsResponse[:payload_member] = GetWorkUnitResultsResponse.member(:result_stream)
|
528
|
+
|
529
|
+
GetWorkUnitsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
530
|
+
GetWorkUnitsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: Integer, location_name: "PageSize"))
|
531
|
+
GetWorkUnitsRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: GetWorkUnitsRequestQueryIdString, required: true, location_name: "QueryId"))
|
532
|
+
GetWorkUnitsRequest.struct_class = Types::GetWorkUnitsRequest
|
533
|
+
|
534
|
+
GetWorkUnitsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
535
|
+
GetWorkUnitsResponse.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryIdString, required: true, location_name: "QueryId"))
|
536
|
+
GetWorkUnitsResponse.add_member(:work_unit_ranges, Shapes::ShapeRef.new(shape: WorkUnitRangeList, required: true, location_name: "WorkUnitRanges"))
|
537
|
+
GetWorkUnitsResponse.struct_class = Types::GetWorkUnitsResponse
|
538
|
+
|
298
539
|
GlueEncryptionException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
299
540
|
GlueEncryptionException.struct_class = Types::GlueEncryptionException
|
300
541
|
|
@@ -340,6 +581,15 @@ module Aws::LakeFormation
|
|
340
581
|
|
341
582
|
LFTagsList.member = Shapes::ShapeRef.new(shape: LFTagPair)
|
342
583
|
|
584
|
+
ListDataCellsFilterRequest.add_member(:table, Shapes::ShapeRef.new(shape: TableResource, location_name: "Table"))
|
585
|
+
ListDataCellsFilterRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
586
|
+
ListDataCellsFilterRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
587
|
+
ListDataCellsFilterRequest.struct_class = Types::ListDataCellsFilterRequest
|
588
|
+
|
589
|
+
ListDataCellsFilterResponse.add_member(:data_cells_filters, Shapes::ShapeRef.new(shape: DataCellsFilterList, location_name: "DataCellsFilters"))
|
590
|
+
ListDataCellsFilterResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
591
|
+
ListDataCellsFilterResponse.struct_class = Types::ListDataCellsFilterResponse
|
592
|
+
|
343
593
|
ListLFTagsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
344
594
|
ListLFTagsRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
|
345
595
|
ListLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
@@ -356,6 +606,7 @@ module Aws::LakeFormation
|
|
356
606
|
ListPermissionsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, location_name: "Resource"))
|
357
607
|
ListPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
358
608
|
ListPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
609
|
+
ListPermissionsRequest.add_member(:include_related, Shapes::ShapeRef.new(shape: TrueFalseString, location_name: "IncludeRelated"))
|
359
610
|
ListPermissionsRequest.struct_class = Types::ListPermissionsRequest
|
360
611
|
|
361
612
|
ListPermissionsResponse.add_member(:principal_resource_permissions, Shapes::ShapeRef.new(shape: PrincipalResourcePermissionsList, location_name: "PrincipalResourcePermissions"))
|
@@ -371,11 +622,47 @@ module Aws::LakeFormation
|
|
371
622
|
ListResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
372
623
|
ListResourcesResponse.struct_class = Types::ListResourcesResponse
|
373
624
|
|
625
|
+
ListTableStorageOptimizersRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
626
|
+
ListTableStorageOptimizersRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
627
|
+
ListTableStorageOptimizersRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
628
|
+
ListTableStorageOptimizersRequest.add_member(:storage_optimizer_type, Shapes::ShapeRef.new(shape: OptimizerType, location_name: "StorageOptimizerType"))
|
629
|
+
ListTableStorageOptimizersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
630
|
+
ListTableStorageOptimizersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
631
|
+
ListTableStorageOptimizersRequest.struct_class = Types::ListTableStorageOptimizersRequest
|
632
|
+
|
633
|
+
ListTableStorageOptimizersResponse.add_member(:storage_optimizer_list, Shapes::ShapeRef.new(shape: StorageOptimizerList, location_name: "StorageOptimizerList"))
|
634
|
+
ListTableStorageOptimizersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
635
|
+
ListTableStorageOptimizersResponse.struct_class = Types::ListTableStorageOptimizersResponse
|
636
|
+
|
637
|
+
ListTransactionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
638
|
+
ListTransactionsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: TransactionStatusFilter, location_name: "StatusFilter"))
|
639
|
+
ListTransactionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
640
|
+
ListTransactionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: TokenString, location_name: "NextToken"))
|
641
|
+
ListTransactionsRequest.struct_class = Types::ListTransactionsRequest
|
642
|
+
|
643
|
+
ListTransactionsResponse.add_member(:transactions, Shapes::ShapeRef.new(shape: TransactionDescriptionList, location_name: "Transactions"))
|
644
|
+
ListTransactionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: TokenString, location_name: "NextToken"))
|
645
|
+
ListTransactionsResponse.struct_class = Types::ListTransactionsResponse
|
646
|
+
|
374
647
|
OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
375
648
|
OperationTimeoutException.struct_class = Types::OperationTimeoutException
|
376
649
|
|
650
|
+
PartitionObjects.add_member(:partition_values, Shapes::ShapeRef.new(shape: PartitionValuesList, location_name: "PartitionValues"))
|
651
|
+
PartitionObjects.add_member(:objects, Shapes::ShapeRef.new(shape: TableObjectList, location_name: "Objects"))
|
652
|
+
PartitionObjects.struct_class = Types::PartitionObjects
|
653
|
+
|
654
|
+
PartitionValuesList.member = Shapes::ShapeRef.new(shape: PartitionValueString)
|
655
|
+
|
656
|
+
PartitionedTableObjectsList.member = Shapes::ShapeRef.new(shape: PartitionObjects)
|
657
|
+
|
377
658
|
PermissionList.member = Shapes::ShapeRef.new(shape: Permission)
|
378
659
|
|
660
|
+
PlanningStatistics.add_member(:estimated_data_to_scan_bytes, Shapes::ShapeRef.new(shape: NumberOfBytes, location_name: "EstimatedDataToScanBytes"))
|
661
|
+
PlanningStatistics.add_member(:planning_time_millis, Shapes::ShapeRef.new(shape: NumberOfMilliseconds, location_name: "PlanningTimeMillis"))
|
662
|
+
PlanningStatistics.add_member(:queue_time_millis, Shapes::ShapeRef.new(shape: NumberOfMilliseconds, location_name: "QueueTimeMillis"))
|
663
|
+
PlanningStatistics.add_member(:work_units_generated_count, Shapes::ShapeRef.new(shape: NumberOfItems, location_name: "WorkUnitsGeneratedCount"))
|
664
|
+
PlanningStatistics.struct_class = Types::PlanningStatistics
|
665
|
+
|
379
666
|
PrincipalPermissions.add_member(:principal, Shapes::ShapeRef.new(shape: DataLakePrincipal, location_name: "Principal"))
|
380
667
|
PrincipalPermissions.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
|
381
668
|
PrincipalPermissions.struct_class = Types::PrincipalPermissions
|
@@ -397,6 +684,16 @@ module Aws::LakeFormation
|
|
397
684
|
|
398
685
|
PutDataLakeSettingsResponse.struct_class = Types::PutDataLakeSettingsResponse
|
399
686
|
|
687
|
+
QueryParameterMap.key = Shapes::ShapeRef.new(shape: String)
|
688
|
+
QueryParameterMap.value = Shapes::ShapeRef.new(shape: String)
|
689
|
+
|
690
|
+
QueryPlanningContext.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
691
|
+
QueryPlanningContext.add_member(:database_name, Shapes::ShapeRef.new(shape: QueryPlanningContextDatabaseNameString, required: true, location_name: "DatabaseName"))
|
692
|
+
QueryPlanningContext.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
|
693
|
+
QueryPlanningContext.add_member(:query_parameters, Shapes::ShapeRef.new(shape: QueryParameterMap, location_name: "QueryParameters"))
|
694
|
+
QueryPlanningContext.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
695
|
+
QueryPlanningContext.struct_class = Types::QueryPlanningContext
|
696
|
+
|
400
697
|
RegisterResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
401
698
|
RegisterResourceRequest.add_member(:use_service_linked_role, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UseServiceLinkedRole"))
|
402
699
|
RegisterResourceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "RoleArn"))
|
@@ -417,6 +714,7 @@ module Aws::LakeFormation
|
|
417
714
|
Resource.add_member(:table, Shapes::ShapeRef.new(shape: TableResource, location_name: "Table"))
|
418
715
|
Resource.add_member(:table_with_columns, Shapes::ShapeRef.new(shape: TableWithColumnsResource, location_name: "TableWithColumns"))
|
419
716
|
Resource.add_member(:data_location, Shapes::ShapeRef.new(shape: DataLocationResource, location_name: "DataLocation"))
|
717
|
+
Resource.add_member(:data_cells_filter, Shapes::ShapeRef.new(shape: DataCellsFilterResource, location_name: "DataCellsFilter"))
|
420
718
|
Resource.add_member(:lf_tag, Shapes::ShapeRef.new(shape: LFTagKeyResource, location_name: "LFTag"))
|
421
719
|
Resource.add_member(:lf_tag_policy, Shapes::ShapeRef.new(shape: LFTagPolicyResource, location_name: "LFTagPolicy"))
|
422
720
|
Resource.struct_class = Types::Resource
|
@@ -428,6 +726,9 @@ module Aws::LakeFormation
|
|
428
726
|
|
429
727
|
ResourceInfoList.member = Shapes::ShapeRef.new(shape: ResourceInfo)
|
430
728
|
|
729
|
+
ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
730
|
+
ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
|
731
|
+
|
431
732
|
ResourceNumberLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
432
733
|
ResourceNumberLimitExceededException.struct_class = Types::ResourceNumberLimitExceededException
|
433
734
|
|
@@ -442,6 +743,10 @@ module Aws::LakeFormation
|
|
442
743
|
|
443
744
|
RevokePermissionsResponse.struct_class = Types::RevokePermissionsResponse
|
444
745
|
|
746
|
+
RowFilter.add_member(:filter_expression, Shapes::ShapeRef.new(shape: PredicateString, location_name: "FilterExpression"))
|
747
|
+
RowFilter.add_member(:all_rows_wildcard, Shapes::ShapeRef.new(shape: AllRowsWildcard, location_name: "AllRowsWildcard"))
|
748
|
+
RowFilter.struct_class = Types::RowFilter
|
749
|
+
|
445
750
|
SearchDatabasesByLFTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
446
751
|
SearchDatabasesByLFTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
447
752
|
SearchDatabasesByLFTagsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -462,10 +767,48 @@ module Aws::LakeFormation
|
|
462
767
|
SearchTablesByLFTagsResponse.add_member(:table_list, Shapes::ShapeRef.new(shape: TableLFTagsList, location_name: "TableList"))
|
463
768
|
SearchTablesByLFTagsResponse.struct_class = Types::SearchTablesByLFTagsResponse
|
464
769
|
|
770
|
+
StartQueryPlanningRequest.add_member(:query_planning_context, Shapes::ShapeRef.new(shape: QueryPlanningContext, required: true, location_name: "QueryPlanningContext"))
|
771
|
+
StartQueryPlanningRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: SyntheticStartQueryPlanningRequestQueryString, required: true, location_name: "QueryString"))
|
772
|
+
StartQueryPlanningRequest.struct_class = Types::StartQueryPlanningRequest
|
773
|
+
|
774
|
+
StartQueryPlanningResponse.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryIdString, required: true, location_name: "QueryId"))
|
775
|
+
StartQueryPlanningResponse.struct_class = Types::StartQueryPlanningResponse
|
776
|
+
|
777
|
+
StartTransactionRequest.add_member(:transaction_type, Shapes::ShapeRef.new(shape: TransactionType, location_name: "TransactionType"))
|
778
|
+
StartTransactionRequest.struct_class = Types::StartTransactionRequest
|
779
|
+
|
780
|
+
StartTransactionResponse.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
781
|
+
StartTransactionResponse.struct_class = Types::StartTransactionResponse
|
782
|
+
|
783
|
+
StatisticsNotReadyYetException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
784
|
+
StatisticsNotReadyYetException.struct_class = Types::StatisticsNotReadyYetException
|
785
|
+
|
786
|
+
StorageOptimizer.add_member(:storage_optimizer_type, Shapes::ShapeRef.new(shape: OptimizerType, location_name: "StorageOptimizerType"))
|
787
|
+
StorageOptimizer.add_member(:config, Shapes::ShapeRef.new(shape: StorageOptimizerConfig, location_name: "Config"))
|
788
|
+
StorageOptimizer.add_member(:error_message, Shapes::ShapeRef.new(shape: MessageString, location_name: "ErrorMessage"))
|
789
|
+
StorageOptimizer.add_member(:warnings, Shapes::ShapeRef.new(shape: MessageString, location_name: "Warnings"))
|
790
|
+
StorageOptimizer.add_member(:last_run_details, Shapes::ShapeRef.new(shape: MessageString, location_name: "LastRunDetails"))
|
791
|
+
StorageOptimizer.struct_class = Types::StorageOptimizer
|
792
|
+
|
793
|
+
StorageOptimizerConfig.key = Shapes::ShapeRef.new(shape: StorageOptimizerConfigKey)
|
794
|
+
StorageOptimizerConfig.value = Shapes::ShapeRef.new(shape: StorageOptimizerConfigValue)
|
795
|
+
|
796
|
+
StorageOptimizerConfigMap.key = Shapes::ShapeRef.new(shape: OptimizerType)
|
797
|
+
StorageOptimizerConfigMap.value = Shapes::ShapeRef.new(shape: StorageOptimizerConfig)
|
798
|
+
|
799
|
+
StorageOptimizerList.member = Shapes::ShapeRef.new(shape: StorageOptimizer)
|
800
|
+
|
465
801
|
StringValueList.member = Shapes::ShapeRef.new(shape: StringValue)
|
466
802
|
|
467
803
|
TableLFTagsList.member = Shapes::ShapeRef.new(shape: TaggedTable)
|
468
804
|
|
805
|
+
TableObject.add_member(:uri, Shapes::ShapeRef.new(shape: URI, location_name: "Uri"))
|
806
|
+
TableObject.add_member(:etag, Shapes::ShapeRef.new(shape: ETagString, location_name: "ETag"))
|
807
|
+
TableObject.add_member(:size, Shapes::ShapeRef.new(shape: ObjectSize, location_name: "Size"))
|
808
|
+
TableObject.struct_class = Types::TableObject
|
809
|
+
|
810
|
+
TableObjectList.member = Shapes::ShapeRef.new(shape: TableObject)
|
811
|
+
|
469
812
|
TableResource.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
470
813
|
TableResource.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
471
814
|
TableResource.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
@@ -493,6 +836,26 @@ module Aws::LakeFormation
|
|
493
836
|
TaggedTable.add_member(:lf_tags_on_columns, Shapes::ShapeRef.new(shape: ColumnLFTagsList, location_name: "LFTagsOnColumns"))
|
494
837
|
TaggedTable.struct_class = Types::TaggedTable
|
495
838
|
|
839
|
+
ThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
840
|
+
ThrottledException.struct_class = Types::ThrottledException
|
841
|
+
|
842
|
+
TransactionCanceledException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
843
|
+
TransactionCanceledException.struct_class = Types::TransactionCanceledException
|
844
|
+
|
845
|
+
TransactionCommitInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
846
|
+
TransactionCommitInProgressException.struct_class = Types::TransactionCommitInProgressException
|
847
|
+
|
848
|
+
TransactionCommittedException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
849
|
+
TransactionCommittedException.struct_class = Types::TransactionCommittedException
|
850
|
+
|
851
|
+
TransactionDescription.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
852
|
+
TransactionDescription.add_member(:transaction_status, Shapes::ShapeRef.new(shape: TransactionStatus, location_name: "TransactionStatus"))
|
853
|
+
TransactionDescription.add_member(:transaction_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransactionStartTime"))
|
854
|
+
TransactionDescription.add_member(:transaction_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransactionEndTime"))
|
855
|
+
TransactionDescription.struct_class = Types::TransactionDescription
|
856
|
+
|
857
|
+
TransactionDescriptionList.member = Shapes::ShapeRef.new(shape: TransactionDescription)
|
858
|
+
|
496
859
|
TrustedResourceOwners.member = Shapes::ShapeRef.new(shape: CatalogIdString)
|
497
860
|
|
498
861
|
UpdateLFTagRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -509,6 +872,46 @@ module Aws::LakeFormation
|
|
509
872
|
|
510
873
|
UpdateResourceResponse.struct_class = Types::UpdateResourceResponse
|
511
874
|
|
875
|
+
UpdateTableObjectsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
876
|
+
UpdateTableObjectsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
877
|
+
UpdateTableObjectsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
878
|
+
UpdateTableObjectsRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, required: true, location_name: "TransactionId"))
|
879
|
+
UpdateTableObjectsRequest.add_member(:write_operations, Shapes::ShapeRef.new(shape: WriteOperationList, required: true, location_name: "WriteOperations"))
|
880
|
+
UpdateTableObjectsRequest.struct_class = Types::UpdateTableObjectsRequest
|
881
|
+
|
882
|
+
UpdateTableObjectsResponse.struct_class = Types::UpdateTableObjectsResponse
|
883
|
+
|
884
|
+
UpdateTableStorageOptimizerRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
885
|
+
UpdateTableStorageOptimizerRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
886
|
+
UpdateTableStorageOptimizerRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
887
|
+
UpdateTableStorageOptimizerRequest.add_member(:storage_optimizer_config, Shapes::ShapeRef.new(shape: StorageOptimizerConfigMap, required: true, location_name: "StorageOptimizerConfig"))
|
888
|
+
UpdateTableStorageOptimizerRequest.struct_class = Types::UpdateTableStorageOptimizerRequest
|
889
|
+
|
890
|
+
UpdateTableStorageOptimizerResponse.add_member(:result, Shapes::ShapeRef.new(shape: Result, location_name: "Result"))
|
891
|
+
UpdateTableStorageOptimizerResponse.struct_class = Types::UpdateTableStorageOptimizerResponse
|
892
|
+
|
893
|
+
VirtualObject.add_member(:uri, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "Uri"))
|
894
|
+
VirtualObject.add_member(:etag, Shapes::ShapeRef.new(shape: ETagString, location_name: "ETag"))
|
895
|
+
VirtualObject.struct_class = Types::VirtualObject
|
896
|
+
|
897
|
+
VirtualObjectList.member = Shapes::ShapeRef.new(shape: VirtualObject)
|
898
|
+
|
899
|
+
WorkUnitRange.add_member(:work_unit_id_max, Shapes::ShapeRef.new(shape: WorkUnitIdLong, required: true, location_name: "WorkUnitIdMax"))
|
900
|
+
WorkUnitRange.add_member(:work_unit_id_min, Shapes::ShapeRef.new(shape: WorkUnitIdLong, required: true, location_name: "WorkUnitIdMin"))
|
901
|
+
WorkUnitRange.add_member(:work_unit_token, Shapes::ShapeRef.new(shape: WorkUnitTokenString, required: true, location_name: "WorkUnitToken"))
|
902
|
+
WorkUnitRange.struct_class = Types::WorkUnitRange
|
903
|
+
|
904
|
+
WorkUnitRangeList.member = Shapes::ShapeRef.new(shape: WorkUnitRange)
|
905
|
+
|
906
|
+
WorkUnitsNotReadyYetException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
907
|
+
WorkUnitsNotReadyYetException.struct_class = Types::WorkUnitsNotReadyYetException
|
908
|
+
|
909
|
+
WriteOperation.add_member(:add_object, Shapes::ShapeRef.new(shape: AddObjectInput, location_name: "AddObject"))
|
910
|
+
WriteOperation.add_member(:delete_object, Shapes::ShapeRef.new(shape: DeleteObjectInput, location_name: "DeleteObject"))
|
911
|
+
WriteOperation.struct_class = Types::WriteOperation
|
912
|
+
|
913
|
+
WriteOperationList.member = Shapes::ShapeRef.new(shape: WriteOperation)
|
914
|
+
|
512
915
|
|
513
916
|
# @api private
|
514
917
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -519,19 +922,18 @@ module Aws::LakeFormation
|
|
519
922
|
"apiVersion" => "2017-03-31",
|
520
923
|
"endpointPrefix" => "lakeformation",
|
521
924
|
"jsonVersion" => "1.1",
|
522
|
-
"protocol" => "json",
|
925
|
+
"protocol" => "rest-json",
|
523
926
|
"serviceFullName" => "AWS Lake Formation",
|
524
927
|
"serviceId" => "LakeFormation",
|
525
928
|
"signatureVersion" => "v4",
|
526
929
|
"signingName" => "lakeformation",
|
527
|
-
"targetPrefix" => "AWSLakeFormation",
|
528
930
|
"uid" => "lakeformation-2017-03-31",
|
529
931
|
}
|
530
932
|
|
531
933
|
api.add_operation(:add_lf_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
|
532
934
|
o.name = "AddLFTagsToResource"
|
533
935
|
o.http_method = "POST"
|
534
|
-
o.http_request_uri = "/"
|
936
|
+
o.http_request_uri = "/AddLFTagsToResource"
|
535
937
|
o.input = Shapes::ShapeRef.new(shape: AddLFTagsToResourceRequest)
|
536
938
|
o.output = Shapes::ShapeRef.new(shape: AddLFTagsToResourceResponse)
|
537
939
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -545,7 +947,7 @@ module Aws::LakeFormation
|
|
545
947
|
api.add_operation(:batch_grant_permissions, Seahorse::Model::Operation.new.tap do |o|
|
546
948
|
o.name = "BatchGrantPermissions"
|
547
949
|
o.http_method = "POST"
|
548
|
-
o.http_request_uri = "/"
|
950
|
+
o.http_request_uri = "/BatchGrantPermissions"
|
549
951
|
o.input = Shapes::ShapeRef.new(shape: BatchGrantPermissionsRequest)
|
550
952
|
o.output = Shapes::ShapeRef.new(shape: BatchGrantPermissionsResponse)
|
551
953
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -555,17 +957,61 @@ module Aws::LakeFormation
|
|
555
957
|
api.add_operation(:batch_revoke_permissions, Seahorse::Model::Operation.new.tap do |o|
|
556
958
|
o.name = "BatchRevokePermissions"
|
557
959
|
o.http_method = "POST"
|
558
|
-
o.http_request_uri = "/"
|
960
|
+
o.http_request_uri = "/BatchRevokePermissions"
|
559
961
|
o.input = Shapes::ShapeRef.new(shape: BatchRevokePermissionsRequest)
|
560
962
|
o.output = Shapes::ShapeRef.new(shape: BatchRevokePermissionsResponse)
|
561
963
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
562
964
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
563
965
|
end)
|
564
966
|
|
967
|
+
api.add_operation(:cancel_transaction, Seahorse::Model::Operation.new.tap do |o|
|
968
|
+
o.name = "CancelTransaction"
|
969
|
+
o.http_method = "POST"
|
970
|
+
o.http_request_uri = "/CancelTransaction"
|
971
|
+
o.input = Shapes::ShapeRef.new(shape: CancelTransactionRequest)
|
972
|
+
o.output = Shapes::ShapeRef.new(shape: CancelTransactionResponse)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
976
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
977
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommittedException)
|
978
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommitInProgressException)
|
979
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
980
|
+
end)
|
981
|
+
|
982
|
+
api.add_operation(:commit_transaction, Seahorse::Model::Operation.new.tap do |o|
|
983
|
+
o.name = "CommitTransaction"
|
984
|
+
o.http_method = "POST"
|
985
|
+
o.http_request_uri = "/CommitTransaction"
|
986
|
+
o.input = Shapes::ShapeRef.new(shape: CommitTransactionRequest)
|
987
|
+
o.output = Shapes::ShapeRef.new(shape: CommitTransactionResponse)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCanceledException)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
994
|
+
end)
|
995
|
+
|
996
|
+
api.add_operation(:create_data_cells_filter, Seahorse::Model::Operation.new.tap do |o|
|
997
|
+
o.name = "CreateDataCellsFilter"
|
998
|
+
o.http_method = "POST"
|
999
|
+
o.http_request_uri = "/CreateDataCellsFilter"
|
1000
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataCellsFilterRequest)
|
1001
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataCellsFilterResponse)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1009
|
+
end)
|
1010
|
+
|
565
1011
|
api.add_operation(:create_lf_tag, Seahorse::Model::Operation.new.tap do |o|
|
566
1012
|
o.name = "CreateLFTag"
|
567
1013
|
o.http_method = "POST"
|
568
|
-
o.http_request_uri = "/"
|
1014
|
+
o.http_request_uri = "/CreateLFTag"
|
569
1015
|
o.input = Shapes::ShapeRef.new(shape: CreateLFTagRequest)
|
570
1016
|
o.output = Shapes::ShapeRef.new(shape: CreateLFTagResponse)
|
571
1017
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -576,10 +1022,23 @@ module Aws::LakeFormation
|
|
576
1022
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
577
1023
|
end)
|
578
1024
|
|
1025
|
+
api.add_operation(:delete_data_cells_filter, Seahorse::Model::Operation.new.tap do |o|
|
1026
|
+
o.name = "DeleteDataCellsFilter"
|
1027
|
+
o.http_method = "POST"
|
1028
|
+
o.http_request_uri = "/DeleteDataCellsFilter"
|
1029
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataCellsFilterRequest)
|
1030
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataCellsFilterResponse)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1033
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1034
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1035
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1036
|
+
end)
|
1037
|
+
|
579
1038
|
api.add_operation(:delete_lf_tag, Seahorse::Model::Operation.new.tap do |o|
|
580
1039
|
o.name = "DeleteLFTag"
|
581
1040
|
o.http_method = "POST"
|
582
|
-
o.http_request_uri = "/"
|
1041
|
+
o.http_request_uri = "/DeleteLFTag"
|
583
1042
|
o.input = Shapes::ShapeRef.new(shape: DeleteLFTagRequest)
|
584
1043
|
o.output = Shapes::ShapeRef.new(shape: DeleteLFTagResponse)
|
585
1044
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -589,10 +1048,26 @@ module Aws::LakeFormation
|
|
589
1048
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
590
1049
|
end)
|
591
1050
|
|
1051
|
+
api.add_operation(:delete_objects_on_cancel, Seahorse::Model::Operation.new.tap do |o|
|
1052
|
+
o.name = "DeleteObjectsOnCancel"
|
1053
|
+
o.http_method = "POST"
|
1054
|
+
o.http_request_uri = "/DeleteObjectsOnCancel"
|
1055
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteObjectsOnCancelRequest)
|
1056
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteObjectsOnCancelResponse)
|
1057
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1058
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1059
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommittedException)
|
1062
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCanceledException)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1065
|
+
end)
|
1066
|
+
|
592
1067
|
api.add_operation(:deregister_resource, Seahorse::Model::Operation.new.tap do |o|
|
593
1068
|
o.name = "DeregisterResource"
|
594
1069
|
o.http_method = "POST"
|
595
|
-
o.http_request_uri = "/"
|
1070
|
+
o.http_request_uri = "/DeregisterResource"
|
596
1071
|
o.input = Shapes::ShapeRef.new(shape: DeregisterResourceRequest)
|
597
1072
|
o.output = Shapes::ShapeRef.new(shape: DeregisterResourceResponse)
|
598
1073
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -604,7 +1079,7 @@ module Aws::LakeFormation
|
|
604
1079
|
api.add_operation(:describe_resource, Seahorse::Model::Operation.new.tap do |o|
|
605
1080
|
o.name = "DescribeResource"
|
606
1081
|
o.http_method = "POST"
|
607
|
-
o.http_request_uri = "/"
|
1082
|
+
o.http_request_uri = "/DescribeResource"
|
608
1083
|
o.input = Shapes::ShapeRef.new(shape: DescribeResourceRequest)
|
609
1084
|
o.output = Shapes::ShapeRef.new(shape: DescribeResourceResponse)
|
610
1085
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -613,10 +1088,37 @@ module Aws::LakeFormation
|
|
613
1088
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
614
1089
|
end)
|
615
1090
|
|
1091
|
+
api.add_operation(:describe_transaction, Seahorse::Model::Operation.new.tap do |o|
|
1092
|
+
o.name = "DescribeTransaction"
|
1093
|
+
o.http_method = "POST"
|
1094
|
+
o.http_request_uri = "/DescribeTransaction"
|
1095
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTransactionRequest)
|
1096
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTransactionResponse)
|
1097
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1098
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1100
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1101
|
+
end)
|
1102
|
+
|
1103
|
+
api.add_operation(:extend_transaction, Seahorse::Model::Operation.new.tap do |o|
|
1104
|
+
o.name = "ExtendTransaction"
|
1105
|
+
o.http_method = "POST"
|
1106
|
+
o.http_request_uri = "/ExtendTransaction"
|
1107
|
+
o.input = Shapes::ShapeRef.new(shape: ExtendTransactionRequest)
|
1108
|
+
o.output = Shapes::ShapeRef.new(shape: ExtendTransactionResponse)
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommittedException)
|
1114
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCanceledException)
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommitInProgressException)
|
1116
|
+
end)
|
1117
|
+
|
616
1118
|
api.add_operation(:get_data_lake_settings, Seahorse::Model::Operation.new.tap do |o|
|
617
1119
|
o.name = "GetDataLakeSettings"
|
618
1120
|
o.http_method = "POST"
|
619
|
-
o.http_request_uri = "/"
|
1121
|
+
o.http_request_uri = "/GetDataLakeSettings"
|
620
1122
|
o.input = Shapes::ShapeRef.new(shape: GetDataLakeSettingsRequest)
|
621
1123
|
o.output = Shapes::ShapeRef.new(shape: GetDataLakeSettingsResponse)
|
622
1124
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
@@ -627,7 +1129,7 @@ module Aws::LakeFormation
|
|
627
1129
|
api.add_operation(:get_effective_permissions_for_path, Seahorse::Model::Operation.new.tap do |o|
|
628
1130
|
o.name = "GetEffectivePermissionsForPath"
|
629
1131
|
o.http_method = "POST"
|
630
|
-
o.http_request_uri = "/"
|
1132
|
+
o.http_request_uri = "/GetEffectivePermissionsForPath"
|
631
1133
|
o.input = Shapes::ShapeRef.new(shape: GetEffectivePermissionsForPathRequest)
|
632
1134
|
o.output = Shapes::ShapeRef.new(shape: GetEffectivePermissionsForPathResponse)
|
633
1135
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -645,7 +1147,7 @@ module Aws::LakeFormation
|
|
645
1147
|
api.add_operation(:get_lf_tag, Seahorse::Model::Operation.new.tap do |o|
|
646
1148
|
o.name = "GetLFTag"
|
647
1149
|
o.http_method = "POST"
|
648
|
-
o.http_request_uri = "/"
|
1150
|
+
o.http_request_uri = "/GetLFTag"
|
649
1151
|
o.input = Shapes::ShapeRef.new(shape: GetLFTagRequest)
|
650
1152
|
o.output = Shapes::ShapeRef.new(shape: GetLFTagResponse)
|
651
1153
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -655,10 +1157,41 @@ module Aws::LakeFormation
|
|
655
1157
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
656
1158
|
end)
|
657
1159
|
|
1160
|
+
api.add_operation(:get_query_state, Seahorse::Model::Operation.new.tap do |o|
|
1161
|
+
o.name = "GetQueryState"
|
1162
|
+
o.http_method = "POST"
|
1163
|
+
o.http_request_uri = "/GetQueryState"
|
1164
|
+
o.endpoint_pattern = {
|
1165
|
+
"hostPrefix" => "query-",
|
1166
|
+
}
|
1167
|
+
o.input = Shapes::ShapeRef.new(shape: GetQueryStateRequest)
|
1168
|
+
o.output = Shapes::ShapeRef.new(shape: GetQueryStateResponse)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1172
|
+
end)
|
1173
|
+
|
1174
|
+
api.add_operation(:get_query_statistics, Seahorse::Model::Operation.new.tap do |o|
|
1175
|
+
o.name = "GetQueryStatistics"
|
1176
|
+
o.http_method = "POST"
|
1177
|
+
o.http_request_uri = "/GetQueryStatistics"
|
1178
|
+
o.endpoint_pattern = {
|
1179
|
+
"hostPrefix" => "query-",
|
1180
|
+
}
|
1181
|
+
o.input = Shapes::ShapeRef.new(shape: GetQueryStatisticsRequest)
|
1182
|
+
o.output = Shapes::ShapeRef.new(shape: GetQueryStatisticsResponse)
|
1183
|
+
o.errors << Shapes::ShapeRef.new(shape: StatisticsNotReadyYetException)
|
1184
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: ExpiredException)
|
1188
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
|
1189
|
+
end)
|
1190
|
+
|
658
1191
|
api.add_operation(:get_resource_lf_tags, Seahorse::Model::Operation.new.tap do |o|
|
659
1192
|
o.name = "GetResourceLFTags"
|
660
1193
|
o.http_method = "POST"
|
661
|
-
o.http_request_uri = "/"
|
1194
|
+
o.http_request_uri = "/GetResourceLFTags"
|
662
1195
|
o.input = Shapes::ShapeRef.new(shape: GetResourceLFTagsRequest)
|
663
1196
|
o.output = Shapes::ShapeRef.new(shape: GetResourceLFTagsResponse)
|
664
1197
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -669,10 +1202,69 @@ module Aws::LakeFormation
|
|
669
1202
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
670
1203
|
end)
|
671
1204
|
|
1205
|
+
api.add_operation(:get_table_objects, Seahorse::Model::Operation.new.tap do |o|
|
1206
|
+
o.name = "GetTableObjects"
|
1207
|
+
o.http_method = "POST"
|
1208
|
+
o.http_request_uri = "/GetTableObjects"
|
1209
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableObjectsRequest)
|
1210
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableObjectsResponse)
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommittedException)
|
1216
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCanceledException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
1218
|
+
o[:pager] = Aws::Pager.new(
|
1219
|
+
limit_key: "max_results",
|
1220
|
+
tokens: {
|
1221
|
+
"next_token" => "next_token"
|
1222
|
+
}
|
1223
|
+
)
|
1224
|
+
end)
|
1225
|
+
|
1226
|
+
api.add_operation(:get_work_unit_results, Seahorse::Model::Operation.new.tap do |o|
|
1227
|
+
o.name = "GetWorkUnitResults"
|
1228
|
+
o.http_method = "POST"
|
1229
|
+
o.http_request_uri = "/GetWorkUnitResults"
|
1230
|
+
o.endpoint_pattern = {
|
1231
|
+
"hostPrefix" => "data-",
|
1232
|
+
}
|
1233
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkUnitResultsRequest)
|
1234
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkUnitResultsResponse)
|
1235
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1236
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: ExpiredException)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
|
1240
|
+
end)
|
1241
|
+
|
1242
|
+
api.add_operation(:get_work_units, Seahorse::Model::Operation.new.tap do |o|
|
1243
|
+
o.name = "GetWorkUnits"
|
1244
|
+
o.http_method = "POST"
|
1245
|
+
o.http_request_uri = "/GetWorkUnits"
|
1246
|
+
o.endpoint_pattern = {
|
1247
|
+
"hostPrefix" => "query-",
|
1248
|
+
}
|
1249
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkUnitsRequest)
|
1250
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkUnitsResponse)
|
1251
|
+
o.errors << Shapes::ShapeRef.new(shape: WorkUnitsNotReadyYetException)
|
1252
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: ExpiredException)
|
1256
|
+
o[:pager] = Aws::Pager.new(
|
1257
|
+
limit_key: "page_size",
|
1258
|
+
tokens: {
|
1259
|
+
"next_token" => "next_token"
|
1260
|
+
}
|
1261
|
+
)
|
1262
|
+
end)
|
1263
|
+
|
672
1264
|
api.add_operation(:grant_permissions, Seahorse::Model::Operation.new.tap do |o|
|
673
1265
|
o.name = "GrantPermissions"
|
674
1266
|
o.http_method = "POST"
|
675
|
-
o.http_request_uri = "/"
|
1267
|
+
o.http_request_uri = "/GrantPermissions"
|
676
1268
|
o.input = Shapes::ShapeRef.new(shape: GrantPermissionsRequest)
|
677
1269
|
o.output = Shapes::ShapeRef.new(shape: GrantPermissionsResponse)
|
678
1270
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -680,22 +1272,47 @@ module Aws::LakeFormation
|
|
680
1272
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
681
1273
|
end)
|
682
1274
|
|
1275
|
+
api.add_operation(:list_data_cells_filter, Seahorse::Model::Operation.new.tap do |o|
|
1276
|
+
o.name = "ListDataCellsFilter"
|
1277
|
+
o.http_method = "POST"
|
1278
|
+
o.http_request_uri = "/ListDataCellsFilter"
|
1279
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataCellsFilterRequest)
|
1280
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataCellsFilterResponse)
|
1281
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1285
|
+
o[:pager] = Aws::Pager.new(
|
1286
|
+
limit_key: "max_results",
|
1287
|
+
tokens: {
|
1288
|
+
"next_token" => "next_token"
|
1289
|
+
}
|
1290
|
+
)
|
1291
|
+
end)
|
1292
|
+
|
683
1293
|
api.add_operation(:list_lf_tags, Seahorse::Model::Operation.new.tap do |o|
|
684
1294
|
o.name = "ListLFTags"
|
685
1295
|
o.http_method = "POST"
|
686
|
-
o.http_request_uri = "/"
|
1296
|
+
o.http_request_uri = "/ListLFTags"
|
687
1297
|
o.input = Shapes::ShapeRef.new(shape: ListLFTagsRequest)
|
688
1298
|
o.output = Shapes::ShapeRef.new(shape: ListLFTagsResponse)
|
689
1299
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
690
1300
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
691
1301
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
692
1302
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1304
|
+
o[:pager] = Aws::Pager.new(
|
1305
|
+
limit_key: "max_results",
|
1306
|
+
tokens: {
|
1307
|
+
"next_token" => "next_token"
|
1308
|
+
}
|
1309
|
+
)
|
693
1310
|
end)
|
694
1311
|
|
695
1312
|
api.add_operation(:list_permissions, Seahorse::Model::Operation.new.tap do |o|
|
696
1313
|
o.name = "ListPermissions"
|
697
1314
|
o.http_method = "POST"
|
698
|
-
o.http_request_uri = "/"
|
1315
|
+
o.http_request_uri = "/ListPermissions"
|
699
1316
|
o.input = Shapes::ShapeRef.new(shape: ListPermissionsRequest)
|
700
1317
|
o.output = Shapes::ShapeRef.new(shape: ListPermissionsResponse)
|
701
1318
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -712,7 +1329,7 @@ module Aws::LakeFormation
|
|
712
1329
|
api.add_operation(:list_resources, Seahorse::Model::Operation.new.tap do |o|
|
713
1330
|
o.name = "ListResources"
|
714
1331
|
o.http_method = "POST"
|
715
|
-
o.http_request_uri = "/"
|
1332
|
+
o.http_request_uri = "/ListResources"
|
716
1333
|
o.input = Shapes::ShapeRef.new(shape: ListResourcesRequest)
|
717
1334
|
o.output = Shapes::ShapeRef.new(shape: ListResourcesResponse)
|
718
1335
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -726,10 +1343,45 @@ module Aws::LakeFormation
|
|
726
1343
|
)
|
727
1344
|
end)
|
728
1345
|
|
1346
|
+
api.add_operation(:list_table_storage_optimizers, Seahorse::Model::Operation.new.tap do |o|
|
1347
|
+
o.name = "ListTableStorageOptimizers"
|
1348
|
+
o.http_method = "POST"
|
1349
|
+
o.http_request_uri = "/ListTableStorageOptimizers"
|
1350
|
+
o.input = Shapes::ShapeRef.new(shape: ListTableStorageOptimizersRequest)
|
1351
|
+
o.output = Shapes::ShapeRef.new(shape: ListTableStorageOptimizersResponse)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1354
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1355
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1356
|
+
o[:pager] = Aws::Pager.new(
|
1357
|
+
limit_key: "max_results",
|
1358
|
+
tokens: {
|
1359
|
+
"next_token" => "next_token"
|
1360
|
+
}
|
1361
|
+
)
|
1362
|
+
end)
|
1363
|
+
|
1364
|
+
api.add_operation(:list_transactions, Seahorse::Model::Operation.new.tap do |o|
|
1365
|
+
o.name = "ListTransactions"
|
1366
|
+
o.http_method = "POST"
|
1367
|
+
o.http_request_uri = "/ListTransactions"
|
1368
|
+
o.input = Shapes::ShapeRef.new(shape: ListTransactionsRequest)
|
1369
|
+
o.output = Shapes::ShapeRef.new(shape: ListTransactionsResponse)
|
1370
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1371
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1372
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1373
|
+
o[:pager] = Aws::Pager.new(
|
1374
|
+
limit_key: "max_results",
|
1375
|
+
tokens: {
|
1376
|
+
"next_token" => "next_token"
|
1377
|
+
}
|
1378
|
+
)
|
1379
|
+
end)
|
1380
|
+
|
729
1381
|
api.add_operation(:put_data_lake_settings, Seahorse::Model::Operation.new.tap do |o|
|
730
1382
|
o.name = "PutDataLakeSettings"
|
731
1383
|
o.http_method = "POST"
|
732
|
-
o.http_request_uri = "/"
|
1384
|
+
o.http_request_uri = "/PutDataLakeSettings"
|
733
1385
|
o.input = Shapes::ShapeRef.new(shape: PutDataLakeSettingsRequest)
|
734
1386
|
o.output = Shapes::ShapeRef.new(shape: PutDataLakeSettingsResponse)
|
735
1387
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
@@ -739,19 +1391,22 @@ module Aws::LakeFormation
|
|
739
1391
|
api.add_operation(:register_resource, Seahorse::Model::Operation.new.tap do |o|
|
740
1392
|
o.name = "RegisterResource"
|
741
1393
|
o.http_method = "POST"
|
742
|
-
o.http_request_uri = "/"
|
1394
|
+
o.http_request_uri = "/RegisterResource"
|
743
1395
|
o.input = Shapes::ShapeRef.new(shape: RegisterResourceRequest)
|
744
1396
|
o.output = Shapes::ShapeRef.new(shape: RegisterResourceResponse)
|
745
1397
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
746
1398
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
747
1399
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
748
1400
|
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
1401
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1402
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
749
1404
|
end)
|
750
1405
|
|
751
1406
|
api.add_operation(:remove_lf_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
|
752
1407
|
o.name = "RemoveLFTagsFromResource"
|
753
1408
|
o.http_method = "POST"
|
754
|
-
o.http_request_uri = "/"
|
1409
|
+
o.http_request_uri = "/RemoveLFTagsFromResource"
|
755
1410
|
o.input = Shapes::ShapeRef.new(shape: RemoveLFTagsFromResourceRequest)
|
756
1411
|
o.output = Shapes::ShapeRef.new(shape: RemoveLFTagsFromResourceResponse)
|
757
1412
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -766,7 +1421,7 @@ module Aws::LakeFormation
|
|
766
1421
|
api.add_operation(:revoke_permissions, Seahorse::Model::Operation.new.tap do |o|
|
767
1422
|
o.name = "RevokePermissions"
|
768
1423
|
o.http_method = "POST"
|
769
|
-
o.http_request_uri = "/"
|
1424
|
+
o.http_request_uri = "/RevokePermissions"
|
770
1425
|
o.input = Shapes::ShapeRef.new(shape: RevokePermissionsRequest)
|
771
1426
|
o.output = Shapes::ShapeRef.new(shape: RevokePermissionsResponse)
|
772
1427
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
@@ -777,7 +1432,7 @@ module Aws::LakeFormation
|
|
777
1432
|
api.add_operation(:search_databases_by_lf_tags, Seahorse::Model::Operation.new.tap do |o|
|
778
1433
|
o.name = "SearchDatabasesByLFTags"
|
779
1434
|
o.http_method = "POST"
|
780
|
-
o.http_request_uri = "/"
|
1435
|
+
o.http_request_uri = "/SearchDatabasesByLFTags"
|
781
1436
|
o.input = Shapes::ShapeRef.new(shape: SearchDatabasesByLFTagsRequest)
|
782
1437
|
o.output = Shapes::ShapeRef.new(shape: SearchDatabasesByLFTagsResponse)
|
783
1438
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -786,12 +1441,18 @@ module Aws::LakeFormation
|
|
786
1441
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
787
1442
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
788
1443
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1444
|
+
o[:pager] = Aws::Pager.new(
|
1445
|
+
limit_key: "max_results",
|
1446
|
+
tokens: {
|
1447
|
+
"next_token" => "next_token"
|
1448
|
+
}
|
1449
|
+
)
|
789
1450
|
end)
|
790
1451
|
|
791
1452
|
api.add_operation(:search_tables_by_lf_tags, Seahorse::Model::Operation.new.tap do |o|
|
792
1453
|
o.name = "SearchTablesByLFTags"
|
793
1454
|
o.http_method = "POST"
|
794
|
-
o.http_request_uri = "/"
|
1455
|
+
o.http_request_uri = "/SearchTablesByLFTags"
|
795
1456
|
o.input = Shapes::ShapeRef.new(shape: SearchTablesByLFTagsRequest)
|
796
1457
|
o.output = Shapes::ShapeRef.new(shape: SearchTablesByLFTagsResponse)
|
797
1458
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -800,12 +1461,43 @@ module Aws::LakeFormation
|
|
800
1461
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
801
1462
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
802
1463
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1464
|
+
o[:pager] = Aws::Pager.new(
|
1465
|
+
limit_key: "max_results",
|
1466
|
+
tokens: {
|
1467
|
+
"next_token" => "next_token"
|
1468
|
+
}
|
1469
|
+
)
|
1470
|
+
end)
|
1471
|
+
|
1472
|
+
api.add_operation(:start_query_planning, Seahorse::Model::Operation.new.tap do |o|
|
1473
|
+
o.name = "StartQueryPlanning"
|
1474
|
+
o.http_method = "POST"
|
1475
|
+
o.http_request_uri = "/StartQueryPlanning"
|
1476
|
+
o.endpoint_pattern = {
|
1477
|
+
"hostPrefix" => "query-",
|
1478
|
+
}
|
1479
|
+
o.input = Shapes::ShapeRef.new(shape: StartQueryPlanningRequest)
|
1480
|
+
o.output = Shapes::ShapeRef.new(shape: StartQueryPlanningResponse)
|
1481
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1483
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
|
1485
|
+
end)
|
1486
|
+
|
1487
|
+
api.add_operation(:start_transaction, Seahorse::Model::Operation.new.tap do |o|
|
1488
|
+
o.name = "StartTransaction"
|
1489
|
+
o.http_method = "POST"
|
1490
|
+
o.http_request_uri = "/StartTransaction"
|
1491
|
+
o.input = Shapes::ShapeRef.new(shape: StartTransactionRequest)
|
1492
|
+
o.output = Shapes::ShapeRef.new(shape: StartTransactionResponse)
|
1493
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1494
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
803
1495
|
end)
|
804
1496
|
|
805
1497
|
api.add_operation(:update_lf_tag, Seahorse::Model::Operation.new.tap do |o|
|
806
1498
|
o.name = "UpdateLFTag"
|
807
1499
|
o.http_method = "POST"
|
808
|
-
o.http_request_uri = "/"
|
1500
|
+
o.http_request_uri = "/UpdateLFTag"
|
809
1501
|
o.input = Shapes::ShapeRef.new(shape: UpdateLFTagRequest)
|
810
1502
|
o.output = Shapes::ShapeRef.new(shape: UpdateLFTagResponse)
|
811
1503
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
@@ -819,7 +1511,7 @@ module Aws::LakeFormation
|
|
819
1511
|
api.add_operation(:update_resource, Seahorse::Model::Operation.new.tap do |o|
|
820
1512
|
o.name = "UpdateResource"
|
821
1513
|
o.http_method = "POST"
|
822
|
-
o.http_request_uri = "/"
|
1514
|
+
o.http_request_uri = "/UpdateResource"
|
823
1515
|
o.input = Shapes::ShapeRef.new(shape: UpdateResourceRequest)
|
824
1516
|
o.output = Shapes::ShapeRef.new(shape: UpdateResourceResponse)
|
825
1517
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -827,6 +1519,35 @@ module Aws::LakeFormation
|
|
827
1519
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
828
1520
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
829
1521
|
end)
|
1522
|
+
|
1523
|
+
api.add_operation(:update_table_objects, Seahorse::Model::Operation.new.tap do |o|
|
1524
|
+
o.name = "UpdateTableObjects"
|
1525
|
+
o.http_method = "POST"
|
1526
|
+
o.http_request_uri = "/UpdateTableObjects"
|
1527
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTableObjectsRequest)
|
1528
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTableObjectsResponse)
|
1529
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1530
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1531
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
1532
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1533
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommittedException)
|
1534
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCanceledException)
|
1535
|
+
o.errors << Shapes::ShapeRef.new(shape: TransactionCommitInProgressException)
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1538
|
+
end)
|
1539
|
+
|
1540
|
+
api.add_operation(:update_table_storage_optimizer, Seahorse::Model::Operation.new.tap do |o|
|
1541
|
+
o.name = "UpdateTableStorageOptimizer"
|
1542
|
+
o.http_method = "POST"
|
1543
|
+
o.http_request_uri = "/UpdateTableStorageOptimizer"
|
1544
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTableStorageOptimizerRequest)
|
1545
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTableStorageOptimizerResponse)
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1548
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1550
|
+
end)
|
830
1551
|
end
|
831
1552
|
|
832
1553
|
end
|