aws-sdk-gamelift 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '085805df306ec16e182b1e2bcbf6c2e252646038'
4
- data.tar.gz: 54a8799d265951d780352763882f5365d288f9a1
3
+ metadata.gz: 3896c47c004311c0aab971fb7770fd274cd5ae75
4
+ data.tar.gz: fcbf9b6b040de6f1bea1f84ba4c6761b80b53b5b
5
5
  SHA512:
6
- metadata.gz: 90e2c780de3bad68c42898ee2de20044ff7823781a423e3ab2f369a70e5fe6e9351497cc6b908ee397282681909e440a171c5665084473048c28f57fe4b04edb
7
- data.tar.gz: 22f10db6ca87f68aca3f2b7a3c965ba4f52026e9473dbdc50ab0050364d2125383dfb0ec5b217e070626834213904f7a3e4495af661f7959deed68d6517f3b3b
6
+ metadata.gz: 82cf351352e123be8f1e701266042bb0c592c6d99fe322472395580f0fdfd053a30a5eb13792aa662ab561c06ea7e3e66968a410e6aa3466d53ba14b4e238e7c
7
+ data.tar.gz: 29cb0765875609a1cf84e4b806485e47d62bd85f764b9d40cb955fe655c6f326a87ea01b6030750fedc08cff6cb8e25011ec06220ef84ac52b64e04ea2f519aa
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-gamelift/customizations'
42
42
  # @service
43
43
  module Aws::GameLift
44
44
 
45
- GEM_VERSION = '1.18.0'
45
+ GEM_VERSION = '1.19.0'
46
46
 
47
47
  end
@@ -7073,7 +7073,7 @@ module Aws::GameLift
7073
7073
  params: params,
7074
7074
  config: config)
7075
7075
  context[:gem_name] = 'aws-sdk-gamelift'
7076
- context[:gem_version] = '1.18.0'
7076
+ context[:gem_version] = '1.19.0'
7077
7077
  Seahorse::Client::Request.new(handlers, context)
7078
7078
  end
7079
7079
 
@@ -355,6 +355,9 @@ module Aws::GameLift
355
355
 
356
356
  BuildList.member = Shapes::ShapeRef.new(shape: Build)
357
357
 
358
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
359
+ ConflictException.struct_class = Types::ConflictException
360
+
358
361
  CreateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, required: true, location_name: "Name"))
359
362
  CreateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
360
363
  CreateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, required: true, location_name: "RoutingStrategy"))
@@ -769,6 +772,9 @@ module Aws::GameLift
769
772
  FleetCapacity.add_member(:instance_counts, Shapes::ShapeRef.new(shape: EC2InstanceCounts, location_name: "InstanceCounts"))
770
773
  FleetCapacity.struct_class = Types::FleetCapacity
771
774
 
775
+ FleetCapacityExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
776
+ FleetCapacityExceededException.struct_class = Types::FleetCapacityExceededException
777
+
772
778
  FleetCapacityList.member = Shapes::ShapeRef.new(shape: FleetCapacity)
773
779
 
774
780
  FleetIdList.member = Shapes::ShapeRef.new(shape: FleetId)
@@ -818,6 +824,9 @@ module Aws::GameLift
818
824
 
819
825
  GameSessionDetailList.member = Shapes::ShapeRef.new(shape: GameSessionDetail)
820
826
 
827
+ GameSessionFullException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
828
+ GameSessionFullException.struct_class = Types::GameSessionFullException
829
+
821
830
  GameSessionList.member = Shapes::ShapeRef.new(shape: GameSession)
822
831
 
823
832
  GameSessionPlacement.add_member(:placement_id, Shapes::ShapeRef.new(shape: IdStringModel, location_name: "PlacementId"))
@@ -868,6 +877,9 @@ module Aws::GameLift
868
877
  GetInstanceAccessOutput.add_member(:instance_access, Shapes::ShapeRef.new(shape: InstanceAccess, location_name: "InstanceAccess"))
869
878
  GetInstanceAccessOutput.struct_class = Types::GetInstanceAccessOutput
870
879
 
880
+ IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
881
+ IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
882
+
871
883
  Instance.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
