aws-sdk-gamelift 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Aws::GameLift
20
20
  ArnStringModel = Shapes::StringShape.new(name: 'ArnStringModel')
21
21
  AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
22
22
  AwsCredentials = Shapes::StructureShape.new(name: 'AwsCredentials')
23
- Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
+ BooleanModel = Shapes::BooleanShape.new(name: 'BooleanModel')
24
24
  Build = Shapes::StructureShape.new(name: 'Build')
25
25
  BuildId = Shapes::StringShape.new(name: 'BuildId')
26
26
  BuildList = Shapes::ListShape.new(name: 'BuildList')
@@ -179,13 +179,13 @@ module Aws::GameLift
179
179
  ListFleetsOutput = Shapes::StructureShape.new(name: 'ListFleetsOutput')
180
180
  MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
181
181
  MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
182
+ MatchmakerData = Shapes::StringShape.new(name: 'MatchmakerData')
182
183
  MatchmakingAcceptanceTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingAcceptanceTimeoutInteger')
183
184
  MatchmakingConfiguration = Shapes::StructureShape.new(name: 'MatchmakingConfiguration')
184
185
  MatchmakingConfigurationList = Shapes::ListShape.new(name: 'MatchmakingConfigurationList')
185
186
  MatchmakingConfigurationStatus = Shapes::StringShape.new(name: 'MatchmakingConfigurationStatus')
186
187
  MatchmakingIdList = Shapes::ListShape.new(name: 'MatchmakingIdList')
187
188
  MatchmakingIdStringModel = Shapes::StringShape.new(name: 'MatchmakingIdStringModel')
188
- MatchmakingPlayerIdList = Shapes::ListShape.new(name: 'MatchmakingPlayerIdList')
189
189
  MatchmakingRequestTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingRequestTimeoutInteger')
190
190
  MatchmakingRuleSet = Shapes::StructureShape.new(name: 'MatchmakingRuleSet')
191
191
  MatchmakingRuleSetList = Shapes::ListShape.new(name: 'MatchmakingRuleSetList')
@@ -209,7 +209,6 @@ module Aws::GameLift
209
209
  PlayerData = Shapes::StringShape.new(name: 'PlayerData')
210
210
  PlayerDataMap = Shapes::MapShape.new(name: 'PlayerDataMap')
211
211
  PlayerIdList = Shapes::ListShape.new(name: 'PlayerIdList')
212
- PlayerIdStringModel = Shapes::StringShape.new(name: 'PlayerIdStringModel')
213
212
  PlayerLatency = Shapes::StructureShape.new(name: 'PlayerLatency')
214
213
  PlayerLatencyList = Shapes::ListShape.new(name: 'PlayerLatencyList')
215
214
  PlayerLatencyPolicy = Shapes::StructureShape.new(name: 'PlayerLatencyPolicy')
@@ -249,6 +248,8 @@ module Aws::GameLift
249
248
  SnsArnStringModel = Shapes::StringShape.new(name: 'SnsArnStringModel')
250
249
  StartGameSessionPlacementInput = Shapes::StructureShape.new(name: 'StartGameSessionPlacementInput')
251
250
  StartGameSessionPlacementOutput = Shapes::StructureShape.new(name: 'StartGameSessionPlacementOutput')
251
+ StartMatchBackfillInput = Shapes::StructureShape.new(name: 'StartMatchBackfillInput')
252
+ StartMatchBackfillOutput = Shapes::StructureShape.new(name: 'StartMatchBackfillOutput')
252
253
  StartMatchmakingInput = Shapes::StructureShape.new(name: 'StartMatchmakingInput')
253
254
  StartMatchmakingOutput = Shapes::StructureShape.new(name: 'StartMatchmakingOutput')
254
255
  StopGameSessionPlacementInput = Shapes::StructureShape.new(name: 'StopGameSessionPlacementInput')
@@ -290,7 +291,7 @@ module Aws::GameLift
290
291
  WholeNumber = Shapes::IntegerShape.new(name: 'WholeNumber')
291
292
 
292
293
  AcceptMatchInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "TicketId"))
293
- AcceptMatchInput.add_member(:player_ids, Shapes::ShapeRef.new(shape: MatchmakingPlayerIdList, required: true, location_name: "PlayerIds"))
294
+ AcceptMatchInput.add_member(:player_ids, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "PlayerIds"))
294
295
  AcceptMatchInput.add_member(:acceptance_type, Shapes::ShapeRef.new(shape: AcceptanceType, required: true, location_name: "AcceptanceType"))
295
296
  AcceptMatchInput.struct_class = Types::AcceptMatchInput
296
297
 
@@ -395,7 +396,7 @@ module Aws::GameLift
395
396
  CreateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, required: true, location_name: "GameSessionQueueArns"))
396
397
  CreateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, required: true, location_name: "RequestTimeoutSeconds"))
397
398
  CreateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
398
- CreateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "AcceptanceRequired"))
399
+ CreateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, required: true, location_name: "AcceptanceRequired"))
399
400
  CreateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "RuleSetName"))
400
401
  CreateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
401
402
  CreateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
@@ -743,6 +744,7 @@ module Aws::GameLift
743
744
  GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
744
745
  GameSession.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
745
746
  GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
747
+ GameSession.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
746
748
  GameSession.struct_class = Types::GameSession
747
749
 
748
750
  GameSessionConnectionInfo.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
