Skip to content

Commit

Permalink
docs(client-route53profiles): Doc only update for Route 53 profiles t…
Browse files Browse the repository at this point in the history
…hat fixes some link issues
  • Loading branch information
awstools committed May 7, 2024
1 parent da0c974 commit 23bbcd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export interface AssociateProfileCommandOutput extends AssociateProfileResponse,

/**
* <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.
* 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>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
13 changes: 5 additions & 8 deletions clients/client-route53profiles/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,9 @@ export interface AssociateResourceToProfileRequest {

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

/**
* <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>
* 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>
* @public
*/
ResourceProperties?: string;
Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/route53profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/profileassociation",
Expand Down Expand Up @@ -193,7 +193,7 @@
"ResourceProperties": {
"target": "com.amazonaws.route53profiles#ResourceProperties",
"traits": {
"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>"
"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>"
}
}
},
Expand Down Expand Up @@ -2567,7 +2567,7 @@
"ResourceProperties": {
"target": "com.amazonaws.route53profiles#ResourceProperties",
"traits": {
"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>"
"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>"
}
}
},
Expand Down

0 comments on commit 23bbcd2

Please sign in to comment.