872
884
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
873
885
  Instance.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
@@ -890,6 +902,18 @@ module Aws::GameLift
890
902
 
891
903
  InstanceList.member = Shapes::ShapeRef.new(shape: Instance)
892
904
 
905
+ InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
906
+ InternalServiceException.struct_class = Types::InternalServiceException
907
+
908
+ InvalidFleetStatusException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
909
+ InvalidFleetStatusException.struct_class = Types::InvalidFleetStatusException
910
+
911
+ InvalidGameSessionStatusException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
912
+ InvalidGameSessionStatusException.struct_class = Types::InvalidGameSessionStatusException
913
+
914
+ InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
915
+ InvalidRequestException.struct_class = Types::InvalidRequestException
916
+
893
917
  IpPermission.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "FromPort"))
894
918
  IpPermission.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "ToPort"))
895
919
  IpPermission.add_member(:ip_range, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "IpRange"))
@@ -901,6 +925,9 @@ module Aws::GameLift
901
925
  LatencyMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
902
926
  LatencyMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
903
927
 
928
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
929
+ LimitExceededException.struct_class = Types::LimitExceededException
930
+
904
931
  ListAliasesInput.add_member(:routing_strategy_type, Shapes::ShapeRef.new(shape: RoutingStrategyType, location_name: "RoutingStrategyType"))
905
932
  ListAliasesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
906
933
  ListAliasesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
@@ -988,6 +1015,9 @@ module Aws::GameLift
988
1015
 
989
1016
  MetricGroupList.member = Shapes::ShapeRef.new(shape: MetricGroup)
990
1017
 
1018
+ NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
1019
+ NotFoundException.struct_class = Types::NotFoundException
1020
+
991
1021
  PlacedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
992
1022
  PlacedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
993
1023
  PlacedPlayerSession.struct_class = Types::PlacedPlayerSession
@@ -1192,6 +1222,15 @@ module Aws::GameLift
1192
1222
  TargetConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "TargetValue"))
1193
1223
  TargetConfiguration.struct_class = Types::TargetConfiguration
1194
1224
 
1225
+ TerminalRoutingStrategyException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
1226
+ TerminalRoutingStrategyException.struct_class = Types::TerminalRoutingStrategyException
1227
+
1228
+ UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
1229
+ UnauthorizedException.struct_class = Types::UnauthorizedException
1230
+
1231
+ UnsupportedRegionException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
1232
+ UnsupportedRegionException.struct_class = Types::UnsupportedRegionException
1233
+
1195
1234
  UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
1196
1235
  UpdateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
1197
1236
  UpdateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
@@ -10,5 +10,213 @@ module Aws::GameLift
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class ConflictException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::GameLift::Types::ConflictException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class FleetCapacityExceededException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::GameLift::Types::FleetCapacityExceededException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class GameSessionFullException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::GameLift::Types::GameSessionFullException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class IdempotentParameterMismatchException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::GameLift::Types::IdempotentParameterMismatchException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class InternalServiceException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::GameLift::Types::InternalServiceException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class InvalidFleetStatusException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::GameLift::Types::InvalidFleetStatusException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class InvalidGameSessionStatusException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::GameLift::Types::InvalidGameSessionStatusException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class InvalidRequestException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::GameLift::Types::InvalidRequestException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class LimitExceededException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::GameLift::Types::LimitExceededException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class NotFoundException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::GameLift::Types::NotFoundException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class TerminalRoutingStrategyException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::GameLift::Types::TerminalRoutingStrategyException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class UnauthorizedException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::GameLift::Types::UnauthorizedException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class UnsupportedRegionException < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::GameLift::Types::UnsupportedRegionException] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ end
220
+
13
221
  end
14
222
  end
@@ -261,6 +261,20 @@ module Aws::GameLift
261
261
  include Aws::Structure
262
262
  end
263
263
 
264
+ # The requested operation would cause a conflict with the current state
265
+ # of a service resource associated with the request. Resolve the
266
+ # conflict before retrying this request.
267
+ #
268
+ # @!attribute [rw] message
269
+ # @return [String]
270
+ #
271
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/ConflictException AWS API Documentation
272
+ #
273
+ class ConflictException < Struct.new(
274
+ :message)
275
+ include Aws::Structure
276
+ end
277
+
264
278
  # Represents the input for a request action.