@@ -775,6 +777,7 @@ module Aws::GameLift
775
777
  GameSessionPlacement.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
776
778
  GameSessionPlacement.add_member(:placed_player_sessions, Shapes::ShapeRef.new(shape: PlacedPlayerSessionList, location_name: "PlacedPlayerSessions"))
777
779
  GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
780
+ GameSessionPlacement.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
778
781
  GameSessionPlacement.struct_class = Types::GameSessionPlacement
779
782
 
780
783
  GameSessionQueue.add_member(:name, Shapes::ShapeRef.new(shape: GameSessionQueueName, location_name: "Name"))
@@ -878,7 +881,7 @@ module Aws::GameLift
878
881
  MatchmakingConfiguration.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
879
882
  MatchmakingConfiguration.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
880
883
  MatchmakingConfiguration.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
881
- MatchmakingConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
884
+ MatchmakingConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "AcceptanceRequired"))
882
885
  MatchmakingConfiguration.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
883
886
  MatchmakingConfiguration.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
884
887
  MatchmakingConfiguration.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
@@ -892,8 +895,6 @@ module Aws::GameLift
892
895
 
893
896
  MatchmakingIdList.member = Shapes::ShapeRef.new(shape: MatchmakingIdStringModel)
894
897
 
895
- MatchmakingPlayerIdList.member = Shapes::ShapeRef.new(shape: PlayerIdStringModel)
896
-
897
898
  MatchmakingRuleSet.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
898
899
  MatchmakingRuleSet.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
899
900
  MatchmakingRuleSet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -925,7 +926,7 @@ module Aws::GameLift
925
926
 
926
927
  PlacedPlayerSessionList.member = Shapes::ShapeRef.new(shape: PlacedPlayerSession)
927
928
 
928
- Player.add_member(:player_id, Shapes::ShapeRef.new(shape: PlayerIdStringModel, location_name: "PlayerId"))
929
+ Player.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
929
930
  Player.add_member(:player_attributes, Shapes::ShapeRef.new(shape: PlayerAttributeMap, location_name: "PlayerAttributes"))
930
931
  Player.add_member(:team, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Team"))
931
932
  Player.add_member(:latency_in_ms, Shapes::ShapeRef.new(shape: LatencyMap, location_name: "LatencyInMs"))
@@ -1060,6 +1061,15 @@ module Aws::GameLift
1060
1061
  StartGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
1061
1062
  StartGameSessionPlacementOutput.struct_class = Types::StartGameSessionPlacementOutput
1062
1063
 
1064
+ StartMatchBackfillInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
1065
+ StartMatchBackfillInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "ConfigurationName"))
1066
+ StartMatchBackfillInput.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionArn"))
1067
+ StartMatchBackfillInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
1068
+ StartMatchBackfillInput.struct_class = Types::StartMatchBackfillInput
1069
+
1070
+ StartMatchBackfillOutput.add_member(:matchmaking_ticket, Shapes::ShapeRef.new(shape: MatchmakingTicket, location_name: "MatchmakingTicket"))
1071
+ StartMatchBackfillOutput.struct_class = Types::StartMatchBackfillOutput
1072
+
1063
1073
  StartMatchmakingInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
1064
1074
  StartMatchmakingInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "ConfigurationName"))
1065
1075
  StartMatchmakingInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
@@ -1153,7 +1163,7 @@ module Aws::GameLift
1153
1163
  UpdateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
1154
1164
  UpdateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
1155
1165
  UpdateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
1156
- UpdateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
1166
+ UpdateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "AcceptanceRequired"))
1157
1167
  UpdateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
1158
1168
  UpdateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
1159
1169
  UpdateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
@@ -1175,7 +1185,7 @@ module Aws::GameLift
1175
1185
  ValidateMatchmakingRuleSetInput.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
1176
1186
  ValidateMatchmakingRuleSetInput.struct_class = Types::ValidateMatchmakingRuleSetInput
1177
1187
 
1178
- ValidateMatchmakingRuleSetOutput.add_member(:valid, Shapes::ShapeRef.new(shape: Boolean, location_name: "Valid"))
1188
+ ValidateMatchmakingRuleSetOutput.add_member(:valid, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "Valid"))
1179
1189
  ValidateMatchmakingRuleSetOutput.struct_class = Types::ValidateMatchmakingRuleSetOutput
1180
1190
 
1181
1191
  VpcPeeringAuthorization.add_member(:game_lift_aws_account_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameLiftAwsAccountId"))
@@ -1842,6 +1852,18 @@ module Aws::GameLift
1842
1852
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1843
1853
  end)
1844
1854
 
