Skip to content

Commit 37d29c3

Browse files
Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
1 parent d6ee2a7 commit 37d29c3

35 files changed

+966
-861
lines changed

generator/ServiceModels/entityresolution/entityresolution-2018-05-10.api.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,10 @@
367367
},
368368
"CreateSchemaMappingInput":{
369369
"type":"structure",
370-
"required":["schemaName"],
370+
"required":[
371+
"mappedInputFields",
372+
"schemaName"
373+
],
371374
"members":{
372375
"description":{"shape":"Description"},
373376
"mappedInputFields":{"shape":"SchemaInputAttributes"},
@@ -451,7 +454,9 @@
451454
"ExceedsLimitException":{
452455
"type":"structure",
453456
"members":{
454-
"message":{"shape":"ErrorMessage"}
457+
"message":{"shape":"ErrorMessage"},
458+
"quotaName":{"shape":"String"},
459+
"quotaValue":{"shape":"Integer"}
455460
},
456461
"error":{
457462
"httpStatusCode":402,
@@ -825,7 +830,7 @@
825830
"KMSArn":{"shape":"KMSArn"},
826831
"applyNormalization":{"shape":"Boolean"},
827832
"output":{"shape":"OutputSourceOutputList"},
828-
"outputS3Path":{"shape":"OutputSourceOutputS3PathString"}
833+
"outputS3Path":{"shape":"S3Path"}
829834
}
830835
},
831836
"OutputSourceConfig":{
@@ -840,10 +845,6 @@
840845
"max":750,
841846
"min":0
842847
},
843-
"OutputSourceOutputS3PathString":{
844-
"type":"string",
845-
"pattern":"^s3://([^/]+)/?(.*?([^/]+)/?)$"
846-
},
847848
"RecordAttributeMap":{
848849
"type":"map",
849850
"key":{"shape":"RecordAttributeMapKeyString"},
@@ -864,6 +865,7 @@
864865
},
865866
"ResolutionTechniques":{
866867
"type":"structure",
868+
"required":["resolutionType"],
867869
"members":{
868870
"resolutionType":{"shape":"ResolutionType"},
869871
"ruleBasedProperties":{"shape":"RuleBasedProperties"}
@@ -927,6 +929,10 @@
927929
"min":0,
928930
"pattern":"^[a-zA-Z_0-9- \\t]*$"
929931
},
932+
"S3Path":{
933+
"type":"string",
934+
"pattern":"^s3://([^/]+)/?(.*?([^/]+)/?)$"
935+
},
930936
"SchemaAttributeType":{
931937
"type":"string",
932938
"enum":[

generator/ServiceModels/entityresolution/entityresolution-2018-05-10.docs.json

Lines changed: 38 additions & 36 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)