Skip to content

Commit cc33599

Browse files
Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
Updates to all tags descriptions. Updates to all tags descriptions.
1 parent ba258cc commit cc33599

33 files changed

+177
-141
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.404
1+
1.11.405

generated/src/aws-cpp-sdk-amplify/include/aws/amplify/model/App.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ namespace Model
142142
* <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
143143
* type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's
144144
* original SSR support only, set the platform type to
145-
* <code>WEB_DYNAMIC</code>.</p>
145+
* <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with
146+
* Next.js 14 or later, you must use the platform type
147+
* <code>WEB_COMPUTE</code>.</p>
146148
*/
147149
inline const Platform& GetPlatform() const{ return m_platform; }
148150
inline bool PlatformHasBeenSet() const { return m_platformHasBeenSet; }

generated/src/aws-cpp-sdk-amplify/include/aws/amplify/model/CreateAppRequest.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,14 @@ namespace Model
9090
* <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
9191
* type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's
9292
* original SSR support only, set the platform type to
93-
* <code>WEB_DYNAMIC</code>.</p>
93+
* <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with
94+
* Next.js version 14 or later, you must set the platform type to
95+
* <code>WEB_COMPUTE</code> and set the artifacts <code>baseDirectory</code> to
96+
* <code>.next</code> in the application's build settings. For an example of the
97+
* build specification settings, see <a
98+
* href="https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14">Amplify
99+
* build settings for a Next.js 14 SSG application</a> in the <i>Amplify Hosting
100+
* User Guide</i>.</p>
94101
*/
95102
inline const Platform& GetPlatform() const{ return m_platform; }
96103
inline bool PlatformHasBeenSet() const { return m_platformHasBeenSet; }

generated/src/aws-cpp-sdk-amplify/include/aws/amplify/model/UpdateAppRequest.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ namespace Model
9090
* <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform
9191
* type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's
9292
* original SSR support only, set the platform type to
93-
* <code>WEB_DYNAMIC</code>.</p>
93+
* <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with
94+
* Next.js version 14 or later, you must set the platform type to
95+
* <code>WEB_COMPUTE</code>.</p>
9496
*/
9597
inline const Platform& GetPlatform() const{ return m_platform; }
9698
inline bool PlatformHasBeenSet() const { return m_platformHasBeenSet; }

generated/src/aws-cpp-sdk-ivs/include/aws/ivs/IVSClient.h

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ namespace IVS
5151
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both set by you. For
5252
* example, you might set a tag as <code>topic:nature</code> to label a particular
5353
* video category. See <a
54-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
55-
* Amazon Web Services Resources</a> for more information, including restrictions
56-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
57-
* service-specific constraints beyond what is documented there.</p> <p>Tags can
58-
* help you identify and organize your Amazon Web Services resources. For example,
59-
* you can use the same tag for different resources to indicate that they are
60-
* related. You can also use tags to manage access (see <a
54+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
55+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
56+
* Editor</i> for details, including restrictions that apply to tags and "Tag
57+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
58+
* beyond what is documented there.</p> <p>Tags can help you identify and organize
59+
* your Amazon Web Services resources. For example, you can use the same tag for
60+
* different resources to indicate that they are related. You can also use tags to
61+
* manage access (see <a
6162
* href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access
62-
* Tags</a>). </p> <p>The Amazon IVS API has these tag-related endpoints:
63+
* Tags</a>). </p> <p>The Amazon IVS API has these tag-related operations:
6364
* <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The
6465
* following resources support tagging: Channels, Stream Keys, Playback Key Pairs,
6566
* and Recording Configurations.</p> <p>At most 50 tags can be applied to a

generated/src/aws-cpp-sdk-ivs/include/aws/ivs/model/Channel.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,11 @@ namespace Model
159159
/**
160160
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form
161161
* <code>string:string (key:value)</code>. See <a
162-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
163-
* Amazon Web Services Resources</a> for more information, including restrictions
164-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
165-
* service-specific constraints beyond what is documented there.</p>
162+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
163+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
164+
* Editor</i> for details, including restrictions that apply to tags and "Tag
165+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
166+
* beyond what is documented there.</p>
166167
*/
167168
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
168169
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

generated/src/aws-cpp-sdk-ivs/include/aws/ivs/model/ChannelSummary.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ namespace Model
113113
/**
114114
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form
115115
* <code>string:string (key:value)</code>. See <a
116-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
117-
* Amazon Web Services Resources</a> for more information, including restrictions
118-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
119-
* service-specific constraints beyond what is documented there.</p>
116+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
117+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
118+
* Editor</i> for details, including restrictions that apply to tags and "Tag
119+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
120+
* beyond what is documented there.</p>
120121
*/
121122
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
122123
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

generated/src/aws-cpp-sdk-ivs/include/aws/ivs/model/CreateChannelRequest.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ namespace Model
110110
/**
111111
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.
112112
* See <a
113-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
114-
* Amazon Web Services Resources</a> for more information, including restrictions
115-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
116-
* service-specific constraints beyond what is documented there.</p>
113+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
114+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
115+
* Editor</i> for details, including restrictions that apply to tags and "Tag
116+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
117+
* beyond what is documented there.</p>
117118
*/
118119
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
119120
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

generated/src/aws-cpp-sdk-ivs/include/aws/ivs/model/CreatePlaybackRestrictionPolicyRequest.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ namespace Model
9999
/**
100100
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.
101101
* See <a
102-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
103-
* Amazon Web Services Resources</a> for more information, including restrictions
104-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
105-
* service-specific constraints beyond what is documented there.</p>
102+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
103+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
104+
* Editor</i> for details, including restrictions that apply to tags and "Tag
105+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
106+
* beyond what is documented there.</p>
106107
*/
107108
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
108109
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

generated/src/aws-cpp-sdk-ivs/include/aws/ivs/model/CreateRecordingConfigurationRequest.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ namespace Model
6767
/**
6868
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.
6969
* See <a
70-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
71-
* Amazon Web Services Resources</a> for more information, including restrictions
72-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
73-
* service-specific constraints beyond what is documented there.</p>
70+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
71+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
72+
* Editor</i> for details, including restrictions that apply to tags and "Tag
73+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
74+
* beyond what is documented there.</p>
7475
*/
7576
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
7677
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

0 commit comments

Comments
 (0)