1855
+ api.add_operation(:start_match_backfill, Seahorse::Model::Operation.new.tap do |o|
1856
+ o.name = "StartMatchBackfill"
1857
+ o.http_method = "POST"
1858
+ o.http_request_uri = "/"
1859
+ o.input = Shapes::ShapeRef.new(shape: StartMatchBackfillInput)
1860
+ o.output = Shapes::ShapeRef.new(shape: StartMatchBackfillOutput)
1861
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1865
+ end)
1866
+
1845
1867
  api.add_operation(:start_matchmaking, Seahorse::Model::Operation.new.tap do |o|
1846
1868
  o.name = "StartMatchmaking"
1847
1869
  o.http_method = "POST"
@@ -15,7 +15,7 @@ module Aws::GameLift
15
15
  #
16
16
  # {
17
17
  # ticket_id: "MatchmakingIdStringModel", # required
18
- # player_ids: ["PlayerIdStringModel"], # required
18
+ # player_ids: ["NonZeroAndMaxString"], # required
19
19
  # acceptance_type: "ACCEPT", # required, accepts ACCEPT, REJECT
20
20
  # }
21
21
  #
@@ -111,7 +111,7 @@ module Aws::GameLift
111
111
  include Aws::Structure
112
112
  end
113
113
 
114
- # Values for use in Player attribute type:value pairs. This object lets
114
+ # Values for use in Player attribute key:value pairs. This object lets
115
115
  # you specify an attribute value using any of the valid data types:
116
116
  # string, number, string array or data map. Each `AttributeValue` object
117
117
  # can use only one of the available properties.
@@ -144,7 +144,7 @@ module Aws::GameLift
144
144
  # @return [Array<String>]
145
145
  #
146
146
  # @!attribute [rw] sdm
147
- # For a map of up to 10 type:value pairs. Maximum length for each
147
+ # For a map of up to 10 data type:value pairs. Maximum length for each
148
148
  # string value is 100 characters.
149
149
  # @return [Hash<String,Float>]
150
150
  #
@@ -343,23 +343,23 @@ module Aws::GameLift
343
343
  # @return [String]
344
344
  #
345
345
  # @!attribute [rw] storage_location
346
- # Amazon S3 location of the game build files to be uploaded. The S3
347
- # bucket must be owned by the same AWS account that you're using to
348
- # manage Amazon GameLift. It also must in the same region that you
349
- # want to create a new build in. Before calling `CreateBuild` with
350
- # this location, you must allow Amazon GameLift to access your Amazon
351
- # S3 bucket (see [Create a Build with Files in Amazon S3][1]).
352
- #
353
- #
354
- #
355
- # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-build-cli-uploading.html#gamelift-build-cli-uploading-create-build
346
+ # Information indicating where your game build files are stored. Use
347
+ # this parameter only when creating a build with files stored in an
348
+ # Amazon S3 bucket that you own. The storage location must specify an
349
+ # Amazon S3 bucket name and key, as well as a role ARN that you set up
350
+ # to allow Amazon GameLift to access your Amazon S3 bucket. The S3
351
+ # bucket must be in the same region that you want to create a new
352
+ # build in.
356
353
  # @return [Types::S3Location]
357
354
  #
358
355
  # @!attribute [rw] operating_system
359
356
  # Operating system that the game server binaries are built to run on.
360
357
  # This value determines the type of fleet resources that you can use
361
358
  # for this build. If your game build contains multiple executables,
362
- # they all must run on the same operating system.
359
+ # they all must run on the same operating system. If an operating
360
+ # system is not specified when creating a build, Amazon GameLift uses
361
+ # the default value (WINDOWS\_2012). This value cannot be changed
362
+ # later.
363
363
  # @return [String]
364
364
  #
365
365
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateBuildInput AWS API Documentation
@@ -380,11 +380,16 @@ module Aws::GameLift
380
380
  # @return [Types::Build]
381
381
  #
382
382
  # @!attribute [rw] upload_credentials
383
- # This element is not currently in use.
383
+ # This element is returned only when the operation is called without a
384
+ # storage location. It contains credentials to use when you are
385
+ # uploading a build file to an Amazon S3 bucket that is owned by
386
+ # Amazon GameLift. Credentials have a limited life span. To refresh
387
+ # these credentials, call RequestUploadCredentials.
384
388
  # @return [Types::AwsCredentials]
385
389
  #
386
390
  # @!attribute [rw] storage_location
387
- # Amazon S3 location specified in the request.
391
+ # Amazon S3 location for your game build file, including bucket name
392
+ # and key.
388
393
  # @return [Types::S3Location]
389
394
  #
390
395
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateBuildOutput AWS API Documentation
@@ -538,10 +543,11 @@ module Aws::GameLift
538
543
  # @return [Types::ResourceCreationLimitPolicy]
539
544
  #
540
545
  # @!attribute [rw] metric_groups
541
- # Names of metric groups to add this fleet to. Use an existing metric
542
- # group name to add this fleet to the group. Or use a new name to
543
- # create a new metric group. A fleet can only be included in one
544
- # metric group at a time.
546
+ # Name of a metric group to add this fleet to. A metric group tracks
547
+ # metrics across all fleets in the group. Use an existing metric group
548
+ # name to add this fleet to the group, or use a new name to create a
549
+ # new metric group. A fleet can only be included in one metric group
550
+ # at a time.
545
551
  # @return [Array<String>]
546
552
  #
547
553
  # @!attribute [rw] peer_vpc_aws_account_id
@@ -635,10 +641,10 @@ module Aws::GameLift
635
641
  # @return [String]
636
642
  #
637
643
  # @!attribute [rw] game_properties
638
- # Set of developer-defined properties for a game session, formatted as
639
- # a set of type:value pairs. These properties are included in the
640
- # GameSession object, which is passed to the game server with a
641
- # request to start a new game session (see [Start a Game Session][1]).
644
+ # Set of custom properties for a game session, formatted as key:value
645
+ # pairs. These properties are passed to a game server process in the
646
+ # GameSession object with a request to start a new game session (see
647
+ # [Start a Game Session][1]).
642
648
  #
643
649
  #
644
650
  #
@@ -674,10 +680,10 @@ module Aws::GameLift
674
680
  # @return [String]
675
681
  #
676
682
  # @!attribute [rw] game_session_data
677
- # Set of developer-defined game session properties, formatted as a
678
- # single string value. This data is included in the GameSession
679
- # object, which is passed to the game server with a request to start a
680
- # new game session (see [Start a Game Session][1]).
683
+ # Set of custom game session properties, formatted as a single string
684
+ # value. This data is passed to a game server process in the
685
+ # GameSession object with a request to start a new game session (see
686
+ # [Start a Game Session][1]).
681
687
  #
682
688
  #
683
689
  #
@@ -878,12 +884,11 @@ module Aws::GameLift
878
884
  # @return [String]
879
885
  #
880
886
  # @!attribute [rw] game_properties
881
- # Set of developer-defined properties for a game session, formatted as
882
- # a set of type:value pairs. These properties are included in the
883
- # GameSession object, which is passed to the game server with a
884
- # request to start a new game session (see [Start a Game Session][1]).
885
- # This information is added to the new GameSession object that is
886
- # created for a successful match.
887
+ # Set of custom properties for a game session, formatted as key:value
888
+ # pairs. These properties are passed to a game server process in the
889
+ # GameSession object with a request to start a new game session (see
890
+ # [Start a Game Session][1]). This information is added to the new
891
+ # GameSession object that is created for a successful match.
887
892
  #
888
893
  #
889
894
  #
@@ -891,12 +896,11 @@ module Aws::GameLift
891
896
  # @return [Array<Types::GameProperty>]
892
897
  #
893
898
  # @!attribute [rw] game_session_data
894
- # Set of developer-defined game session properties, formatted as a
895
- # single string value. This data is included in the GameSession
896
- # object, which is passed to the game server with a request to start a
897
- # new game session (see [Start a Game Session][1]). This information
898
- # is added to the new GameSession object that is created for a
899
- # successful match.
899
+ # Set of custom game session properties, formatted as a single string
900
+ # value. This data is passed to a game server process in the
901
+ # GameSession object with a request to start a new game session (see
902
+ # [Start a Game Session][1]). This information is added to the new
903
+ # GameSession object that is created for a successful match.
900
904
  #
901
905
  #
902
906
  #
@@ -2163,8 +2167,8 @@ module Aws::GameLift
2163
2167
  # }
2164
2168
  #
2165
2169
  # @!attribute [rw] ticket_ids
2166
- # Unique identifier for a matchmaking ticket. To request all existing
2167
- # tickets, leave this parameter empty.
2170
+ # Unique identifier for a matchmaking ticket. You can include up to 10
2171
+ # ID values.
2168
2172
  # @return [Array<String>]
2169
2173
  #
2170
2174
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DescribeMatchmakingInput AWS API Documentation
@@ -3267,10 +3271,11 @@ module Aws::GameLift
3267
3271
  # @return [String]
3268
3272
  #
3269
3273
  # @!attribute [rw] game_properties
3270
- # Set of developer-defined properties for a game session, formatted as
3271
- # a set of type:value pairs. These properties are included in the
3272
- # GameSession object, which is passed to the game server with a
3273
- # request to start a new game session (see [Start a Game Session][1]).
3274
+ # Set of custom properties for a game session, formatted as key:value
3275
+ # pairs. These properties are passed to a game server process in the
3276
+ # GameSession object with a request to start a new game session (see
3277
+ # [Start a Game Session][1]). You can search for active game sessions
3278
+ # based on this custom data with SearchGameSessions.
3274
3279
  #
3275
3280
  #
3276
3281
  #
@@ -3298,16 +3303,31 @@ module Aws::GameLift
3298
3303
  # @return [String]
3299
3304
  #
3300
3305
  # @!attribute [rw] game_session_data
3301
- # Set of developer-defined game session properties, formatted as a
3302
- # single string value. This data is included in the GameSession
3303
- # object, which is passed to the game server with a request to start a
3304
- # new game session (see [Start a Game Session][1]).
3306
+ # Set of custom game session properties, formatted as a single string
3307
+ # value. This data is passed to a game server process in the
3308
+ # GameSession object with a request to start a new game session (see
3309
+ # [Start a Game Session][1]).
3305
3310
  #
3306
3311
  #
3307
3312
  #
3308
3313
  # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-api.html#gamelift-sdk-server-startsession
3309
3314
  # @return [String]
3310
3315
  #
3316
+ # @!attribute [rw] matchmaker_data
3317
+ # Information about the matchmaking process that was used to create
3318
+ # the game session. It is in JSON syntax, formated as a string. In
3319
+ # addition the matchmaking configuration used, it contains data on all
3320
+ # players assigned to the match, including player attributes and team
3321
+ # assignments. For more details on matchmaker data, see [Match
3322
+ # Data][1]. Matchmaker data is useful when requesting match backfills,
3323
+ # and is updated whenever new players are added during a successful
3324
+ # backfill (see StartMatchBackfill).
3325
+ #
3326
+ #
3327
+ #
3328
+ # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/match-server.html#match-server-data
3329
+ # @return [String]
3330
+ #
3311
3331
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/GameSession AWS API Documentation
3312
3332
  #
3313
3333
  class GameSession < Struct.new(
@@ -3324,7 +3344,8 @@ module Aws::GameLift
3324
3344
  :port,
3325
3345
  :player_session_creation_policy,
3326
3346
  :creator_id,
3327
- :game_session_data)
3347
+ :game_session_data,
3348
+ :matchmaker_data)
3328
3349
  include Aws::Structure
