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