File tree 2 files changed +13
-1
lines changed
services/appsync/src/main/resources/codegen-resources
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS AppSync" ,
4
+ "contributor" : " " ,
5
+ "description" : " Providing Tagging support for DomainName in AppSync"
6
+ }
Original file line number Diff line number Diff line change 2180
2180
"description" :{
2181
2181
"shape" :" Description" ,
2182
2182
"documentation" :" <p>A description of the <code>DomainName</code>.</p>"
2183
- }
2183
+ },
2184
+ "tags" :{"shape" :" TagMap" }
2184
2185
}
2185
2186
},
2186
2187
"CreateDomainNameResponse" :{
3028
3029
"hostedZoneId" :{
3029
3030
"shape" :" String" ,
3030
3031
"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>"
3031
3037
}
3032
3038
},
3033
3039
"documentation" :" <p>Describes a configuration for a custom domain.</p>"
You can’t perform that action at this time.
0 commit comments