aws-sdk-gamelift 1.42.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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')
@@ -240,6 +251,7 @@ module Aws::GameLift
240
251
  IpPermission = Shapes::StructureShape.new(name: 'IpPermission')
241
252
  IpPermissionsList = Shapes::ListShape.new(name: 'IpPermissionsList')
242
253
  IpProtocol = Shapes::StringShape.new(name: 'IpProtocol')
254
+ LargeGameSessionData = Shapes::StringShape.new(name: 'LargeGameSessionData')
243
255
  LatencyMap = Shapes::MapShape.new(name: 'LatencyMap')
244
256
  LaunchTemplateId = Shapes::StringShape.new(name: 'LaunchTemplateId')
245
257
  LaunchTemplateName = Shapes::StringShape.new(name: 'LaunchTemplateName')
@@ -260,6 +272,15 @@ module Aws::GameLift
260
272
  ListScriptsOutput = Shapes::StructureShape.new(name: 'ListScriptsOutput')
261
273
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
262
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')
263
284
  MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
264
285
  MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
265
286
  MatchmakerData = Shapes::StringShape.new(name: 'MatchmakerData')
@@ -313,6 +334,9 @@ module Aws::GameLift
313
334
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
314
335
  PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
315
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')
316
340
  ProtectionPolicy = Shapes::StringShape.new(name: 'ProtectionPolicy')
317
341
  PutScalingPolicyInput = Shapes::StructureShape.new(name: 'PutScalingPolicyInput')
318
342
  PutScalingPolicyOutput = Shapes::StructureShape.new(name: 'PutScalingPolicyOutput')
@@ -513,10 +537,21 @@ module Aws::GameLift
513
537
  CreateFleetInput.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
514
538
  CreateFleetInput.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
515
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"))
516
541
  CreateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
517
542
  CreateFleetInput.struct_class = Types::CreateFleetInput
518
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
+
519
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"))
520
555
  CreateFleetOutput.struct_class = Types::CreateFleetOutput
521
556
 
522
557
  CreateGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, required: true, location_name: "GameServerGroupName"))
@@ -543,7 +578,8 @@ module Aws::GameLift
543
578
  CreateGameSessionInput.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
544
579
  CreateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "GameSessionId"))
545
580
  CreateGameSessionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "IdempotencyToken"))
546
- CreateGameSessionInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
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"))
547
583
  CreateGameSessionInput.struct_class = Types::CreateGameSessionInput
548
584
 
549
585
  CreateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
@@ -553,6 +589,8 @@ module Aws::GameLift
553
589
  CreateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
554
590
  CreateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
555
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"))
556
594
  CreateGameSessionQueueInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
557
595
  CreateGameSessionQueueInput.struct_class = Types::CreateGameSessionQueueInput
558
596
 
@@ -636,6 +674,15 @@ module Aws::GameLift
636
674
  DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
637
675
  DeleteFleetInput.struct_class = Types::DeleteFleetInput
638
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
+
639
686
  DeleteGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
640
687
  DeleteGameServerGroupInput.add_member(:delete_option, Shapes::ShapeRef.new(shape: GameServerGroupDeleteOption, location_name: "DeleteOption"))
641
688
  DeleteGameServerGroupInput.struct_class = Types::DeleteGameServerGroupInput
@@ -694,6 +741,7 @@ module Aws::GameLift
694
741
  DescribeBuildOutput.struct_class = Types::DescribeBuildOutput
695
742
 
696
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"))
697
745
  DescribeEC2InstanceLimitsInput.struct_class = Types::DescribeEC2InstanceLimitsInput
698
746
 
699
747
  DescribeEC2InstanceLimitsOutput.add_member(:ec2_instance_limits, Shapes::ShapeRef.new(shape: EC2InstanceLimitList, location_name: "EC2InstanceLimits"))
@@ -728,10 +776,41 @@ module Aws::GameLift
728
776
  DescribeFleetEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
729
777
  DescribeFleetEventsOutput.struct_class = Types::DescribeFleetEventsOutput
730
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
+
731
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"))
732
807
  DescribeFleetPortSettingsInput.struct_class = Types::DescribeFleetPortSettingsInput
733
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"))
734
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"))
735
814
  DescribeFleetPortSettingsOutput.struct_class = Types::DescribeFleetPortSettingsOutput
736
815
 
737
816
  DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
@@ -769,6 +848,7 @@ module Aws::GameLift
769
848
  DescribeGameSessionDetailsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
770
849
  DescribeGameSessionDetailsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
771
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"))
772
852
  DescribeGameSessionDetailsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
773
853
  DescribeGameSessionDetailsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
774
854
  DescribeGameSessionDetailsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
@@ -796,6 +876,7 @@ module Aws::GameLift
796
876
  DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
797
877
  DescribeGameSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
798
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"))
799
880
  DescribeGameSessionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
800
881
  DescribeGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
801
882
  DescribeGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
