aws-sdk-gamelift 1.41.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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/master/CONTRIBUTING.md
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')
@@ -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,10 +334,15 @@ 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')
319
343
  QueueArnsList = Shapes::ListShape.new(name: 'QueueArnsList')
344
+ QueueCustomEventData = Shapes::StringShape.new(name: 'QueueCustomEventData')
345
+ QueueSnsArnStringModel = Shapes::StringShape.new(name: 'QueueSnsArnStringModel')
320
346
  RegisterGameServerInput = Shapes::StructureShape.new(name: 'RegisterGameServerInput')
321
347
  RegisterGameServerOutput = Shapes::StructureShape.new(name: 'RegisterGameServerOutput')
322
348
  RequestUploadCredentialsInput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsInput')
@@ -513,10 +539,21 @@ module Aws::GameLift
513
539
  CreateFleetInput.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
514
540
  CreateFleetInput.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
515
541
  CreateFleetInput.add_member(:certificate_configuration, Shapes::ShapeRef.new(shape: CertificateConfiguration, location_name: "CertificateConfiguration"))
542
+ CreateFleetInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationConfigurationList, location_name: "Locations"))
516
543
  CreateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
517
544
  CreateFleetInput.struct_class = Types::CreateFleetInput
518
545
 
546
+ CreateFleetLocationsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
547
+ CreateFleetLocationsInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationConfigurationList, required: true, location_name: "Locations"))
548
+ CreateFleetLocationsInput.struct_class = Types::CreateFleetLocationsInput
549
+
550
+ CreateFleetLocationsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
551
+ CreateFleetLocationsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
552
+ CreateFleetLocationsOutput.add_member(:location_states, Shapes::ShapeRef.new(shape: LocationStateList, location_name: "LocationStates"))
553
+ CreateFleetLocationsOutput.struct_class = Types::CreateFleetLocationsOutput
554
+
519
555
  CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
556
+ CreateFleetOutput.add_member(:location_states, Shapes::ShapeRef.new(shape: LocationStateList, location_name: "LocationStates"))
520
557
  CreateFleetOutput.struct_class = Types::CreateFleetOutput
521
558
 
522
559
  CreateGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, required: true, location_name: "GameServerGroupName"))
@@ -543,7 +580,8 @@ module Aws::GameLift
543
580
  CreateGameSessionInput.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
544
581
  CreateGameSessionInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "GameSessionId"))
545
582
  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"))
583
+ CreateGameSessionInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
584
+ CreateGameSessionInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
547
585
  CreateGameSessionInput.struct_class = Types::CreateGameSessionInput
548
586
 
549
587
  CreateGameSessionOutput.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
@@ -553,6 +591,10 @@ module Aws::GameLift
553
591
  CreateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
554
592
  CreateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
555
593
  CreateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
594
+ CreateGameSessionQueueInput.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
595
+ CreateGameSessionQueueInput.add_member(:priority_configuration, Shapes::ShapeRef.new(shape: PriorityConfiguration, location_name: "PriorityConfiguration"))
596
+ CreateGameSessionQueueInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: QueueCustomEventData, location_name: "CustomEventData"))
597
+ CreateGameSessionQueueInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: QueueSnsArnStringModel, location_name: "NotificationTarget"))
556
598
  CreateGameSessionQueueInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
557
599
  CreateGameSessionQueueInput.struct_class = Types::CreateGameSessionQueueInput
558
600
 
@@ -636,6 +678,15 @@ module Aws::GameLift
636
678
  DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
637
679
  DeleteFleetInput.struct_class = Types::DeleteFleetInput
638
680
 
681
+ DeleteFleetLocationsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
682
+ DeleteFleetLocationsInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationList, required: true, location_name: "Locations"))
683
+ DeleteFleetLocationsInput.struct_class = Types::DeleteFleetLocationsInput
684
+
685
+ DeleteFleetLocationsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
686
+ DeleteFleetLocationsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
687
+ DeleteFleetLocationsOutput.add_member(:location_states, Shapes::ShapeRef.new(shape: LocationStateList, location_name: "LocationStates"))
688
+ DeleteFleetLocationsOutput.struct_class = Types::DeleteFleetLocationsOutput
689
+
639
690
  DeleteGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
640
691
  DeleteGameServerGroupInput.add_member(:delete_option, Shapes::ShapeRef.new(shape: GameServerGroupDeleteOption, location_name: "DeleteOption"))
641
692
  DeleteGameServerGroupInput.struct_class = Types::DeleteGameServerGroupInput
