aws-sdk-gamelift 1.38.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +298 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-gamelift.rb +2 -2
- data/lib/aws-sdk-gamelift/client.rb +2273 -2087
- data/lib/aws-sdk-gamelift/client_api.rb +215 -7
- data/lib/aws-sdk-gamelift/errors.rb +1 -1
- data/lib/aws-sdk-gamelift/resource.rb +1 -1
- data/lib/aws-sdk-gamelift/types.rb +1947 -1196
- metadata +8 -5
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -46,6 +46,8 @@ module Aws::GameLift
|
|
46
46
|
CreateBuildInput = Shapes::StructureShape.new(name: 'CreateBuildInput')
|
47
47
|
CreateBuildOutput = Shapes::StructureShape.new(name: 'CreateBuildOutput')
|
48
48
|
CreateFleetInput = Shapes::StructureShape.new(name: 'CreateFleetInput')
|
49
|
+
CreateFleetLocationsInput = Shapes::StructureShape.new(name: 'CreateFleetLocationsInput')
|
50
|
+
CreateFleetLocationsOutput = Shapes::StructureShape.new(name: 'CreateFleetLocationsOutput')
|
49
51
|
CreateFleetOutput = Shapes::StructureShape.new(name: 'CreateFleetOutput')
|
50
52
|
CreateGameServerGroupInput = Shapes::StructureShape.new(name: 'CreateGameServerGroupInput')
|
51
53
|
CreateGameServerGroupOutput = Shapes::StructureShape.new(name: 'CreateGameServerGroupOutput')
|
@@ -71,6 +73,8 @@ module Aws::GameLift
|
|
71
73
|
DeleteAliasInput = Shapes::StructureShape.new(name: 'DeleteAliasInput')
|
72
74
|
DeleteBuildInput = Shapes::StructureShape.new(name: 'DeleteBuildInput')
|
73
75
|
DeleteFleetInput = Shapes::StructureShape.new(name: 'DeleteFleetInput')
|
76
|
+
DeleteFleetLocationsInput = Shapes::StructureShape.new(name: 'DeleteFleetLocationsInput')
|
77
|
+
DeleteFleetLocationsOutput = Shapes::StructureShape.new(name: 'DeleteFleetLocationsOutput')
|
74
78
|
DeleteGameServerGroupInput = Shapes::StructureShape.new(name: 'DeleteGameServerGroupInput')
|
75
79
|
DeleteGameServerGroupOutput = Shapes::StructureShape.new(name: 'DeleteGameServerGroupOutput')
|
76
80
|
DeleteGameSessionQueueInput = Shapes::StructureShape.new(name: 'DeleteGameSessionQueueInput')
|
@@ -98,6 +102,12 @@ module Aws::GameLift
|
|
98
102
|
DescribeFleetCapacityOutput = Shapes::StructureShape.new(name: 'DescribeFleetCapacityOutput')
|
99
103
|
DescribeFleetEventsInput = Shapes::StructureShape.new(name: 'DescribeFleetEventsInput')
|
100
104
|
DescribeFleetEventsOutput = Shapes::StructureShape.new(name: 'DescribeFleetEventsOutput')
|
105
|
+
DescribeFleetLocationAttributesInput = Shapes::StructureShape.new(name: 'DescribeFleetLocationAttributesInput')
|
106
|
+
DescribeFleetLocationAttributesOutput = Shapes::StructureShape.new(name: 'DescribeFleetLocationAttributesOutput')
|
107
|
+
DescribeFleetLocationCapacityInput = Shapes::StructureShape.new(name: 'DescribeFleetLocationCapacityInput')
|
108
|
+
DescribeFleetLocationCapacityOutput = Shapes::StructureShape.new(name: 'DescribeFleetLocationCapacityOutput')
|
109
|
+
DescribeFleetLocationUtilizationInput = Shapes::StructureShape.new(name: 'DescribeFleetLocationUtilizationInput')
|
110
|
+
DescribeFleetLocationUtilizationOutput = Shapes::StructureShape.new(name: 'DescribeFleetLocationUtilizationOutput')
|
101
111
|
DescribeFleetPortSettingsInput = Shapes::StructureShape.new(name: 'DescribeFleetPortSettingsInput')
|
102
112
|
DescribeFleetPortSettingsOutput = Shapes::StructureShape.new(name: 'DescribeFleetPortSettingsOutput')
|
103
113
|
DescribeFleetUtilizationInput = Shapes::StructureShape.new(name: 'DescribeFleetUtilizationInput')
|
@@ -148,6 +158,7 @@ module Aws::GameLift
|
|
148
158
|
Event = Shapes::StructureShape.new(name: 'Event')
|
149
159
|
EventCode = Shapes::StringShape.new(name: 'EventCode')
|
150
160
|
EventList = Shapes::ListShape.new(name: 'EventList')
|
161
|
+
FilterConfiguration = Shapes::StructureShape.new(name: 'FilterConfiguration')
|
151
162
|
FleetAction = Shapes::StringShape.new(name: 'FleetAction')
|
152
163
|
FleetActionList = Shapes::ListShape.new(name: 'FleetActionList')
|
153
164
|
FleetArn = Shapes::StringShape.new(name: 'FleetArn')
|
@@ -164,6 +175,7 @@ module Aws::GameLift
|
|
164
175
|
FleetType = Shapes::StringShape.new(name: 'FleetType')
|
165
176
|
FleetUtilization = Shapes::StructureShape.new(name: 'FleetUtilization')
|
166
177
|
FleetUtilizationList = Shapes::ListShape.new(name: 'FleetUtilizationList')
|
178
|
+
FlexMatchMode = Shapes::StringShape.new(name: 'FlexMatchMode')
|
167
179
|
Float = Shapes::FloatShape.new(name: 'Float')
|
168
180
|
FreeText = Shapes::StringShape.new(name: 'FreeText')
|
169
181
|
GameProperty = Shapes::StructureShape.new(name: 'GameProperty')
|
@@ -239,6 +251,7 @@ module Aws::GameLift
|
|
239
251
|
IpPermission = Shapes::StructureShape.new(name: 'IpPermission')
|
240
252
|
IpPermissionsList = Shapes::ListShape.new(name: 'IpPermissionsList')
|
241
253
|
IpProtocol = Shapes::StringShape.new(name: 'IpProtocol')
|
254
|
+
LargeGameSessionData = Shapes::StringShape.new(name: 'LargeGameSessionData')
|
242
255
|
LatencyMap = Shapes::MapShape.new(name: 'LatencyMap')
|
243
256
|
LaunchTemplateId = Shapes::StringShape.new(name: 'LaunchTemplateId')
|
244
257
|
LaunchTemplateName = Shapes::StringShape.new(name: 'LaunchTemplateName')
|
@@ -259,6 +272,15 @@ module Aws::GameLift
|
|
259
272
|
ListScriptsOutput = Shapes::StructureShape.new(name: 'ListScriptsOutput')
|
260
273
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
261
274
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
275
|
+
LocationAttributes = Shapes::StructureShape.new(name: 'LocationAttributes')
|
276
|
+
LocationAttributesList = Shapes::ListShape.new(name: 'LocationAttributesList')
|
277
|
+
LocationConfiguration = Shapes::StructureShape.new(name: 'LocationConfiguration')
|
278
|
+
LocationConfigurationList = Shapes::ListShape.new(name: 'LocationConfigurationList')
|
279
|
+
LocationList = Shapes::ListShape.new(name: 'LocationList')
|
280
|
+
LocationState = Shapes::StructureShape.new(name: 'LocationState')
|
281
|
+
LocationStateList = Shapes::ListShape.new(name: 'LocationStateList')
|
282
|
+
LocationStringModel = Shapes::StringShape.new(name: 'LocationStringModel')
|
283
|
+
LocationUpdateStatus = Shapes::StringShape.new(name: 'LocationUpdateStatus')
|
262
284
|
MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
|
263
285
|
MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
|
264
286
|
MatchmakerData = Shapes::StringShape.new(name: 'MatchmakerData')
|
@@ -312,6 +334,9 @@ module Aws::GameLift
|
|
312
334
|
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
313
335
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
314
336
|
PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
|
337
|
+
PriorityConfiguration = Shapes::StructureShape.new(name: 'PriorityConfiguration')
|
338
|
+
PriorityType = Shapes::StringShape.new(name: 'PriorityType')
|
339
|
+
PriorityTypeList = Shapes::ListShape.new(name: 'PriorityTypeList')
|
315
340
|
ProtectionPolicy = Shapes::StringShape.new(name: 'ProtectionPolicy')
|
316
341
|
PutScalingPolicyInput = Shapes::StructureShape.new(name: 'PutScalingPolicyInput')
|
317
342
|
PutScalingPolicyOutput = Shapes::StructureShape.new(name: 'PutScalingPolicyOutput')
|
@@ -512,10 +537,21 @@ module Aws::GameLift
|
|
512
537
|
CreateFleetInput.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
|
513
538
|
CreateFleetInput.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
|
514
539
|
CreateFleetInput.add_member(:certificate_configuration, Shapes::ShapeRef.new(shape: CertificateConfiguration, location_name: "CertificateConfiguration"))
|
540
|
+
CreateFleetInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationConfigurationList, location_name: "Locations"))
|
515
541
|
CreateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
516
542
|
CreateFleetInput.struct_class = Types::CreateFleetInput
|
517
543
|
|
544
|
+
CreateFleetLocationsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
545
|
+
CreateFleetLocationsInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationConfigurationList, required: true, location_name: "Locations"))
|
546
|
+
CreateFleetLocationsInput.struct_class = Types::CreateFleetLocationsInput
|
547
|
+
|
548
|
+
CreateFleetLocationsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
549
|
+
CreateFleetLocationsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
550
|
+
CreateFleetLocationsOutput.add_member(:location_states, Shapes::ShapeRef.new(shape: LocationStateList, location_name: "LocationStates"))
|
551
|
+
CreateFleetLocationsOutput.struct_class = Types::CreateFleetLocationsOutput
|
552
|
+
|
518
553
|
CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
|
554
|
+
CreateFleetOutput.add_member(:location_states, Shapes::ShapeRef.new(shape: LocationStateList, location_name: "LocationStates"))
|
519
555
|
CreateFleetOutput.struct_class = Types::CreateFleetOutput
|
520
556
|
|
521
557
|
CreateGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, required: true, location_name: "GameServerGroupName"))
|
@@ -542,7 +578,8 @@ module Aws::GameLift
|
|
542
578
|
CreateGameSessionInput.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
|
543
579
|
CreateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "GameSessionId"))
|
544
580
|
CreateGameSessionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "IdempotencyToken"))
|
545
|
-
CreateGameSessionInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape:
|
581
|
+
CreateGameSessionInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
|
582
|
+
CreateGameSessionInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
546
583
|
CreateGameSessionInput.struct_class = Types::CreateGameSessionInput
|
547
584
|
|
548
585
|
CreateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
|
@@ -552,6 +589,8 @@ module Aws::GameLift
|
|
552
589
|
CreateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
553
590
|
CreateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
554
591
|
CreateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
592
|
+
CreateGameSessionQueueInput.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
593
|
+
CreateGameSessionQueueInput.add_member(:priority_configuration, Shapes::ShapeRef.new(shape: PriorityConfiguration, location_name: "PriorityConfiguration"))
|
555
594
|
CreateGameSessionQueueInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
556
595
|
CreateGameSessionQueueInput.struct_class = Types::CreateGameSessionQueueInput
|
557
596
|
|
@@ -560,7 +599,7 @@ module Aws::GameLift
|
|
560
599
|
|
561
600
|
CreateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
|
562
601
|
CreateMatchmakingConfigurationInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
563
|
-
CreateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList,
|
602
|
+
CreateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
|
564
603
|
CreateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, required: true, location_name: "RequestTimeoutSeconds"))
|
565
604
|
CreateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
|
566
605
|
CreateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, required: true, location_name: "AcceptanceRequired"))
|
@@ -571,6 +610,7 @@ module Aws::GameLift
|
|
571
610
|
CreateMatchmakingConfigurationInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
572
611
|
CreateMatchmakingConfigurationInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
|
573
612
|
CreateMatchmakingConfigurationInput.add_member(:backfill_mode, Shapes::ShapeRef.new(shape: BackfillMode, location_name: "BackfillMode"))
|
613
|
+
CreateMatchmakingConfigurationInput.add_member(:flex_match_mode, Shapes::ShapeRef.new(shape: FlexMatchMode, location_name: "FlexMatchMode"))
|
574
614
|
CreateMatchmakingConfigurationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
575
615
|
CreateMatchmakingConfigurationInput.struct_class = Types::CreateMatchmakingConfigurationInput
|
576
616
|
|
@@ -634,6 +674,15 @@ module Aws::GameLift
|
|
634
674
|
DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
635
675
|
DeleteFleetInput.struct_class = Types::DeleteFleetInput
|
636
676
|
|
677
|
+
DeleteFleetLocationsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
678
|
+
DeleteFleetLocationsInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationList, required: true, location_name: "Locations"))
|
679
|
+
DeleteFleetLocationsInput.struct_class = Types::DeleteFleetLocationsInput
|
680
|
+
|
681
|
+
DeleteFleetLocationsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
682
|
+
DeleteFleetLocationsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
683
|
+
DeleteFleetLocationsOutput.add_member(:location_states, Shapes::ShapeRef.new(shape: LocationStateList, location_name: "LocationStates"))
|
684
|
+
DeleteFleetLocationsOutput.struct_class = Types::DeleteFleetLocationsOutput
|
685
|
+
|
637
686
|
DeleteGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
638
687
|
DeleteGameServerGroupInput.add_member(:delete_option, Shapes::ShapeRef.new(shape: GameServerGroupDeleteOption, location_name: "DeleteOption"))
|
639
688
|
DeleteGameServerGroupInput.struct_class = Types::DeleteGameServerGroupInput
|
@@ -692,6 +741,7 @@ module Aws::GameLift
|
|
692
741
|
DescribeBuildOutput.struct_class = Types::DescribeBuildOutput
|
693
742
|
|
694
743
|
DescribeEC2InstanceLimitsInput.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
|
744
|
+
DescribeEC2InstanceLimitsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
695
745
|
DescribeEC2InstanceLimitsInput.struct_class = Types::DescribeEC2InstanceLimitsInput
|
696
746
|
|
697
747
|
DescribeEC2InstanceLimitsOutput.add_member(:ec2_instance_limits, Shapes::ShapeRef.new(shape: EC2InstanceLimitList, location_name: "EC2InstanceLimits"))
|
@@ -726,10 +776,41 @@ module Aws::GameLift
|
|
726
776
|
DescribeFleetEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
727
777
|
DescribeFleetEventsOutput.struct_class = Types::DescribeFleetEventsOutput
|
728
778
|
|
779
|
+
DescribeFleetLocationAttributesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
780
|
+
DescribeFleetLocationAttributesInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationList, location_name: "Locations"))
|
781
|
+
DescribeFleetLocationAttributesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
782
|
+
DescribeFleetLocationAttributesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
783
|
+
DescribeFleetLocationAttributesInput.struct_class = Types::DescribeFleetLocationAttributesInput
|
784
|
+
|
785
|
+
DescribeFleetLocationAttributesOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
786
|
+
DescribeFleetLocationAttributesOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
787
|
+
DescribeFleetLocationAttributesOutput.add_member(:location_attributes, Shapes::ShapeRef.new(shape: LocationAttributesList, location_name: "LocationAttributes"))
|
788
|
+
DescribeFleetLocationAttributesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
789
|
+
DescribeFleetLocationAttributesOutput.struct_class = Types::DescribeFleetLocationAttributesOutput
|
790
|
+
|
791
|
+
DescribeFleetLocationCapacityInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
792
|
+
DescribeFleetLocationCapacityInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, required: true, location_name: "Location"))
|
793
|
+
DescribeFleetLocationCapacityInput.struct_class = Types::DescribeFleetLocationCapacityInput
|
794
|
+
|
795
|
+
DescribeFleetLocationCapacityOutput.add_member(:fleet_capacity, Shapes::ShapeRef.new(shape: FleetCapacity, location_name: "FleetCapacity"))
|
796
|
+
DescribeFleetLocationCapacityOutput.struct_class = Types::DescribeFleetLocationCapacityOutput
|
797
|
+
|
798
|
+
DescribeFleetLocationUtilizationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
799
|
+
DescribeFleetLocationUtilizationInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, required: true, location_name: "Location"))
|
800
|
+
DescribeFleetLocationUtilizationInput.struct_class = Types::DescribeFleetLocationUtilizationInput
|
801
|
+
|
802
|
+
DescribeFleetLocationUtilizationOutput.add_member(:fleet_utilization, Shapes::ShapeRef.new(shape: FleetUtilization, location_name: "FleetUtilization"))
|
803
|
+
DescribeFleetLocationUtilizationOutput.struct_class = Types::DescribeFleetLocationUtilizationOutput
|
804
|
+
|
729
805
|
DescribeFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
806
|
+
DescribeFleetPortSettingsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
730
807
|
DescribeFleetPortSettingsInput.struct_class = Types::DescribeFleetPortSettingsInput
|
731
808
|
|
809
|
+
DescribeFleetPortSettingsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
810
|
+
DescribeFleetPortSettingsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
732
811
|
DescribeFleetPortSettingsOutput.add_member(:inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissions"))
|
812
|
+
DescribeFleetPortSettingsOutput.add_member(:update_status, Shapes::ShapeRef.new(shape: LocationUpdateStatus, location_name: "UpdateStatus"))
|
813
|
+
DescribeFleetPortSettingsOutput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
733
814
|
DescribeFleetPortSettingsOutput.struct_class = Types::DescribeFleetPortSettingsOutput
|
734
815
|
|
735
816
|
DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
|
@@ -767,6 +848,7 @@ module Aws::GameLift
|
|
767
848
|
DescribeGameSessionDetailsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
768
849
|
DescribeGameSessionDetailsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
|
769
850
|
DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
851
|
+
DescribeGameSessionDetailsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
770
852
|
DescribeGameSessionDetailsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
|
771
853
|
DescribeGameSessionDetailsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
772
854
|
DescribeGameSessionDetailsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -794,6 +876,7 @@ module Aws::GameLift
|
|
794
876
|
DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
795
877
|
DescribeGameSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
|
796
878
|
DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
879
|
+
DescribeGameSessionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
797
880
|
DescribeGameSessionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
|
798
881
|
DescribeGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
799
882
|
DescribeGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
@@ -807,6 +890,7 @@ module Aws::GameLift
|
|
807
890
|
DescribeInstancesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
808
891
|
DescribeInstancesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
809
892
|
DescribeInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
893
|
+
DescribeInstancesInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
810
894
|
DescribeInstancesInput.struct_class = Types::DescribeInstancesInput
|
811
895
|
|
812
896
|
DescribeInstancesOutput.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, location_name: "Instances"))
|
@@ -860,6 +944,7 @@ module Aws::GameLift
|
|
860
944
|
DescribeScalingPoliciesInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "StatusFilter"))
|
861
945
|
DescribeScalingPoliciesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
862
946
|
DescribeScalingPoliciesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
947
|
+
DescribeScalingPoliciesInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
863
948
|
DescribeScalingPoliciesInput.struct_class = Types::DescribeScalingPoliciesInput
|
864
949
|
|
865
950
|
DescribeScalingPoliciesOutput.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicyList, location_name: "ScalingPolicies"))
|
@@ -901,6 +986,7 @@ module Aws::GameLift
|
|
901
986
|
EC2InstanceLimit.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
|
902
987
|
EC2InstanceLimit.add_member(:current_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentInstances"))
|
903
988
|
EC2InstanceLimit.add_member(:instance_limit, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "InstanceLimit"))
|
989
|
+
EC2InstanceLimit.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
904
990
|
EC2InstanceLimit.struct_class = Types::EC2InstanceLimit
|
905
991
|
|
906
992
|
EC2InstanceLimitList.member = Shapes::ShapeRef.new(shape: EC2InstanceLimit)
|
@@ -915,6 +1001,9 @@ module Aws::GameLift
|
|
915
1001
|
|
916
1002
|
EventList.member = Shapes::ShapeRef.new(shape: Event)
|
917
1003
|
|
1004
|
+
FilterConfiguration.add_member(:allowed_locations, Shapes::ShapeRef.new(shape: LocationList, location_name: "AllowedLocations"))
|
1005
|
+
FilterConfiguration.struct_class = Types::FilterConfiguration
|
1006
|
+
|
918
1007
|
FleetActionList.member = Shapes::ShapeRef.new(shape: FleetAction)
|
919
1008
|
|
920
1009
|
FleetAttributes.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
@@ -945,8 +1034,10 @@ module Aws::GameLift
|
|
945
1034
|
FleetAttributesList.member = Shapes::ShapeRef.new(shape: FleetAttributes)
|
946
1035
|
|
947
1036
|
FleetCapacity.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1037
|
+
FleetCapacity.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
948
1038
|
FleetCapacity.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
|
949
1039
|
FleetCapacity.add_member(:instance_counts, Shapes::ShapeRef.new(shape: EC2InstanceCounts, location_name: "InstanceCounts"))
|
1040
|
+
FleetCapacity.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
950
1041
|
FleetCapacity.struct_class = Types::FleetCapacity
|
951
1042
|
|
952
1043
|
FleetCapacityExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
@@ -959,10 +1050,12 @@ module Aws::GameLift
|
|
959
1050
|
FleetIdOrArnList.member = Shapes::ShapeRef.new(shape: FleetIdOrArn)
|
960
1051
|
|
961
1052
|
FleetUtilization.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1053
|
+
FleetUtilization.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
962
1054
|
FleetUtilization.add_member(:active_server_process_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveServerProcessCount"))
|
963
1055
|
FleetUtilization.add_member(:active_game_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveGameSessionCount"))
|
964
1056
|
FleetUtilization.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
|
965
1057
|
FleetUtilization.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
|
1058
|
+
FleetUtilization.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
966
1059
|
FleetUtilization.struct_class = Types::FleetUtilization
|
967
1060
|
|
968
1061
|
FleetUtilizationList.member = Shapes::ShapeRef.new(shape: FleetUtilization)
|
@@ -1036,8 +1129,9 @@ module Aws::GameLift
|
|
1036
1129
|
GameSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
|
1037
1130
|
GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
|
1038
1131
|
GameSession.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
|
1039
|
-
GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape:
|
1132
|
+
GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
|
1040
1133
|
GameSession.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
|
1134
|
+
GameSession.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1041
1135
|
GameSession.struct_class = Types::GameSession
|
1042
1136
|
|
1043
1137
|
GameSessionConnectionInfo.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
|
@@ -1074,7 +1168,7 @@ module Aws::GameLift
|
|
1074
1168
|
GameSessionPlacement.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
|
1075
1169
|
GameSessionPlacement.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
|
1076
1170
|
GameSessionPlacement.add_member(:placed_player_sessions, Shapes::ShapeRef.new(shape: PlacedPlayerSessionList, location_name: "PlacedPlayerSessions"))
|
1077
|
-
GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape:
|
1171
|
+
GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
|
1078
1172
|
GameSessionPlacement.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
|
1079
1173
|
GameSessionPlacement.struct_class = Types::GameSessionPlacement
|
1080
1174
|
|
@@ -1083,6 +1177,8 @@ module Aws::GameLift
|
|
1083
1177
|
GameSessionQueue.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
1084
1178
|
GameSessionQueue.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
1085
1179
|
GameSessionQueue.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
1180
|
+
GameSessionQueue.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
1181
|
+
GameSessionQueue.add_member(:priority_configuration, Shapes::ShapeRef.new(shape: PriorityConfiguration, location_name: "PriorityConfiguration"))
|
1086
1182
|
GameSessionQueue.struct_class = Types::GameSessionQueue
|
1087
1183
|
|
1088
1184
|
GameSessionQueueDestination.add_member(:destination_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "DestinationArn"))
|
@@ -1111,6 +1207,7 @@ module Aws::GameLift
|
|
1111
1207
|
IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
|
1112
1208
|
|
1113
1209
|
Instance.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1210
|
+
Instance.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1114
1211
|
Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
1115
1212
|
Instance.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
|
1116
1213
|
Instance.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
|
@@ -1118,6 +1215,7 @@ module Aws::GameLift
|
|
1118
1215
|
Instance.add_member(:type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "Type"))
|
1119
1216
|
Instance.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "Status"))
|
1120
1217
|
Instance.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1218
|
+
Instance.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1121
1219
|
Instance.struct_class = Types::Instance
|
1122
1220
|
|
1123
1221
|
InstanceAccess.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
@@ -1231,6 +1329,26 @@ module Aws::GameLift
|
|
1231
1329
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1232
1330
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1233
1331
|
|
1332
|
+
LocationAttributes.add_member(:location_state, Shapes::ShapeRef.new(shape: LocationState, location_name: "LocationState"))
|
1333
|
+
LocationAttributes.add_member(:stopped_actions, Shapes::ShapeRef.new(shape: FleetActionList, location_name: "StoppedActions"))
|
1334
|
+
LocationAttributes.add_member(:update_status, Shapes::ShapeRef.new(shape: LocationUpdateStatus, location_name: "UpdateStatus"))
|
1335
|
+
LocationAttributes.struct_class = Types::LocationAttributes
|
1336
|
+
|
1337
|
+
LocationAttributesList.member = Shapes::ShapeRef.new(shape: LocationAttributes)
|
1338
|
+
|
1339
|
+
LocationConfiguration.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1340
|
+
LocationConfiguration.struct_class = Types::LocationConfiguration
|
1341
|
+
|
1342
|
+
LocationConfigurationList.member = Shapes::ShapeRef.new(shape: LocationConfiguration)
|
1343
|
+
|
1344
|
+
LocationList.member = Shapes::ShapeRef.new(shape: LocationStringModel)
|
1345
|
+
|
1346
|
+
LocationState.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1347
|
+
LocationState.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, location_name: "Status"))
|
1348
|
+
LocationState.struct_class = Types::LocationState
|
1349
|
+
|
1350
|
+
LocationStateList.member = Shapes::ShapeRef.new(shape: LocationState)
|
1351
|
+
|
1234
1352
|
MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
|
1235
1353
|
MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
|
1236
1354
|
MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
|
@@ -1253,6 +1371,7 @@ module Aws::GameLift
|
|
1253
1371
|
MatchmakingConfiguration.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
1254
1372
|
MatchmakingConfiguration.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
|
1255
1373
|
MatchmakingConfiguration.add_member(:backfill_mode, Shapes::ShapeRef.new(shape: BackfillMode, location_name: "BackfillMode"))
|
1374
|
+
MatchmakingConfiguration.add_member(:flex_match_mode, Shapes::ShapeRef.new(shape: FlexMatchMode, location_name: "FlexMatchMode"))
|
1256
1375
|
MatchmakingConfiguration.struct_class = Types::MatchmakingConfiguration
|
1257
1376
|
|
1258
1377
|
MatchmakingConfigurationList.member = Shapes::ShapeRef.new(shape: MatchmakingConfiguration)
|
@@ -1345,6 +1464,12 @@ module Aws::GameLift
|
|
1345
1464
|
|
1346
1465
|
PlayerSessionList.member = Shapes::ShapeRef.new(shape: PlayerSession)
|
1347
1466
|
|
1467
|
+
PriorityConfiguration.add_member(:priority_order, Shapes::ShapeRef.new(shape: PriorityTypeList, location_name: "PriorityOrder"))
|
1468
|
+
PriorityConfiguration.add_member(:location_order, Shapes::ShapeRef.new(shape: LocationList, location_name: "LocationOrder"))
|
1469
|
+
PriorityConfiguration.struct_class = Types::PriorityConfiguration
|
1470
|
+
|
1471
|
+
PriorityTypeList.member = Shapes::ShapeRef.new(shape: PriorityType)
|
1472
|
+
|
1348
1473
|
PutScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
|
1349
1474
|
PutScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1350
1475
|
PutScalingPolicyInput.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
|
@@ -1414,6 +1539,7 @@ module Aws::GameLift
|
|
1414
1539
|
S3Location.struct_class = Types::S3Location
|
1415
1540
|
|
1416
1541
|
ScalingPolicy.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1542
|
+
ScalingPolicy.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1417
1543
|
ScalingPolicy.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
1418
1544
|
ScalingPolicy.add_member(:status, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "Status"))
|
1419
1545
|
ScalingPolicy.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
|
@@ -1424,6 +1550,8 @@ module Aws::GameLift
|
|
1424
1550
|
ScalingPolicy.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
1425
1551
|
ScalingPolicy.add_member(:policy_type, Shapes::ShapeRef.new(shape: PolicyType, location_name: "PolicyType"))
|
1426
1552
|
ScalingPolicy.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, location_name: "TargetConfiguration"))
|
1553
|
+
ScalingPolicy.add_member(:update_status, Shapes::ShapeRef.new(shape: LocationUpdateStatus, location_name: "UpdateStatus"))
|
1554
|
+
ScalingPolicy.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1427
1555
|
ScalingPolicy.struct_class = Types::ScalingPolicy
|
1428
1556
|
|
1429
1557
|
ScalingPolicyList.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
|
@@ -1441,6 +1569,7 @@ module Aws::GameLift
|
|
1441
1569
|
|
1442
1570
|
SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
1443
1571
|
SearchGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
|
1572
|
+
SearchGameSessionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1444
1573
|
SearchGameSessionsInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "FilterExpression"))
|
1445
1574
|
SearchGameSessionsInput.add_member(:sort_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "SortExpression"))
|
1446
1575
|
SearchGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
@@ -1460,8 +1589,11 @@ module Aws::GameLift
|
|
1460
1589
|
|
1461
1590
|
StartFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1462
1591
|
StartFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
|
1592
|
+
StartFleetActionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1463
1593
|
StartFleetActionsInput.struct_class = Types::StartFleetActionsInput
|
1464
1594
|
|
1595
|
+
StartFleetActionsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1596
|
+
StartFleetActionsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1465
1597
|
StartFleetActionsOutput.struct_class = Types::StartFleetActionsOutput
|
1466
1598
|
|
1467
1599
|
StartGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
|
@@ -1471,7 +1603,7 @@ module Aws::GameLift
|
|
1471
1603
|
StartGameSessionPlacementInput.add_member(:game_session_name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionName"))
|
1472
1604
|
StartGameSessionPlacementInput.add_member(:player_latencies, Shapes::ShapeRef.new(shape: PlayerLatencyList, location_name: "PlayerLatencies"))
|
1473
1605
|
StartGameSessionPlacementInput.add_member(:desired_player_sessions, Shapes::ShapeRef.new(shape: DesiredPlayerSessionList, location_name: "DesiredPlayerSessions"))
|
1474
|
-
StartGameSessionPlacementInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape:
|
1606
|
+
StartGameSessionPlacementInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
|
1475
1607
|
StartGameSessionPlacementInput.struct_class = Types::StartGameSessionPlacementInput
|
1476
1608
|
|
1477
1609
|
StartGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
|
@@ -1479,7 +1611,7 @@ module Aws::GameLift
|
|
1479
1611
|
|
1480
1612
|
StartMatchBackfillInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
|
1481
1613
|
StartMatchBackfillInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "ConfigurationName"))
|
1482
|
-
StartMatchBackfillInput.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel,
|
1614
|
+
StartMatchBackfillInput.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
|
1483
1615
|
StartMatchBackfillInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
|
1484
1616
|
StartMatchBackfillInput.struct_class = Types::StartMatchBackfillInput
|
1485
1617
|
|
@@ -1496,8 +1628,11 @@ module Aws::GameLift
|
|
1496
1628
|
|
1497
1629
|
StopFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1498
1630
|
StopFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
|
1631
|
+
StopFleetActionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1499
1632
|
StopFleetActionsInput.struct_class = Types::StopFleetActionsInput
|
1500
1633
|
|
1634
|
+
StopFleetActionsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1635
|
+
StopFleetActionsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1501
1636
|
StopFleetActionsOutput.struct_class = Types::StopFleetActionsOutput
|
1502
1637
|
|
1503
1638
|
StopGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
|
@@ -1593,9 +1728,12 @@ module Aws::GameLift
|
|
1593
1728
|
UpdateFleetCapacityInput.add_member(:desired_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DesiredInstances"))
|
1594
1729
|
UpdateFleetCapacityInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MinSize"))
|
1595
1730
|
UpdateFleetCapacityInput.add_member(:max_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaxSize"))
|
1731
|
+
UpdateFleetCapacityInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1596
1732
|
UpdateFleetCapacityInput.struct_class = Types::UpdateFleetCapacityInput
|
1597
1733
|
|
1598
1734
|
UpdateFleetCapacityOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1735
|
+
UpdateFleetCapacityOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
1736
|
+
UpdateFleetCapacityOutput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1599
1737
|
UpdateFleetCapacityOutput.struct_class = Types::UpdateFleetCapacityOutput
|
1600
1738
|
|
1601
1739
|
UpdateFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
@@ -1640,6 +1778,8 @@ module Aws::GameLift
|
|
1640
1778
|
UpdateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
|
1641
1779
|
UpdateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
|
1642
1780
|
UpdateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
|
1781
|
+
UpdateGameSessionQueueInput.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
1782
|
+
UpdateGameSessionQueueInput.add_member(:priority_configuration, Shapes::ShapeRef.new(shape: PriorityConfiguration, location_name: "PriorityConfiguration"))
|
1643
1783
|
UpdateGameSessionQueueInput.struct_class = Types::UpdateGameSessionQueueInput
|
1644
1784
|
|
1645
1785
|
UpdateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
|
@@ -1658,6 +1798,7 @@ module Aws::GameLift
|
|
1658
1798
|
UpdateMatchmakingConfigurationInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
|
1659
1799
|
UpdateMatchmakingConfigurationInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
|
1660
1800
|
UpdateMatchmakingConfigurationInput.add_member(:backfill_mode, Shapes::ShapeRef.new(shape: BackfillMode, location_name: "BackfillMode"))
|
1801
|
+
UpdateMatchmakingConfigurationInput.add_member(:flex_match_mode, Shapes::ShapeRef.new(shape: FlexMatchMode, location_name: "FlexMatchMode"))
|
1661
1802
|
UpdateMatchmakingConfigurationInput.struct_class = Types::UpdateMatchmakingConfigurationInput
|
1662
1803
|
|
1663
1804
|
UpdateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
|
@@ -1798,6 +1939,19 @@ module Aws::GameLift
|
|
1798
1939
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1799
1940
|
end)
|
1800
1941
|
|
1942
|
+
api.add_operation(:create_fleet_locations, Seahorse::Model::Operation.new.tap do |o|
|
1943
|
+
o.name = "CreateFleetLocations"
|
1944
|
+
o.http_method = "POST"
|
1945
|
+
o.http_request_uri = "/"
|
1946
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFleetLocationsInput)
|
1947
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFleetLocationsOutput)
|
1948
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1949
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
|
1953
|
+
end)
|
1954
|
+
|
1801
1955
|
api.add_operation(:create_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
1802
1956
|
o.name = "CreateGameServerGroup"
|
1803
1957
|
o.http_method = "POST"
|
@@ -1975,6 +2129,18 @@ module Aws::GameLift
|
|
1975
2129
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
1976
2130
|
end)
|
1977
2131
|
|
2132
|
+
api.add_operation(:delete_fleet_locations, Seahorse::Model::Operation.new.tap do |o|
|
2133
|
+
o.name = "DeleteFleetLocations"
|
2134
|
+
o.http_method = "POST"
|
2135
|
+
o.http_request_uri = "/"
|
2136
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFleetLocationsInput)
|
2137
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFleetLocationsOutput)
|
2138
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2139
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2140
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2141
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2142
|
+
end)
|
2143
|
+
|
1978
2144
|
api.add_operation(:delete_game_server_group, Seahorse::Model::Operation.new.tap do |o|
|
1979
2145
|
o.name = "DeleteGameServerGroup"
|
1980
2146
|
o.http_method = "POST"
|
@@ -2176,6 +2342,48 @@ module Aws::GameLift
|
|
2176
2342
|
)
|
2177
2343
|
end)
|
2178
2344
|
|
2345
|
+
api.add_operation(:describe_fleet_location_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2346
|
+
o.name = "DescribeFleetLocationAttributes"
|
2347
|
+
o.http_method = "POST"
|
2348
|
+
o.http_request_uri = "/"
|
2349
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFleetLocationAttributesInput)
|
2350
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFleetLocationAttributesOutput)
|
2351
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2352
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2353
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2354
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2355
|
+
o[:pager] = Aws::Pager.new(
|
2356
|
+
limit_key: "limit",
|
2357
|
+
tokens: {
|
2358
|
+
"next_token" => "next_token"
|
2359
|
+
}
|
2360
|
+
)
|
2361
|
+
end)
|
2362
|
+
|
2363
|
+
api.add_operation(:describe_fleet_location_capacity, Seahorse::Model::Operation.new.tap do |o|
|
2364
|
+
o.name = "DescribeFleetLocationCapacity"
|
2365
|
+
o.http_method = "POST"
|
2366
|
+
o.http_request_uri = "/"
|
2367
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFleetLocationCapacityInput)
|
2368
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFleetLocationCapacityOutput)
|
2369
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2370
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2371
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2372
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2373
|
+
end)
|
2374
|
+
|
2375
|
+
api.add_operation(:describe_fleet_location_utilization, Seahorse::Model::Operation.new.tap do |o|
|
2376
|
+
o.name = "DescribeFleetLocationUtilization"
|
2377
|
+
o.http_method = "POST"
|
2378
|
+
o.http_request_uri = "/"
|
2379
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFleetLocationUtilizationInput)
|
2380
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFleetLocationUtilizationOutput)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2382
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2383
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2385
|
+
end)
|
2386
|
+
|
2179
2387
|
api.add_operation(:describe_fleet_port_settings, Seahorse::Model::Operation.new.tap do |o|
|
2180
2388
|
o.name = "DescribeFleetPortSettings"
|
2181
2389
|
o.http_method = "POST"
|