@@ -809,6 +890,7 @@ module Aws::GameLift
809
890
  DescribeInstancesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
810
891
  DescribeInstancesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
811
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"))
812
894
  DescribeInstancesInput.struct_class = Types::DescribeInstancesInput
813
895
 
814
896
  DescribeInstancesOutput.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, location_name: "Instances"))
@@ -862,6 +944,7 @@ module Aws::GameLift
862
944
  DescribeScalingPoliciesInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "StatusFilter"))
863
945
  DescribeScalingPoliciesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
864
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"))
865
948
  DescribeScalingPoliciesInput.struct_class = Types::DescribeScalingPoliciesInput
866
949
 
867
950
  DescribeScalingPoliciesOutput.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicyList, location_name: "ScalingPolicies"))
@@ -903,6 +986,7 @@ module Aws::GameLift
903
986
  EC2InstanceLimit.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
904
987
  EC2InstanceLimit.add_member(:current_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentInstances"))
905
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"))
906
990
  EC2InstanceLimit.struct_class = Types::EC2InstanceLimit
907
991
 
908
992
  EC2InstanceLimitList.member = Shapes::ShapeRef.new(shape: EC2InstanceLimit)
@@ -917,6 +1001,9 @@ module Aws::GameLift
917
1001
 
918
1002
  EventList.member = Shapes::ShapeRef.new(shape: Event)
919
1003
 
1004
+ FilterConfiguration.add_member(:allowed_locations, Shapes::ShapeRef.new(shape: LocationList, location_name: "AllowedLocations"))
1005
+ FilterConfiguration.struct_class = Types::FilterConfiguration
1006
+
920
1007
  FleetActionList.member = Shapes::ShapeRef.new(shape: FleetAction)
921
1008
 
922
1009
  FleetAttributes.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
@@ -947,8 +1034,10 @@ module Aws::GameLift
947
1034
  FleetAttributesList.member = Shapes::ShapeRef.new(shape: FleetAttributes)
948
1035
 
949
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"))
950
1038
  FleetCapacity.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
951
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"))
952
1041
  FleetCapacity.struct_class = Types::FleetCapacity
953
1042
 
954
1043
  FleetCapacityExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
@@ -961,10 +1050,12 @@ module Aws::GameLift
961
1050
  FleetIdOrArnList.member = Shapes::ShapeRef.new(shape: FleetIdOrArn)
962
1051
 
963
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"))
964
1054
  FleetUtilization.add_member(:active_server_process_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveServerProcessCount"))
965
1055
  FleetUtilization.add_member(:active_game_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveGameSessionCount"))
966
1056
  FleetUtilization.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
967
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"))
968
1059
  FleetUtilization.struct_class = Types::FleetUtilization
969
1060
 
970
1061
  FleetUtilizationList.member = Shapes::ShapeRef.new(shape: FleetUtilization)
@@ -1038,8 +1129,9 @@ module Aws::GameLift
1038
1129
  GameSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
1039
1130
  GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
1040
1131
  GameSession.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
1041
- GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
1132
+ GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
1042
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"))
1043
1135
  GameSession.struct_class = Types::GameSession
1044
1136
 
1045
1137
  GameSessionConnectionInfo.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
@@ -1076,7 +1168,7 @@ module Aws::GameLift
1076
1168
  GameSessionPlacement.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
1077
1169
  GameSessionPlacement.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
1078
1170
  GameSessionPlacement.add_member(:placed_player_sessions, Shapes::ShapeRef.new(shape: PlacedPlayerSessionList, location_name: "PlacedPlayerSessions"))
1079
- GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
1171
+ GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
1080
1172
  GameSessionPlacement.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
1081
1173
  GameSessionPlacement.struct_class = Types::GameSessionPlacement
1082
1174
 
@@ -1085,6 +1177,8 @@ module Aws::GameLift
1085
1177
  GameSessionQueue.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
1086
1178
  GameSessionQueue.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
1087
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"))
1088
1182
  GameSessionQueue.struct_class = Types::GameSessionQueue
1089
1183
 
1090
1184
  GameSessionQueueDestination.add_member(:destination_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "DestinationArn"))
@@ -1113,6 +1207,7 @@ module Aws::GameLift
1113
1207
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
1114
1208
 
1115
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"))
1116
1211
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
1117
1212
  Instance.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
1118
1213
  Instance.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
@@ -1120,6 +1215,7 @@ module Aws::GameLift
1120
1215
  Instance.add_member(:type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "Type"))
1121
1216
  Instance.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "Status"))
1122
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"))
1123
1219
  Instance.struct_class = Types::Instance
1124
1220
 
1125
1221
  InstanceAccess.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
@@ -1233,6 +1329,26 @@ module Aws::GameLift
1233
1329
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1234
1330
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1235
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
+
1236
1352
  MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
1237
1353
  MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
1238
1354
  MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
@@ -1348,6 +1464,12 @@ module Aws::GameLift
1348
1464
 