@@ -694,6 +745,7 @@ module Aws::GameLift
694
745
  DescribeBuildOutput.struct_class = Types::DescribeBuildOutput
695
746
 
696
747
  DescribeEC2InstanceLimitsInput.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
748
+ DescribeEC2InstanceLimitsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
697
749
  DescribeEC2InstanceLimitsInput.struct_class = Types::DescribeEC2InstanceLimitsInput
698
750
 
699
751
  DescribeEC2InstanceLimitsOutput.add_member(:ec2_instance_limits, Shapes::ShapeRef.new(shape: EC2InstanceLimitList, location_name: "EC2InstanceLimits"))
@@ -728,10 +780,41 @@ module Aws::GameLift
728
780
  DescribeFleetEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
729
781
  DescribeFleetEventsOutput.struct_class = Types::DescribeFleetEventsOutput
730
782
 
783
+ DescribeFleetLocationAttributesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
784
+ DescribeFleetLocationAttributesInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationList, location_name: "Locations"))
785
+ DescribeFleetLocationAttributesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
786
+ DescribeFleetLocationAttributesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
787
+ DescribeFleetLocationAttributesInput.struct_class = Types::DescribeFleetLocationAttributesInput
788
+
789
+ DescribeFleetLocationAttributesOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
790
+ DescribeFleetLocationAttributesOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
791
+ DescribeFleetLocationAttributesOutput.add_member(:location_attributes, Shapes::ShapeRef.new(shape: LocationAttributesList, location_name: "LocationAttributes"))
792
+ DescribeFleetLocationAttributesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
793
+ DescribeFleetLocationAttributesOutput.struct_class = Types::DescribeFleetLocationAttributesOutput
794
+
795
+ DescribeFleetLocationCapacityInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
796
+ DescribeFleetLocationCapacityInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, required: true, location_name: "Location"))
797
+ DescribeFleetLocationCapacityInput.struct_class = Types::DescribeFleetLocationCapacityInput
798
+
799
+ DescribeFleetLocationCapacityOutput.add_member(:fleet_capacity, Shapes::ShapeRef.new(shape: FleetCapacity, location_name: "FleetCapacity"))
800
+ DescribeFleetLocationCapacityOutput.struct_class = Types::DescribeFleetLocationCapacityOutput
801
+
802
+ DescribeFleetLocationUtilizationInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
803
+ DescribeFleetLocationUtilizationInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, required: true, location_name: "Location"))
804
+ DescribeFleetLocationUtilizationInput.struct_class = Types::DescribeFleetLocationUtilizationInput
805
+
806
+ DescribeFleetLocationUtilizationOutput.add_member(:fleet_utilization, Shapes::ShapeRef.new(shape: FleetUtilization, location_name: "FleetUtilization"))
807
+ DescribeFleetLocationUtilizationOutput.struct_class = Types::DescribeFleetLocationUtilizationOutput
808
+
731
809
  DescribeFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
810
+ DescribeFleetPortSettingsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
732
811
  DescribeFleetPortSettingsInput.struct_class = Types::DescribeFleetPortSettingsInput
733
812
 
813
+ DescribeFleetPortSettingsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
814
+ DescribeFleetPortSettingsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
734
815
  DescribeFleetPortSettingsOutput.add_member(:inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InboundPermissions"))
816
+ DescribeFleetPortSettingsOutput.add_member(:update_status, Shapes::ShapeRef.new(shape: LocationUpdateStatus, location_name: "UpdateStatus"))
817
+ DescribeFleetPortSettingsOutput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
735
818
  DescribeFleetPortSettingsOutput.struct_class = Types::DescribeFleetPortSettingsOutput
736
819
 
737
820
  DescribeFleetUtilizationInput.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: FleetIdOrArnList, location_name: "FleetIds"))
@@ -769,6 +852,7 @@ module Aws::GameLift
769
852
  DescribeGameSessionDetailsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
770
853
  DescribeGameSessionDetailsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
771
854
  DescribeGameSessionDetailsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
855
+ DescribeGameSessionDetailsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
772
856
  DescribeGameSessionDetailsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
773
857
  DescribeGameSessionDetailsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
774
858
  DescribeGameSessionDetailsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
@@ -796,6 +880,7 @@ module Aws::GameLift
796
880
  DescribeGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
