@aws-sdk/client-api-gateway 3.654.0 → 3.657.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1042,7 +1042,7 @@ export interface DomainName {
1042
1042
  */
1043
1043
  certificateArn?: string;
1044
1044
  /**
1045
- * <p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>
1045
+ * <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>
1046
1046
  * @public
1047
1047
  */
1048
1048
  certificateUploadDate?: Date;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-api-gateway",
3
3
  "description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.654.0",
4
+ "version": "3.657.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-api-gateway",