Skip to content

Commit 779777c

Browse files
Updated API models and rebuilt service gems.
1 parent 20b0670 commit 779777c

File tree

21 files changed

+272
-189
lines changed

21 files changed

+272
-189
lines changed

apis/amplify/2017-07-25/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,9 +1124,9 @@
11241124
"Platform": {
11251125
"base": null,
11261126
"refs": {
1127-
"App$platform": "<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>",
1128-
"CreateAppRequest$platform": "<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>",
1129-
"UpdateAppRequest$platform": "<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>"
1127+
"App$platform": "<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with Next.js 14 or later, you must use the platform type <code>WEB_COMPUTE</code>.</p>",
1128+
"CreateAppRequest$platform": "<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to <code>WEB_COMPUTE</code> and set the artifacts <code>baseDirectory</code> to <code>.next</code> in the application's build 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 settings for a Next.js 14 SSG application</a> in the <i>Amplify Hosting User Guide</i>.</p>",
1129+
"UpdateAppRequest$platform": "<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to <code>WEB_COMPUTE</code>.</p>"
11301130
}
11311131
},
11321132
"ProductionBranch": {

apis/ivs/2020-07-14/docs-2.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

apis/ivschat/2020-07-14/docs-2.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.975.0 (2024-09-13)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.974.0 (2024-09-11)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.974.0
1+
1.975.0

gems/aws-partitions/partitions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15704,6 +15704,7 @@
1570415704
},
1570515705
"redshift-serverless" : {
1570615706
"endpoints" : {
15707+
"ap-east-1" : { },
1570715708
"ap-northeast-1" : { },
1570815709
"ap-northeast-2" : { },
1570915710
"ap-south-1" : { },
@@ -15758,6 +15759,7 @@
1575815759
"deprecated" : true,
1575915760
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
1576015761
},
15762+
"il-central-1" : { },
1576115763
"me-central-1" : { },
1576215764
"sa-east-1" : { },
1576315765
"us-east-1" : {

gems/aws-sdk-amplify/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

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+
49
1.69.0 (2024-09-11)
510
------------------
611

gems/aws-sdk-amplify/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.69.0
1+
1.70.0

gems/aws-sdk-amplify/lib/aws-sdk-amplify.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
# @!group service
5353
module Aws::Amplify
5454

55-
GEM_VERSION = '1.69.0'
55+
GEM_VERSION = '1.70.0'
5656

5757
end

gems/aws-sdk-amplify/lib/aws-sdk-amplify/client.rb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,17 @@ def initialize(*args)
461461
# Hosting's original SSR support only, set the platform type to
462462
# `WEB_DYNAMIC`.
463463
#
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+
#
464475
# @option params [String] :iam_service_role_arn
465476
# The AWS Identity and Access Management (IAM) service role for an
466477
# Amplify app.
@@ -2446,6 +2457,9 @@ def untag_resource(params = {}, options = {})
24462457
# Hosting's original SSR support only, set the platform type to
24472458
# `WEB_DYNAMIC`.
24482459
#
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+
#
24492463
# @option params [String] :iam_service_role_arn
24502464
# The AWS Identity and Access Management (IAM) service role for an
24512465
# Amplify app.
@@ -2936,7 +2950,7 @@ def build_request(operation_name, params = {})
29362950
tracer: tracer
29372951
)
29382952
context[:gem_name] = 'aws-sdk-amplify'
2939-
context[:gem_version] = '1.69.0'
2953+
context[:gem_version] = '1.70.0'
29402954
Seahorse::Client::Request.new(handlers, context)
29412955
end
29422956

0 commit comments

Comments
 (0)