Skip to content

Commit b3d919a

Browse files
Doc only update for Route 53 Domains that fixes several customer-reported issues
1 parent c41a7bd commit b3d919a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

generator/ServiceModels/route53domains/route53domains-2014-05-15.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
"InvoiceId": {
591591
"base": null,
592592
"refs": {
593-
"BillingRecord$InvoiceId": "<p>The ID of the invoice that is associated with the billing record.</p>"
593+
"BillingRecord$InvoiceId": "<p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>"
594594
}
595595
},
596596
"Label": {

generator/ServiceModels/route53domains/route53domains-2014-05-15.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
},
612612
"InvoiceId":{
613613
"shape":"InvoiceId",
614-
"documentation":"<p>The ID of the invoice that is associated with the billing record.</p>"
614+
"documentation":"<p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>"
615615
},
616616
"BillDate":{
617617
"shape":"Timestamp",

sdk/src/Services/Route53Domains/Generated/Model/BillingRecord.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ internal bool IsSetDomainName()
8383
/// <summary>
8484
/// Gets and sets the property InvoiceId.
8585
/// <para>
86-
/// The ID of the invoice that is associated with the billing record.
86+
/// Deprecated property. This field is retained in report structure for backwards compatibility,
87+
/// but will appear blank.
8788
/// </para>
8889
/// </summary>
8990
public string InvoiceId

0 commit comments

Comments
 (0)