3329
3350
  end
3330
3351
 
@@ -3435,10 +3456,10 @@ module Aws::GameLift
3435
3456
  # @return [String]
3436
3457
  #
3437
3458
  # @!attribute [rw] game_properties
3438
- # Set of developer-defined properties for a game session, formatted as
3439
- # a set of type:value pairs. These properties are included in the
3440
- # GameSession object, which is passed to the game server with a
3441
- # request to start a new game session (see [Start a Game Session][1]).
3459
+ # Set of custom properties for a game session, formatted as key:value
3460
+ # pairs. These properties are passed to a game server process in the
3461
+ # GameSession object with a request to start a new game session (see
3462
+ # [Start a Game Session][1]).
3442
3463
  #
3443
3464
  #
3444
3465
  #
@@ -3515,16 +3536,29 @@ module Aws::GameLift
3515
3536
  # @return [Array<Types::PlacedPlayerSession>]
3516
3537
  #
3517
3538
  # @!attribute [rw] game_session_data
3518
- # Set of developer-defined game session properties, formatted as a
3519
- # single string value. This data is included in the GameSession
3520
- # object, which is passed to the game server with a request to start a
3521
- # new game session (see [Start a Game Session][1]).
3539
+ # Set of custom game session properties, formatted as a single string
3540
+ # value. This data is passed to a game server process in the
3541
+ # GameSession object with a request to start a new game session (see
3542
+ # [Start a Game Session][1]).
3522
3543
  #
