aws-sdk-glue 1.125.0 → 1.126.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-glue/client.rb +907 -1
- data/lib/aws-sdk-glue/client_api.rb +573 -0
- data/lib/aws-sdk-glue/endpoints.rb +224 -0
- data/lib/aws-sdk-glue/plugins/endpoints.rb +32 -0
- data/lib/aws-sdk-glue/types.rb +1416 -8473
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
@@ -123,6 +123,20 @@ module Aws::Glue
|
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
|
+
class BatchGetDataQualityResult
|
127
|
+
def self.build(context)
|
128
|
+
unless context.config.regional_endpoint
|
129
|
+
endpoint = context.config.endpoint.to_s
|
130
|
+
end
|
131
|
+
Aws::Glue::EndpointParameters.new(
|
132
|
+
region: context.config.region,
|
133
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
134
|
+
use_fips: context.config.use_fips_endpoint,
|
135
|
+
endpoint: endpoint,
|
136
|
+
)
|
137
|
+
end
|
138
|
+
end
|
139
|
+
|
126
140
|
class BatchGetDevEndpoints
|
127
141
|
def self.build(context)
|
128
142
|
unless context.config.regional_endpoint
|
@@ -221,6 +235,34 @@ module Aws::Glue
|
|
221
235
|
end
|
222
236
|
end
|
223
237
|
|
238
|
+
class CancelDataQualityRuleRecommendationRun
|
239
|
+
def self.build(context)
|
240
|
+
unless context.config.regional_endpoint
|
241
|
+
endpoint = context.config.endpoint.to_s
|
242
|
+
end
|
243
|
+
Aws::Glue::EndpointParameters.new(
|
244
|
+
region: context.config.region,
|
245
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
246
|
+
use_fips: context.config.use_fips_endpoint,
|
247
|
+
endpoint: endpoint,
|
248
|
+
)
|
249
|
+
end
|
250
|
+
end
|
251
|
+
|
252
|
+
class CancelDataQualityRulesetEvaluationRun
|
253
|
+
def self.build(context)
|
254
|
+
unless context.config.regional_endpoint
|
255
|
+
endpoint = context.config.endpoint.to_s
|
256
|
+
end
|
257
|
+
Aws::Glue::EndpointParameters.new(
|
258
|
+
region: context.config.region,
|
259
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
260
|
+
use_fips: context.config.use_fips_endpoint,
|
261
|
+
endpoint: endpoint,
|
262
|
+
)
|
263
|
+
end
|
264
|
+
end
|
265
|
+
|
224
266
|
class CancelMLTaskRun
|
225
267
|
def self.build(context)
|
226
268
|
unless context.config.regional_endpoint
|
@@ -333,6 +375,20 @@ module Aws::Glue
|
|
333
375
|
end
|
334
376
|
end
|
335
377
|
|
378
|
+
class CreateDataQualityRuleset
|
379
|
+
def self.build(context)
|
380
|
+
unless context.config.regional_endpoint
|
381
|
+
endpoint = context.config.endpoint.to_s
|
382
|
+
end
|
383
|
+
Aws::Glue::EndpointParameters.new(
|
384
|
+
region: context.config.region,
|
385
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
386
|
+
use_fips: context.config.use_fips_endpoint,
|
387
|
+
endpoint: endpoint,
|
388
|
+
)
|
389
|
+
end
|
390
|
+
end
|
391
|
+
|
336
392
|
class CreateDatabase
|
337
393
|
def self.build(context)
|
338
394
|
unless context.config.regional_endpoint
|
@@ -641,6 +697,20 @@ module Aws::Glue
|
|
641
697
|
end
|
642
698
|
end
|
643
699
|
|
700
|
+
class DeleteDataQualityRuleset
|
701
|
+
def self.build(context)
|
702
|
+
unless context.config.regional_endpoint
|
703
|
+
endpoint = context.config.endpoint.to_s
|
704
|
+
end
|
705
|
+
Aws::Glue::EndpointParameters.new(
|
706
|
+
region: context.config.region,
|
707
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
708
|
+
use_fips: context.config.use_fips_endpoint,
|
709
|
+
endpoint: endpoint,
|
710
|
+
)
|
711
|
+
end
|
712
|
+
end
|
713
|
+
|
644
714
|
class DeleteDatabase
|
645
715
|
def self.build(context)
|
646
716
|
unless context.config.regional_endpoint
|
@@ -1089,6 +1159,62 @@ module Aws::Glue
|
|
1089
1159
|
end
|
1090
1160
|
end
|
1091
1161
|
|
1162
|
+
class GetDataQualityResult
|
1163
|
+
def self.build(context)
|
1164
|
+
unless context.config.regional_endpoint
|
1165
|
+
endpoint = context.config.endpoint.to_s
|
1166
|
+
end
|
1167
|
+
Aws::Glue::EndpointParameters.new(
|
1168
|
+
region: context.config.region,
|
1169
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1170
|
+
use_fips: context.config.use_fips_endpoint,
|
1171
|
+
endpoint: endpoint,
|
1172
|
+
)
|
1173
|
+
end
|
1174
|
+
end
|
1175
|
+
|
1176
|
+
class GetDataQualityRuleRecommendationRun
|
1177
|
+
def self.build(context)
|
1178
|
+
unless context.config.regional_endpoint
|
1179
|
+
endpoint = context.config.endpoint.to_s
|
1180
|
+
end
|
1181
|
+
Aws::Glue::EndpointParameters.new(
|
1182
|
+
region: context.config.region,
|
1183
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1184
|
+
use_fips: context.config.use_fips_endpoint,
|
1185
|
+
endpoint: endpoint,
|
1186
|
+
)
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
1190
|
+
class GetDataQualityRuleset
|
1191
|
+
def self.build(context)
|
1192
|
+
unless context.config.regional_endpoint
|
1193
|
+
endpoint = context.config.endpoint.to_s
|
1194
|
+
end
|
1195
|
+
Aws::Glue::EndpointParameters.new(
|
1196
|
+
region: context.config.region,
|
1197
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1198
|
+
use_fips: context.config.use_fips_endpoint,
|
1199
|
+
endpoint: endpoint,
|
1200
|
+
)
|
1201
|
+
end
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
class GetDataQualityRulesetEvaluationRun
|
1205
|
+
def self.build(context)
|
1206
|
+
unless context.config.regional_endpoint
|
1207
|
+
endpoint = context.config.endpoint.to_s
|
1208
|
+
end
|
1209
|
+
Aws::Glue::EndpointParameters.new(
|
1210
|
+
region: context.config.region,
|
1211
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1212
|
+
use_fips: context.config.use_fips_endpoint,
|
1213
|
+
endpoint: endpoint,
|
1214
|
+
)
|
1215
|
+
end
|
1216
|
+
end
|
1217
|
+
|
1092
1218
|
class GetDatabase
|
1093
1219
|
def self.build(context)
|
1094
1220
|
unless context.config.regional_endpoint
|
@@ -1803,6 +1929,62 @@ module Aws::Glue
|
|
1803
1929
|
end
|
1804
1930
|
end
|
1805
1931
|
|
1932
|
+
class ListDataQualityResults
|
1933
|
+
def self.build(context)
|
1934
|
+
unless context.config.regional_endpoint
|
1935
|
+
endpoint = context.config.endpoint.to_s
|
1936
|
+
end
|
1937
|
+
Aws::Glue::EndpointParameters.new(
|
1938
|
+
region: context.config.region,
|
1939
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1940
|
+
use_fips: context.config.use_fips_endpoint,
|
1941
|
+
endpoint: endpoint,
|
1942
|
+
)
|
1943
|
+
end
|
1944
|
+
end
|
1945
|
+
|
1946
|
+
class ListDataQualityRuleRecommendationRuns
|
1947
|
+
def self.build(context)
|
1948
|
+
unless context.config.regional_endpoint
|
1949
|
+
endpoint = context.config.endpoint.to_s
|
1950
|
+
end
|
1951
|
+
Aws::Glue::EndpointParameters.new(
|
1952
|
+
region: context.config.region,
|
1953
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1954
|
+
use_fips: context.config.use_fips_endpoint,
|
1955
|
+
endpoint: endpoint,
|
1956
|
+
)
|
1957
|
+
end
|
1958
|
+
end
|
1959
|
+
|
1960
|
+
class ListDataQualityRulesetEvaluationRuns
|
1961
|
+
def self.build(context)
|
1962
|
+
unless context.config.regional_endpoint
|
1963
|
+
endpoint = context.config.endpoint.to_s
|
1964
|
+
end
|
1965
|
+
Aws::Glue::EndpointParameters.new(
|
1966
|
+
region: context.config.region,
|
1967
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1968
|
+
use_fips: context.config.use_fips_endpoint,
|
1969
|
+
endpoint: endpoint,
|
1970
|
+
)
|
1971
|
+
end
|
1972
|
+
end
|
1973
|
+
|
1974
|
+
class ListDataQualityRulesets
|
1975
|
+
def self.build(context)
|
1976
|
+
unless context.config.regional_endpoint
|
1977
|
+
endpoint = context.config.endpoint.to_s
|
1978
|
+
end
|
1979
|
+
Aws::Glue::EndpointParameters.new(
|
1980
|
+
region: context.config.region,
|
1981
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1982
|
+
use_fips: context.config.use_fips_endpoint,
|
1983
|
+
endpoint: endpoint,
|
1984
|
+
)
|
1985
|
+
end
|
1986
|
+
end
|
1987
|
+
|
1806
1988
|
class ListDevEndpoints
|
1807
1989
|
def self.build(context)
|
1808
1990
|
unless context.config.regional_endpoint
|
@@ -2139,6 +2321,34 @@ module Aws::Glue
|
|
2139
2321
|
end
|
2140
2322
|
end
|
2141
2323
|
|
2324
|
+
class StartDataQualityRuleRecommendationRun
|
2325
|
+
def self.build(context)
|
2326
|
+
unless context.config.regional_endpoint
|
2327
|
+
endpoint = context.config.endpoint.to_s
|
2328
|
+
end
|
2329
|
+
Aws::Glue::EndpointParameters.new(
|
2330
|
+
region: context.config.region,
|
2331
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2332
|
+
use_fips: context.config.use_fips_endpoint,
|
2333
|
+
endpoint: endpoint,
|
2334
|
+
)
|
2335
|
+
end
|
2336
|
+
end
|
2337
|
+
|
2338
|
+
class StartDataQualityRulesetEvaluationRun
|
2339
|
+
def self.build(context)
|
2340
|
+
unless context.config.regional_endpoint
|
2341
|
+
endpoint = context.config.endpoint.to_s
|
2342
|
+
end
|
2343
|
+
Aws::Glue::EndpointParameters.new(
|
2344
|
+
region: context.config.region,
|
2345
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2346
|
+
use_fips: context.config.use_fips_endpoint,
|
2347
|
+
endpoint: endpoint,
|
2348
|
+
)
|
2349
|
+
end
|
2350
|
+
end
|
2351
|
+
|
2142
2352
|
class StartExportLabelsTaskRun
|
2143
2353
|
def self.build(context)
|
2144
2354
|
unless context.config.regional_endpoint
|
@@ -2433,6 +2643,20 @@ module Aws::Glue
|
|
2433
2643
|
end
|
2434
2644
|
end
|
2435
2645
|
|
2646
|
+
class UpdateDataQualityRuleset
|
2647
|
+
def self.build(context)
|
2648
|
+
unless context.config.regional_endpoint
|
2649
|
+
endpoint = context.config.endpoint.to_s
|
2650
|
+
end
|
2651
|
+
Aws::Glue::EndpointParameters.new(
|
2652
|
+
region: context.config.region,
|
2653
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2654
|
+
use_fips: context.config.use_fips_endpoint,
|
2655
|
+
endpoint: endpoint,
|
2656
|
+
)
|
2657
|
+
end
|
2658
|
+
end
|
2659
|
+
|
2436
2660
|
class UpdateDatabase
|
2437
2661
|
def self.build(context)
|
2438
2662
|
unless context.config.regional_endpoint
|
@@ -72,6 +72,8 @@ module Aws::Glue
|
|
72
72
|
Aws::Glue::Endpoints::BatchGetCrawlers.build(context)
|
73
73
|
when :batch_get_custom_entity_types
|
74
74
|
Aws::Glue::Endpoints::BatchGetCustomEntityTypes.build(context)
|
75
|
+
when :batch_get_data_quality_result
|
76
|
+
Aws::Glue::Endpoints::BatchGetDataQualityResult.build(context)
|
75
77
|
when :batch_get_dev_endpoints
|
76
78
|
Aws::Glue::Endpoints::BatchGetDevEndpoints.build(context)
|
77
79
|
when :batch_get_jobs
|
@@ -86,6 +88,10 @@ module Aws::Glue
|
|
86
88
|
Aws::Glue::Endpoints::BatchStopJobRun.build(context)
|
87
89
|
when :batch_update_partition
|
88
90
|
Aws::Glue::Endpoints::BatchUpdatePartition.build(context)
|
91
|
+
when :cancel_data_quality_rule_recommendation_run
|
92
|
+
Aws::Glue::Endpoints::CancelDataQualityRuleRecommendationRun.build(context)
|
93
|
+
when :cancel_data_quality_ruleset_evaluation_run
|
94
|
+
Aws::Glue::Endpoints::CancelDataQualityRulesetEvaluationRun.build(context)
|
89
95
|
when :cancel_ml_task_run
|
90
96
|
Aws::Glue::Endpoints::CancelMLTaskRun.build(context)
|
91
97
|
when :cancel_statement
|
@@ -102,6 +108,8 @@ module Aws::Glue
|
|
102
108
|
Aws::Glue::Endpoints::CreateCrawler.build(context)
|
103
109
|
when :create_custom_entity_type
|
104
110
|
Aws::Glue::Endpoints::CreateCustomEntityType.build(context)
|
111
|
+
when :create_data_quality_ruleset
|
112
|
+
Aws::Glue::Endpoints::CreateDataQualityRuleset.build(context)
|
105
113
|
when :create_database
|
106
114
|
Aws::Glue::Endpoints::CreateDatabase.build(context)
|
107
115
|
when :create_dev_endpoint
|
@@ -146,6 +154,8 @@ module Aws::Glue
|
|
146
154
|
Aws::Glue::Endpoints::DeleteCrawler.build(context)
|
147
155
|
when :delete_custom_entity_type
|
148
156
|
Aws::Glue::Endpoints::DeleteCustomEntityType.build(context)
|
157
|
+
when :delete_data_quality_ruleset
|
158
|
+
Aws::Glue::Endpoints::DeleteDataQualityRuleset.build(context)
|
149
159
|
when :delete_database
|
150
160
|
Aws::Glue::Endpoints::DeleteDatabase.build(context)
|
151
161
|
when :delete_dev_endpoint
|
@@ -210,6 +220,14 @@ module Aws::Glue
|
|
210
220
|
Aws::Glue::Endpoints::GetCustomEntityType.build(context)
|
211
221
|
when :get_data_catalog_encryption_settings
|
212
222
|
Aws::Glue::Endpoints::GetDataCatalogEncryptionSettings.build(context)
|
223
|
+
when :get_data_quality_result
|
224
|
+
Aws::Glue::Endpoints::GetDataQualityResult.build(context)
|
225
|
+
when :get_data_quality_rule_recommendation_run
|
226
|
+
Aws::Glue::Endpoints::GetDataQualityRuleRecommendationRun.build(context)
|
227
|
+
when :get_data_quality_ruleset
|
228
|
+
Aws::Glue::Endpoints::GetDataQualityRuleset.build(context)
|
229
|
+
when :get_data_quality_ruleset_evaluation_run
|
230
|
+
Aws::Glue::Endpoints::GetDataQualityRulesetEvaluationRun.build(context)
|
213
231
|
when :get_database
|
214
232
|
Aws::Glue::Endpoints::GetDatabase.build(context)
|
215
233
|
when :get_databases
|
@@ -312,6 +330,14 @@ module Aws::Glue
|
|
312
330
|
Aws::Glue::Endpoints::ListCrawls.build(context)
|
313
331
|
when :list_custom_entity_types
|
314
332
|
Aws::Glue::Endpoints::ListCustomEntityTypes.build(context)
|
333
|
+
when :list_data_quality_results
|
334
|
+
Aws::Glue::Endpoints::ListDataQualityResults.build(context)
|
335
|
+
when :list_data_quality_rule_recommendation_runs
|
336
|
+
Aws::Glue::Endpoints::ListDataQualityRuleRecommendationRuns.build(context)
|
337
|
+
when :list_data_quality_ruleset_evaluation_runs
|
338
|
+
Aws::Glue::Endpoints::ListDataQualityRulesetEvaluationRuns.build(context)
|
339
|
+
when :list_data_quality_rulesets
|
340
|
+
Aws::Glue::Endpoints::ListDataQualityRulesets.build(context)
|
315
341
|
when :list_dev_endpoints
|
316
342
|
Aws::Glue::Endpoints::ListDevEndpoints.build(context)
|
317
343
|
when :list_jobs
|
@@ -360,6 +386,10 @@ module Aws::Glue
|
|
360
386
|
Aws::Glue::Endpoints::StartCrawler.build(context)
|
361
387
|
when :start_crawler_schedule
|
362
388
|
Aws::Glue::Endpoints::StartCrawlerSchedule.build(context)
|
389
|
+
when :start_data_quality_rule_recommendation_run
|
390
|
+
Aws::Glue::Endpoints::StartDataQualityRuleRecommendationRun.build(context)
|
391
|
+
when :start_data_quality_ruleset_evaluation_run
|
392
|
+
Aws::Glue::Endpoints::StartDataQualityRulesetEvaluationRun.build(context)
|
363
393
|
when :start_export_labels_task_run
|
364
394
|
Aws::Glue::Endpoints::StartExportLabelsTaskRun.build(context)
|
365
395
|
when :start_import_labels_task_run
|
@@ -402,6 +432,8 @@ module Aws::Glue
|
|
402
432
|
Aws::Glue::Endpoints::UpdateCrawler.build(context)
|
403
433
|
when :update_crawler_schedule
|
404
434
|
Aws::Glue::Endpoints::UpdateCrawlerSchedule.build(context)
|
435
|
+
when :update_data_quality_ruleset
|
436
|
+
Aws::Glue::Endpoints::UpdateDataQualityRuleset.build(context)
|
405
437
|
when :update_database
|
406
438
|
Aws::Glue::Endpoints::UpdateDatabase.build(context)
|
407
439
|
when :update_dev_endpoint
|