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; }

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ namespace Model
5151
/**
5252
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.
5353
* 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>
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>
5859
*/
5960
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
6061
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ namespace Model
6565
/**
6666
* <p>Any tags provided with the request are added to the playback key pair tags.
6767
* See <a
68-
* href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
69-
* Amazon Web Services Resources</a> for more information, including restrictions
70-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
71-
* service-specific constraints beyond what is documented there.</p>
68+
* href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
69+
* practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag
70+
* Editor</i> for details, including restrictions that apply to tags and "Tag
71+
* naming limits and requirements"; Amazon IVS has no service-specific constraints
72+
* beyond what is documented there.</p>
7273
*/
7374
inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
7475
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)