aws-sdk-gluedatabrew 1.13.0 → 1.17.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gluedatabrew/client.rb +359 -4
- data/lib/aws-sdk-gluedatabrew/client_api.rb +205 -1
- data/lib/aws-sdk-gluedatabrew/types.rb +793 -13
- data/lib/aws-sdk-gluedatabrew.rb +1 -1
- metadata +4 -4
@@ -16,6 +16,9 @@ module Aws::GlueDataBrew
|
|
16
16
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
17
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
18
18
|
ActionId = Shapes::IntegerShape.new(name: 'ActionId')
|
19
|
+
AllowedStatisticList = Shapes::ListShape.new(name: 'AllowedStatisticList')
|
20
|
+
AllowedStatistics = Shapes::StructureShape.new(name: 'AllowedStatistics')
|
21
|
+
AnalyticsMode = Shapes::StringShape.new(name: 'AnalyticsMode')
|
19
22
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
20
23
|
AssumeControl = Shapes::BooleanShape.new(name: 'AssumeControl')
|
21
24
|
Attempt = Shapes::IntegerShape.new(name: 'Attempt')
|
@@ -48,6 +51,8 @@ module Aws::GlueDataBrew
|
|
48
51
|
CreateRecipeJobResponse = Shapes::StructureShape.new(name: 'CreateRecipeJobResponse')
|
49
52
|
CreateRecipeRequest = Shapes::StructureShape.new(name: 'CreateRecipeRequest')
|
50
53
|
CreateRecipeResponse = Shapes::StructureShape.new(name: 'CreateRecipeResponse')
|
54
|
+
CreateRulesetRequest = Shapes::StructureShape.new(name: 'CreateRulesetRequest')
|
55
|
+
CreateRulesetResponse = Shapes::StructureShape.new(name: 'CreateRulesetResponse')
|
51
56
|
CreateScheduleRequest = Shapes::StructureShape.new(name: 'CreateScheduleRequest')
|
52
57
|
CreateScheduleResponse = Shapes::StructureShape.new(name: 'CreateScheduleResponse')
|
53
58
|
CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
|
@@ -79,6 +84,8 @@ module Aws::GlueDataBrew
|
|
79
84
|
DeleteProjectResponse = Shapes::StructureShape.new(name: 'DeleteProjectResponse')
|
80
85
|
DeleteRecipeVersionRequest = Shapes::StructureShape.new(name: 'DeleteRecipeVersionRequest')
|
81
86
|
DeleteRecipeVersionResponse = Shapes::StructureShape.new(name: 'DeleteRecipeVersionResponse')
|
87
|
+
DeleteRulesetRequest = Shapes::StructureShape.new(name: 'DeleteRulesetRequest')
|
88
|
+
DeleteRulesetResponse = Shapes::StructureShape.new(name: 'DeleteRulesetResponse')
|
82
89
|
DeleteScheduleRequest = Shapes::StructureShape.new(name: 'DeleteScheduleRequest')
|
83
90
|
DeleteScheduleResponse = Shapes::StructureShape.new(name: 'DeleteScheduleResponse')
|
84
91
|
Delimiter = Shapes::StringShape.new(name: 'Delimiter')
|
@@ -92,10 +99,16 @@ module Aws::GlueDataBrew
|
|
92
99
|
DescribeProjectResponse = Shapes::StructureShape.new(name: 'DescribeProjectResponse')
|
93
100
|
DescribeRecipeRequest = Shapes::StructureShape.new(name: 'DescribeRecipeRequest')
|
94
101
|
DescribeRecipeResponse = Shapes::StructureShape.new(name: 'DescribeRecipeResponse')
|
102
|
+
DescribeRulesetRequest = Shapes::StructureShape.new(name: 'DescribeRulesetRequest')
|
103
|
+
DescribeRulesetResponse = Shapes::StructureShape.new(name: 'DescribeRulesetResponse')
|
95
104
|
DescribeScheduleRequest = Shapes::StructureShape.new(name: 'DescribeScheduleRequest')
|
96
105
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
106
|
+
Disabled = Shapes::BooleanShape.new(name: 'Disabled')
|
97
107
|
EncryptionKeyArn = Shapes::StringShape.new(name: 'EncryptionKeyArn')
|
98
108
|
EncryptionMode = Shapes::StringShape.new(name: 'EncryptionMode')
|
109
|
+
EntityDetectorConfiguration = Shapes::StructureShape.new(name: 'EntityDetectorConfiguration')
|
110
|
+
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
111
|
+
EntityTypeList = Shapes::ListShape.new(name: 'EntityTypeList')
|
99
112
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
100
113
|
ExcelOptions = Shapes::StructureShape.new(name: 'ExcelOptions')
|
101
114
|
ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
|
@@ -136,6 +149,8 @@ module Aws::GlueDataBrew
|
|
136
149
|
ListRecipeVersionsResponse = Shapes::StructureShape.new(name: 'ListRecipeVersionsResponse')
|
137
150
|
ListRecipesRequest = Shapes::StructureShape.new(name: 'ListRecipesRequest')
|
138
151
|
ListRecipesResponse = Shapes::StructureShape.new(name: 'ListRecipesResponse')
|
152
|
+
ListRulesetsRequest = Shapes::StructureShape.new(name: 'ListRulesetsRequest')
|
153
|
+
ListRulesetsResponse = Shapes::StructureShape.new(name: 'ListRulesetsResponse')
|
139
154
|
ListSchedulesRequest = Shapes::StructureShape.new(name: 'ListSchedulesRequest')
|
140
155
|
ListSchedulesResponse = Shapes::StructureShape.new(name: 'ListSchedulesResponse')
|
141
156
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
@@ -148,6 +163,7 @@ module Aws::GlueDataBrew
|
|
148
163
|
MaxResults100 = Shapes::IntegerShape.new(name: 'MaxResults100')
|
149
164
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
150
165
|
Message = Shapes::StringShape.new(name: 'Message')
|
166
|
+
Metadata = Shapes::StructureShape.new(name: 'Metadata')
|
151
167
|
MultiLine = Shapes::BooleanShape.new(name: 'MultiLine')
|
152
168
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
153
169
|
OpenedBy = Shapes::StringShape.new(name: 'OpenedBy')
|
@@ -174,6 +190,7 @@ module Aws::GlueDataBrew
|
|
174
190
|
PublishRecipeRequest = Shapes::StructureShape.new(name: 'PublishRecipeRequest')
|
175
191
|
PublishRecipeResponse = Shapes::StructureShape.new(name: 'PublishRecipeResponse')
|
176
192
|
PublishedBy = Shapes::StringShape.new(name: 'PublishedBy')
|
193
|
+
QueryString = Shapes::StringShape.new(name: 'QueryString')
|
177
194
|
Recipe = Shapes::StructureShape.new(name: 'Recipe')
|
178
195
|
RecipeAction = Shapes::StructureShape.new(name: 'RecipeAction')
|
179
196
|
RecipeDescription = Shapes::StringShape.new(name: 'RecipeDescription')
|
@@ -189,6 +206,15 @@ module Aws::GlueDataBrew
|
|
189
206
|
RecipeVersionList = Shapes::ListShape.new(name: 'RecipeVersionList')
|
190
207
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
191
208
|
Result = Shapes::StringShape.new(name: 'Result')
|
209
|
+
RowRange = Shapes::IntegerShape.new(name: 'RowRange')
|
210
|
+
Rule = Shapes::StructureShape.new(name: 'Rule')
|
211
|
+
RuleCount = Shapes::IntegerShape.new(name: 'RuleCount')
|
212
|
+
RuleList = Shapes::ListShape.new(name: 'RuleList')
|
213
|
+
RuleName = Shapes::StringShape.new(name: 'RuleName')
|
214
|
+
RulesetDescription = Shapes::StringShape.new(name: 'RulesetDescription')
|
215
|
+
RulesetItem = Shapes::StructureShape.new(name: 'RulesetItem')
|
216
|
+
RulesetItemList = Shapes::ListShape.new(name: 'RulesetItemList')
|
217
|
+
RulesetName = Shapes::StringShape.new(name: 'RulesetName')
|
192
218
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
193
219
|
S3TableOutputOptions = Shapes::StructureShape.new(name: 'S3TableOutputOptions')
|
194
220
|
Sample = Shapes::StructureShape.new(name: 'Sample')
|
@@ -212,6 +238,7 @@ module Aws::GlueDataBrew
|
|
212
238
|
StartJobRunResponse = Shapes::StructureShape.new(name: 'StartJobRunResponse')
|
213
239
|
StartProjectSessionRequest = Shapes::StructureShape.new(name: 'StartProjectSessionRequest')
|
214
240
|
StartProjectSessionResponse = Shapes::StructureShape.new(name: 'StartProjectSessionResponse')
|
241
|
+
StartRowIndex = Shapes::IntegerShape.new(name: 'StartRowIndex')
|
215
242
|
StartedBy = Shapes::StringShape.new(name: 'StartedBy')
|
216
243
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
217
244
|
StatisticList = Shapes::ListShape.new(name: 'StatisticList')
|
@@ -229,6 +256,10 @@ module Aws::GlueDataBrew
|
|
229
256
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
230
257
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
231
258
|
TargetColumn = Shapes::StringShape.new(name: 'TargetColumn')
|
259
|
+
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
260
|
+
ThresholdType = Shapes::StringShape.new(name: 'ThresholdType')
|
261
|
+
ThresholdUnit = Shapes::StringShape.new(name: 'ThresholdUnit')
|
262
|
+
ThresholdValue = Shapes::FloatShape.new(name: 'ThresholdValue')
|
232
263
|
Timeout = Shapes::IntegerShape.new(name: 'Timeout')
|
233
264
|
TimezoneOffset = Shapes::StringShape.new(name: 'TimezoneOffset')
|
234
265
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
@@ -243,9 +274,14 @@ module Aws::GlueDataBrew
|
|
243
274
|
UpdateRecipeJobResponse = Shapes::StructureShape.new(name: 'UpdateRecipeJobResponse')
|
244
275
|
UpdateRecipeRequest = Shapes::StructureShape.new(name: 'UpdateRecipeRequest')
|
245
276
|
UpdateRecipeResponse = Shapes::StructureShape.new(name: 'UpdateRecipeResponse')
|
277
|
+
UpdateRulesetRequest = Shapes::StructureShape.new(name: 'UpdateRulesetRequest')
|
278
|
+
UpdateRulesetResponse = Shapes::StructureShape.new(name: 'UpdateRulesetResponse')
|
246
279
|
UpdateScheduleRequest = Shapes::StructureShape.new(name: 'UpdateScheduleRequest')
|
247
280
|
UpdateScheduleResponse = Shapes::StructureShape.new(name: 'UpdateScheduleResponse')
|
281
|
+
ValidationConfiguration = Shapes::StructureShape.new(name: 'ValidationConfiguration')
|
282
|
+
ValidationConfigurationList = Shapes::ListShape.new(name: 'ValidationConfigurationList')
|
248
283
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
284
|
+
ValidationMode = Shapes::StringShape.new(name: 'ValidationMode')
|
249
285
|
ValueReference = Shapes::StringShape.new(name: 'ValueReference')
|
250
286
|
ValuesMap = Shapes::MapShape.new(name: 'ValuesMap')
|
251
287
|
ViewFrame = Shapes::StructureShape.new(name: 'ViewFrame')
|
@@ -253,6 +289,11 @@ module Aws::GlueDataBrew
|
|
253
289
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
254
290
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
255
291
|
|
292
|
+
AllowedStatisticList.member = Shapes::ShapeRef.new(shape: AllowedStatistics)
|
293
|
+
|
294
|
+
AllowedStatistics.add_member(:statistics, Shapes::ShapeRef.new(shape: StatisticList, required: true, location_name: "Statistics"))
|
295
|
+
AllowedStatistics.struct_class = Types::AllowedStatistics
|
296
|
+
|
256
297
|
BatchDeleteRecipeVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: RecipeName, required: true, location: "uri", location_name: "name"))
|
257
298
|
BatchDeleteRecipeVersionRequest.add_member(:recipe_versions, Shapes::ShapeRef.new(shape: RecipeVersionList, required: true, location_name: "RecipeVersions"))
|
258
299
|
BatchDeleteRecipeVersionRequest.struct_class = Types::BatchDeleteRecipeVersionRequest
|
@@ -305,6 +346,7 @@ module Aws::GlueDataBrew
|
|
305
346
|
CreateProfileJobRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, location_name: "MaxRetries"))
|
306
347
|
CreateProfileJobRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "OutputLocation"))
|
307
348
|
CreateProfileJobRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ProfileConfiguration, location_name: "Configuration"))
|
349
|
+
CreateProfileJobRequest.add_member(:validation_configurations, Shapes::ShapeRef.new(shape: ValidationConfigurationList, location_name: "ValidationConfigurations"))
|
308
350
|
CreateProfileJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
309
351
|
CreateProfileJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
310
352
|
CreateProfileJobRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
@@ -354,6 +396,16 @@ module Aws::GlueDataBrew
|
|
354
396
|
CreateRecipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: RecipeName, required: true, location_name: "Name"))
|
355
397
|
CreateRecipeResponse.struct_class = Types::CreateRecipeResponse
|
356
398
|
|
399
|
+
CreateRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location_name: "Name"))
|
400
|
+
CreateRulesetRequest.add_member(:description, Shapes::ShapeRef.new(shape: RulesetDescription, location_name: "Description"))
|
401
|
+
CreateRulesetRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TargetArn"))
|
402
|
+
CreateRulesetRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, required: true, location_name: "Rules"))
|
403
|
+
CreateRulesetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
404
|
+
CreateRulesetRequest.struct_class = Types::CreateRulesetRequest
|
405
|
+
|
406
|
+
CreateRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location_name: "Name"))
|
407
|
+
CreateRulesetResponse.struct_class = Types::CreateRulesetResponse
|
408
|
+
|
357
409
|
CreateScheduleRequest.add_member(:job_names, Shapes::ShapeRef.new(shape: JobNameList, location_name: "JobNames"))
|
358
410
|
CreateScheduleRequest.add_member(:cron_expression, Shapes::ShapeRef.new(shape: CronExpression, required: true, location_name: "CronExpression"))
|
359
411
|
CreateScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -387,8 +439,9 @@ module Aws::GlueDataBrew
|
|
387
439
|
DataCatalogOutputList.member = Shapes::ShapeRef.new(shape: DataCatalogOutput)
|
388
440
|
|
389
441
|
DatabaseInputDefinition.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: GlueConnectionName, required: true, location_name: "GlueConnectionName"))
|
390
|
-
DatabaseInputDefinition.add_member(:database_table_name, Shapes::ShapeRef.new(shape: DatabaseTableName,
|
442
|
+
DatabaseInputDefinition.add_member(:database_table_name, Shapes::ShapeRef.new(shape: DatabaseTableName, location_name: "DatabaseTableName"))
|
391
443
|
DatabaseInputDefinition.add_member(:temp_directory, Shapes::ShapeRef.new(shape: S3Location, location_name: "TempDirectory"))
|
444
|
+
DatabaseInputDefinition.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
|
392
445
|
DatabaseInputDefinition.struct_class = Types::DatabaseInputDefinition
|
393
446
|
|
394
447
|
DatabaseOutput.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: GlueConnectionName, required: true, location_name: "GlueConnectionName"))
|
@@ -457,6 +510,12 @@ module Aws::GlueDataBrew
|
|
457
510
|
DeleteRecipeVersionResponse.add_member(:recipe_version, Shapes::ShapeRef.new(shape: RecipeVersion, required: true, location_name: "RecipeVersion"))
|
458
511
|
DeleteRecipeVersionResponse.struct_class = Types::DeleteRecipeVersionResponse
|
459
512
|
|
513
|
+
DeleteRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location: "uri", location_name: "name"))
|
514
|
+
DeleteRulesetRequest.struct_class = Types::DeleteRulesetRequest
|
515
|
+
|
516
|
+
DeleteRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location_name: "Name"))
|
517
|
+
DeleteRulesetResponse.struct_class = Types::DeleteRulesetResponse
|
518
|
+
|
460
519
|
DeleteScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ScheduleName, required: true, location: "uri", location_name: "name"))
|
461
520
|
DeleteScheduleRequest.struct_class = Types::DeleteScheduleRequest
|
462
521
|
|
@@ -500,6 +559,7 @@ module Aws::GlueDataBrew
|
|
500
559
|
DescribeJobResponse.add_member(:database_outputs, Shapes::ShapeRef.new(shape: DatabaseOutputList, location_name: "DatabaseOutputs"))
|
501
560
|
DescribeJobResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "ProjectName"))
|
502
561
|
DescribeJobResponse.add_member(:profile_configuration, Shapes::ShapeRef.new(shape: ProfileConfiguration, location_name: "ProfileConfiguration"))
|
562
|
+
DescribeJobResponse.add_member(:validation_configurations, Shapes::ShapeRef.new(shape: ValidationConfigurationList, location_name: "ValidationConfigurations"))
|
503
563
|
DescribeJobResponse.add_member(:recipe_reference, Shapes::ShapeRef.new(shape: RecipeReference, location_name: "RecipeReference"))
|
504
564
|
DescribeJobResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
|
505
565
|
DescribeJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoleArn"))
|
@@ -519,6 +579,7 @@ module Aws::GlueDataBrew
|
|
519
579
|
DescribeJobRunResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
|
520
580
|
DescribeJobRunResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
521
581
|
DescribeJobRunResponse.add_member(:profile_configuration, Shapes::ShapeRef.new(shape: ProfileConfiguration, location_name: "ProfileConfiguration"))
|
582
|
+
DescribeJobRunResponse.add_member(:validation_configurations, Shapes::ShapeRef.new(shape: ValidationConfigurationList, location_name: "ValidationConfigurations"))
|
522
583
|
DescribeJobRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: JobRunId, location_name: "RunId"))
|
523
584
|
DescribeJobRunResponse.add_member(:state, Shapes::ShapeRef.new(shape: JobRunState, location_name: "State"))
|
524
585
|
DescribeJobRunResponse.add_member(:log_subscription, Shapes::ShapeRef.new(shape: LogSubscription, location_name: "LogSubscription"))
|
@@ -570,6 +631,21 @@ module Aws::GlueDataBrew
|
|
570
631
|
DescribeRecipeResponse.add_member(:recipe_version, Shapes::ShapeRef.new(shape: RecipeVersion, location_name: "RecipeVersion"))
|
571
632
|
DescribeRecipeResponse.struct_class = Types::DescribeRecipeResponse
|
572
633
|
|
634
|
+
DescribeRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location: "uri", location_name: "name"))
|
635
|
+
DescribeRulesetRequest.struct_class = Types::DescribeRulesetRequest
|
636
|
+
|
637
|
+
DescribeRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location_name: "Name"))
|
638
|
+
DescribeRulesetResponse.add_member(:description, Shapes::ShapeRef.new(shape: RulesetDescription, location_name: "Description"))
|
639
|
+
DescribeRulesetResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TargetArn"))
|
640
|
+
DescribeRulesetResponse.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, location_name: "Rules"))
|
641
|
+
DescribeRulesetResponse.add_member(:create_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreateDate"))
|
642
|
+
DescribeRulesetResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "CreatedBy"))
|
643
|
+
DescribeRulesetResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: LastModifiedBy, location_name: "LastModifiedBy"))
|
644
|
+
DescribeRulesetResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedDate"))
|
645
|
+
DescribeRulesetResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
|
646
|
+
DescribeRulesetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
647
|
+
DescribeRulesetResponse.struct_class = Types::DescribeRulesetResponse
|
648
|
+
|
573
649
|
DescribeScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ScheduleName, required: true, location: "uri", location_name: "name"))
|
574
650
|
DescribeScheduleRequest.struct_class = Types::DescribeScheduleRequest
|
575
651
|
|
@@ -584,6 +660,12 @@ module Aws::GlueDataBrew
|
|
584
660
|
DescribeScheduleResponse.add_member(:name, Shapes::ShapeRef.new(shape: ScheduleName, required: true, location_name: "Name"))
|
585
661
|
DescribeScheduleResponse.struct_class = Types::DescribeScheduleResponse
|
586
662
|
|
663
|
+
EntityDetectorConfiguration.add_member(:entity_types, Shapes::ShapeRef.new(shape: EntityTypeList, required: true, location_name: "EntityTypes"))
|
664
|
+
EntityDetectorConfiguration.add_member(:allowed_statistics, Shapes::ShapeRef.new(shape: AllowedStatisticList, location_name: "AllowedStatistics"))
|
665
|
+
EntityDetectorConfiguration.struct_class = Types::EntityDetectorConfiguration
|
666
|
+
|
667
|
+
EntityTypeList.member = Shapes::ShapeRef.new(shape: EntityType)
|
668
|
+
|
587
669
|
ExcelOptions.add_member(:sheet_names, Shapes::ShapeRef.new(shape: SheetNameList, location_name: "SheetNames"))
|
588
670
|
ExcelOptions.add_member(:sheet_indexes, Shapes::ShapeRef.new(shape: SheetIndexList, location_name: "SheetIndexes"))
|
589
671
|
ExcelOptions.add_member(:header_row, Shapes::ShapeRef.new(shape: HeaderRow, location_name: "HeaderRow"))
|
@@ -608,6 +690,7 @@ module Aws::GlueDataBrew
|
|
608
690
|
Input.add_member(:s3_input_definition, Shapes::ShapeRef.new(shape: S3Location, location_name: "S3InputDefinition"))
|
609
691
|
Input.add_member(:data_catalog_input_definition, Shapes::ShapeRef.new(shape: DataCatalogInputDefinition, location_name: "DataCatalogInputDefinition"))
|
610
692
|
Input.add_member(:database_input_definition, Shapes::ShapeRef.new(shape: DatabaseInputDefinition, location_name: "DatabaseInputDefinition"))
|
693
|
+
Input.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
611
694
|
Input.struct_class = Types::Input
|
612
695
|
|
613
696
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
@@ -636,6 +719,7 @@ module Aws::GlueDataBrew
|
|
636
719
|
Job.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
637
720
|
Job.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
638
721
|
Job.add_member(:job_sample, Shapes::ShapeRef.new(shape: JobSample, location_name: "JobSample"))
|
722
|
+
Job.add_member(:validation_configurations, Shapes::ShapeRef.new(shape: ValidationConfigurationList, location_name: "ValidationConfigurations"))
|
639
723
|
Job.struct_class = Types::Job
|
640
724
|
|
641
725
|
JobList.member = Shapes::ShapeRef.new(shape: Job)
|
@@ -659,6 +743,7 @@ module Aws::GlueDataBrew
|
|
659
743
|
JobRun.add_member(:started_by, Shapes::ShapeRef.new(shape: StartedBy, location_name: "StartedBy"))
|
660
744
|
JobRun.add_member(:started_on, Shapes::ShapeRef.new(shape: Date, location_name: "StartedOn"))
|
661
745
|
JobRun.add_member(:job_sample, Shapes::ShapeRef.new(shape: JobSample, location_name: "JobSample"))
|
746
|
+
JobRun.add_member(:validation_configurations, Shapes::ShapeRef.new(shape: ValidationConfigurationList, location_name: "ValidationConfigurations"))
|
662
747
|
JobRun.struct_class = Types::JobRun
|
663
748
|
|
664
749
|
JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
|
@@ -723,6 +808,15 @@ module Aws::GlueDataBrew
|
|
723
808
|
ListRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
724
809
|
ListRecipesResponse.struct_class = Types::ListRecipesResponse
|
725
810
|
|
811
|
+
ListRulesetsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "targetArn"))
|
812
|
+
ListRulesetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults100, location: "querystring", location_name: "maxResults"))
|
813
|
+
ListRulesetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
814
|
+
ListRulesetsRequest.struct_class = Types::ListRulesetsRequest
|
815
|
+
|
816
|
+
ListRulesetsResponse.add_member(:rulesets, Shapes::ShapeRef.new(shape: RulesetItemList, required: true, location_name: "Rulesets"))
|
817
|
+
ListRulesetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
818
|
+
ListRulesetsResponse.struct_class = Types::ListRulesetsResponse
|
819
|
+
|
726
820
|
ListSchedulesRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location: "querystring", location_name: "jobName"))
|
727
821
|
ListSchedulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults100, location: "querystring", location_name: "maxResults"))
|
728
822
|
ListSchedulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -738,6 +832,9 @@ module Aws::GlueDataBrew
|
|
738
832
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
739
833
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
740
834
|
|
835
|
+
Metadata.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
|
836
|
+
Metadata.struct_class = Types::Metadata
|
837
|
+
|
741
838
|
Output.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, location_name: "CompressionFormat"))
|
742
839
|
Output.add_member(:format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "Format"))
|
743
840
|
Output.add_member(:partition_columns, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "PartitionColumns"))
|
@@ -765,6 +862,7 @@ module Aws::GlueDataBrew
|
|
765
862
|
ProfileConfiguration.add_member(:dataset_statistics_configuration, Shapes::ShapeRef.new(shape: StatisticsConfiguration, location_name: "DatasetStatisticsConfiguration"))
|
766
863
|
ProfileConfiguration.add_member(:profile_columns, Shapes::ShapeRef.new(shape: ColumnSelectorList, location_name: "ProfileColumns"))
|
767
864
|
ProfileConfiguration.add_member(:column_statistics_configurations, Shapes::ShapeRef.new(shape: ColumnStatisticsConfigurationList, location_name: "ColumnStatisticsConfigurations"))
|
865
|
+
ProfileConfiguration.add_member(:entity_detector_configuration, Shapes::ShapeRef.new(shape: EntityDetectorConfiguration, location_name: "EntityDetectorConfiguration"))
|
768
866
|
ProfileConfiguration.struct_class = Types::ProfileConfiguration
|
769
867
|
|
770
868
|
Project.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
@@ -835,6 +933,31 @@ module Aws::GlueDataBrew
|
|
835
933
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
836
934
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
837
935
|
|
936
|
+
Rule.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "Name"))
|
937
|
+
Rule.add_member(:disabled, Shapes::ShapeRef.new(shape: Disabled, location_name: "Disabled"))
|
938
|
+
Rule.add_member(:check_expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "CheckExpression"))
|
939
|
+
Rule.add_member(:substitution_map, Shapes::ShapeRef.new(shape: ValuesMap, location_name: "SubstitutionMap"))
|
940
|
+
Rule.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold"))
|
941
|
+
Rule.add_member(:column_selectors, Shapes::ShapeRef.new(shape: ColumnSelectorList, location_name: "ColumnSelectors"))
|
942
|
+
Rule.struct_class = Types::Rule
|
943
|
+
|
944
|
+
RuleList.member = Shapes::ShapeRef.new(shape: Rule)
|
945
|
+
|
946
|
+
RulesetItem.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
947
|
+
RulesetItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "CreatedBy"))
|
948
|
+
RulesetItem.add_member(:create_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreateDate"))
|
949
|
+
RulesetItem.add_member(:description, Shapes::ShapeRef.new(shape: RulesetDescription, location_name: "Description"))
|
950
|
+
RulesetItem.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: LastModifiedBy, location_name: "LastModifiedBy"))
|
951
|
+
RulesetItem.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedDate"))
|
952
|
+
RulesetItem.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location_name: "Name"))
|
953
|
+
RulesetItem.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
|
954
|
+
RulesetItem.add_member(:rule_count, Shapes::ShapeRef.new(shape: RuleCount, location_name: "RuleCount"))
|
955
|
+
RulesetItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
956
|
+
RulesetItem.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "TargetArn"))
|
957
|
+
RulesetItem.struct_class = Types::RulesetItem
|
958
|
+
|
959
|
+
RulesetItemList.member = Shapes::ShapeRef.new(shape: RulesetItem)
|
960
|
+
|
838
961
|
S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: Bucket, required: true, location_name: "Bucket"))
|
839
962
|
S3Location.add_member(:key, Shapes::ShapeRef.new(shape: Key, location_name: "Key"))
|
840
963
|
S3Location.struct_class = Types::S3Location
|
@@ -924,6 +1047,11 @@ module Aws::GlueDataBrew
|
|
924
1047
|
|
925
1048
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
926
1049
|
|
1050
|
+
Threshold.add_member(:value, Shapes::ShapeRef.new(shape: ThresholdValue, required: true, location_name: "Value"))
|
1051
|
+
Threshold.add_member(:type, Shapes::ShapeRef.new(shape: ThresholdType, location_name: "Type"))
|
1052
|
+
Threshold.add_member(:unit, Shapes::ShapeRef.new(shape: ThresholdUnit, location_name: "Unit"))
|
1053
|
+
Threshold.struct_class = Types::Threshold
|
1054
|
+
|
927
1055
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
928
1056
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
929
1057
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -948,6 +1076,7 @@ module Aws::GlueDataBrew
|
|
948
1076
|
UpdateProfileJobRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: MaxCapacity, location_name: "MaxCapacity"))
|
949
1077
|
UpdateProfileJobRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, location_name: "MaxRetries"))
|
950
1078
|
UpdateProfileJobRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "OutputLocation"))
|
1079
|
+
UpdateProfileJobRequest.add_member(:validation_configurations, Shapes::ShapeRef.new(shape: ValidationConfigurationList, location_name: "ValidationConfigurations"))
|
951
1080
|
UpdateProfileJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
952
1081
|
UpdateProfileJobRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
953
1082
|
UpdateProfileJobRequest.add_member(:job_sample, Shapes::ShapeRef.new(shape: JobSample, location_name: "JobSample"))
|
@@ -989,6 +1118,14 @@ module Aws::GlueDataBrew
|
|
989
1118
|
UpdateRecipeResponse.add_member(:name, Shapes::ShapeRef.new(shape: RecipeName, required: true, location_name: "Name"))
|
990
1119
|
UpdateRecipeResponse.struct_class = Types::UpdateRecipeResponse
|
991
1120
|
|
1121
|
+
UpdateRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location: "uri", location_name: "name"))
|
1122
|
+
UpdateRulesetRequest.add_member(:description, Shapes::ShapeRef.new(shape: RulesetDescription, location_name: "Description"))
|
1123
|
+
UpdateRulesetRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, required: true, location_name: "Rules"))
|
1124
|
+
UpdateRulesetRequest.struct_class = Types::UpdateRulesetRequest
|
1125
|
+
|
1126
|
+
UpdateRulesetResponse.add_member(:name, Shapes::ShapeRef.new(shape: RulesetName, required: true, location_name: "Name"))
|
1127
|
+
UpdateRulesetResponse.struct_class = Types::UpdateRulesetResponse
|
1128
|
+
|
992
1129
|
UpdateScheduleRequest.add_member(:job_names, Shapes::ShapeRef.new(shape: JobNameList, location_name: "JobNames"))
|
993
1130
|
UpdateScheduleRequest.add_member(:cron_expression, Shapes::ShapeRef.new(shape: CronExpression, required: true, location_name: "CronExpression"))
|
994
1131
|
UpdateScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ScheduleName, required: true, location: "uri", location_name: "name"))
|
@@ -997,6 +1134,12 @@ module Aws::GlueDataBrew
|
|
997
1134
|
UpdateScheduleResponse.add_member(:name, Shapes::ShapeRef.new(shape: ScheduleName, required: true, location_name: "Name"))
|
998
1135
|
UpdateScheduleResponse.struct_class = Types::UpdateScheduleResponse
|
999
1136
|
|
1137
|
+
ValidationConfiguration.add_member(:ruleset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RulesetArn"))
|
1138
|
+
ValidationConfiguration.add_member(:validation_mode, Shapes::ShapeRef.new(shape: ValidationMode, location_name: "ValidationMode"))
|
1139
|
+
ValidationConfiguration.struct_class = Types::ValidationConfiguration
|
1140
|
+
|
1141
|
+
ValidationConfigurationList.member = Shapes::ShapeRef.new(shape: ValidationConfiguration)
|
1142
|
+
|
1000
1143
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
1001
1144
|
ValidationException.struct_class = Types::ValidationException
|
1002
1145
|
|
@@ -1006,6 +1149,9 @@ module Aws::GlueDataBrew
|
|
1006
1149
|
ViewFrame.add_member(:start_column_index, Shapes::ShapeRef.new(shape: StartColumnIndex, required: true, location_name: "StartColumnIndex"))
|
1007
1150
|
ViewFrame.add_member(:column_range, Shapes::ShapeRef.new(shape: ColumnRange, location_name: "ColumnRange"))
|
1008
1151
|
ViewFrame.add_member(:hidden_columns, Shapes::ShapeRef.new(shape: HiddenColumnList, location_name: "HiddenColumns"))
|
1152
|
+
ViewFrame.add_member(:start_row_index, Shapes::ShapeRef.new(shape: StartRowIndex, location_name: "StartRowIndex"))
|
1153
|
+
ViewFrame.add_member(:row_range, Shapes::ShapeRef.new(shape: RowRange, location_name: "RowRange"))
|
1154
|
+
ViewFrame.add_member(:analytics, Shapes::ShapeRef.new(shape: AnalyticsMode, location_name: "Analytics"))
|
1009
1155
|
ViewFrame.struct_class = Types::ViewFrame
|
1010
1156
|
|
1011
1157
|
|
@@ -1098,6 +1244,17 @@ module Aws::GlueDataBrew
|
|
1098
1244
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1099
1245
|
end)
|
1100
1246
|
|
1247
|
+
api.add_operation(:create_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
1248
|
+
o.name = "CreateRuleset"
|
1249
|
+
o.http_method = "POST"
|
1250
|
+
o.http_request_uri = "/rulesets"
|
1251
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRulesetRequest)
|
1252
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRulesetResponse)
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1256
|
+
end)
|
1257
|
+
|
1101
1258
|
api.add_operation(:create_schedule, Seahorse::Model::Operation.new.tap do |o|
|
1102
1259
|
o.name = "CreateSchedule"
|
1103
1260
|
o.http_method = "POST"
|
@@ -1153,6 +1310,17 @@ module Aws::GlueDataBrew
|
|
1153
1310
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1154
1311
|
end)
|
1155
1312
|
|
1313
|
+
api.add_operation(:delete_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
1314
|
+
o.name = "DeleteRuleset"
|
1315
|
+
o.http_method = "DELETE"
|
1316
|
+
o.http_request_uri = "/rulesets/{name}"
|
1317
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRulesetRequest)
|
1318
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRulesetResponse)
|
1319
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1320
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1321
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1322
|
+
end)
|
1323
|
+
|
1156
1324
|
api.add_operation(:delete_schedule, Seahorse::Model::Operation.new.tap do |o|
|
1157
1325
|
o.name = "DeleteSchedule"
|
1158
1326
|
o.http_method = "DELETE"
|
@@ -1213,6 +1381,16 @@ module Aws::GlueDataBrew
|
|
1213
1381
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1214
1382
|
end)
|
1215
1383
|
|
1384
|
+
api.add_operation(:describe_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
1385
|
+
o.name = "DescribeRuleset"
|
1386
|
+
o.http_method = "GET"
|
1387
|
+
o.http_request_uri = "/rulesets/{name}"
|
1388
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRulesetRequest)
|
1389
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRulesetResponse)
|
1390
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1391
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1392
|
+
end)
|
1393
|
+
|
1216
1394
|
api.add_operation(:describe_schedule, Seahorse::Model::Operation.new.tap do |o|
|
1217
1395
|
o.name = "DescribeSchedule"
|
1218
1396
|
o.http_method = "GET"
|
@@ -1314,6 +1492,22 @@ module Aws::GlueDataBrew
|
|
1314
1492
|
)
|
1315
1493
|
end)
|
1316
1494
|
|
1495
|
+
api.add_operation(:list_rulesets, Seahorse::Model::Operation.new.tap do |o|
|
1496
|
+
o.name = "ListRulesets"
|
1497
|
+
o.http_method = "GET"
|
1498
|
+
o.http_request_uri = "/rulesets"
|
1499
|
+
o.input = Shapes::ShapeRef.new(shape: ListRulesetsRequest)
|
1500
|
+
o.output = Shapes::ShapeRef.new(shape: ListRulesetsResponse)
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1503
|
+
o[:pager] = Aws::Pager.new(
|
1504
|
+
limit_key: "max_results",
|
1505
|
+
tokens: {
|
1506
|
+
"next_token" => "next_token"
|
1507
|
+
}
|
1508
|
+
)
|
1509
|
+
end)
|
1510
|
+
|
1317
1511
|
api.add_operation(:list_schedules, Seahorse::Model::Operation.new.tap do |o|
|
1318
1512
|
o.name = "ListSchedules"
|
1319
1513
|
o.http_method = "GET"
|
@@ -1471,6 +1665,16 @@ module Aws::GlueDataBrew
|
|
1471
1665
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1472
1666
|
end)
|
1473
1667
|
|
1668
|
+
api.add_operation(:update_ruleset, Seahorse::Model::Operation.new.tap do |o|
|
1669
|
+
o.name = "UpdateRuleset"
|
1670
|
+
o.http_method = "PUT"
|
1671
|
+
o.http_request_uri = "/rulesets/{name}"
|
1672
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRulesetRequest)
|
1673
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRulesetResponse)
|
1674
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1675
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1676
|
+
end)
|
1677
|
+
|
1474
1678
|
api.add_operation(:update_schedule, Seahorse::Model::Operation.new.tap do |o|
|
1475
1679
|
o.name = "UpdateSchedule"
|
1476
1680
|
o.http_method = "PUT"
|