1349
1465
  PlayerSessionList.member = Shapes::ShapeRef.new(shape: PlayerSession)
1350
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
+
1351
1473
  PutScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
1352
1474
  PutScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
1353
1475
  PutScalingPolicyInput.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
@@ -1417,6 +1539,7 @@ module Aws::GameLift
1417
1539
  S3Location.struct_class = Types::S3Location
1418
1540
 
1419
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"))
1420
1543
  ScalingPolicy.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
1421
1544
  ScalingPolicy.add_member(:status, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "Status"))
1422
1545
  ScalingPolicy.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
@@ -1427,6 +1550,8 @@ module Aws::GameLift
1427
1550
  ScalingPolicy.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
1428
1551
  ScalingPolicy.add_member(:policy_type, Shapes::ShapeRef.new(shape: PolicyType, location_name: "PolicyType"))
1429
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"))
1430
1555
  ScalingPolicy.struct_class = Types::ScalingPolicy
1431
1556
 
1432
1557
  ScalingPolicyList.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
@@ -1444,6 +1569,7 @@ module Aws::GameLift
1444
1569
 
1445
1570
  SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
1446
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"))
1447
1573
  SearchGameSessionsInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "FilterExpression"))
1448
1574
  SearchGameSessionsInput.add_member(:sort_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "SortExpression"))
1449
1575
  SearchGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
@@ -1463,8 +1589,11 @@ module Aws::GameLift
1463
1589
 
1464
1590
  StartFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
1465
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"))
1466
1593
  StartFleetActionsInput.struct_class = Types::StartFleetActionsInput
1467
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"))
1468
1597
  StartFleetActionsOutput.struct_class = Types::StartFleetActionsOutput
1469
1598
 
1470
1599
  StartGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
@@ -1474,7 +1603,7 @@ module Aws::GameLift
1474
1603
  StartGameSessionPlacementInput.add_member(:game_session_name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionName"))
1475
1604
  StartGameSessionPlacementInput.add_member(:player_latencies, Shapes::ShapeRef.new(shape: PlayerLatencyList, location_name: "PlayerLatencies"))
1476
1605
  StartGameSessionPlacementInput.add_member(:desired_player_sessions, Shapes::ShapeRef.new(shape: DesiredPlayerSessionList, location_name: "DesiredPlayerSessions"))
1477
- StartGameSessionPlacementInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
1606
+ StartGameSessionPlacementInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
1478
1607
  StartGameSessionPlacementInput.struct_class = Types::StartGameSessionPlacementInput
1479
1608
 
1480
1609
  StartGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
@@ -1499,8 +1628,11 @@ module Aws::GameLift
1499
1628
 
1500
1629
  StopFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
1501
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"))
1502
1632
  StopFleetActionsInput.struct_class = Types::StopFleetActionsInput
1503
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"))
1504
1636
  StopFleetActionsOutput.struct_class = Types::StopFleetActionsOutput
1505
1637
 
1506
1638
  StopGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
@@ -1596,9 +1728,12 @@ module Aws::GameLift
1596
1728
  UpdateFleetCapacityInput.add_member(:desired_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DesiredInstances"))
1597
1729
  UpdateFleetCapacityInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MinSize"))
1598
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"))
1599
1732
  UpdateFleetCapacityInput.struct_class = Types::UpdateFleetCapacityInput
1600
1733
 
1601
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"))
1602
1737
  UpdateFleetCapacityOutput.struct_class = Types::UpdateFleetCapacityOutput
1603
1738
 
1604
1739
  UpdateFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
@@ -1643,6 +1778,8 @@ module Aws::GameLift
1643
1778
  UpdateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
1644
1779
  UpdateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
1645
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"))
1646
1783
  UpdateGameSessionQueueInput.struct_class = Types::UpdateGameSessionQueueInput
1647
1784
 
1648
1785
  UpdateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
@@ -1802,6 +1939,19 @@ module Aws::GameLift
1802
1939
  o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1803
1940
  end)
1804
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
+
1805
1955
  api.add_operation(:create_game_server_group, Seahorse::Model::Operation.new.tap do |o|
1806
1956
  o.name = "CreateGameServerGroup"
1807
1957
  o.http_method = "POST"
@@ -1979,6 +2129,18 @@ module Aws::GameLift
1979
2129
  o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1980
2130
  end)
1981
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
+
1982
2144
  api.add_operation(:delete_game_server_group, Seahorse::Model::Operation.new.tap do |o|
1983
2145
  o.name = "DeleteGameServerGroup"
1984
2146
  o.http_method = "POST"
@@ -2180,6 +2342,48 @@ module Aws::GameLift
2180
2342
  )
2181
2343
  end)
2182
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
+
2183
2387
  api.add_operation(:describe_fleet_port_settings, Seahorse::Model::Operation.new.tap do |o|
2184
2388
  o.name = "DescribeFleetPortSettings"
2185
2389
  o.http_method = "POST"