diff --git a/clients/client-route-53-domains/src/models/models_0.ts b/clients/client-route-53-domains/src/models/models_0.ts index 9721a5556696..8a1b2e0a7eef 100644 --- a/clients/client-route-53-domains/src/models/models_0.ts +++ b/clients/client-route-53-domains/src/models/models_0.ts @@ -305,7 +305,7 @@ export interface BillingRecord { Operation?: OperationType | undefined; /** - *

The ID of the invoice that is associated with the billing record.

+ *

Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.

* @public */ InvoiceId?: string | undefined; diff --git a/codegen/sdk-codegen/aws-models/route-53-domains.json b/codegen/sdk-codegen/aws-models/route-53-domains.json index 2ad0691d439d..08604d8ba24a 100644 --- a/codegen/sdk-codegen/aws-models/route-53-domains.json +++ b/codegen/sdk-codegen/aws-models/route-53-domains.json @@ -199,7 +199,7 @@ "InvoiceId": { "target": "com.amazonaws.route53domains#InvoiceId", "traits": { - "smithy.api#documentation": "

The ID of the invoice that is associated with the billing record.

" + "smithy.api#documentation": "

Deprecated property. This field is retained in report structure for backwards compatibility, but will appear blank.

" } }, "BillDate": {