797
881
  DescribeGameSessionsInput.add_member(:game_session_id, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionId"))
798
882
  DescribeGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
883
+ DescribeGameSessionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
799
884
  DescribeGameSessionsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusFilter"))
800
885
  DescribeGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
801
886
  DescribeGameSessionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
@@ -809,6 +894,7 @@ module Aws::GameLift
809
894
  DescribeInstancesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
810
895
  DescribeInstancesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
811
896
  DescribeInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
897
+ DescribeInstancesInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
812
898
  DescribeInstancesInput.struct_class = Types::DescribeInstancesInput
813
899
 
814
900
  DescribeInstancesOutput.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, location_name: "Instances"))
@@ -862,6 +948,7 @@ module Aws::GameLift
862
948
  DescribeScalingPoliciesInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "StatusFilter"))
863
949
  DescribeScalingPoliciesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
864
950
  DescribeScalingPoliciesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
951
+ DescribeScalingPoliciesInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
865
952
  DescribeScalingPoliciesInput.struct_class = Types::DescribeScalingPoliciesInput
866
953
 
867
954
  DescribeScalingPoliciesOutput.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicyList, location_name: "ScalingPolicies"))
@@ -903,6 +990,7 @@ module Aws::GameLift
903
990
  EC2InstanceLimit.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "EC2InstanceType"))
904
991
  EC2InstanceLimit.add_member(:current_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentInstances"))
905
992
  EC2InstanceLimit.add_member(:instance_limit, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "InstanceLimit"))
993
+ EC2InstanceLimit.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
906
994
  EC2InstanceLimit.struct_class = Types::EC2InstanceLimit
907
995
 
908
996
  EC2InstanceLimitList.member = Shapes::ShapeRef.new(shape: EC2InstanceLimit)
@@ -917,6 +1005,9 @@ module Aws::GameLift
917
1005
 
918
1006
  EventList.member = Shapes::ShapeRef.new(shape: Event)
919
1007
 
1008
+ FilterConfiguration.add_member(:allowed_locations, Shapes::ShapeRef.new(shape: LocationList, location_name: "AllowedLocations"))
1009
+ FilterConfiguration.struct_class = Types::FilterConfiguration
1010
+
920
1011
  FleetActionList.member = Shapes::ShapeRef.new(shape: FleetAction)
921
1012
 
922
1013
  FleetAttributes.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
@@ -947,8 +1038,10 @@ module Aws::GameLift
947
1038
  FleetAttributesList.member = Shapes::ShapeRef.new(shape: FleetAttributes)
948
1039
 
949
1040
  FleetCapacity.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1041
+ FleetCapacity.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
950
1042
  FleetCapacity.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
951
1043
  FleetCapacity.add_member(:instance_counts, Shapes::ShapeRef.new(shape: EC2InstanceCounts, location_name: "InstanceCounts"))
1044
+ FleetCapacity.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
952
1045
  FleetCapacity.struct_class = Types::FleetCapacity
953
1046
 
954
1047
  FleetCapacityExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
@@ -961,10 +1054,12 @@ module Aws::GameLift
961
1054
  FleetIdOrArnList.member = Shapes::ShapeRef.new(shape: FleetIdOrArn)
962
1055
 
963
1056
  FleetUtilization.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1057
+ FleetUtilization.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
964
1058
  FleetUtilization.add_member(:active_server_process_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveServerProcessCount"))
965
1059
  FleetUtilization.add_member(:active_game_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ActiveGameSessionCount"))
966
1060
  FleetUtilization.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
967
1061
  FleetUtilization.add_member(:maximum_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaximumPlayerSessionCount"))
1062
+ FleetUtilization.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
968
1063
  FleetUtilization.struct_class = Types::FleetUtilization
969
1064
 
970
1065
  FleetUtilizationList.member = Shapes::ShapeRef.new(shape: FleetUtilization)
@@ -1038,8 +1133,9 @@ module Aws::GameLift
1038
1133
  GameSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
1039
1134
  GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
1040
1135
  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"))
1136
+ GameSession.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
1042
1137
  GameSession.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
1138
+ GameSession.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1043
1139
  GameSession.struct_class = Types::GameSession
1044
1140
 
1045
1141
  GameSessionConnectionInfo.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
@@ -1076,7 +1172,7 @@ module Aws::GameLift
1076
1172
  GameSessionPlacement.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
1077
1173
  GameSessionPlacement.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
1078
1174
  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"))
1175
+ GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
1080
1176
  GameSessionPlacement.add_member(:matchmaker_data, Shapes::ShapeRef.new(shape: MatchmakerData, location_name: "MatchmakerData"))
1081
1177
  GameSessionPlacement.struct_class = Types::GameSessionPlacement
1082
1178
 
@@ -1085,6 +1181,10 @@ module Aws::GameLift
1085
1181
  GameSessionQueue.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
1086
1182
  GameSessionQueue.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
1087
1183
  GameSessionQueue.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
1184
+ GameSessionQueue.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
1185
+ GameSessionQueue.add_member(:priority_configuration, Shapes::ShapeRef.new(shape: PriorityConfiguration, location_name: "PriorityConfiguration"))
1186
+ GameSessionQueue.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: QueueCustomEventData, location_name: "CustomEventData"))
1187
+ GameSessionQueue.add_member(:notification_target, Shapes::ShapeRef.new(shape: QueueSnsArnStringModel, location_name: "NotificationTarget"))
1088
1188
  GameSessionQueue.struct_class = Types::GameSessionQueue
1089
1189
 
1090
1190
  GameSessionQueueDestination.add_member(:destination_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "DestinationArn"))
