aws-sdk-amplify 1.69.0 → 1.70.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6700b19eb407e7c49567a766b4afe20a5e215af5b7f50fcc40e1391391d38561
4
- data.tar.gz: b20dd9d4d9009b1b052b02a71e703f3f73d6e548dde3fafd8714ad889700ebd0
3
+ metadata.gz: b12a4a60f9501da1334b6bf675c12ad30f6810d7bac316ae0b4113fe0fdd03b7
4
+ data.tar.gz: 93cc14d278ec25e1fa93f0e49805e727711541207ad955d464a3fc74a0533bbf
5
5
  SHA512:
6
- metadata.gz: 39e40508a01bbc272bdd91db09e62288d9fe8266844bab1c7584009c0631d1240e41d7b6ff6e8619a865456a90002b379df56d89ada9d1c3ce1f198c4555ca5b
7
- data.tar.gz: 7861efd37c2d1c6fde9382118518e80de849b73bb284fe015a5c6f17a7629ece41f1debd9512bff5ec5467c9004f78041a29639061923b8214c27738d3b16289
6
+ metadata.gz: 21021d72d87bb40fef1310102194d203b7b8e84b97d547a5baf31b18eca0b7d89c9525b1d2a01b61ff673119bfe9deb3f5209980dd9190c8ed0be4318d90c82c
7
+ data.tar.gz: 8bdcce7a9dc9ac9dd38d02ff6d9b8cab0398d270330e124d4b59f0670412c955a970b50400bad242f5eeae0b9becda3f062783032bf73a3e89d313af070dae20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-09-13)
5
+ ------------------
6
+
7
+ * Feature - Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
8
+
4
9
  1.69.0 (2024-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -461,6 +461,17 @@ module Aws::Amplify
461
461
  # Hosting's original SSR support only, set the platform type to
462
462
  # `WEB_DYNAMIC`.
463
463
  #
464
+ # If you are deploying an SSG only app with Next.js version 14 or later,
465
+ # you must set the platform type to `WEB_COMPUTE` and set the artifacts
466
+ # `baseDirectory` to `.next` in the application's build settings. For
467
+ # an example of the build specification settings, see [Amplify build
468
+ # settings for a Next.js 14 SSG application][1] in the *Amplify Hosting
469
+ # User Guide*.
470
+ #
471
+ #
472
+ #
473
+ # [1]: https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14
474
+ #
464
475
  # @option params [String] :iam_service_role_arn
465
476
  # The AWS Identity and Access Management (IAM) service role for an
466
477
  # Amplify app.
@@ -2446,6 +2457,9 @@ module Aws::Amplify
2446
2457
  # Hosting's original SSR support only, set the platform type to
2447
2458
  # `WEB_DYNAMIC`.
2448
2459
  #
2460
+ # If you are deploying an SSG only app with Next.js version 14 or later,
2461
+ # you must set the platform type to `WEB_COMPUTE`.
2462
+ #
2449
2463
  # @option params [String] :iam_service_role_arn
2450
2464
  # The AWS Identity and Access Management (IAM) service role for an
2451
2465
  # Amplify app.
@@ -2936,7 +2950,7 @@ module Aws::Amplify
2936
2950
  tracer: tracer
2937
2951
  )
2938
2952
  context[:gem_name] = 'aws-sdk-amplify'
2939
- context[:gem_version] = '1.69.0'
2953
+ context[:gem_version] = '1.70.0'
2940
2954
  Seahorse::Client::Request.new(handlers, context)
2941
2955
  end
2942
2956
 
@@ -43,6 +43,9 @@ module Aws::Amplify
43
43
  # platform type to `WEB_COMPUTE`. For an app requiring Amplify
44
44
  # Hosting's original SSR support only, set the platform type to
45
45
  # `WEB_DYNAMIC`.
46
+ #
47
+ # If you are deploying an SSG only app with Next.js 14 or later, you
48
+ # must use the platform type `WEB_COMPUTE`.
46
49
  # @return [String]
47
50
  #
48
51
  # @!attribute [rw] create_time
@@ -641,6 +644,17 @@ module Aws::Amplify
641
644
  # platform type to `WEB_COMPUTE`. For an app requiring Amplify
642
645
  # Hosting's original SSR support only, set the platform type to
643
646
  # `WEB_DYNAMIC`.
647
+ #
648
+ # If you are deploying an SSG only app with Next.js version 14 or
649
+ # later, you must set the platform type to `WEB_COMPUTE` and set the
650
+ # artifacts `baseDirectory` to `.next` in the application's build
651
+ # settings. For an example of the build specification settings, see
652
+ # [Amplify build settings for a Next.js 14 SSG application][1] in the
653
+ # *Amplify Hosting User Guide*.
654
+ #
655
+ #
656
+ #
657
+ # [1]: https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14
644
658
  # @return [String]
645
659
  #
646
660
  # @!attribute [rw] iam_service_role_arn
@@ -2659,6 +2673,9 @@ module Aws::Amplify
2659
2673
  # platform type to `WEB_COMPUTE`. For an app requiring Amplify
2660
2674
  # Hosting's original SSR support only, set the platform type to
2661
2675
  # `WEB_DYNAMIC`.
2676
+ #
2677
+ # If you are deploying an SSG only app with Next.js version 14 or
2678
+ # later, you must set the platform type to `WEB_COMPUTE`.
2662
2679
  # @return [String]
2663
2680
  #
2664
2681
  # @!attribute [rw] iam_service_role_arn
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-amplify/customizations'
52
52
  # @!group service
53
53
  module Aws::Amplify
54
54
 
55
- GEM_VERSION = '1.69.0'
55
+ GEM_VERSION = '1.70.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core