3523
3544
  #
3524
3545
  #
3525
3546
  # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-api.html#gamelift-sdk-server-startsession
3526
3547
  # @return [String]
3527
3548
  #
3549
+ # @!attribute [rw] matchmaker_data
3550
+ # Information on the matchmaking process for this game. Data is in
3551
+ # JSON syntax, formated as a string. It identifies the matchmaking
3552
+ # configuration used to create the match, and contains data on all
3553
+ # players assigned to the match, including player attributes and team
3554
+ # assignments. For more details on matchmaker data, see
3555
+ # [http://docs.aws.amazon.com/gamelift/latest/developerguide/match-server.html#match-server-data][1].
3556
+ #
3557
+ #
3558
+ #
3559
+ # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/match-server.html#match-server-data
3560
+ # @return [String]
3561
+ #
3528
3562
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/GameSessionPlacement AWS API Documentation
3529
3563
  #
3530
3564
  class GameSessionPlacement < Struct.new(
@@ -3543,7 +3577,8 @@ module Aws::GameLift
3543
3577
  :ip_address,
3544
3578
  :port,
3545
3579
  :placed_player_sessions,
3546
- :game_session_data)
3580
+ :game_session_data,
3581
+ :matchmaker_data)
3547
3582
  include Aws::Structure
3548
3583
  end
3549
3584
 
@@ -4206,12 +4241,11 @@ module Aws::GameLift
4206
4241
  # @return [Time]
4207
4242
  #
4208
4243
  # @!attribute [rw] game_properties
4209
- # Set of developer-defined properties for a game session, formatted as
4210
- # a set of type:value pairs. These properties are included in the
4211
- # GameSession object, which is passed to the game server with a
4212
- # request to start a new game session (see [Start a Game Session][1]).
4213
- # This information is added to the new GameSession object that is
4214
- # created for a successful match.
4244
+ # Set of custom properties for a game session, formatted as key:value
4245
+ # pairs. These properties are passed to a game server process in the
4246
+ # GameSession object with a request to start a new game session (see
4247
+ # [Start a Game Session][1]). This information is added to the new
4248
+ # GameSession object that is created for a successful match.
4215
4249
  #
4216
4250
  #
4217
4251
  #
@@ -4219,12 +4253,11 @@ module Aws::GameLift
4219
4253
  # @return [Array<Types::GameProperty>]
4220
4254
  #
4221
4255
  # @!attribute [rw] game_session_data
4222
- # Set of developer-defined game session properties, formatted as a
4223
- # single string value. This data is included in the GameSession
4224
- # object, which is passed to the game server with a request to start a
4225
- # new game session (see [Start a Game Session][1]). This information
4226
- # is added to the new GameSession object that is created for a
4227
- # successful match.
4256
+ # Set of custom game session properties, formatted as a single string
4257
+ # value. This data is passed to a game server process in the
4258
+ # GameSession object with a request to start a new game session (see
4259
+ # [Start a Game Session][1]). This information is added to the new
4260
+ # GameSession object that is created for a successful match.
4228
4261
  #
4229
4262
  #
4230
4263
  #
@@ -4258,7 +4291,7 @@ module Aws::GameLift
4258
4291
  #
4259
4292
  # A rule set may define the following elements for a match. For detailed
4260
4293
  # information and examples showing how to construct a rule set, see
4261
- # [Create Matchmaking Rules for Your Game][1].
4294
+ # [Build a FlexMatch Rule Set][1].
4262
4295
  #
4263
4296
  # * Teams -- Required. A rule set must define one or multiple teams for
4264
4297
  # the match and set minimum and maximum team sizes. For example, a
@@ -4273,13 +4306,15 @@ module Aws::GameLift
4273
4306
  #
