Skip to content

Commit 23bbcd2

Browse files
author
awstools
committed
docs(client-route53profiles): Doc only update for Route 53 profiles that fixes some link issues
1 parent da0c974 commit 23bbcd2

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

clients/client-route53profiles/src/commands/AssociateProfileCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export interface AssociateProfileCommandOutput extends AssociateProfileResponse,
2828

2929
/**
3030
* <p>
31-
* 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.
31+
* 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).
32+
* 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>.
3233
* </p>
3334
* @example
3435
* Use a bare-bones client and the command you need to make an API call.

clients/client-route53profiles/src/models/models_0.ts

+5-8
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,9 @@ export interface AssociateResourceToProfileRequest {
429429

430430
/**
431431
* <p>
432-
* If you are adding a DNS Firewall rule group, include also a priority in this format:
432+
* 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.
433433
* </p>
434-
* <p>
435-
* <code>Key=FirewallRuleGroupPriority,Value=100</code>
436-
* </p>
434+
* <p>The allowed values for priority are between 100 and 9900.</p>
437435
* @public
438436
*/
439437
ResourceProperties?: string;
@@ -1234,10 +1232,9 @@ export interface UpdateProfileResourceAssociationRequest {
12341232

12351233
/**
12361234
* <p>
1237-
* If you are adding a DNS Firewall rule group, include also a priority in this format:</p>
1238-
* <p>
1239-
* <code>Key=FirewallRuleGroupPriority,Value=100</code>.
1240-
* </p>
1235+
* 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.
1236+
* </p>
1237+
* <p>The allowed values for priority are between 100 and 9900.</p>
12411238
* @public
12421239
*/
12431240
ResourceProperties?: string;

codegen/sdk-codegen/aws-models/route53profiles.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
],
6868
"traits": {
69-
"smithy.api#documentation": "<p>\n 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.\n</p>",
69+
"smithy.api#documentation": "<p>\n 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). \n 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>.\n</p>",
7070
"smithy.api#http": {
7171
"method": "POST",
7272
"uri": "/profileassociation",
@@ -193,7 +193,7 @@
193193
"ResourceProperties": {
194194
"target": "com.amazonaws.route53profiles#ResourceProperties",
195195
"traits": {
196-
"smithy.api#documentation": "<p>\n If you are adding a DNS Firewall rule group, include also a priority in this format:\n</p>\n <p>\n <code>Key=FirewallRuleGroupPriority,Value=100</code>\n </p>"
196+
"smithy.api#documentation": "<p>\n 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.\n</p>\n <p>The allowed values for priority are between 100 and 9900.</p>"
197197
}
198198
}
199199
},
@@ -2567,7 +2567,7 @@
25672567
"ResourceProperties": {
25682568
"target": "com.amazonaws.route53profiles#ResourceProperties",
25692569
"traits": {
2570-
"smithy.api#documentation": "<p>\n If you are adding a DNS Firewall rule group, include also a priority in this format:</p>\n <p>\n <code>Key=FirewallRuleGroupPriority,Value=100</code>.\n</p>"
2570+
"smithy.api#documentation": "<p>\n 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.\n </p>\n <p>The allowed values for priority are between 100 and 9900.</p>"
25712571
}
25722572
}
25732573
},

0 commit comments

Comments
 (0)