Skip to content

Commit

Permalink
docs(client-route-53-domains): Doc only update for Route 53 Domains t…
Browse files Browse the repository at this point in the history
…hat fixes several customer-reported issues
  • Loading branch information
awstools committed Jan 3, 2025
1 parent 3bb74c5 commit ba55985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-route-53-domains/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export interface BillingRecord {
Operation?: OperationType | undefined;

/**
* <p>The ID of the invoice that is associated with the billing record.</p>
* <p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>
* @public
*/
InvoiceId?: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/route-53-domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"InvoiceId": {
"target": "com.amazonaws.route53domains#InvoiceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the invoice that is associated with the billing record.</p>"
"smithy.api#documentation": "<p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>"
}
},
"BillDate": {
Expand Down

0 comments on commit ba55985

Please sign in to comment.