Skip to content

Commit 824b06b

Browse files
author
AWS
committed
AWS AppSync Update: UpdateGraphQLAPI documentation update and datasource introspection secret arn update
1 parent 6da9d31 commit 824b06b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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": "UpdateGraphQLAPI documentation update and datasource introspection secret arn update"
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"appsync",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"AWSAppSync",
910
"serviceFullName":"AWS AppSync",
1011
"serviceId":"AppSync",
@@ -4107,7 +4108,7 @@
41074108
"type":"string",
41084109
"max":2048,
41094110
"min":20,
4110-
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
4111+
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
41114112
},
41124113
"RdsHttpEndpointConfig":{
41134114
"type":"structure",
@@ -4869,7 +4870,8 @@
48694870
"type":"structure",
48704871
"required":[
48714872
"apiId",
4872-
"name"
4873+
"name",
4874+
"authenticationType"
48734875
],
48744876
"members":{
48754877
"apiId":{

0 commit comments

Comments
 (0)