@aws-sdk/client-amplify 3.650.0 → 3.651.1
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.
|
@@ -206,6 +206,11 @@ export interface CreateAppRequest {
|
|
|
206
206
|
* <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
|
|
207
207
|
* type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR
|
|
208
208
|
* support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>
|
|
209
|
+
* <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set
|
|
210
|
+
* the platform type to <code>WEB_COMPUTE</code> and set the artifacts
|
|
211
|
+
* <code>baseDirectory</code> to <code>.next</code> in the application's build
|
|
212
|
+
* settings. For an example of the build specification settings, see <a href="https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14">Amplify build
|
|
213
|
+
* settings for a Next.js 14 SSG application</a> in the <i>Amplify Hosting User Guide</i>.</p>
|
|
209
214
|
* @public
|
|
210
215
|
*/
|
|
211
216
|
platform?: Platform;
|
|
@@ -399,6 +404,8 @@ export interface App {
|
|
|
399
404
|
* <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
|
|
400
405
|
* type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR
|
|
401
406
|
* support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>
|
|
407
|
+
* <p>If you are deploying an SSG only app with Next.js 14 or later, you must use the
|
|
408
|
+
* platform type <code>WEB_COMPUTE</code>.</p>
|
|
402
409
|
* @public
|
|
403
410
|
*/
|
|
404
411
|
platform: Platform | undefined;
|
|
@@ -2487,6 +2494,8 @@ export interface UpdateAppRequest {
|
|
|
2487
2494
|
* <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
|
|
2488
2495
|
* type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR
|
|
2489
2496
|
* support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>
|
|
2497
|
+
* <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set
|
|
2498
|
+
* the platform type to <code>WEB_COMPUTE</code>.</p>
|
|
2490
2499
|
* @public
|
|
2491
2500
|
*/
|
|
2492
2501
|
platform?: Platform;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplify",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-amplify",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|