Skip to content

Commit

Permalink
Merge branch 'release-1.35.19'
Browse files Browse the repository at this point in the history
* release-1.35.19:
  Bumping version to 1.35.19
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 13, 2024
2 parents 5eab6f3 + 701f2f5 commit 94dff70
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 30 deletions.
17 changes: 17 additions & 0 deletions .changes/1.35.19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``amplify``",
"description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Updates to all tags descriptions.",
"type": "api-change"
},
{
"category": "``ivschat``",
"description": "Updates to all tags descriptions.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.35.19
=======

* api-change:``amplify``: Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
* api-change:``ivs``: Updates to all tags descriptions.
* api-change:``ivschat``: Updates to all tags descriptions.


1.35.18
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.18'
__version__ = '1.35.19'


class NullHandler(logging.Handler):
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/amplify/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
},
"platform":{
"shape":"Platform",
"documentation":"<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>"
"documentation":"<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>"
},
"createTime":{
"shape":"CreateTime",
Expand Down Expand Up @@ -1224,7 +1224,7 @@
},
"platform":{
"shape":"Platform",
"documentation":"<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>"
"documentation":"<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>"
},
"iamServiceRoleArn":{
"shape":"ServiceRoleArn",
Expand Down Expand Up @@ -3241,7 +3241,7 @@
},
"platform":{
"shape":"Platform",
"documentation":"<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>"
"documentation":"<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>"
},
"iamServiceRoleArn":{
"shape":"ServiceRoleArn",
Expand Down
2 changes: 2 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -15704,6 +15704,7 @@
},
"redshift-serverless" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand Down Expand Up @@ -15758,6 +15759,7 @@
"deprecated" : true,
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down
36 changes: 18 additions & 18 deletions botocore/data/ivs/2020-07-14/service-2.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions botocore/data/ivschat/2020-07-14/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.18'
release = '1.35.19'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 94dff70

Please sign in to comment.