4274
4307
  # * Rules -- Optional. Rules define how to evaluate potential players
4275
4308
  # for a match based on player attributes. A rule might specify minimum
4276
- # requirements for individual players--such as each player must meet a
4277
- # certain skill level, or may describe an entire group--such as all
4278
- # teams must be evenly matched or have at least one player in a
4279
- # certain role.
4309
+ # requirements for individual players, teams, or entire matches. For
4310
+ # example, a rule might require each player to meet a certain skill
4311
+ # level, each team to have at least one player in a certain role, or
4312
+ # the match to have a minimum average skill level. or may describe an
4313
+ # entire group--such as all teams must be evenly matched or have at
4314
+ # least one player in a certain role.
4280
4315
  #
4281
4316
  # * Expansions -- Optional. Expansions allow you to relax the rules
4282
- # after a period of time if no acceptable matches are found. This
4317
+ # after a period of time when no acceptable matches are found. This
4283
4318
  # feature lets you balance getting players into games in a reasonable
4284
4319
  # amount of time instead of making them wait indefinitely for the best
4285
4320
  # possible match. For example, you might use an expansion to increase
@@ -4287,7 +4322,7 @@ module Aws::GameLift
4287
4322
  #
4288
4323
  #
4289
4324
  #
4290
- # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/match-rules.html
4325
+ # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/match-rulesets.html
4291
4326
  #
4292
4327
  # @!attribute [rw] rule_set_name
4293
4328
  # Unique identifier for a matchmaking rule set
@@ -4353,15 +4388,19 @@ module Aws::GameLift
4353
4388
  #
4354
4389
  # * **FAILED** -- The matchmaking request was not completed. Tickets
4355
4390
  # with players who fail to accept a proposed match are placed in
4356
- # `FAILED` status; new matchmaking requests can be submitted for
4357
- # these players.
4391
+ # `FAILED` status.
4358
4392
  #
4359
4393
  # * **CANCELLED** -- The matchmaking request was canceled with a call
4360
4394
  # to StopMatchmaking.
4361
4395
  #
4362
- # * **TIMED\_OUT** -- The matchmaking request was not completed within
4363
- # the duration specified in the matchmaking configuration.
4364
- # Matchmaking requests that time out can be resubmitted.
4396
+ # * **TIMED\_OUT** -- The matchmaking request was not successful
4397
+ # within the duration specified in the matchmaking configuration.
4398
+ #
4399
+ # <note markdown="1"> Matchmaking requests that fail to successfully complete (statuses
4400
+ # FAILED, CANCELLED, TIMED\_OUT) can be resubmitted as new requests
4401
+ # with new ticket IDs.
4402
+ #
4403
+ # </note>
4365
4404
  # @return [String]
4366
4405
  #
4367
4406
  # @!attribute [rw] status_reason
@@ -4470,7 +4509,7 @@ module Aws::GameLift
4470
4509
  # data as a hash:
4471
4510
  #
4472
4511
  # {
4473
- # player_id: "PlayerIdStringModel",
4512
+ # player_id: "NonZeroAndMaxString",
4474
4513
  # player_attributes: {
4475
4514
  # "NonZeroAndMaxString" => "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
4476
4515
  # },
@@ -4485,9 +4524,9 @@ module Aws::GameLift
4485
4524
  # @return [String]
4486
4525
  #
4487
4526
  # @!attribute [rw] player_attributes
4488
- # Collection of name:value pairs containing player information for use
4489
- # in matchmaking. Player attribute names need to match
4490
- # *playerAttributes* names in the rule set being used. Example:
4527
+ # Collection of key:value pairs containing player information for use
4528
+ # in matchmaking. Player attribute keys must match the
4529
+ # *playerAttributes* used in a matchmaking rule set. Example:
4491
4530
  # `"PlayerAttributes": \{"skill": \{"N": "23"\}, "gameMode": \{"S":
4492
4531
  # "deathmatch"\}\}`.
4493
4532
  # @return [Hash<String,Types::AttributeValue>]
@@ -5371,20 +5410,21 @@ module Aws::GameLift
5371
5410
  # condition consists of the following:
5372
5411
  #
5373
5412
  # * **Operand** -- Name of a game session attribute. Valid values are
5374
- # `gameSessionName`, `gameSessionId`, `creationTimeMillis`,
5375
- # `playerSessionCount`, `maximumSessions`,
5413
+ # `gameSessionName`, `gameSessionId`, `gameSessionProperties`,
5414
+ # `maximumSessions`, `creationTimeMillis`, `playerSessionCount`,
5376
5415
  # `hasAvailablePlayerSessions`.
5377
5416
  #
5378
5417
  # * **Comparator** -- Valid comparators are: `=`, `<>`, `<`, `>`,
5379
5418
  # `<=`, `>=`.
5380
5419
  #
5381
- # * **Value** -- Value to be searched for. Values can be numbers,
5382
- # boolean values (true/false) or strings. String values are case
5383
- # sensitive, enclosed in single quotes. Special characters must be
5384
- # escaped. Boolean and string values can only be used with the
5385
- # comparators `=` and `<>`. For example, the following filter
5386
- # expression searches on `gameSessionName`\: "`FilterExpression":
5387
- # "gameSessionName = 'Matt\'s Awesome Game 1'"`.
5420
+ # * **Value** -- Value to be searched for. Values may be numbers,
5421
+ # boolean values (true/false) or strings depending on the operand.
5422
+ # String values are case sensitive and must be enclosed in single
5423
+ # quotes. Special characters must be escaped. Boolean and string
5424
+ # values can only be used with the comparators `=` and `<>`. For
5425
+ # example, the following filter expression searches on
5426
+ # `gameSessionName`\: "`FilterExpression": "gameSessionName =
5427
+ # 'Matt\'s Awesome Game 1'"`.
5388
5428
  #