265
279
  #
266
280
  # @note When making an API call, you may pass CreateAliasInput
@@ -3324,6 +3338,20 @@ module Aws::GameLift
3324
3338
  include Aws::Structure
3325
3339
  end
3326
3340
 
3341
+ # The specified fleet has no available instances to fulfill a
3342
+ # `CreateGameSession` request. Clients can retry such requests
3343
+ # immediately or after a waiting period.
3344
+ #
3345
+ # @!attribute [rw] message
3346
+ # @return [String]
3347
+ #
3348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/FleetCapacityExceededException AWS API Documentation
3349
+ #
3350
+ class FleetCapacityExceededException < Struct.new(
3351
+ :message)
3352
+ include Aws::Structure
3353
+ end
3354
+
3327
3355
  # Current status of fleet utilization, including the number of game and
3328
3356
  # player sessions being hosted.
3329
3357
  #
@@ -3660,6 +3688,20 @@ module Aws::GameLift
3660
3688
  include Aws::Structure
3661
3689
  end
3662
3690
 
3691
+ # The game instance is currently full and cannot allow the requested
3692
+ # player(s) to join. Clients can retry such requests immediately or
3693
+ # after a waiting period.
3694
+ #
3695
+ # @!attribute [rw] message
3696
+ # @return [String]
3697
+ #
3698
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/GameSessionFullException AWS API Documentation
3699
+ #
3700
+ class GameSessionFullException < Struct.new(
3701
+ :message)
3702
+ include Aws::Structure
3703
+ end
3704
+
3663
3705
  # Object that describes a StartGameSessionPlacement request. This object
3664
3706
  # includes the full details of the original request plus the current
3665
3707
  # status and start/end time stamps.
@@ -4017,6 +4059,19 @@ module Aws::GameLift
4017
4059
  include Aws::Structure
4018
4060
  end
4019
4061
 
4062
+ # A game session with this custom ID string already exists in this
4063
+ # fleet. Resolve this conflict before retrying this request.
4064
+ #
4065
+ # @!attribute [rw] message
4066
+ # @return [String]
4067
+ #
4068
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/IdempotentParameterMismatchException AWS API Documentation
4069
+ #
4070
+ class IdempotentParameterMismatchException < Struct.new(
4071
+ :message)
4072
+ include Aws::Structure
4073
+ end
4074
+
4020
4075
  # Properties that describe an instance of a virtual computing resource
4021
4076
  # that hosts one or more game servers. A fleet may contain zero or more
4022
4077
  # instances.
@@ -4136,6 +4191,61 @@ module Aws::GameLift
4136
4191
  include Aws::Structure
4137
4192
  end
4138
4193
 
4194
+ # The service encountered an unrecoverable internal failure while
4195
+ # processing the request. Clients can retry such requests immediately or
4196
+ # after a waiting period.
4197
+ #
4198
+ # @!attribute [rw] message
4199
+ # @return [String]
4200
+ #
4201
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/InternalServiceException AWS API Documentation
4202
+ #
4203
+ class InternalServiceException < Struct.new(
4204
+ :message)
4205
+ include Aws::Structure
4206
+ end
4207
+
4208
+ # The requested operation would cause a conflict with the current state
4209
+ # of a resource associated with the request and/or the fleet. Resolve
4210
+ # the conflict before retrying.
4211
+ #
4212
+ # @!attribute [rw] message
4213
+ # @return [String]
4214
+ #
4215
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/InvalidFleetStatusException AWS API Documentation
4216
+ #
4217
+ class InvalidFleetStatusException < Struct.new(
4218
+ :message)
4219
+ include Aws::Structure
4220
+ end
4221
+
4222
+ # The requested operation would cause a conflict with the current state
4223
+ # of a resource associated with the request and/or the game instance.
4224
+ # Resolve the conflict before retrying.
4225
+ #
4226
+ # @!attribute [rw] message
4227
+ # @return [String]
4228
+ #
4229
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/InvalidGameSessionStatusException AWS API Documentation
4230
+ #
4231
+ class InvalidGameSessionStatusException < Struct.new(
4232
+ :message)
4233
+ include Aws::Structure
4234
+ end
4235
+
4236
+ # One or more parameter values in the request are invalid. Correct the
4237
+ # invalid parameter values before retrying.
4238
+ #
4239
+ # @!attribute [rw] message
4240
+ # @return [String]
4241
+ #
4242
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/InvalidRequestException AWS API Documentation
4243
+ #
4244
+ class InvalidRequestException < Struct.new(
4245
+ :message)
4246
+ include Aws::Structure
4247
+ end
4248
+
4139
4249
  # A range of IP addresses and port settings that allow inbound traffic