@@ -1113,6 +1213,7 @@ module Aws::GameLift
1113
1213
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
1114
1214
 
1115
1215
  Instance.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1216
+ Instance.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
1116
1217
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
1117
1218
  Instance.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
1118
1219
  Instance.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
@@ -1120,6 +1221,7 @@ module Aws::GameLift
1120
1221
  Instance.add_member(:type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "Type"))
1121
1222
  Instance.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "Status"))
1122
1223
  Instance.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1224
+ Instance.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1123
1225
  Instance.struct_class = Types::Instance
1124
1226
 
1125
1227
  InstanceAccess.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
@@ -1233,6 +1335,26 @@ module Aws::GameLift
1233
1335
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1234
1336
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1235
1337
 
1338
+ LocationAttributes.add_member(:location_state, Shapes::ShapeRef.new(shape: LocationState, location_name: "LocationState"))
1339
+ LocationAttributes.add_member(:stopped_actions, Shapes::ShapeRef.new(shape: FleetActionList, location_name: "StoppedActions"))
1340
+ LocationAttributes.add_member(:update_status, Shapes::ShapeRef.new(shape: LocationUpdateStatus, location_name: "UpdateStatus"))
1341
+ LocationAttributes.struct_class = Types::LocationAttributes
1342
+
1343
+ LocationAttributesList.member = Shapes::ShapeRef.new(shape: LocationAttributes)
1344
+
1345
+ LocationConfiguration.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1346
+ LocationConfiguration.struct_class = Types::LocationConfiguration
1347
+
1348
+ LocationConfigurationList.member = Shapes::ShapeRef.new(shape: LocationConfiguration)
1349
+
1350
+ LocationList.member = Shapes::ShapeRef.new(shape: LocationStringModel)
1351
+
1352
+ LocationState.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1353
+ LocationState.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, location_name: "Status"))
1354
+ LocationState.struct_class = Types::LocationState
1355
+
1356
+ LocationStateList.member = Shapes::ShapeRef.new(shape: LocationState)
1357
+
1236
1358
  MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
1237
1359
  MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
1238
1360
  MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
@@ -1348,6 +1470,12 @@ module Aws::GameLift
1348
1470
 
1349
1471
  PlayerSessionList.member = Shapes::ShapeRef.new(shape: PlayerSession)
1350
1472
 
1473
+ PriorityConfiguration.add_member(:priority_order, Shapes::ShapeRef.new(shape: PriorityTypeList, location_name: "PriorityOrder"))
1474
+ PriorityConfiguration.add_member(:location_order, Shapes::ShapeRef.new(shape: LocationList, location_name: "LocationOrder"))
1475
+ PriorityConfiguration.struct_class = Types::PriorityConfiguration
1476
+
1477
+ PriorityTypeList.member = Shapes::ShapeRef.new(shape: PriorityType)
1478
+
1351
1479
  PutScalingPolicyInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, required: true, location_name: "Name"))
1352
1480
  PutScalingPolicyInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
1353
1481
  PutScalingPolicyInput.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
@@ -1417,6 +1545,7 @@ module Aws::GameLift
1417
1545
  S3Location.struct_class = Types::S3Location
1418
1546
 
1419
1547
  ScalingPolicy.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1548
+ ScalingPolicy.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
1420
1549
  ScalingPolicy.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
1421
1550
  ScalingPolicy.add_member(:status, Shapes::ShapeRef.new(shape: ScalingStatusType, location_name: "Status"))