5389
5429
  # To chain multiple conditions in a single expression, use the logical
5390
5430
  # keywords `AND`, `OR`, and `NOT` and parentheses as needed. For
@@ -5414,8 +5454,8 @@ module Aws::GameLift
5414
5454
  # A sort expression consists of the following elements:
5415
5455
  #
5416
5456
  # * **Operand** -- Name of a game session attribute. Valid values are
5417
- # `gameSessionName`, `gameSessionId`, `creationTimeMillis`,
5418
- # `playerSessionCount`, `maximumSessions`,
5457
+ # `gameSessionName`, `gameSessionId`, `gameSessionProperties`,
5458
+ # `maximumSessions`, `creationTimeMillis`, `playerSessionCount`,
5419
5459
  # `hasAvailablePlayerSessions`.
5420
5460
  #
5421
5461
  # * **Order** -- Valid sort orders are `ASC` (ascending) and `DESC`
@@ -5563,10 +5603,10 @@ module Aws::GameLift
5563
5603
  # @return [String]
5564
5604
  #
5565
5605
  # @!attribute [rw] game_properties
5566
- # Set of developer-defined properties for a game session, formatted as
5567
- # a set of type:value pairs. These properties are included in the
5568
- # GameSession object, which is passed to the game server with a
5569
- # request to start a new game session (see [Start a Game Session][1]).
5606
+ # Set of custom properties for a game session, formatted as key:value
5607
+ # pairs. These properties are passed to a game server process in the
5608
+ # GameSession object with a request to start a new game session (see
5609
+ # [Start a Game Session][1]).
5570
5610
  #
5571
5611
  #
5572
5612
  #
@@ -5595,10 +5635,10 @@ module Aws::GameLift
5595
5635
  # @return [Array<Types::DesiredPlayerSession>]
5596
5636
  #
5597
5637
  # @!attribute [rw] game_session_data
5598
- # Set of developer-defined game session properties, formatted as a
5599
- # single string value. This data is included in the GameSession
5600
- # object, which is passed to the game server with a request to start a
5601
- # new game session (see [Start a Game Session][1]).
5638
+ # Set of custom game session properties, formatted as a single string
5639
+ # value. This data is passed to a game server process in the
5640
+ # GameSession object with a request to start a new game session (see
5641
+ # [Start a Game Session][1]).
5602
5642
  #
5603
5643
  #
5604
5644
  #
@@ -5634,6 +5674,102 @@ module Aws::GameLift
5634
5674
  include Aws::Structure
5635
5675
  end
5636
5676
 
5677
+ # Represents the input for a request action.
5678
+ #
5679
+ # @note When making an API call, you may pass StartMatchBackfillInput
5680
+ # data as a hash:
5681
+ #
5682
+ # {
5683
+ # ticket_id: "MatchmakingIdStringModel",
5684
+ # configuration_name: "MatchmakingIdStringModel", # required
5685
+ # game_session_arn: "ArnStringModel", # required
5686
+ # players: [ # required
5687
+ # {
5688
+ # player_id: "NonZeroAndMaxString",
5689
+ # player_attributes: {
5690
+ # "NonZeroAndMaxString" => "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
5691
+ # },
5692
+ # team: "NonZeroAndMaxString",
5693
+ # latency_in_ms: {
5694
+ # "NonEmptyString" => 1,
5695
+ # },
5696
+ # },
5697
+ # ],
5698
+ # }
5699
+ #
5700
+ # @!attribute [rw] ticket_id
5701
+ # Unique identifier for a matchmaking ticket. If no ticket ID is
5702
+ # specified here, Amazon GameLift will generate one in the form of a
5703
+ # UUID. Use this identifier to track the match backfill ticket status
5704
+ # and retrieve match results.
5705
+ # @return [String]
5706
+ #
5707
+ # @!attribute [rw] configuration_name
5708
+ # Name of the matchmaker to use for this request. The name of the
5709
+ # matchmaker that was used with the original game session is listed in
5710
+ # the GameSession object, `MatchmakerData` property. This property
5711
+ # contains a matchmaking configuration ARN value, which includes the
5712
+ # matchmaker name. (In the ARN value
5713
+ # "arn:aws:gamelift:us-west-2:111122223333:matchmakingconfiguration/MM-4v4",
5714
+ # the matchmaking configuration name is "MM-4v4".) Use only the name
5715
+ # for this parameter.
5716
+ # @return [String]
5717
+ #
5718
+ # @!attribute [rw] game_session_arn
5719
+ # Amazon Resource Name ([ARN][1]) that is assigned to a game session
5720
+ # and uniquely identifies it.
5721
+ #
5722
+ #
5723
+ #
5724
+ # [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html
5725
+ # @return [String]
5726
+ #
5727
+ # @!attribute [rw] players
5728
+ # Match information on all players that are currently assigned to the
5729
+ # game session. This information is used by the matchmaker to find new
5730
+ # players and add them to the existing game.
5731
+ #
5732
+ # * PlayerID, PlayerAttributes, Team -- This information is maintained
5733
+ # in the GameSession object, `MatchmakerData` property, for all
5734
+ # players who are currently assigned to the game session. The
5735
+ # matchmaker data is in JSON syntax, formatted as a string. For more
5736
+ # details, see [ Match Data][1].
5737
+ #
5738
+ # * LatencyInMs -- If the matchmaker uses player latency, include a
5739
+ # latency value, in milliseconds, for the region that the game
5740
+ # session is currently in. Do not include latency values for any
5741
+ # other region.
5742
+ #
5743
+ #
5744
+ #
5745
+ # [1]: http://docs.aws.amazon.com/gamelift/latest/developerguide/match-server.html#match-server-data
5746
+ # @return [Array<Types::Player>]
5747
+ #
5748
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/StartMatchBackfillInput AWS API Documentation
5749
+ #
5750
+ class StartMatchBackfillInput < Struct.new(
5751
+ :ticket_id,
5752
+ :configuration_name,
5753
+ :game_session_arn,
5754
+ :players)
5755
+ include Aws::Structure
5756
+ end
5757
+
5758
+ # Represents the returned data in response to a request action.
5759
+ #
5760
+ # @!attribute [rw] matchmaking_ticket
5761
+ # Ticket representing the backfill matchmaking request. This object
5762
+ # includes the information in the request, ticket status, and match
5763
+ # results as generated during the matchmaking process.
5764
+ # @return [Types::MatchmakingTicket]
5765
+ #
5766
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/StartMatchBackfillOutput AWS API Documentation
5767
+ #
5768
+ class StartMatchBackfillOutput < Struct.new(
5769
+ :matchmaking_ticket)
5770
+ include Aws::Structure
5771
+ end
5772
+
5637
5773
  # Represents the input for a request action.
