Skip to content

Commit 3c07a05

Browse files
author
AWS
committed
AWS AppSync Update: Update Event API to require EventConfig parameter in creation and update requests.
1 parent ce22975 commit 3c07a05

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS AppSync",
4+
"contributor": "",
5+
"description": "Update Event API to require EventConfig parameter in creation and update requests."
6+
}

services/appsync/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,10 @@
20322032
},
20332033
"CreateApiRequest":{
20342034
"type":"structure",
2035-
"required":["name"],
2035+
"required":[
2036+
"name",
2037+
"eventConfig"
2038+
],
20362039
"members":{
20372040
"name":{
20382041
"shape":"ApiName",
@@ -5460,7 +5463,8 @@
54605463
"type":"structure",
54615464
"required":[
54625465
"apiId",
5463-
"name"
5466+
"name",
5467+
"eventConfig"
54645468
],
54655469
"members":{
54665470
"apiId":{

0 commit comments

Comments
 (0)