Skip to content

Commit 91bbb59

Browse files
author
AWS
committed
AWS AppSync Update: Modify UpdateGraphQLAPI operation and flag authenticationType as required.
1 parent 16fe238 commit 91bbb59

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Modify UpdateGraphQLAPI operation and flag authenticationType as required."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5602,7 +5602,8 @@
56025602
"type":"structure",
56035603
"required":[
56045604
"apiId",
5605-
"name"
5605+
"name",
5606+
"authenticationType"
56065607
],
56075608
"members":{
56085609
"apiId":{

0 commit comments

Comments
 (0)