4140
4250
  # to connect to server processes on an Amazon GameLift. New game
4141
4251
  # sessions that are started on the fleet are assigned an IP address/port
@@ -4184,6 +4294,19 @@ module Aws::GameLift
4184
4294
  include Aws::Structure
4185
4295
  end
4186
4296
 
4297
+ # The requested operation would cause the resource to exceed the allowed
4298
+ # service limit. Resolve the issue before retrying.
4299
+ #
4300
+ # @!attribute [rw] message
4301
+ # @return [String]
4302
+ #
4303
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/LimitExceededException AWS API Documentation
4304
+ #
4305
+ class LimitExceededException < Struct.new(
4306
+ :message)
4307
+ include Aws::Structure
4308
+ end
4309
+
4187
4310
  # Represents the input for a request action.
4188
4311
  #
4189
4312
  # @note When making an API call, you may pass ListAliasesInput
@@ -4763,6 +4886,19 @@ module Aws::GameLift
4763
4886
  include Aws::Structure
4764
4887
  end
4765
4888
 
4889
+ # A service resource associated with the request could not be found.
4890
+ # Clients should not retry such requests.
4891
+ #
4892
+ # @!attribute [rw] message
4893
+ # @return [String]
4894
+ #
4895
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/NotFoundException AWS API Documentation
4896
+ #
4897
+ class NotFoundException < Struct.new(
4898
+ :message)
4899
+ include Aws::Structure
4900
+ end
4901
+
4766
4902
  # Information about a player session that was created as part of a
4767
4903
  # StartGameSessionPlacement request. This object contains only the
4768
4904
  # player ID and player session ID. To retrieve full details on a player
@@ -6405,6 +6541,47 @@ module Aws::GameLift
6405
6541
  include Aws::Structure
6406
6542
  end
6407
6543
 
6544
+ # The service is unable to resolve the routing for a particular alias
6545
+ # because it has a terminal RoutingStrategy associated with it. The
6546
+ # message returned in this exception is the message defined in the
6547
+ # routing strategy itself. Such requests should only be retried if the
6548
+ # routing strategy for the specified alias is modified.
6549
+ #
6550
+ # @!attribute [rw] message
6551
+ # @return [String]
6552
+ #
6553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/TerminalRoutingStrategyException AWS API Documentation
6554
+ #
6555
+ class TerminalRoutingStrategyException < Struct.new(
6556
+ :message)
6557
+ include Aws::Structure
6558
+ end
6559
+
6560
+ # The client failed authentication. Clients should not retry such
6561
+ # requests.
6562
+ #
6563
+ # @!attribute [rw] message
6564
+ # @return [String]
6565
+ #
6566
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UnauthorizedException AWS API Documentation
6567
+ #
6568
+ class UnauthorizedException < Struct.new(
6569
+ :message)
6570
+ include Aws::Structure
6571
+ end
6572
+
6573
+ # The requested operation is not supported in the region specified.
6574
+ #
6575
+ # @!attribute [rw] message
6576
+ # @return [String]
6577
+ #
6578
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UnsupportedRegionException AWS API Documentation
6579
+ #
6580
+ class UnsupportedRegionException < Struct.new(
6581
+ :message)
6582
+ include Aws::Structure
6583
+ end
6584
+
6408
6585
  # Represents the input for a request action.
6409
6586
  #
6410
6587
  # @note When making an API call, you may pass UpdateAliasInput
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gamelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement