Skip to content

Commit 995848b

Browse files
author
AWS
committed
Route 53 Profiles Update: Doc only update for Route 53 profiles that fixes some link issues
1 parent 399908f commit 995848b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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": "Route 53 Profiles",
4+
"contributor": "",
5+
"description": "Doc only update for Route 53 profiles that fixes some link issues"
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"route53profiles",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"Route 53 Profiles",
910
"serviceId":"Route53Profiles",
1011
"signatureVersion":"v4",
@@ -31,7 +32,7 @@
3132
{"shape":"AccessDeniedException"},
3233
{"shape":"ConflictException"}
3334
],
34-
"documentation":"<p> Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs. </p>"
35+
"documentation":"<p> Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with 1000 of VPCs (and you can request a higher quota). For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities\">https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities</a>. </p>"
3536
},
3637
"AssociateResourceToProfile":{
3738
"name":"AssociateResourceToProfile",
@@ -394,7 +395,7 @@
394395
},
395396
"ResourceProperties":{
396397
"shape":"ResourceProperties",
397-
"documentation":"<p> If you are adding a DNS Firewall rule group, include also a priority in this format: </p> <p> <code>Key=FirewallRuleGroupPriority,Value=100</code> </p>"
398+
"documentation":"<p> If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value. </p> <p>The allowed values for priority are between 100 and 9900.</p>"
398399
}
399400
}
400401
},
@@ -1131,7 +1132,7 @@
11311132
},
11321133
"ResourceProperties":{
11331134
"shape":"ResourceProperties",
1134-
"documentation":"<p> If you are adding a DNS Firewall rule group, include also a priority in this format:</p> <p> <code>Key=FirewallRuleGroupPriority,Value=100</code>. </p>"
1135+
"documentation":"<p> If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value. </p> <p>The allowed values for priority are between 100 and 9900.</p>"
11351136
}
11361137
}
11371138
},

0 commit comments

Comments
 (0)