Skip to content

Commit 1891c7b

Browse files
author
AWS
committed
AWS AppSync Update: Providing Tagging support for DomainName in AppSync
1 parent ad8f895 commit 1891c7b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS AppSync",
4+
"contributor": "",
5+
"description": "Providing Tagging support for DomainName in AppSync"
6+
}

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,8 @@
21802180
"description":{
21812181
"shape":"Description",
21822182
"documentation":"<p>A description of the <code>DomainName</code>.</p>"
2183-
}
2183+
},
2184+
"tags":{"shape":"TagMap"}
21842185
}
21852186
},
21862187
"CreateDomainNameResponse":{
@@ -3028,6 +3029,11 @@
30283029
"hostedZoneId":{
30293030
"shape":"String",
30303031
"documentation":"<p>The ID of your Amazon Route 53 hosted zone.</p>"
3032+
},
3033+
"tags":{"shape":"TagMap"},
3034+
"domainNameArn":{
3035+
"shape":"String",
3036+
"documentation":"<p>The Amazon Resource Name (ARN) of the domain name.</p>"
30313037
}
30323038
},
30333039
"documentation":"<p>Describes a configuration for a custom domain.</p>"

0 commit comments

Comments
 (0)