Skip to content

Commit 5376c4c

Browse files
Minor updates to improve developer experience.
1 parent ddf05fb commit 5376c4c

File tree

50 files changed

+664
-565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+664
-565
lines changed

generator/ServiceModels/gameliftstreams/gameliftstreams-2018-05-10.api.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"output":{"shape":"CreateStreamGroupOutput"},
8181
"errors":[
8282
{"shape":"AccessDeniedException"},
83+
{"shape":"ResourceNotFoundException"},
8384
{"shape":"ThrottlingException"},
8485
{"shape":"InternalServerException"},
8586
{"shape":"ConflictException"},
@@ -338,6 +339,7 @@
338339
"output":{"shape":"StartStreamSessionOutput"},
339340
"errors":[
340341
{"shape":"AccessDeniedException"},
342+
{"shape":"ResourceNotFoundException"},
341343
{"shape":"ThrottlingException"},
342344
{"shape":"InternalServerException"},
343345
{"shape":"ConflictException"},
@@ -508,7 +510,7 @@
508510
"type":"structure",
509511
"required":["Arn"],
510512
"members":{
511-
"Arn":{"shape":"Arn"},
513+
"Arn":{"shape":"Identifier"},
512514
"CreatedAt":{"shape":"Timestamp"},
513515
"Description":{"shape":"Description"},
514516
"Id":{"shape":"Id"},
@@ -611,7 +613,7 @@
611613
"ApplicationLogOutputUri":{"shape":"ApplicationLogOutputUri"},
612614
"ApplicationLogPaths":{"shape":"FilePaths"},
613615
"ApplicationSourceUri":{"shape":"ApplicationSourceUri"},
614-
"Arn":{"shape":"Arn"},
616+
"Arn":{"shape":"Identifier"},
615617
"AssociatedStreamGroups":{"shape":"ArnList"},
616618
"CreatedAt":{"shape":"Timestamp"},
617619
"Description":{"shape":"Description"},
@@ -646,7 +648,7 @@
646648
"type":"structure",
647649
"required":["Arn"],
648650
"members":{
649-
"Arn":{"shape":"Arn"},
651+
"Arn":{"shape":"Identifier"},
650652
"AssociatedApplications":{"shape":"ArnList"},
651653
"CreatedAt":{"shape":"Timestamp"},
652654
"DefaultApplication":{"shape":"DefaultApplication"},
@@ -853,7 +855,7 @@
853855
"ApplicationLogOutputUri":{"shape":"ApplicationLogOutputUri"},
854856
"ApplicationLogPaths":{"shape":"FilePaths"},
855857
"ApplicationSourceUri":{"shape":"ApplicationSourceUri"},
856-
"Arn":{"shape":"Arn"},
858+
"Arn":{"shape":"Identifier"},
857859
"AssociatedStreamGroups":{"shape":"ArnList"},
858860
"CreatedAt":{"shape":"Timestamp"},
859861
"Description":{"shape":"Description"},
@@ -881,7 +883,7 @@
881883
"type":"structure",
882884
"required":["Arn"],
883885
"members":{
884-
"Arn":{"shape":"Arn"},
886+
"Arn":{"shape":"Identifier"},
885887
"AssociatedApplications":{"shape":"ArnList"},
886888
"CreatedAt":{"shape":"Timestamp"},
887889
"DefaultApplication":{"shape":"DefaultApplication"},
@@ -1365,7 +1367,7 @@
13651367
"type":"structure",
13661368
"required":["Arn"],
13671369
"members":{
1368-
"Arn":{"shape":"Arn"},
1370+
"Arn":{"shape":"Identifier"},
13691371
"CreatedAt":{"shape":"Timestamp"},
13701372
"DefaultApplication":{"shape":"DefaultApplication"},
13711373
"Description":{"shape":"Description"},
@@ -1541,7 +1543,7 @@
15411543
"ApplicationLogOutputUri":{"shape":"ApplicationLogOutputUri"},
15421544
"ApplicationLogPaths":{"shape":"FilePaths"},
15431545
"ApplicationSourceUri":{"shape":"ApplicationSourceUri"},
1544-
"Arn":{"shape":"Arn"},
1546+
"Arn":{"shape":"Identifier"},
15451547
"AssociatedStreamGroups":{"shape":"ArnList"},
15461548
"CreatedAt":{"shape":"Timestamp"},
15471549
"Description":{"shape":"Description"},
@@ -1571,7 +1573,7 @@
15711573
"type":"structure",
15721574
"required":["Arn"],
15731575
"members":{
1574-
"Arn":{"shape":"Arn"},
1576+
"Arn":{"shape":"Identifier"},
15751577
"AssociatedApplications":{"shape":"ArnList"},
15761578
"CreatedAt":{"shape":"Timestamp"},
15771579
"DefaultApplication":{"shape":"DefaultApplication"},

generator/ServiceModels/gameliftstreams/gameliftstreams-2018-05-10.docs.json

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

generator/ServiceModels/gameliftstreams/gameliftstreams-2018-05-10.normal.json

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

sdk/code-analysis/ServiceAnalysis/GameLiftStreams/Generated/PropertyValueRules.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<property>Amazon.GameLiftStreams.Model.CreateApplicationResponse.Arn</property>
6868
<min>1</min>
6969
<max>128</max>
70-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
70+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
7171
</property-value-rule>
7272
<property-value-rule>
7373
<property>Amazon.GameLiftStreams.Model.CreateApplicationResponse.Description</property>
@@ -108,7 +108,7 @@
108108
<property>Amazon.GameLiftStreams.Model.CreateStreamGroupResponse.Arn</property>
109109
<min>1</min>
110110
<max>128</max>
111-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
111+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
112112
</property-value-rule>
113113
<property-value-rule>
114114
<property>Amazon.GameLiftStreams.Model.CreateStreamGroupResponse.Description</property>
@@ -207,7 +207,7 @@
207207
<property>Amazon.GameLiftStreams.Model.GetApplicationResponse.Arn</property>
208208
<min>1</min>
209209
<max>128</max>
210-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
210+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
211211
</property-value-rule>
212212
<property-value-rule>
213213
<property>Amazon.GameLiftStreams.Model.GetApplicationResponse.Description</property>
@@ -236,7 +236,7 @@
236236
<property>Amazon.GameLiftStreams.Model.GetStreamGroupResponse.Arn</property>
237237
<min>1</min>
238238
<max>128</max>
239-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
239+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
240240
</property-value-rule>
241241
<property-value-rule>
242242
<property>Amazon.GameLiftStreams.Model.GetStreamGroupResponse.Description</property>
@@ -501,7 +501,7 @@
501501
<property>Amazon.GameLiftStreams.Model.UpdateApplicationResponse.Arn</property>
502502
<min>1</min>
503503
<max>128</max>
504-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
504+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
505505
</property-value-rule>
506506
<property-value-rule>
507507
<property>Amazon.GameLiftStreams.Model.UpdateApplicationResponse.Description</property>
@@ -536,7 +536,7 @@
536536
<property>Amazon.GameLiftStreams.Model.UpdateStreamGroupResponse.Arn</property>
537537
<min>1</min>
538538
<max>128</max>
539-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
539+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
540540
</property-value-rule>
541541
<property-value-rule>
542542
<property>Amazon.GameLiftStreams.Model.UpdateStreamGroupResponse.Description</property>
@@ -554,7 +554,7 @@
554554
<property>Amazon.GameLiftStreams.Model.ApplicationSummary.Arn</property>
555555
<min>1</min>
556556
<max>128</max>
557-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
557+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
558558
</property-value-rule>
559559
<property-value-rule>
560560
<property>Amazon.GameLiftStreams.Model.ApplicationSummary.Description</property>
@@ -646,7 +646,7 @@
646646
<property>Amazon.GameLiftStreams.Model.StreamGroupSummary.Arn</property>
647647
<min>1</min>
648648
<max>128</max>
649-
<pattern>^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$</pattern>
649+
<pattern>^(^[a-zA-Z0-9-]+$)|(^arn:aws:gameliftstreams:([^: ]*):([0-9]{12}):([^: ]*)$)$</pattern>
650650
</property-value-rule>
651651
<property-value-rule>
652652
<property>Amazon.GameLiftStreams.Model.StreamGroupSummary.Description</property>

sdk/src/Services/GameLiftStreams/Generated/Model/AddStreamGroupLocationsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public partial class AddStreamGroupLocationsRequest : AmazonGameLiftStreamsReque
5757
///
5858
/// <para>
5959
/// This value is a Amazon Resource Name (ARN) that uniquely identifies the stream group
60-
/// resource. Format example: <c>1AB2C3De4</c>.
60+
/// resource. Format example: <c>sg-1AB2C3De4</c>.
6161
/// </para>
6262
/// </summary>
6363
[AWSProperty(Required=true, Min=1, Max=128)]

sdk/src/Services/GameLiftStreams/Generated/Model/AddStreamGroupLocationsResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public partial class AddStreamGroupLocationsResponse : AmazonWebServiceResponse
4141
/// Gets and sets the property Identifier.
4242
/// <para>
4343
/// This value is the Amazon Resource Name (ARN) that uniquely identifies the stream group
44-
/// resource. Format example: <c>1AB2C3De4</c>.
44+
/// resource. Format example: <c>sg-1AB2C3De4</c>.
4545
/// </para>
4646
/// </summary>
4747
[AWSProperty(Required=true, Min=1, Max=128)]

sdk/src/Services/GameLiftStreams/Generated/Model/ApplicationSummary.cs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace Amazon.GameLiftStreams.Model
3131
{
3232
/// <summary>
3333
/// Describes an application resource that represents a collection of content for streaming
34-
/// with Amazon GameLift Streams. To retrieve additional application details, call <a>GetApplication</a>.
34+
/// with Amazon GameLift Streams. To retrieve additional application details, call <a
35+
/// href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetApplication.html">GetApplication</a>.
3536
/// </summary>
3637
public partial class ApplicationSummary
3738
{
@@ -107,8 +108,8 @@ internal bool IsSetDescription()
107108
/// <para>
108109
/// An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
109110
/// Resource Name (ARN)</a> or ID that uniquely identifies the application resource. Format
110-
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6</c>
111-
/// or ID-<c>9ZY8X7Wv6</c>.
111+
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6</c>
112+
/// or ID-<c>a-9ZY8X7Wv6</c>.
112113
/// </para>
113114
/// </summary>
114115
[AWSProperty(Min=1, Max=32)]
@@ -146,8 +147,8 @@ internal bool IsSetLastUpdatedAt()
146147
/// <summary>
147148
/// Gets and sets the property RuntimeEnvironment.
148149
/// <para>
149-
/// A set of configuration settings to run the application on a stream group. This configures
150-
/// the operating system, and can include compatibility layers and other drivers.
150+
/// Configuration settings that identify the operating system for an application resource.
151+
/// This can also include a compatibility layer and other drivers.
151152
/// </para>
152153
///
153154
/// <para>
@@ -159,7 +160,7 @@ internal bool IsSetLastUpdatedAt()
159160
/// </para>
160161
/// <ul> <li>
161162
/// <para>
162-
/// Ubuntu 22.04 LTS(<c>Type=UBUNTU, Version=22_04_LTS</c>)
163+
/// Ubuntu 22.04 LTS (<c>Type=UBUNTU, Version=22_04_LTS</c>)
163164
/// </para>
164165
/// </li> </ul> </li> <li>
165166
/// <para>

sdk/src/Services/GameLiftStreams/Generated/Model/AssociateApplicationsRequest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace Amazon.GameLiftStreams.Model
3434
/// When you associate, or link, an application with a stream group, then Amazon GameLift
3535
/// Streams can launch the application using the stream group's allocated compute resources.
3636
/// The stream group must be in <c>ACTIVE</c> status. You can reverse this action by using
37-
/// <a>DisassociateApplications</a>.
37+
/// <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_DisassociateApplications.html">DisassociateApplications</a>.
3838
/// </summary>
3939
public partial class AssociateApplicationsRequest : AmazonGameLiftStreamsRequest
4040
{
@@ -50,8 +50,8 @@ public partial class AssociateApplicationsRequest : AmazonGameLiftStreamsRequest
5050
/// <para>
5151
/// This value is a set of either <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
5252
/// Resource Names (ARN)</a> or IDs that uniquely identify application resources. Format
53-
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6</c>
54-
/// or ID-<c>9ZY8X7Wv6</c>.
53+
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6</c>
54+
/// or ID-<c>a-9ZY8X7Wv6</c>.
5555
/// </para>
5656
/// </summary>
5757
[AWSProperty(Required=true, Min=1, Max=50)]
@@ -76,8 +76,8 @@ internal bool IsSetApplicationIdentifiers()
7676
/// <para>
7777
/// This value is a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
7878
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource.
79-
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4</c>
80-
/// or ID-<c>1AB2C3De4</c>.
79+
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4</c>
80+
/// or ID-<c>sg-1AB2C3De4</c>.
8181
/// </para>
8282
/// </summary>
8383
[AWSProperty(Required=true, Min=1, Max=128)]

sdk/src/Services/GameLiftStreams/Generated/Model/AssociateApplicationsResponse.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public partial class AssociateApplicationsResponse : AmazonWebServiceResponse
4646
/// <para>
4747
/// This value is a set of either <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
4848
/// Resource Names (ARN)</a> or IDs that uniquely identify application resources. Format
49-
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6</c>
50-
/// or ID-<c>9ZY8X7Wv6</c>.
49+
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6</c>
50+
/// or ID-<c>a-9ZY8X7Wv6</c>.
5151
/// </para>
5252
/// </summary>
5353
public List<string> ApplicationArns
@@ -71,8 +71,8 @@ internal bool IsSetApplicationArns()
7171
/// <para>
7272
/// This value is a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
7373
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource.
74-
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4</c>
75-
/// or ID-<c>1AB2C3De4</c>.
74+
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4</c>
75+
/// or ID-<c>sg-1AB2C3De4</c>.
7676
/// </para>
7777
/// </summary>
7878
[AWSProperty(Min=1, Max=128)]

sdk/src/Services/GameLiftStreams/Generated/Model/CreateApplicationRequest.cs

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ namespace Amazon.GameLiftStreams.Model
5252
/// If the request is successful, Amazon GameLift Streams begins to create an application
5353
/// and sets the status to <c>INITIALIZED</c>. When an application reaches <c>READY</c>
5454
/// status, you can use the application to set up stream groups and start streams. To
55-
/// track application status, call <a>GetApplication</a>.
55+
/// track application status, call <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetApplication.html">GetApplication</a>.
56+
///
5657
/// </para>
5758
/// </summary>
5859
public partial class CreateApplicationRequest : AmazonGameLiftStreamsRequest
@@ -70,8 +71,7 @@ public partial class CreateApplicationRequest : AmazonGameLiftStreamsRequest
7071
/// Gets and sets the property ApplicationLogOutputUri.
7172
/// <para>
7273
/// An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save
73-
/// application logs. Use the following format for the URI: <c>s3://[bucket name]/[prefix]</c>.
74-
/// Required if you specify one or more <c>LogPaths</c>.
74+
/// application logs. Required if you specify one or more <c>ApplicationLogPaths</c>.
7575
/// </para>
7676
/// <note>
7777
/// <para>
@@ -99,9 +99,9 @@ internal bool IsSetApplicationLogOutputUri()
9999
/// <para>
100100
/// Locations of log files that your content generates during a stream session. Enter
101101
/// path values that are relative to the <c>ApplicationSourceUri</c> location. You can
102-
/// specify up to 10 log locations. Amazon GameLift Streams uploads designated log files
103-
/// to the Amazon S3 bucket that you specify in <c>ApplicationLogOutputUri</c> at the
104-
/// end of a stream session. To retrieve stored log files, call <a>GetStreamSession</a>
102+
/// specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to
103+
/// the Amazon S3 bucket that you specify in <c>ApplicationLogOutputUri</c> at the end
104+
/// of a stream session. To retrieve stored log files, call <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html">GetStreamSession</a>
105105
/// and get the <c>LogFileLocationUri</c>.
106106
/// </para>
107107
/// </summary>
@@ -121,9 +121,8 @@ internal bool IsSetApplicationLogPaths()
121121
/// <summary>
122122
/// Gets and sets the property ApplicationSourceUri.
123123
/// <para>
124-
/// The location of the content that you want to stream. Enter the URI of an Amazon S3
125-
/// location (bucket name and prefixes) that contains your content. Use the following
126-
/// format for the URI: <c>s3://[bucket name]/[prefix]</c>. The location can have a multi-level
124+
/// The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket
125+
/// that contains your game or other application. The location can have a multi-level
127126
/// prefix structure, but it must include all the files needed to run the content. Amazon
128127
/// GameLift Streams copies everything under the specified location.
129128
/// </para>
@@ -133,8 +132,8 @@ internal bool IsSetApplicationLogPaths()
133132
/// </para>
134133
/// <note>
135134
/// <para>
136-
/// The S3 bucket and the Amazon GameLift Streams application must be in the same Amazon
137-
/// Web Services Region.
135+
/// The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same
136+
/// Amazon Web Services Region.
138137
/// </para>
139138
/// </note>
140139
/// </summary>
@@ -214,8 +213,8 @@ internal bool IsSetExecutablePath()
214213
/// <summary>
215214
/// Gets and sets the property RuntimeEnvironment.
216215
/// <para>
217-
/// A set of configuration settings to run the application on a stream group. This configures
218-
/// the operating system, and can include compatibility layers and other drivers.
216+
/// Configuration settings that identify the operating system for an application resource.
217+
/// This can also include a compatibility layer and other drivers.
219218
/// </para>
220219
///
221220
/// <para>
@@ -227,7 +226,7 @@ internal bool IsSetExecutablePath()
227226
/// </para>
228227
/// <ul> <li>
229228
/// <para>
230-
/// Ubuntu 22.04 LTS(<c>Type=UBUNTU, Version=22_04_LTS</c>)
229+
/// Ubuntu 22.04 LTS (<c>Type=UBUNTU, Version=22_04_LTS</c>)
231230
/// </para>
232231
/// </li> </ul> </li> <li>
233232
/// <para>
@@ -267,10 +266,10 @@ internal bool IsSetRuntimeEnvironment()
267266
/// key-value pairs. Tagging Amazon Web Services resources is useful for resource management,
268267
/// access management and cost allocation. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">
269268
/// Tagging Amazon Web Services Resources</a> in the <i>Amazon Web Services General Reference</i>.
270-
/// You can use <a>TagResource</a> to add tags, <a>UntagResource</a> to remove tags, and
271-
/// <a>ListTagsForResource</a> to view tags on existing resources. The maximum tag limit
272-
/// might be lower than stated. See the <i>Amazon Web Services General Reference</i> for
273-
/// actual tagging limits.
269+
/// You can use <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_TagResource.html">TagResource</a>
270+
/// to add tags, <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_UntagResource.html">UntagResource</a>
271+
/// to remove tags, and <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ListTagsForResource.html">ListTagsForResource</a>
272+
/// to view tags on existing resources.
274273
/// </para>
275274
/// </summary>
276275
[AWSProperty(Min=1, Max=50)]

0 commit comments

Comments
 (0)