Skip to content

Commit ba55985

Browse files
author
awstools
committed
docs(client-route-53-domains): Doc only update for Route 53 Domains that fixes several customer-reported issues
1 parent 3bb74c5 commit ba55985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-route-53-domains/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export interface BillingRecord {
305305
Operation?: OperationType | undefined;
306306

307307
/**
308-
* <p>The ID of the invoice that is associated with the billing record.</p>
308+
* <p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>
309309
* @public
310310
*/
311311
InvoiceId?: string | undefined;

codegen/sdk-codegen/aws-models/route-53-domains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"InvoiceId": {
200200
"target": "com.amazonaws.route53domains#InvoiceId",
201201
"traits": {
202-
"smithy.api#documentation": "<p>The ID of the invoice that is associated with the billing record.</p>"
202+
"smithy.api#documentation": "<p>Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.</p>"
203203
}
204204
},
205205
"BillDate": {

0 commit comments

Comments
 (0)