Skip to content

Commit

Permalink
docs(client-api-gateway): Documentation updates for Amazon API Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 23, 2024
1 parent a8db47f commit 5428b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-api-gateway/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ export interface DomainName {
certificateArn?: string;

/**
* <p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>
* <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>
* @public
*/
certificateUploadDate?: Date;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4877,7 +4877,7 @@
"certificateUploadDate": {
"target": "com.amazonaws.apigateway#Timestamp",
"traits": {
"smithy.api#documentation": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>"
"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>"
}
},
"regionalDomainName": {
Expand Down

0 comments on commit 5428b83

Please sign in to comment.