5638
5774
  #
5639
5775
  # @note When making an API call, you may pass StartMatchmakingInput
@@ -5644,7 +5780,7 @@ module Aws::GameLift
5644
5780
  # configuration_name: "MatchmakingIdStringModel", # required
5645
5781
  # players: [ # required
5646
5782
  # {
5647
- # player_id: "PlayerIdStringModel",
5783
+ # player_id: "NonZeroAndMaxString",
5648
5784
  # player_attributes: {
5649
5785
  # "NonZeroAndMaxString" => "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
5650
5786
  # },
@@ -5657,8 +5793,10 @@ module Aws::GameLift
5657
5793
  # }
5658
5794
  #
5659
5795
  # @!attribute [rw] ticket_id
5660
- # Unique identifier for a matchmaking ticket. Use this identifier to
5661
- # track the matchmaking ticket status and retrieve match results.
5796
+ # Unique identifier for a matchmaking ticket. If no ticket ID is
5797
+ # specified here, Amazon GameLift will generate one in the form of a
5798
+ # UUID. Use this identifier to track the matchmaking ticket status and
5799
+ # retrieve match results.
5662
5800
  # @return [String]
5663
5801
  #
5664
5802
  # @!attribute [rw] configuration_name
@@ -6289,12 +6427,11 @@ module Aws::GameLift
6289
6427
  # @return [String]
6290
6428
  #
6291
6429
  # @!attribute [rw] game_properties
6292
- # Set of developer-defined properties for a game session, formatted as
6293
- # a set of type:value pairs. These properties are included in the
6294
- # GameSession object, which is passed to the game server with a
6295
- # request to start a new game session (see [Start a Game Session][1]).
6296
- # This information is added to the new GameSession object that is
6297
- # created for a successful match.
6430
+ # Set of custom properties for a game session, formatted as key:value
6431
+ # pairs. These properties are passed to a game server process in the
6432
+ # GameSession object with a request to start a new game session (see
6433
+ # [Start a Game Session][1]). This information is added to the new
6434
+ # GameSession object that is created for a successful match.
6298
6435
  #
6299
6436
  #
6300
6437
  #
@@ -6302,12 +6439,11 @@ module Aws::GameLift
6302
6439
  # @return [Array<Types::GameProperty>]
6303
6440
  #
6304
6441
  # @!attribute [rw] game_session_data
6305
- # Set of developer-defined game session properties, formatted as a
6306
- # single string value. This data is included in the GameSession
6307
- # object, which is passed to the game server with a request to start a
6308
- # new game session (see [Start a Game Session][1]). This information
6309
- # is added to the new GameSession object that is created for a
6310
- # successful match.
6442
+ # Set of custom game session properties, formatted as a single string
6443
+ # value. This data is passed to a game server process in the
6444
+ # GameSession object with a request to start a new game session (see
6445
+ # [Start a Game Session][1]). This information is added to the new
6446
+ # GameSession object that is created for a successful match.
6311
6447
  #
6312
6448
  #
6313
6449
  #
@@ -6565,7 +6701,8 @@ module Aws::GameLift
6565
6701
 
6566
6702
  # Represents status information for a VPC peering connection. Status is
6567
6703
  # associated with a VpcPeeringConnection object. Status codes and
6568
- # messages are provided from EC2 ([).][1] Connection status information
6704
+ # messages are provided from EC2 (see
6705
+ # [VpcPeeringConnectionStateReason][1]). Connection status information
6569
6706
  # is also communicated as a fleet Event.
6570
6707
  #
6571
6708
  #