aws-sdk-gameliftstreams 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gameliftstreams/client.rb +193 -123
- data/lib/aws-sdk-gameliftstreams/types.rb +291 -214
- data/lib/aws-sdk-gameliftstreams.rb +1 -1
- metadata +1 -1
@@ -29,8 +29,14 @@ module Aws::GameLiftStreams
|
|
29
29
|
# @!attribute [rw] identifier
|
30
30
|
# A stream group to add the specified locations to.
|
31
31
|
#
|
32
|
-
# This value is
|
33
|
-
# the stream group resource.
|
32
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
33
|
+
# identifies the stream group resource. Example ARN:
|
34
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
35
|
+
# Example ID: `sg-1AB2C3De4`.
|
36
|
+
#
|
37
|
+
#
|
38
|
+
#
|
39
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
34
40
|
# @return [String]
|
35
41
|
#
|
36
42
|
# @!attribute [rw] location_configurations
|
@@ -48,9 +54,14 @@ module Aws::GameLiftStreams
|
|
48
54
|
end
|
49
55
|
|
50
56
|
# @!attribute [rw] identifier
|
51
|
-
# This value is
|
52
|
-
# identifies the stream group resource.
|
53
|
-
# `sg-1AB2C3De4`.
|
57
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
58
|
+
# identifies the stream group resource. Example ARN:
|
59
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
60
|
+
# Example ID: `sg-1AB2C3De4`.
|
61
|
+
#
|
62
|
+
#
|
63
|
+
#
|
64
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
54
65
|
# @return [String]
|
55
66
|
#
|
56
67
|
# @!attribute [rw] locations
|
@@ -111,14 +122,8 @@ module Aws::GameLiftStreams
|
|
111
122
|
# @return [String]
|
112
123
|
#
|
113
124
|
# @!attribute [rw] id
|
114
|
-
# An
|
115
|
-
#
|
116
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
117
|
-
# or ID-`a-9ZY8X7Wv6`.
|
118
|
-
#
|
119
|
-
#
|
120
|
-
#
|
121
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
125
|
+
# An ID that uniquely identifies the application resource. Example ID:
|
126
|
+
# `a-9ZY8X7Wv6`.
|
122
127
|
# @return [String]
|
123
128
|
#
|
124
129
|
# @!attribute [rw] last_updated_at
|
@@ -187,9 +192,9 @@ module Aws::GameLiftStreams
|
|
187
192
|
# A set of applications to associate with the stream group.
|
188
193
|
#
|
189
194
|
# This value is a set of either [Amazon Resource Names (ARN)][1] or
|
190
|
-
# IDs that uniquely identify application resources.
|
191
|
-
#
|
192
|
-
#
|
195
|
+
# IDs that uniquely identify application resources. Example ARN:
|
196
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
197
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
193
198
|
#
|
194
199
|
#
|
195
200
|
#
|
@@ -199,10 +204,10 @@ module Aws::GameLiftStreams
|
|
199
204
|
# @!attribute [rw] identifier
|
200
205
|
# A stream group to associate to the applications.
|
201
206
|
#
|
202
|
-
# This value is
|
203
|
-
# identifies the stream group resource.
|
204
|
-
#
|
205
|
-
#
|
207
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
208
|
+
# identifies the stream group resource. Example ARN:
|
209
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
210
|
+
# Example ID: `sg-1AB2C3De4`.
|
206
211
|
#
|
207
212
|
#
|
208
213
|
#
|
@@ -221,10 +226,9 @@ module Aws::GameLiftStreams
|
|
221
226
|
# @!attribute [rw] application_arns
|
222
227
|
# A set of applications that are associated to the stream group.
|
223
228
|
#
|
224
|
-
# This value is a set of
|
225
|
-
#
|
226
|
-
#
|
227
|
-
# or ID-`a-9ZY8X7Wv6`.
|
229
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
230
|
+
# uniquely identify application resources. Example ARN:
|
231
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
228
232
|
#
|
229
233
|
#
|
230
234
|
#
|
@@ -234,10 +238,9 @@ module Aws::GameLiftStreams
|
|
234
238
|
# @!attribute [rw] arn
|
235
239
|
# A stream group that is associated to the applications.
|
236
240
|
#
|
237
|
-
# This value is
|
238
|
-
# identifies the stream group resource.
|
239
|
-
#
|
240
|
-
# or ID-`sg-1AB2C3De4`.
|
241
|
+
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
242
|
+
# identifies the stream group resource. Example ARN:
|
243
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
241
244
|
#
|
242
245
|
#
|
243
246
|
#
|
@@ -276,9 +279,14 @@ module Aws::GameLiftStreams
|
|
276
279
|
#
|
277
280
|
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
278
281
|
# Streams access to write the log files. For more information, see
|
279
|
-
#
|
282
|
+
# [Application log bucket permission policy][1] in the *Amazon
|
283
|
+
# GameLift Streams Developer Guide*.
|
280
284
|
#
|
281
285
|
# </note>
|
286
|
+
#
|
287
|
+
#
|
288
|
+
#
|
289
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/applications.html#application-bucket-permission-template
|
282
290
|
# @return [String]
|
283
291
|
#
|
284
292
|
# @!attribute [rw] application_log_paths
|
@@ -410,10 +418,14 @@ module Aws::GameLiftStreams
|
|
410
418
|
# @return [String]
|
411
419
|
#
|
412
420
|
# @!attribute [rw] arn
|
413
|
-
#
|
414
|
-
# resource and uniquely identifies it across all Amazon
|
415
|
-
# Regions. Format is `arn:aws:gameliftstreams:[AWS
|
416
|
-
# account]:application/[resource ID]`.
|
421
|
+
# The [Amazon Resource Name (ARN)][1] that's assigned to an
|
422
|
+
# application resource and uniquely identifies it across all Amazon
|
423
|
+
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
424
|
+
# Region]:[AWS account]:application/[resource ID]`.
|
425
|
+
#
|
426
|
+
#
|
427
|
+
#
|
428
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
417
429
|
# @return [String]
|
418
430
|
#
|
419
431
|
# @!attribute [rw] associated_stream_groups
|
@@ -437,14 +449,8 @@ module Aws::GameLiftStreams
|
|
437
449
|
# @return [String]
|
438
450
|
#
|
439
451
|
# @!attribute [rw] id
|
440
|
-
#
|
441
|
-
#
|
442
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
443
|
-
# or ID-`a-9ZY8X7Wv6`.
|
444
|
-
#
|
445
|
-
#
|
446
|
-
#
|
447
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
452
|
+
# A unique ID value that is assigned to the resource when it's
|
453
|
+
# created. Format example: `a-9ZY8X7Wv6`.
|
448
454
|
# @return [String]
|
449
455
|
#
|
450
456
|
# @!attribute [rw] last_updated_at
|
@@ -545,6 +551,15 @@ module Aws::GameLiftStreams
|
|
545
551
|
# applications that are associated using AssociateApplications. If not
|
546
552
|
# set when creating a stream group, you will need to call
|
547
553
|
# AssociateApplications later, before you can start streaming.
|
554
|
+
#
|
555
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
556
|
+
# identifies the application resource. Example ARN:
|
557
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
558
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
559
|
+
#
|
560
|
+
#
|
561
|
+
#
|
562
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
548
563
|
# @return [String]
|
549
564
|
#
|
550
565
|
# @!attribute [rw] description
|
@@ -670,10 +685,14 @@ module Aws::GameLiftStreams
|
|
670
685
|
end
|
671
686
|
|
672
687
|
# @!attribute [rw] arn
|
673
|
-
#
|
674
|
-
# resource and that uniquely identifies the group across all
|
675
|
-
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
688
|
+
# The [Amazon Resource Name (ARN)][1] that is assigned to the stream
|
689
|
+
# group resource and that uniquely identifies the group across all
|
690
|
+
# Amazon Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
676
691
|
# Region]:[AWS account]:streamgroup/[resource ID]`.
|
692
|
+
#
|
693
|
+
#
|
694
|
+
#
|
695
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
677
696
|
# @return [String]
|
678
697
|
#
|
679
698
|
# @!attribute [rw] associated_applications
|
@@ -681,8 +700,8 @@ module Aws::GameLiftStreams
|
|
681
700
|
# can stream any of these applications by using this stream group.
|
682
701
|
#
|
683
702
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
684
|
-
# uniquely identify application resources.
|
685
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
703
|
+
# uniquely identify application resources. Example ARN:
|
704
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
686
705
|
#
|
687
706
|
#
|
688
707
|
#
|
@@ -885,9 +904,9 @@ module Aws::GameLiftStreams
|
|
885
904
|
#
|
886
905
|
# @!attribute [rw] identifier
|
887
906
|
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
888
|
-
# stream group resource.
|
889
|
-
#
|
890
|
-
#
|
907
|
+
# stream group resource. Example ARN:
|
908
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
909
|
+
# Example ID: `sg-1AB2C3De4`.
|
891
910
|
#
|
892
911
|
# The stream group that you want to run this stream session with. The
|
893
912
|
# stream group must be in `ACTIVE` status and have idle stream
|
@@ -906,9 +925,13 @@ module Aws::GameLiftStreams
|
|
906
925
|
# @return [String]
|
907
926
|
#
|
908
927
|
# @!attribute [rw] stream_session_identifier
|
909
|
-
# [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
910
|
-
# session resource.
|
911
|
-
#
|
928
|
+
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
929
|
+
# stream session resource. Example ARN:
|
930
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
931
|
+
# Example ID: `ABC123def4567`.
|
932
|
+
#
|
933
|
+
# The stream session must be in `PENDING_CLIENT_RECONNECTION` or
|
934
|
+
# `ACTIVE` status.
|
912
935
|
#
|
913
936
|
#
|
914
937
|
#
|
@@ -944,8 +967,8 @@ module Aws::GameLiftStreams
|
|
944
967
|
#
|
945
968
|
# @!attribute [rw] arn
|
946
969
|
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
947
|
-
# application resource.
|
948
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
970
|
+
# application resource. Example ARN:
|
971
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
949
972
|
#
|
950
973
|
#
|
951
974
|
#
|
@@ -953,8 +976,8 @@ module Aws::GameLiftStreams
|
|
953
976
|
# @return [String]
|
954
977
|
#
|
955
978
|
# @!attribute [rw] id
|
956
|
-
# An ID that uniquely identifies the application resource.
|
957
|
-
#
|
979
|
+
# An ID that uniquely identifies the application resource. Example ID:
|
980
|
+
# `a-9ZY8X7Wv6`.
|
958
981
|
# @return [String]
|
959
982
|
#
|
960
983
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DefaultApplication AWS API Documentation
|
@@ -968,9 +991,9 @@ module Aws::GameLiftStreams
|
|
968
991
|
|
969
992
|
# @!attribute [rw] identifier
|
970
993
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
971
|
-
# the application resource.
|
972
|
-
#
|
973
|
-
#
|
994
|
+
# the application resource. Example ARN:
|
995
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
996
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
974
997
|
#
|
975
998
|
#
|
976
999
|
#
|
@@ -986,8 +1009,14 @@ module Aws::GameLiftStreams
|
|
986
1009
|
end
|
987
1010
|
|
988
1011
|
# @!attribute [rw] identifier
|
989
|
-
#
|
990
|
-
#
|
1012
|
+
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1013
|
+
# the stream group resource. Example ARN:
|
1014
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1015
|
+
# Example ID: `sg-1AB2C3De4`.
|
1016
|
+
#
|
1017
|
+
#
|
1018
|
+
#
|
1019
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
991
1020
|
# @return [String]
|
992
1021
|
#
|
993
1022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DeleteStreamGroupInput AWS API Documentation
|
@@ -1003,9 +1032,9 @@ module Aws::GameLiftStreams
|
|
1003
1032
|
# group.
|
1004
1033
|
#
|
1005
1034
|
# This value is a set of either [Amazon Resource Names (ARN)][1] or
|
1006
|
-
# IDs that uniquely identify application resources.
|
1007
|
-
#
|
1008
|
-
#
|
1035
|
+
# IDs that uniquely identify application resources. Example ARN:
|
1036
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1037
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
1009
1038
|
#
|
1010
1039
|
#
|
1011
1040
|
#
|
@@ -1016,9 +1045,9 @@ module Aws::GameLiftStreams
|
|
1016
1045
|
# A stream group to disassociate these applications from.
|
1017
1046
|
#
|
1018
1047
|
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
1019
|
-
# identifies the stream group resource.
|
1020
|
-
#
|
1021
|
-
#
|
1048
|
+
# identifies the stream group resource. Example ARN:
|
1049
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1050
|
+
# Example ID: `sg-1AB2C3De4`.
|
1022
1051
|
#
|
1023
1052
|
#
|
1024
1053
|
#
|
@@ -1037,10 +1066,9 @@ module Aws::GameLiftStreams
|
|
1037
1066
|
# @!attribute [rw] application_arns
|
1038
1067
|
# A set of applications that are disassociated from this stream group.
|
1039
1068
|
#
|
1040
|
-
# This value is a set of
|
1041
|
-
#
|
1042
|
-
#
|
1043
|
-
# or ID-`a-9ZY8X7Wv6`.
|
1069
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1070
|
+
# uniquely identify application resources. Example ARN:
|
1071
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1044
1072
|
#
|
1045
1073
|
#
|
1046
1074
|
#
|
@@ -1048,10 +1076,9 @@ module Aws::GameLiftStreams
|
|
1048
1076
|
# @return [Array<String>]
|
1049
1077
|
#
|
1050
1078
|
# @!attribute [rw] arn
|
1051
|
-
# An [Amazon Resource Name (ARN)][1]
|
1052
|
-
#
|
1053
|
-
#
|
1054
|
-
# or ID-`sg-1AB2C3De4`.
|
1079
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
1080
|
+
# stream group resource. Example ARN:
|
1081
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1055
1082
|
#
|
1056
1083
|
#
|
1057
1084
|
#
|
@@ -1077,13 +1104,13 @@ module Aws::GameLiftStreams
|
|
1077
1104
|
# `.zip` file extension.
|
1078
1105
|
#
|
1079
1106
|
# Example 1: If you provide an S3 URI called
|
1080
|
-
# `s3://
|
1081
|
-
# will save the files at that location.
|
1107
|
+
# `s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip`, then
|
1108
|
+
# Amazon GameLift Streams will save the files at that location.
|
1082
1109
|
#
|
1083
1110
|
# Example 2: If you provide an S3 URI called
|
1084
|
-
# `s3://
|
1085
|
-
# Streams will save the files at
|
1086
|
-
# `s3://
|
1111
|
+
# `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/`,
|
1112
|
+
# then Amazon GameLift Streams will save the files at
|
1113
|
+
# `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip`
|
1087
1114
|
# or another similar name.
|
1088
1115
|
# @return [String]
|
1089
1116
|
#
|
@@ -1111,9 +1138,9 @@ module Aws::GameLiftStreams
|
|
1111
1138
|
|
1112
1139
|
# @!attribute [rw] identifier
|
1113
1140
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1114
|
-
# the stream group resource.
|
1115
|
-
#
|
1116
|
-
#
|
1141
|
+
# the stream group resource. Example ARN:
|
1142
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1143
|
+
# Example ID: `sg-1AB2C3De4`.
|
1117
1144
|
#
|
1118
1145
|
#
|
1119
1146
|
#
|
@@ -1128,19 +1155,21 @@ module Aws::GameLiftStreams
|
|
1128
1155
|
# `.zip` file extension.
|
1129
1156
|
#
|
1130
1157
|
# Example 1: If you provide an S3 URI called
|
1131
|
-
# `s3://
|
1132
|
-
# will save the files at that location.
|
1158
|
+
# `s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip`, then
|
1159
|
+
# Amazon GameLift Streams will save the files at that location.
|
1133
1160
|
#
|
1134
1161
|
# Example 2: If you provide an S3 URI called
|
1135
|
-
# `s3://
|
1136
|
-
# Streams will save the files at
|
1137
|
-
# `s3://
|
1162
|
+
# `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/`,
|
1163
|
+
# then Amazon GameLift Streams will save the files at
|
1164
|
+
# `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip`
|
1138
1165
|
# or another similar name.
|
1139
1166
|
# @return [String]
|
1140
1167
|
#
|
1141
1168
|
# @!attribute [rw] stream_session_identifier
|
1142
1169
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1143
|
-
# the stream session resource.
|
1170
|
+
# the stream session resource. Example ARN:
|
1171
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
1172
|
+
# Example ID: `ABC123def4567`.
|
1144
1173
|
#
|
1145
1174
|
#
|
1146
1175
|
#
|
@@ -1163,9 +1192,9 @@ module Aws::GameLiftStreams
|
|
1163
1192
|
|
1164
1193
|
# @!attribute [rw] identifier
|
1165
1194
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1166
|
-
# the application resource.
|
1167
|
-
#
|
1168
|
-
#
|
1195
|
+
# the application resource. Example ARN:
|
1196
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1197
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
1169
1198
|
#
|
1170
1199
|
#
|
1171
1200
|
#
|
@@ -1204,10 +1233,14 @@ module Aws::GameLiftStreams
|
|
1204
1233
|
# @return [String]
|
1205
1234
|
#
|
1206
1235
|
# @!attribute [rw] arn
|
1207
|
-
#
|
1208
|
-
# resource and uniquely identifies it across all Amazon
|
1209
|
-
# Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1210
|
-
# account]:application/[resource ID]`.
|
1236
|
+
# The [Amazon Resource Name (ARN)][1] that's assigned to an
|
1237
|
+
# application resource and uniquely identifies it across all Amazon
|
1238
|
+
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1239
|
+
# Region]:[AWS account]:application/[resource ID]`.
|
1240
|
+
#
|
1241
|
+
#
|
1242
|
+
#
|
1243
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1211
1244
|
# @return [String]
|
1212
1245
|
#
|
1213
1246
|
# @!attribute [rw] associated_stream_groups
|
@@ -1215,8 +1248,8 @@ module Aws::GameLiftStreams
|
|
1215
1248
|
# can use any of these stream groups to stream your application.
|
1216
1249
|
#
|
1217
1250
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1218
|
-
# uniquely identify stream group resources.
|
1219
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
1251
|
+
# uniquely identify stream group resources. Example ARN:
|
1252
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1220
1253
|
#
|
1221
1254
|
#
|
1222
1255
|
#
|
@@ -1239,14 +1272,8 @@ module Aws::GameLiftStreams
|
|
1239
1272
|
# @return [String]
|
1240
1273
|
#
|
1241
1274
|
# @!attribute [rw] id
|
1242
|
-
#
|
1243
|
-
#
|
1244
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
1245
|
-
# or ID-`a-9ZY8X7Wv6`.
|
1246
|
-
#
|
1247
|
-
#
|
1248
|
-
#
|
1249
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1275
|
+
# A unique ID value that is assigned to the resource when it's
|
1276
|
+
# created. Format example: `a-9ZY8X7Wv6`.
|
1250
1277
|
# @return [String]
|
1251
1278
|
#
|
1252
1279
|
# @!attribute [rw] last_updated_at
|
@@ -1328,8 +1355,14 @@ module Aws::GameLiftStreams
|
|
1328
1355
|
end
|
1329
1356
|
|
1330
1357
|
# @!attribute [rw] identifier
|
1331
|
-
#
|
1332
|
-
#
|
1358
|
+
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1359
|
+
# the stream group resource. Example ARN:
|
1360
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1361
|
+
# Example ID: `sg-1AB2C3De4`.
|
1362
|
+
#
|
1363
|
+
#
|
1364
|
+
#
|
1365
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1333
1366
|
# @return [String]
|
1334
1367
|
#
|
1335
1368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetStreamGroupInput AWS API Documentation
|
@@ -1341,10 +1374,14 @@ module Aws::GameLiftStreams
|
|
1341
1374
|
end
|
1342
1375
|
|
1343
1376
|
# @!attribute [rw] arn
|
1344
|
-
#
|
1345
|
-
# resource and that uniquely identifies the group across all
|
1346
|
-
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1377
|
+
# The [Amazon Resource Name (ARN)][1] that is assigned to the stream
|
1378
|
+
# group resource and that uniquely identifies the group across all
|
1379
|
+
# Amazon Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1347
1380
|
# Region]:[AWS account]:streamgroup/[resource ID]`.
|
1381
|
+
#
|
1382
|
+
#
|
1383
|
+
#
|
1384
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1348
1385
|
# @return [String]
|
1349
1386
|
#
|
1350
1387
|
# @!attribute [rw] associated_applications
|
@@ -1352,8 +1389,8 @@ module Aws::GameLiftStreams
|
|
1352
1389
|
# can stream any of these applications by using this stream group.
|
1353
1390
|
#
|
1354
1391
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1355
|
-
# uniquely identify application resources.
|
1356
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
1392
|
+
# uniquely identify application resources. Example ARN:
|
1393
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1357
1394
|
#
|
1358
1395
|
#
|
1359
1396
|
#
|
@@ -1548,9 +1585,9 @@ module Aws::GameLiftStreams
|
|
1548
1585
|
# The stream group that runs this stream session.
|
1549
1586
|
#
|
1550
1587
|
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
1551
|
-
# identifies the stream group resource.
|
1552
|
-
#
|
1553
|
-
#
|
1588
|
+
# identifies the stream group resource. Example ARN:
|
1589
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1590
|
+
# Example ID: `sg-1AB2C3De4`.
|
1554
1591
|
#
|
1555
1592
|
#
|
1556
1593
|
#
|
@@ -1558,8 +1595,10 @@ module Aws::GameLiftStreams
|
|
1558
1595
|
# @return [String]
|
1559
1596
|
#
|
1560
1597
|
# @!attribute [rw] stream_session_identifier
|
1561
|
-
# An [Amazon Resource Name (ARN)][1] that uniquely identifies
|
1562
|
-
# stream session resource.
|
1598
|
+
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1599
|
+
# the stream session resource. Example ARN:
|
1600
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
1601
|
+
# Example ID: `ABC123def4567`.
|
1563
1602
|
#
|
1564
1603
|
#
|
1565
1604
|
#
|
@@ -1611,8 +1650,8 @@ module Aws::GameLiftStreams
|
|
1611
1650
|
# The application streaming in this session.
|
1612
1651
|
#
|
1613
1652
|
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
1614
|
-
# identifies the application resource.
|
1615
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
1653
|
+
# identifies the application resource. Example ARN:
|
1654
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1616
1655
|
#
|
1617
1656
|
#
|
1618
1657
|
#
|
@@ -1620,11 +1659,16 @@ module Aws::GameLiftStreams
|
|
1620
1659
|
# @return [String]
|
1621
1660
|
#
|
1622
1661
|
# @!attribute [rw] arn
|
1623
|
-
# The Amazon Resource Name (ARN) assigned to
|
1624
|
-
# resource. When combined with the stream group
|
1625
|
-
# uniquely identifies
|
1626
|
-
# Format is `arn:aws:gameliftstreams:[AWS
|
1627
|
-
# account]:streamsession/[resource
|
1662
|
+
# The [Amazon Resource Name (ARN)][1] that's assigned to a stream
|
1663
|
+
# session resource. When combined with the stream group resource ID,
|
1664
|
+
# this value uniquely identifies the stream session across all Amazon
|
1665
|
+
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1666
|
+
# Region]:[AWS account]:streamsession/[stream group resource
|
1667
|
+
# ID]/[stream session resource ID]`.
|
1668
|
+
#
|
1669
|
+
#
|
1670
|
+
#
|
1671
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1628
1672
|
# @return [String]
|
1629
1673
|
#
|
1630
1674
|
# @!attribute [rw] connection_timeout_seconds
|
@@ -1660,8 +1704,9 @@ module Aws::GameLiftStreams
|
|
1660
1704
|
# session.
|
1661
1705
|
#
|
1662
1706
|
# A location's name. For example, `us-east-1`. For a complete list of
|
1663
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions
|
1664
|
-
# and
|
1707
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
1708
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
1709
|
+
# Developer Guide*.
|
1665
1710
|
#
|
1666
1711
|
#
|
1667
1712
|
#
|
@@ -1706,7 +1751,7 @@ module Aws::GameLiftStreams
|
|
1706
1751
|
#
|
1707
1752
|
# @!attribute [rw] stream_group_id
|
1708
1753
|
# The unique identifier for the Amazon GameLift Streams stream group
|
1709
|
-
# that is hosting the stream session.
|
1754
|
+
# that is hosting the stream session. Format example: `sg-1AB2C3De4`.
|
1710
1755
|
# @return [String]
|
1711
1756
|
#
|
1712
1757
|
# @!attribute [rw] user_id
|
@@ -1922,7 +1967,11 @@ module Aws::GameLiftStreams
|
|
1922
1967
|
# @!attribute [rw] identifier
|
1923
1968
|
# The unique identifier of a Amazon GameLift Streams stream group to
|
1924
1969
|
# retrieve the stream session for. You can use either the stream group
|
1925
|
-
# ID or the Amazon Resource Name (ARN).
|
1970
|
+
# ID or the [Amazon Resource Name (ARN)][1].
|
1971
|
+
#
|
1972
|
+
#
|
1973
|
+
#
|
1974
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1926
1975
|
# @return [String]
|
1927
1976
|
#
|
1928
1977
|
# @!attribute [rw] max_results
|
@@ -1977,13 +2026,13 @@ module Aws::GameLiftStreams
|
|
1977
2026
|
end
|
1978
2027
|
|
1979
2028
|
# @!attribute [rw] resource_arn
|
1980
|
-
# The
|
1981
|
-
# for. To get
|
2029
|
+
# The [Amazon Resource Name (ARN)][1] that you want to retrieve tags
|
2030
|
+
# for. To get an Amazon GameLift Streams resource ARN, call a List or
|
1982
2031
|
# Get operation for the resource.
|
1983
2032
|
#
|
1984
2033
|
#
|
1985
2034
|
#
|
1986
|
-
# [1]: https://docs.aws.amazon.com/
|
2035
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1987
2036
|
# @return [String]
|
1988
2037
|
#
|
1989
2038
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListTagsForResourceRequest AWS API Documentation
|
@@ -2028,8 +2077,9 @@ module Aws::GameLiftStreams
|
|
2028
2077
|
#
|
2029
2078
|
# @!attribute [rw] location_name
|
2030
2079
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2031
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2032
|
-
# and
|
2080
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2081
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2082
|
+
# Developer Guide*.
|
2033
2083
|
#
|
2034
2084
|
#
|
2035
2085
|
#
|
@@ -2078,8 +2128,9 @@ module Aws::GameLiftStreams
|
|
2078
2128
|
#
|
2079
2129
|
# @!attribute [rw] location_name
|
2080
2130
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2081
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2082
|
-
# and
|
2131
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2132
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2133
|
+
# Developer Guide*.
|
2083
2134
|
#
|
2084
2135
|
#
|
2085
2136
|
#
|
@@ -2140,8 +2191,14 @@ module Aws::GameLiftStreams
|
|
2140
2191
|
# @!attribute [rw] identifier
|
2141
2192
|
# A stream group to remove the specified locations from.
|
2142
2193
|
#
|
2143
|
-
# This value is
|
2144
|
-
# the stream group resource.
|
2194
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
2195
|
+
# identifies the stream group resource. Example ARN:
|
2196
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
2197
|
+
# Example ID: `sg-1AB2C3De4`.
|
2198
|
+
#
|
2199
|
+
#
|
2200
|
+
#
|
2201
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2145
2202
|
# @return [String]
|
2146
2203
|
#
|
2147
2204
|
# @!attribute [rw] locations
|
@@ -2149,8 +2206,8 @@ module Aws::GameLiftStreams
|
|
2149
2206
|
#
|
2150
2207
|
# A set of location names. For example, `us-east-1`. For a complete
|
2151
2208
|
# list of locations that Amazon GameLift Streams supports, refer to
|
2152
|
-
# [Regions and
|
2153
|
-
# Guide*.
|
2209
|
+
# [Regions, quotas, and limitations][1] in the *Amazon GameLift
|
2210
|
+
# Streams Developer Guide*.
|
2154
2211
|
#
|
2155
2212
|
#
|
2156
2213
|
#
|
@@ -2172,8 +2229,9 @@ module Aws::GameLiftStreams
|
|
2172
2229
|
#
|
2173
2230
|
# @!attribute [rw] location
|
2174
2231
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2175
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2176
|
-
# and
|
2232
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2233
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2234
|
+
# Developer Guide*.
|
2177
2235
|
#
|
2178
2236
|
#
|
2179
2237
|
#
|
@@ -2295,9 +2353,9 @@ module Aws::GameLiftStreams
|
|
2295
2353
|
#
|
2296
2354
|
# @!attribute [rw] application_identifier
|
2297
2355
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2298
|
-
# the application resource.
|
2299
|
-
#
|
2300
|
-
#
|
2356
|
+
# the application resource. Example ARN:
|
2357
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2358
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
2301
2359
|
#
|
2302
2360
|
#
|
2303
2361
|
#
|
@@ -2331,9 +2389,9 @@ module Aws::GameLiftStreams
|
|
2331
2389
|
# The stream group to run this stream session with.
|
2332
2390
|
#
|
2333
2391
|
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
2334
|
-
# identifies the stream group resource.
|
2335
|
-
#
|
2336
|
-
#
|
2392
|
+
# identifies the stream group resource. Example ARN:
|
2393
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
2394
|
+
# Example ID: `sg-1AB2C3De4`.
|
2337
2395
|
#
|
2338
2396
|
#
|
2339
2397
|
#
|
@@ -2349,8 +2407,8 @@ module Aws::GameLiftStreams
|
|
2349
2407
|
#
|
2350
2408
|
# This value is A set of location names. For example, `us-east-1`. For
|
2351
2409
|
# a complete list of locations that Amazon GameLift Streams supports,
|
2352
|
-
# refer to [Regions and
|
2353
|
-
# Developer Guide*.
|
2410
|
+
# refer to [Regions, quotas, and limitations][1] in the *Amazon
|
2411
|
+
# GameLift Streams Developer Guide*.
|
2354
2412
|
#
|
2355
2413
|
#
|
2356
2414
|
#
|
@@ -2370,8 +2428,18 @@ module Aws::GameLiftStreams
|
|
2370
2428
|
#
|
2371
2429
|
# @!attribute [rw] signal_request
|
2372
2430
|
# A WebRTC ICE offer string to use when initializing a WebRTC
|
2373
|
-
# connection.
|
2374
|
-
# as a text value in quotes.
|
2431
|
+
# connection. Typically, the offer is a very long JSON string. Provide
|
2432
|
+
# the string as a text value in quotes.
|
2433
|
+
#
|
2434
|
+
# Amazon GameLift Streams also supports setting the field to
|
2435
|
+
# "NO\_CLIENT\_CONNECTION". This will create a session without
|
2436
|
+
# needing any browser request or Web SDK integration. The session
|
2437
|
+
# starts up as usual and waits for a reconnection from a browser,
|
2438
|
+
# which is accomplished using [CreateStreamSessionConnection][1].
|
2439
|
+
#
|
2440
|
+
#
|
2441
|
+
#
|
2442
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_CreateStreamSessionConnection.html
|
2375
2443
|
# @return [String]
|
2376
2444
|
#
|
2377
2445
|
# @!attribute [rw] user_id
|
@@ -2432,8 +2500,8 @@ module Aws::GameLiftStreams
|
|
2432
2500
|
#
|
2433
2501
|
# @!attribute [rw] application_arn
|
2434
2502
|
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2435
|
-
# application resource.
|
2436
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
2503
|
+
# application resource. Example ARN:
|
2504
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2437
2505
|
#
|
2438
2506
|
#
|
2439
2507
|
#
|
@@ -2441,11 +2509,16 @@ module Aws::GameLiftStreams
|
|
2441
2509
|
# @return [String]
|
2442
2510
|
#
|
2443
2511
|
# @!attribute [rw] arn
|
2444
|
-
# The Amazon Resource Name (ARN) assigned to
|
2445
|
-
# resource. When combined with the stream group
|
2446
|
-
# uniquely identifies
|
2447
|
-
# Format is `arn:aws:gameliftstreams:[AWS
|
2448
|
-
# account]:streamsession/[resource
|
2512
|
+
# The [Amazon Resource Name (ARN)][1] that's assigned to a stream
|
2513
|
+
# session resource. When combined with the stream group resource ID,
|
2514
|
+
# this value uniquely identifies the stream session across all Amazon
|
2515
|
+
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
2516
|
+
# Region]:[AWS account]:streamsession/[stream group resource
|
2517
|
+
# ID]/[stream session resource ID]`.
|
2518
|
+
#
|
2519
|
+
#
|
2520
|
+
#
|
2521
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2449
2522
|
# @return [String]
|
2450
2523
|
#
|
2451
2524
|
# @!attribute [rw] connection_timeout_seconds
|
@@ -2481,8 +2554,9 @@ module Aws::GameLiftStreams
|
|
2481
2554
|
# application from.
|
2482
2555
|
#
|
2483
2556
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2484
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2485
|
-
# and
|
2557
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2558
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2559
|
+
# Developer Guide*.
|
2486
2560
|
#
|
2487
2561
|
#
|
2488
2562
|
#
|
@@ -2527,7 +2601,7 @@ module Aws::GameLiftStreams
|
|
2527
2601
|
#
|
2528
2602
|
# @!attribute [rw] stream_group_id
|
2529
2603
|
# The unique identifier for the Amazon GameLift Streams stream group
|
2530
|
-
# that is hosting the stream session.
|
2604
|
+
# that is hosting the stream session. Format example: `sg-1AB2C3De4`.
|
2531
2605
|
# @return [String]
|
2532
2606
|
#
|
2533
2607
|
# @!attribute [rw] user_id
|
@@ -2576,10 +2650,9 @@ module Aws::GameLiftStreams
|
|
2576
2650
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamGroup.html
|
2577
2651
|
#
|
2578
2652
|
# @!attribute [rw] arn
|
2579
|
-
# An [Amazon Resource Name (ARN)][1]
|
2580
|
-
#
|
2581
|
-
#
|
2582
|
-
# or ID-`sg-1AB2C3De4`.
|
2653
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2654
|
+
# stream group resource. Example ARN:
|
2655
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
2583
2656
|
#
|
2584
2657
|
#
|
2585
2658
|
#
|
@@ -2602,14 +2675,8 @@ module Aws::GameLiftStreams
|
|
2602
2675
|
# @return [String]
|
2603
2676
|
#
|
2604
2677
|
# @!attribute [rw] id
|
2605
|
-
# An
|
2606
|
-
#
|
2607
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
2608
|
-
# or ID-`sg-1AB2C3De4`.
|
2609
|
-
#
|
2610
|
-
#
|
2611
|
-
#
|
2612
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2678
|
+
# An ID that uniquely identifies the stream group resource. Example
|
2679
|
+
# ID: `sg-1AB2C3De4`.
|
2613
2680
|
# @return [String]
|
2614
2681
|
#
|
2615
2682
|
# @!attribute [rw] last_updated_at
|
@@ -2743,10 +2810,9 @@ module Aws::GameLiftStreams
|
|
2743
2810
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
2744
2811
|
#
|
2745
2812
|
# @!attribute [rw] application_arn
|
2746
|
-
# An [Amazon Resource Name (ARN)][1]
|
2747
|
-
#
|
2748
|
-
#
|
2749
|
-
# or ID-`a-9ZY8X7Wv6`.
|
2813
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2814
|
+
# application resource. Example ARN:
|
2815
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2750
2816
|
#
|
2751
2817
|
#
|
2752
2818
|
#
|
@@ -2755,7 +2821,8 @@ module Aws::GameLiftStreams
|
|
2755
2821
|
#
|
2756
2822
|
# @!attribute [rw] arn
|
2757
2823
|
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2758
|
-
# stream session resource.
|
2824
|
+
# stream session resource. Example ARN:
|
2825
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
2759
2826
|
#
|
2760
2827
|
#
|
2761
2828
|
#
|
@@ -2783,8 +2850,9 @@ module Aws::GameLiftStreams
|
|
2783
2850
|
# session.
|
2784
2851
|
#
|
2785
2852
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2786
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2787
|
-
# and
|
2853
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2854
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2855
|
+
# Developer Guide*.
|
2788
2856
|
#
|
2789
2857
|
#
|
2790
2858
|
#
|
@@ -2846,7 +2914,7 @@ module Aws::GameLiftStreams
|
|
2846
2914
|
#
|
2847
2915
|
#
|
2848
2916
|
#
|
2849
|
-
# [1]: https://docs.aws.amazon.com/
|
2917
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2850
2918
|
# @return [String]
|
2851
2919
|
#
|
2852
2920
|
# @!attribute [rw] tags
|
@@ -2869,9 +2937,9 @@ module Aws::GameLiftStreams
|
|
2869
2937
|
|
2870
2938
|
# @!attribute [rw] identifier
|
2871
2939
|
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
2872
|
-
# stream group resource.
|
2873
|
-
#
|
2874
|
-
#
|
2940
|
+
# stream group resource. Example ARN:
|
2941
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
2942
|
+
# Example ID: `sg-1AB2C3De4`.
|
2875
2943
|
#
|
2876
2944
|
# The stream group that runs this stream session.
|
2877
2945
|
#
|
@@ -2881,8 +2949,10 @@ module Aws::GameLiftStreams
|
|
2881
2949
|
# @return [String]
|
2882
2950
|
#
|
2883
2951
|
# @!attribute [rw] stream_session_identifier
|
2884
|
-
# [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2885
|
-
# session resource.
|
2952
|
+
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
2953
|
+
# stream session resource. Example ARN:
|
2954
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
2955
|
+
# Example ID: `ABC123def4567`.
|
2886
2956
|
#
|
2887
2957
|
#
|
2888
2958
|
#
|
@@ -2919,7 +2989,7 @@ module Aws::GameLiftStreams
|
|
2919
2989
|
#
|
2920
2990
|
#
|
2921
2991
|
#
|
2922
|
-
# [1]: https://docs.aws.amazon.com/
|
2992
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2923
2993
|
# @return [String]
|
2924
2994
|
#
|
2925
2995
|
# @!attribute [rw] tag_keys
|
@@ -2947,9 +3017,14 @@ module Aws::GameLiftStreams
|
|
2947
3017
|
#
|
2948
3018
|
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
2949
3019
|
# Streams access to write the log files. For more information, see
|
2950
|
-
#
|
3020
|
+
# [Application log bucket permission policy][1] in the *Amazon
|
3021
|
+
# GameLift Streams Developer Guide*.
|
2951
3022
|
#
|
2952
3023
|
# </note>
|
3024
|
+
#
|
3025
|
+
#
|
3026
|
+
#
|
3027
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/applications.html#application-bucket-permission-template
|
2953
3028
|
# @return [String]
|
2954
3029
|
#
|
2955
3030
|
# @!attribute [rw] application_log_paths
|
@@ -2972,9 +3047,9 @@ module Aws::GameLiftStreams
|
|
2972
3047
|
#
|
2973
3048
|
# @!attribute [rw] identifier
|
2974
3049
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2975
|
-
# the application resource.
|
2976
|
-
#
|
2977
|
-
#
|
3050
|
+
# the application resource. Example ARN:
|
3051
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
3052
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
2978
3053
|
#
|
2979
3054
|
#
|
2980
3055
|
#
|
@@ -3016,10 +3091,14 @@ module Aws::GameLiftStreams
|
|
3016
3091
|
# @return [String]
|
3017
3092
|
#
|
3018
3093
|
# @!attribute [rw] arn
|
3019
|
-
#
|
3020
|
-
# resource and uniquely identifies it across all Amazon
|
3021
|
-
# Regions. Format is `arn:aws:gameliftstreams:[AWS
|
3022
|
-
# account]:application/[resource ID]`.
|
3094
|
+
# The [Amazon Resource Name (ARN)][1] that's assigned to an
|
3095
|
+
# application resource and uniquely identifies it across all Amazon
|
3096
|
+
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
3097
|
+
# Region]:[AWS account]:application/[resource ID]`.
|
3098
|
+
#
|
3099
|
+
#
|
3100
|
+
#
|
3101
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3023
3102
|
# @return [String]
|
3024
3103
|
#
|
3025
3104
|
# @!attribute [rw] associated_stream_groups
|
@@ -3027,8 +3106,8 @@ module Aws::GameLiftStreams
|
|
3027
3106
|
# can use any of these stream groups to stream your application.
|
3028
3107
|
#
|
3029
3108
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3030
|
-
# uniquely identify stream group resources.
|
3031
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
3109
|
+
# uniquely identify stream group resources. Example ARN:
|
3110
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
3032
3111
|
#
|
3033
3112
|
#
|
3034
3113
|
#
|
@@ -3051,14 +3130,8 @@ module Aws::GameLiftStreams
|
|
3051
3130
|
# @return [String]
|
3052
3131
|
#
|
3053
3132
|
# @!attribute [rw] id
|
3054
|
-
#
|
3055
|
-
#
|
3056
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
3057
|
-
# or ID-`a-9ZY8X7Wv6`.
|
3058
|
-
#
|
3059
|
-
#
|
3060
|
-
#
|
3061
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3133
|
+
# A unique ID value that is assigned to the resource when it's
|
3134
|
+
# created. Format example: `a-9ZY8X7Wv6`.
|
3062
3135
|
# @return [String]
|
3063
3136
|
#
|
3064
3137
|
# @!attribute [rw] last_updated_at
|
@@ -3145,9 +3218,9 @@ module Aws::GameLiftStreams
|
|
3145
3218
|
#
|
3146
3219
|
# @!attribute [rw] identifier
|
3147
3220
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
3148
|
-
# the stream group resource.
|
3149
|
-
#
|
3150
|
-
#
|
3221
|
+
# the stream group resource. Example ARN:
|
3222
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
3223
|
+
# Example ID: `sg-1AB2C3De4`.
|
3151
3224
|
#
|
3152
3225
|
#
|
3153
3226
|
#
|
@@ -3170,10 +3243,14 @@ module Aws::GameLiftStreams
|
|
3170
3243
|
end
|
3171
3244
|
|
3172
3245
|
# @!attribute [rw] arn
|
3173
|
-
#
|
3174
|
-
# resource and that uniquely identifies the group across all
|
3175
|
-
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
3246
|
+
# The [Amazon Resource Name (ARN)][1] that is assigned to the stream
|
3247
|
+
# group resource and that uniquely identifies the group across all
|
3248
|
+
# Amazon Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
3176
3249
|
# Region]:[AWS account]:streamgroup/[resource ID]`.
|
3250
|
+
#
|
3251
|
+
#
|
3252
|
+
#
|
3253
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3177
3254
|
# @return [String]
|
3178
3255
|
#
|
3179
3256
|
# @!attribute [rw] associated_applications
|
@@ -3181,8 +3258,8 @@ module Aws::GameLiftStreams
|
|
3181
3258
|
# can stream any of these applications with the stream group.
|
3182
3259
|
#
|
3183
3260
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3184
|
-
# uniquely identify application resources.
|
3185
|
-
# `arn:aws:gameliftstreams:us-west-2:
|
3261
|
+
# uniquely identify application resources. Example ARN:
|
3262
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
3186
3263
|
#
|
3187
3264
|
#
|
3188
3265
|
#
|