Skip to content

Commit 5428b83

Browse files
author
awstools
committed
docs(client-api-gateway): Documentation updates for Amazon API Gateway
1 parent a8db47f commit 5428b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-api-gateway/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ export interface DomainName {
12441244
certificateArn?: string;
12451245

12461246
/**
1247-
* <p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>
1247+
* <p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.</p>
12481248
* @public
12491249
*/
12501250
certificateUploadDate?: Date;

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4877,7 +4877,7 @@
48774877
"certificateUploadDate": {
48784878
"target": "com.amazonaws.apigateway#Timestamp",
48794879
"traits": {
4880-
"smithy.api#documentation": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>"
4880+
"smithy.api#documentation": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.</p>"
48814881
}
48824882
},
48834883
"regionalDomainName": {

0 commit comments

Comments
 (0)