1422
1551
  ScalingPolicy.add_member(:scaling_adjustment, Shapes::ShapeRef.new(shape: Integer, location_name: "ScalingAdjustment"))
@@ -1427,6 +1556,8 @@ module Aws::GameLift
1427
1556
  ScalingPolicy.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
1428
1557
  ScalingPolicy.add_member(:policy_type, Shapes::ShapeRef.new(shape: PolicyType, location_name: "PolicyType"))
1429
1558
  ScalingPolicy.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, location_name: "TargetConfiguration"))
1559
+ ScalingPolicy.add_member(:update_status, Shapes::ShapeRef.new(shape: LocationUpdateStatus, location_name: "UpdateStatus"))
1560
+ ScalingPolicy.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1430
1561
  ScalingPolicy.struct_class = Types::ScalingPolicy
1431
1562
 
1432
1563
  ScalingPolicyList.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
@@ -1444,6 +1575,7 @@ module Aws::GameLift
1444
1575
 
1445
1576
  SearchGameSessionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
1446
1577
  SearchGameSessionsInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasIdOrArn, location_name: "AliasId"))
1578
+ SearchGameSessionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1447
1579
  SearchGameSessionsInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "FilterExpression"))
1448
1580
  SearchGameSessionsInput.add_member(:sort_expression, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "SortExpression"))
1449
1581
  SearchGameSessionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
@@ -1463,8 +1595,11 @@ module Aws::GameLift
1463
1595
 
1464
1596
  StartFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
1465
1597
  StartFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
1598
+ StartFleetActionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1466
1599
  StartFleetActionsInput.struct_class = Types::StartFleetActionsInput
1467
1600
 
1601
+ StartFleetActionsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1602
+ StartFleetActionsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
1468
1603
  StartFleetActionsOutput.struct_class = Types::StartFleetActionsOutput
1469
1604
 
1470
1605
  StartGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
@@ -1474,7 +1609,7 @@ module Aws::GameLift
1474
1609
  StartGameSessionPlacementInput.add_member(:game_session_name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionName"))
1475
1610
  StartGameSessionPlacementInput.add_member(:player_latencies, Shapes::ShapeRef.new(shape: PlayerLatencyList, location_name: "PlayerLatencies"))
1476
1611
  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"))
1612
+ StartGameSessionPlacementInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: LargeGameSessionData, location_name: "GameSessionData"))
1478
1613
  StartGameSessionPlacementInput.struct_class = Types::StartGameSessionPlacementInput
1479
1614
 
1480
1615
  StartGameSessionPlacementOutput.add_member(:game_session_placement, Shapes::ShapeRef.new(shape: GameSessionPlacement, location_name: "GameSessionPlacement"))
@@ -1499,8 +1634,11 @@ module Aws::GameLift
1499
1634
 
1500
1635
  StopFleetActionsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
1501
1636
  StopFleetActionsInput.add_member(:actions, Shapes::ShapeRef.new(shape: FleetActionList, required: true, location_name: "Actions"))
1637
+ StopFleetActionsInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1502
1638
  StopFleetActionsInput.struct_class = Types::StopFleetActionsInput
1503
1639
 
1640
+ StopFleetActionsOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1641
+ StopFleetActionsOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
1504
1642
  StopFleetActionsOutput.struct_class = Types::StopFleetActionsOutput
1505
1643
 
1506
1644
  StopGameSessionPlacementInput.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, required: true, location_name: "PlacementId"))
@@ -1596,9 +1734,12 @@ module Aws::GameLift
1596
1734
  UpdateFleetCapacityInput.add_member(:desired_instances, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "DesiredInstances"))
1597
1735
  UpdateFleetCapacityInput.add_member(:min_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MinSize"))
1598
1736
  UpdateFleetCapacityInput.add_member(:max_size, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "MaxSize"))
1737
+ UpdateFleetCapacityInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1599
1738
  UpdateFleetCapacityInput.struct_class = Types::UpdateFleetCapacityInput
1600
1739
 
1601
1740
  UpdateFleetCapacityOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1741
+ UpdateFleetCapacityOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
1742
+ UpdateFleetCapacityOutput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
1602
1743
  UpdateFleetCapacityOutput.struct_class = Types::UpdateFleetCapacityOutput
1603
1744
 
1604
1745
  UpdateFleetPortSettingsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
@@ -1643,6 +1784,10 @@ module Aws::GameLift
1643
1784
  UpdateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
1644
1785
  UpdateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
1645
1786
  UpdateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
1787
+ UpdateGameSessionQueueInput.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
1788
+ UpdateGameSessionQueueInput.add_member(:priority_configuration, Shapes::ShapeRef.new(shape: PriorityConfiguration, location_name: "PriorityConfiguration"))
1789
+ UpdateGameSessionQueueInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: QueueCustomEventData, location_name: "CustomEventData"))
1790
+ UpdateGameSessionQueueInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: QueueSnsArnStringModel, location_name: "NotificationTarget"))
1646
1791
  UpdateGameSessionQueueInput.struct_class = Types::UpdateGameSessionQueueInput
1647
1792
 
1648
1793
  UpdateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
@@ -1802,6 +1947,19 @@ module Aws::GameLift
1802
1947
  o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1803
1948
  end)
1804
1949
 
1950
+ api.add_operation(:create_fleet_locations, Seahorse::Model::Operation.new.tap do |o|
1951
+ o.name = "CreateFleetLocations"
1952
+ o.http_method = "POST"
1953
+ o.http_request_uri = "/"
1954
+ o.input = Shapes::ShapeRef.new(shape: CreateFleetLocationsInput)
1955
+ o.output = Shapes::ShapeRef.new(shape: CreateFleetLocationsOutput)
1956
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1957
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1959
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1960
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1961
+ end)
1962
+
1805
1963
  api.add_operation(:create_game_server_group, Seahorse::Model::Operation.new.tap do |o|
1806
1964
  o.name = "CreateGameServerGroup"
1807
1965
  o.http_method = "POST"
@@ -1843,6 +2001,7 @@ module Aws::GameLift
1843
2001
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1844
2002
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1845
2003
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2004
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1846
2005
  o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1847
2006
  end)
1848
2007
 
@@ -1979,6 +2138,18 @@ module Aws::GameLift
1979
2138
  o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1980
2139
  end)
1981
2140
 
2141
+ api.add_operation(:delete_fleet_locations, Seahorse::Model::Operation.new.tap do |o|
2142
+ o.name = "DeleteFleetLocations"
2143
+ o.http_method = "POST"
2144
+ o.http_request_uri = "/"
2145
+ o.input = Shapes::ShapeRef.new(shape: DeleteFleetLocationsInput)
2146
+ o.output = Shapes::ShapeRef.new(shape: DeleteFleetLocationsOutput)
2147
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2148
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2149
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2150
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2151
+ end)
2152
+
1982
2153
  api.add_operation(:delete_game_server_group, Seahorse::Model::Operation.new.tap do |o|
1983
2154
  o.name = "DeleteGameServerGroup"
1984
2155
  o.http_method = "POST"
@@ -2180,6 +2351,48 @@ module Aws::GameLift
2180
2351
  )
2181
2352
  end)
2182
2353
 
2354
+ api.add_operation(:describe_fleet_location_attributes, Seahorse::Model::Operation.new.tap do |o|
2355
+ o.name = "DescribeFleetLocationAttributes"
2356
+ o.http_method = "POST"
2357
+ o.http_request_uri = "/"
2358
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetLocationAttributesInput)
2359
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetLocationAttributesOutput)
2360
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2361
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2362
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2363
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2364
+ o[:pager] = Aws::Pager.new(
2365
+ limit_key: "limit",
2366
+ tokens: {
2367
+ "next_token" => "next_token"
2368
+ }
2369
+ )
2370
+ end)
2371
+
2372
+ api.add_operation(:describe_fleet_location_capacity, Seahorse::Model::Operation.new.tap do |o|
2373
+ o.name = "DescribeFleetLocationCapacity"
2374
+ o.http_method = "POST"
2375
+ o.http_request_uri = "/"
2376
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetLocationCapacityInput)
2377
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetLocationCapacityOutput)
2378
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2379
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2380
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2381
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2382
+ end)
2383
+
2384
+ api.add_operation(:describe_fleet_location_utilization, Seahorse::Model::Operation.new.tap do |o|
2385
+ o.name = "DescribeFleetLocationUtilization"
2386
+ o.http_method = "POST"
2387
+ o.http_request_uri = "/"
2388
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetLocationUtilizationInput)
2389
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetLocationUtilizationOutput)
2390
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2392
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2393
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2394
+ end)
2395
+
2183
2396
  api.add_operation(:describe_fleet_port_settings, Seahorse::Model::Operation.new.tap do |o|
2184
2397
  o.name = "DescribeFleetPortSettings"
2185
2398
  o.http_method = "POST"