aws-sdk-gamelift 1.94.0 → 1.96.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +2039 -637
- data/lib/aws-sdk-gamelift/client_api.rb +495 -122
- data/lib/aws-sdk-gamelift/types.rb +2076 -1019
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/sig/client.rbs +346 -48
- data/sig/types.rbs +311 -97
- metadata +2 -2
@@ -53,51 +53,55 @@ module Aws::GameLift
|
|
53
53
|
ComputeType = Shapes::StringShape.new(name: 'ComputeType')
|
54
54
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
55
55
|
ConnectionPortRange = Shapes::StructureShape.new(name: 'ConnectionPortRange')
|
56
|
-
|
56
|
+
ContainerAttribute = Shapes::StructureShape.new(name: 'ContainerAttribute')
|
57
|
+
ContainerAttributes = Shapes::ListShape.new(name: 'ContainerAttributes')
|
57
58
|
ContainerCommandStringList = Shapes::ListShape.new(name: 'ContainerCommandStringList')
|
58
|
-
ContainerCpu = Shapes::IntegerShape.new(name: 'ContainerCpu')
|
59
|
-
ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
|
60
|
-
ContainerDefinitionInput = Shapes::StructureShape.new(name: 'ContainerDefinitionInput')
|
61
|
-
ContainerDefinitionInputList = Shapes::ListShape.new(name: 'ContainerDefinitionInputList')
|
62
|
-
ContainerDefinitionList = Shapes::ListShape.new(name: 'ContainerDefinitionList')
|
63
59
|
ContainerDependency = Shapes::StructureShape.new(name: 'ContainerDependency')
|
64
60
|
ContainerDependencyCondition = Shapes::StringShape.new(name: 'ContainerDependencyCondition')
|
65
61
|
ContainerDependencyList = Shapes::ListShape.new(name: 'ContainerDependencyList')
|
66
|
-
ContainerEntryPointList = Shapes::ListShape.new(name: 'ContainerEntryPointList')
|
67
62
|
ContainerEnvironment = Shapes::StructureShape.new(name: 'ContainerEnvironment')
|
68
63
|
ContainerEnvironmentList = Shapes::ListShape.new(name: 'ContainerEnvironmentList')
|
64
|
+
ContainerFleet = Shapes::StructureShape.new(name: 'ContainerFleet')
|
65
|
+
ContainerFleetBillingType = Shapes::StringShape.new(name: 'ContainerFleetBillingType')
|
66
|
+
ContainerFleetList = Shapes::ListShape.new(name: 'ContainerFleetList')
|
67
|
+
ContainerFleetLocationAttributes = Shapes::StructureShape.new(name: 'ContainerFleetLocationAttributes')
|
68
|
+
ContainerFleetLocationAttributesList = Shapes::ListShape.new(name: 'ContainerFleetLocationAttributesList')
|
69
|
+
ContainerFleetLocationStatus = Shapes::StringShape.new(name: 'ContainerFleetLocationStatus')
|
70
|
+
ContainerFleetRemoveAttribute = Shapes::StringShape.new(name: 'ContainerFleetRemoveAttribute')
|
71
|
+
ContainerFleetRemoveAttributeList = Shapes::ListShape.new(name: 'ContainerFleetRemoveAttributeList')
|
72
|
+
ContainerFleetStatus = Shapes::StringShape.new(name: 'ContainerFleetStatus')
|
69
73
|
ContainerGroupDefinition = Shapes::StructureShape.new(name: 'ContainerGroupDefinition')
|
70
74
|
ContainerGroupDefinitionArn = Shapes::StringShape.new(name: 'ContainerGroupDefinitionArn')
|
71
75
|
ContainerGroupDefinitionList = Shapes::ListShape.new(name: 'ContainerGroupDefinitionList')
|
72
76
|
ContainerGroupDefinitionName = Shapes::StringShape.new(name: 'ContainerGroupDefinitionName')
|
73
77
|
ContainerGroupDefinitionNameOrArn = Shapes::StringShape.new(name: 'ContainerGroupDefinitionNameOrArn')
|
74
|
-
ContainerGroupDefinitionNameOrArnLimitedList = Shapes::ListShape.new(name: 'ContainerGroupDefinitionNameOrArnLimitedList')
|
75
|
-
ContainerGroupDefinitionPropertiesList = Shapes::ListShape.new(name: 'ContainerGroupDefinitionPropertiesList')
|
76
|
-
ContainerGroupDefinitionProperty = Shapes::StructureShape.new(name: 'ContainerGroupDefinitionProperty')
|
77
78
|
ContainerGroupDefinitionStatus = Shapes::StringShape.new(name: 'ContainerGroupDefinitionStatus')
|
78
|
-
|
79
|
-
ContainerGroupsConfiguration = Shapes::StructureShape.new(name: 'ContainerGroupsConfiguration')
|
80
|
-
ContainerGroupsPerInstance = Shapes::StructureShape.new(name: 'ContainerGroupsPerInstance')
|
79
|
+
ContainerGroupType = Shapes::StringShape.new(name: 'ContainerGroupType')
|
81
80
|
ContainerHealthCheck = Shapes::StructureShape.new(name: 'ContainerHealthCheck')
|
82
81
|
ContainerHealthCheckInterval = Shapes::IntegerShape.new(name: 'ContainerHealthCheckInterval')
|
83
82
|
ContainerHealthCheckRetries = Shapes::IntegerShape.new(name: 'ContainerHealthCheckRetries')
|
84
83
|
ContainerHealthCheckStartPeriod = Shapes::IntegerShape.new(name: 'ContainerHealthCheckStartPeriod')
|
85
84
|
ContainerHealthCheckTimeout = Shapes::IntegerShape.new(name: 'ContainerHealthCheckTimeout')
|
85
|
+
ContainerIdentifier = Shapes::StructureShape.new(name: 'ContainerIdentifier')
|
86
|
+
ContainerIdentifierList = Shapes::ListShape.new(name: 'ContainerIdentifierList')
|
86
87
|
ContainerMemoryLimit = Shapes::IntegerShape.new(name: 'ContainerMemoryLimit')
|
87
|
-
|
88
|
+
ContainerMountPoint = Shapes::StructureShape.new(name: 'ContainerMountPoint')
|
89
|
+
ContainerMountPointAccessLevel = Shapes::StringShape.new(name: 'ContainerMountPointAccessLevel')
|
90
|
+
ContainerMountPointList = Shapes::ListShape.new(name: 'ContainerMountPointList')
|
88
91
|
ContainerOperatingSystem = Shapes::StringShape.new(name: 'ContainerOperatingSystem')
|
92
|
+
ContainerPathString = Shapes::StringShape.new(name: 'ContainerPathString')
|
89
93
|
ContainerPortConfiguration = Shapes::StructureShape.new(name: 'ContainerPortConfiguration')
|
90
|
-
ContainerPortMapping = Shapes::StructureShape.new(name: 'ContainerPortMapping')
|
91
|
-
ContainerPortMappingList = Shapes::ListShape.new(name: 'ContainerPortMappingList')
|
92
94
|
ContainerPortRange = Shapes::StructureShape.new(name: 'ContainerPortRange')
|
93
95
|
ContainerPortRangeList = Shapes::ListShape.new(name: 'ContainerPortRangeList')
|
94
|
-
ContainerSchedulingStrategy = Shapes::StringShape.new(name: 'ContainerSchedulingStrategy')
|
95
|
-
ContainerTotalCpuLimit = Shapes::IntegerShape.new(name: 'ContainerTotalCpuLimit')
|
96
96
|
ContainerTotalMemoryLimit = Shapes::IntegerShape.new(name: 'ContainerTotalMemoryLimit')
|
97
|
+
ContainerTotalVcpuLimit = Shapes::FloatShape.new(name: 'ContainerTotalVcpuLimit')
|
98
|
+
ContainerVcpu = Shapes::FloatShape.new(name: 'ContainerVcpu')
|
97
99
|
CreateAliasInput = Shapes::StructureShape.new(name: 'CreateAliasInput')
|
98
100
|
CreateAliasOutput = Shapes::StructureShape.new(name: 'CreateAliasOutput')
|
99
101
|
CreateBuildInput = Shapes::StructureShape.new(name: 'CreateBuildInput')
|
100
102
|
CreateBuildOutput = Shapes::StructureShape.new(name: 'CreateBuildOutput')
|
103
|
+
CreateContainerFleetInput = Shapes::StructureShape.new(name: 'CreateContainerFleetInput')
|
104
|
+
CreateContainerFleetOutput = Shapes::StructureShape.new(name: 'CreateContainerFleetOutput')
|
101
105
|
CreateContainerGroupDefinitionInput = Shapes::StructureShape.new(name: 'CreateContainerGroupDefinitionInput')
|
102
106
|
CreateContainerGroupDefinitionOutput = Shapes::StructureShape.new(name: 'CreateContainerGroupDefinitionOutput')
|
103
107
|
CreateFleetInput = Shapes::StructureShape.new(name: 'CreateFleetInput')
|
@@ -131,7 +135,10 @@ module Aws::GameLift
|
|
131
135
|
CustomLocationNameOrArnModel = Shapes::StringShape.new(name: 'CustomLocationNameOrArnModel')
|
132
136
|
DeleteAliasInput = Shapes::StructureShape.new(name: 'DeleteAliasInput')
|
133
137
|
DeleteBuildInput = Shapes::StructureShape.new(name: 'DeleteBuildInput')
|
138
|
+
DeleteContainerFleetInput = Shapes::StructureShape.new(name: 'DeleteContainerFleetInput')
|
139
|
+
DeleteContainerFleetOutput = Shapes::StructureShape.new(name: 'DeleteContainerFleetOutput')
|
134
140
|
DeleteContainerGroupDefinitionInput = Shapes::StructureShape.new(name: 'DeleteContainerGroupDefinitionInput')
|
141
|
+
DeleteContainerGroupDefinitionOutput = Shapes::StructureShape.new(name: 'DeleteContainerGroupDefinitionOutput')
|
135
142
|
DeleteFleetInput = Shapes::StructureShape.new(name: 'DeleteFleetInput')
|
136
143
|
DeleteFleetLocationsInput = Shapes::StructureShape.new(name: 'DeleteFleetLocationsInput')
|
137
144
|
DeleteFleetLocationsOutput = Shapes::StructureShape.new(name: 'DeleteFleetLocationsOutput')
|
@@ -151,6 +158,12 @@ module Aws::GameLift
|
|
151
158
|
DeleteVpcPeeringAuthorizationOutput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringAuthorizationOutput')
|
152
159
|
DeleteVpcPeeringConnectionInput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionInput')
|
153
160
|
DeleteVpcPeeringConnectionOutput = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionOutput')
|
161
|
+
DeploymentConfiguration = Shapes::StructureShape.new(name: 'DeploymentConfiguration')
|
162
|
+
DeploymentDetails = Shapes::StructureShape.new(name: 'DeploymentDetails')
|
163
|
+
DeploymentId = Shapes::StringShape.new(name: 'DeploymentId')
|
164
|
+
DeploymentImpairmentStrategy = Shapes::StringShape.new(name: 'DeploymentImpairmentStrategy')
|
165
|
+
DeploymentProtectionStrategy = Shapes::StringShape.new(name: 'DeploymentProtectionStrategy')
|
166
|
+
DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
|
154
167
|
DeregisterComputeInput = Shapes::StructureShape.new(name: 'DeregisterComputeInput')
|
155
168
|
DeregisterComputeOutput = Shapes::StructureShape.new(name: 'DeregisterComputeOutput')
|
156
169
|
DeregisterGameServerInput = Shapes::StructureShape.new(name: 'DeregisterGameServerInput')
|
@@ -160,6 +173,8 @@ module Aws::GameLift
|
|
160
173
|
DescribeBuildOutput = Shapes::StructureShape.new(name: 'DescribeBuildOutput')
|
161
174
|
DescribeComputeInput = Shapes::StructureShape.new(name: 'DescribeComputeInput')
|
162
175
|
DescribeComputeOutput = Shapes::StructureShape.new(name: 'DescribeComputeOutput')
|
176
|
+
DescribeContainerFleetInput = Shapes::StructureShape.new(name: 'DescribeContainerFleetInput')
|
177
|
+
DescribeContainerFleetOutput = Shapes::StructureShape.new(name: 'DescribeContainerFleetOutput')
|
163
178
|
DescribeContainerGroupDefinitionInput = Shapes::StructureShape.new(name: 'DescribeContainerGroupDefinitionInput')
|
164
179
|
DescribeContainerGroupDefinitionOutput = Shapes::StructureShape.new(name: 'DescribeContainerGroupDefinitionOutput')
|
165
180
|
DescribeEC2InstanceLimitsInput = Shapes::StructureShape.new(name: 'DescribeEC2InstanceLimitsInput')
|
@@ -168,6 +183,8 @@ module Aws::GameLift
|
|
168
183
|
DescribeFleetAttributesOutput = Shapes::StructureShape.new(name: 'DescribeFleetAttributesOutput')
|
169
184
|
DescribeFleetCapacityInput = Shapes::StructureShape.new(name: 'DescribeFleetCapacityInput')
|
170
185
|
DescribeFleetCapacityOutput = Shapes::StructureShape.new(name: 'DescribeFleetCapacityOutput')
|
186
|
+
DescribeFleetDeploymentInput = Shapes::StructureShape.new(name: 'DescribeFleetDeploymentInput')
|
187
|
+
DescribeFleetDeploymentOutput = Shapes::StructureShape.new(name: 'DescribeFleetDeploymentOutput')
|
171
188
|
DescribeFleetEventsInput = Shapes::StructureShape.new(name: 'DescribeFleetEventsInput')
|
172
189
|
DescribeFleetEventsOutput = Shapes::StructureShape.new(name: 'DescribeFleetEventsOutput')
|
173
190
|
DescribeFleetLocationAttributesInput = Shapes::StructureShape.new(name: 'DescribeFleetLocationAttributesInput')
|
@@ -236,9 +253,12 @@ module Aws::GameLift
|
|
236
253
|
FleetArn = Shapes::StringShape.new(name: 'FleetArn')
|
237
254
|
FleetAttributes = Shapes::StructureShape.new(name: 'FleetAttributes')
|
238
255
|
FleetAttributesList = Shapes::ListShape.new(name: 'FleetAttributesList')
|
256
|
+
FleetBinaryArn = Shapes::StringShape.new(name: 'FleetBinaryArn')
|
239
257
|
FleetCapacity = Shapes::StructureShape.new(name: 'FleetCapacity')
|
240
258
|
FleetCapacityExceededException = Shapes::StructureShape.new(name: 'FleetCapacityExceededException')
|
241
259
|
FleetCapacityList = Shapes::ListShape.new(name: 'FleetCapacityList')
|
260
|
+
FleetDeployment = Shapes::StructureShape.new(name: 'FleetDeployment')
|
261
|
+
FleetDeployments = Shapes::ListShape.new(name: 'FleetDeployments')
|
242
262
|
FleetId = Shapes::StringShape.new(name: 'FleetId')
|
243
263
|
FleetIdList = Shapes::ListShape.new(name: 'FleetIdList')
|
244
264
|
FleetIdOrArn = Shapes::StringShape.new(name: 'FleetIdOrArn')
|
@@ -259,6 +279,10 @@ module Aws::GameLift
|
|
259
279
|
GameServer = Shapes::StructureShape.new(name: 'GameServer')
|
260
280
|
GameServerClaimStatus = Shapes::StringShape.new(name: 'GameServerClaimStatus')
|
261
281
|
GameServerConnectionInfo = Shapes::StringShape.new(name: 'GameServerConnectionInfo')
|
282
|
+
GameServerContainerDefinition = Shapes::StructureShape.new(name: 'GameServerContainerDefinition')
|
283
|
+
GameServerContainerDefinitionInput = Shapes::StructureShape.new(name: 'GameServerContainerDefinitionInput')
|
284
|
+
GameServerContainerGroupCounts = Shapes::StructureShape.new(name: 'GameServerContainerGroupCounts')
|
285
|
+
GameServerContainerGroupsPerInstance = Shapes::IntegerShape.new(name: 'GameServerContainerGroupsPerInstance')
|
262
286
|
GameServerData = Shapes::StringShape.new(name: 'GameServerData')
|
263
287
|
GameServerGroup = Shapes::StructureShape.new(name: 'GameServerGroup')
|
264
288
|
GameServerGroupAction = Shapes::StringShape.new(name: 'GameServerGroupAction')
|
@@ -284,6 +308,7 @@ module Aws::GameLift
|
|
284
308
|
GameSession = Shapes::StructureShape.new(name: 'GameSession')
|
285
309
|
GameSessionActivationTimeoutSeconds = Shapes::IntegerShape.new(name: 'GameSessionActivationTimeoutSeconds')
|
286
310
|
GameSessionConnectionInfo = Shapes::StructureShape.new(name: 'GameSessionConnectionInfo')
|
311
|
+
GameSessionCreationLimitPolicy = Shapes::StructureShape.new(name: 'GameSessionCreationLimitPolicy')
|
287
312
|
GameSessionData = Shapes::StringShape.new(name: 'GameSessionData')
|
288
313
|
GameSessionDetail = Shapes::StructureShape.new(name: 'GameSessionDetail')
|
289
314
|
GameSessionDetailList = Shapes::ListShape.new(name: 'GameSessionDetailList')
|
@@ -320,6 +345,7 @@ module Aws::GameLift
|
|
320
345
|
InstanceDefinitions = Shapes::ListShape.new(name: 'InstanceDefinitions')
|
321
346
|
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
322
347
|
InstanceList = Shapes::ListShape.new(name: 'InstanceList')
|
348
|
+
InstancePathString = Shapes::StringShape.new(name: 'InstancePathString')
|
323
349
|
InstanceRoleCredentialsProvider = Shapes::StringShape.new(name: 'InstanceRoleCredentialsProvider')
|
324
350
|
InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
|
325
351
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
@@ -346,10 +372,18 @@ module Aws::GameLift
|
|
346
372
|
ListBuildsInput = Shapes::StructureShape.new(name: 'ListBuildsInput')
|
347
373
|
ListBuildsOutput = Shapes::StructureShape.new(name: 'ListBuildsOutput')
|
348
374
|
ListComputeInput = Shapes::StructureShape.new(name: 'ListComputeInput')
|
375
|
+
ListComputeInputStatus = Shapes::StringShape.new(name: 'ListComputeInputStatus')
|
349
376
|
ListComputeOutput = Shapes::StructureShape.new(name: 'ListComputeOutput')
|
377
|
+
ListContainerFleetsInput = Shapes::StructureShape.new(name: 'ListContainerFleetsInput')
|
378
|
+
ListContainerFleetsOutput = Shapes::StructureShape.new(name: 'ListContainerFleetsOutput')
|
379
|
+
ListContainerGroupDefinitionVersionsInput = Shapes::StructureShape.new(name: 'ListContainerGroupDefinitionVersionsInput')
|
380
|
+
ListContainerGroupDefinitionVersionsLimit = Shapes::IntegerShape.new(name: 'ListContainerGroupDefinitionVersionsLimit')
|
381
|
+
ListContainerGroupDefinitionVersionsOutput = Shapes::StructureShape.new(name: 'ListContainerGroupDefinitionVersionsOutput')
|
350
382
|
ListContainerGroupDefinitionsInput = Shapes::StructureShape.new(name: 'ListContainerGroupDefinitionsInput')
|
351
383
|
ListContainerGroupDefinitionsLimit = Shapes::IntegerShape.new(name: 'ListContainerGroupDefinitionsLimit')
|
352
384
|
ListContainerGroupDefinitionsOutput = Shapes::StructureShape.new(name: 'ListContainerGroupDefinitionsOutput')
|
385
|
+
ListFleetDeploymentsInput = Shapes::StructureShape.new(name: 'ListFleetDeploymentsInput')
|
386
|
+
ListFleetDeploymentsOutput = Shapes::StructureShape.new(name: 'ListFleetDeploymentsOutput')
|
353
387
|
ListFleetsInput = Shapes::StructureShape.new(name: 'ListFleetsInput')
|
354
388
|
ListFleetsOutput = Shapes::StructureShape.new(name: 'ListFleetsOutput')
|
355
389
|
ListGameServerGroupsInput = Shapes::StructureShape.new(name: 'ListGameServerGroupsInput')
|
@@ -377,6 +411,11 @@ module Aws::GameLift
|
|
377
411
|
LocationStateList = Shapes::ListShape.new(name: 'LocationStateList')
|
378
412
|
LocationStringModel = Shapes::StringShape.new(name: 'LocationStringModel')
|
379
413
|
LocationUpdateStatus = Shapes::StringShape.new(name: 'LocationUpdateStatus')
|
414
|
+
LocationalDeployment = Shapes::StructureShape.new(name: 'LocationalDeployment')
|
415
|
+
LocationalDeployments = Shapes::MapShape.new(name: 'LocationalDeployments')
|
416
|
+
LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
|
417
|
+
LogDestination = Shapes::StringShape.new(name: 'LogDestination')
|
418
|
+
LogGroupArnStringModel = Shapes::StringShape.new(name: 'LogGroupArnStringModel')
|
380
419
|
MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
|
381
420
|
MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
|
382
421
|
MatchmakerData = Shapes::StringShape.new(name: 'MatchmakerData')
|
@@ -398,9 +437,11 @@ module Aws::GameLift
|
|
398
437
|
MatchmakingTicket = Shapes::StructureShape.new(name: 'MatchmakingTicket')
|
399
438
|
MatchmakingTicketList = Shapes::ListShape.new(name: 'MatchmakingTicketList')
|
400
439
|
MaxConcurrentGameSessionActivations = Shapes::IntegerShape.new(name: 'MaxConcurrentGameSessionActivations')
|
440
|
+
MaximumGameServerContainerGroupsPerInstance = Shapes::IntegerShape.new(name: 'MaximumGameServerContainerGroupsPerInstance')
|
401
441
|
MetricGroup = Shapes::StringShape.new(name: 'MetricGroup')
|
402
442
|
MetricGroupList = Shapes::ListShape.new(name: 'MetricGroupList')
|
403
443
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
444
|
+
MinimumHealthyPercentage = Shapes::IntegerShape.new(name: 'MinimumHealthyPercentage')
|
404
445
|
NonBlankAndLengthConstraintString = Shapes::StringShape.new(name: 'NonBlankAndLengthConstraintString')
|
405
446
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
406
447
|
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
@@ -451,8 +492,6 @@ module Aws::GameLift
|
|
451
492
|
RegisterComputeOutput = Shapes::StructureShape.new(name: 'RegisterComputeOutput')
|
452
493
|
RegisterGameServerInput = Shapes::StructureShape.new(name: 'RegisterGameServerInput')
|
453
494
|
RegisterGameServerOutput = Shapes::StructureShape.new(name: 'RegisterGameServerOutput')
|
454
|
-
ReplicaContainerGroupCounts = Shapes::StructureShape.new(name: 'ReplicaContainerGroupCounts')
|
455
|
-
ReplicaContainerGroupsPerInstance = Shapes::IntegerShape.new(name: 'ReplicaContainerGroupsPerInstance')
|
456
495
|
RequestUploadCredentialsInput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsInput')
|
457
496
|
RequestUploadCredentialsOutput = Shapes::StructureShape.new(name: 'RequestUploadCredentialsOutput')
|
458
497
|
ResolveAliasInput = Shapes::StructureShape.new(name: 'ResolveAliasInput')
|
@@ -500,6 +539,10 @@ module Aws::GameLift
|
|
500
539
|
StopMatchmakingOutput = Shapes::StructureShape.new(name: 'StopMatchmakingOutput')
|
501
540
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
502
541
|
StringModel = Shapes::StringShape.new(name: 'StringModel')
|
542
|
+
SupportContainerDefinition = Shapes::StructureShape.new(name: 'SupportContainerDefinition')
|
543
|
+
SupportContainerDefinitionInput = Shapes::StructureShape.new(name: 'SupportContainerDefinitionInput')
|
544
|
+
SupportContainerDefinitionInputList = Shapes::ListShape.new(name: 'SupportContainerDefinitionInputList')
|
545
|
+
SupportContainerDefinitionList = Shapes::ListShape.new(name: 'SupportContainerDefinitionList')
|
503
546
|
SuspendGameServerGroupInput = Shapes::StructureShape.new(name: 'SuspendGameServerGroupInput')
|
504
547
|
SuspendGameServerGroupOutput = Shapes::StructureShape.new(name: 'SuspendGameServerGroupOutput')
|
505
548
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
@@ -522,6 +565,10 @@ module Aws::GameLift
|
|
522
565
|
UpdateAliasOutput = Shapes::StructureShape.new(name: 'UpdateAliasOutput')
|
523
566
|
UpdateBuildInput = Shapes::StructureShape.new(name: 'UpdateBuildInput')
|
524
567
|
UpdateBuildOutput = Shapes::StructureShape.new(name: 'UpdateBuildOutput')
|
568
|
+
UpdateContainerFleetInput = Shapes::StructureShape.new(name: 'UpdateContainerFleetInput')
|
569
|
+
UpdateContainerFleetOutput = Shapes::StructureShape.new(name: 'UpdateContainerFleetOutput')
|
570
|
+
UpdateContainerGroupDefinitionInput = Shapes::StructureShape.new(name: 'UpdateContainerGroupDefinitionInput')
|
571
|
+
UpdateContainerGroupDefinitionOutput = Shapes::StructureShape.new(name: 'UpdateContainerGroupDefinitionOutput')
|
525
572
|
UpdateFleetAttributesInput = Shapes::StructureShape.new(name: 'UpdateFleetAttributesInput')
|
526
573
|
UpdateFleetAttributesOutput = Shapes::StructureShape.new(name: 'UpdateFleetAttributesOutput')
|
527
574
|
UpdateFleetCapacityInput = Shapes::StructureShape.new(name: 'UpdateFleetCapacityInput')
|
@@ -630,6 +677,7 @@ module Aws::GameLift
|
|
630
677
|
Compute.add_member(:game_lift_agent_endpoint, Shapes::ShapeRef.new(shape: GameLiftAgentEndpointOutput, location_name: "GameLiftAgentEndpoint"))
|
631
678
|
Compute.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
632
679
|
Compute.add_member(:container_attributes, Shapes::ShapeRef.new(shape: ContainerAttributes, location_name: "ContainerAttributes"))
|
680
|
+
Compute.add_member(:game_server_container_group_definition_arn, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "GameServerContainerGroupDefinitionArn"))
|
633
681
|
Compute.struct_class = Types::Compute
|
634
682
|
|
635
683
|
ComputeList.member = Shapes::ShapeRef.new(shape: Compute)
|
@@ -641,43 +689,13 @@ module Aws::GameLift
|
|
641
689
|
ConnectionPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "ToPort"))
|
642
690
|
ConnectionPortRange.struct_class = Types::ConnectionPortRange
|
643
691
|
|
644
|
-
|
645
|
-
|
692
|
+
ContainerAttribute.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, location_name: "ContainerName"))
|
693
|
+
ContainerAttribute.add_member(:container_runtime_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ContainerRuntimeId"))
|
694
|
+
ContainerAttribute.struct_class = Types::ContainerAttribute
|
646
695
|
|
647
|
-
|
696
|
+
ContainerAttributes.member = Shapes::ShapeRef.new(shape: ContainerAttribute)
|
648
697
|
|
649
|
-
|
650
|
-
ContainerDefinition.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUriString, required: true, location_name: "ImageUri"))
|
651
|
-
ContainerDefinition.add_member(:resolved_image_digest, Shapes::ShapeRef.new(shape: Sha256, location_name: "ResolvedImageDigest"))
|
652
|
-
ContainerDefinition.add_member(:memory_limits, Shapes::ShapeRef.new(shape: ContainerMemoryLimits, location_name: "MemoryLimits"))
|
653
|
-
ContainerDefinition.add_member(:port_configuration, Shapes::ShapeRef.new(shape: ContainerPortConfiguration, location_name: "PortConfiguration"))
|
654
|
-
ContainerDefinition.add_member(:cpu, Shapes::ShapeRef.new(shape: ContainerCpu, location_name: "Cpu"))
|
655
|
-
ContainerDefinition.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerHealthCheck, location_name: "HealthCheck"))
|
656
|
-
ContainerDefinition.add_member(:command, Shapes::ShapeRef.new(shape: ContainerCommandStringList, location_name: "Command"))
|
657
|
-
ContainerDefinition.add_member(:essential, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "Essential"))
|
658
|
-
ContainerDefinition.add_member(:entry_point, Shapes::ShapeRef.new(shape: ContainerEntryPointList, location_name: "EntryPoint"))
|
659
|
-
ContainerDefinition.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonZeroAnd255MaxString, location_name: "WorkingDirectory"))
|
660
|
-
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: ContainerEnvironmentList, location_name: "Environment"))
|
661
|
-
ContainerDefinition.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencyList, location_name: "DependsOn"))
|
662
|
-
ContainerDefinition.struct_class = Types::ContainerDefinition
|
663
|
-
|
664
|
-
ContainerDefinitionInput.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, required: true, location_name: "ContainerName"))
|
665
|
-
ContainerDefinitionInput.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUriString, required: true, location_name: "ImageUri"))
|
666
|
-
ContainerDefinitionInput.add_member(:memory_limits, Shapes::ShapeRef.new(shape: ContainerMemoryLimits, location_name: "MemoryLimits"))
|
667
|
-
ContainerDefinitionInput.add_member(:port_configuration, Shapes::ShapeRef.new(shape: ContainerPortConfiguration, location_name: "PortConfiguration"))
|
668
|
-
ContainerDefinitionInput.add_member(:cpu, Shapes::ShapeRef.new(shape: ContainerCpu, location_name: "Cpu"))
|
669
|
-
ContainerDefinitionInput.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerHealthCheck, location_name: "HealthCheck"))
|
670
|
-
ContainerDefinitionInput.add_member(:command, Shapes::ShapeRef.new(shape: ContainerCommandStringList, location_name: "Command"))
|
671
|
-
ContainerDefinitionInput.add_member(:essential, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "Essential"))
|
672
|
-
ContainerDefinitionInput.add_member(:entry_point, Shapes::ShapeRef.new(shape: ContainerEntryPointList, location_name: "EntryPoint"))
|
673
|
-
ContainerDefinitionInput.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonZeroAnd255MaxString, location_name: "WorkingDirectory"))
|
674
|
-
ContainerDefinitionInput.add_member(:environment, Shapes::ShapeRef.new(shape: ContainerEnvironmentList, location_name: "Environment"))
|
675
|
-
ContainerDefinitionInput.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencyList, location_name: "DependsOn"))
|
676
|
-
ContainerDefinitionInput.struct_class = Types::ContainerDefinitionInput
|
677
|
-
|
678
|
-
ContainerDefinitionInputList.member = Shapes::ShapeRef.new(shape: ContainerDefinitionInput)
|
679
|
-
|
680
|
-
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
698
|
+
ContainerCommandStringList.member = Shapes::ShapeRef.new(shape: NonZeroAnd255MaxString)
|
681
699
|
|
682
700
|
ContainerDependency.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, required: true, location_name: "ContainerName"))
|
683
701
|
ContainerDependency.add_member(:condition, Shapes::ShapeRef.new(shape: ContainerDependencyCondition, required: true, location_name: "Condition"))
|
@@ -685,70 +703,85 @@ module Aws::GameLift
|
|
685
703
|
|
686
704
|
ContainerDependencyList.member = Shapes::ShapeRef.new(shape: ContainerDependency)
|
687
705
|
|
688
|
-
ContainerEntryPointList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
|
689
|
-
|
690
706
|
ContainerEnvironment.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAnd255MaxString, required: true, location_name: "Name"))
|
691
707
|
ContainerEnvironment.add_member(:value, Shapes::ShapeRef.new(shape: NonZeroAnd255MaxString, required: true, location_name: "Value"))
|
692
708
|
ContainerEnvironment.struct_class = Types::ContainerEnvironment
|
693
709
|
|
694
710
|
ContainerEnvironmentList.member = Shapes::ShapeRef.new(shape: ContainerEnvironment)
|
695
711
|
|
712
|
+
ContainerFleet.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
713
|
+
ContainerFleet.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: FleetArn, location_name: "FleetArn"))
|
714
|
+
ContainerFleet.add_member(:fleet_role_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "FleetRoleArn"))
|
715
|
+
ContainerFleet.add_member(:game_server_container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionName, location_name: "GameServerContainerGroupDefinitionName"))
|
716
|
+
ContainerFleet.add_member(:game_server_container_group_definition_arn, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionArn, location_name: "GameServerContainerGroupDefinitionArn"))
|
717
|
+
ContainerFleet.add_member(:per_instance_container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionName, location_name: "PerInstanceContainerGroupDefinitionName"))
|
718
|
+
ContainerFleet.add_member(:per_instance_container_group_definition_arn, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionArn, location_name: "PerInstanceContainerGroupDefinitionArn"))
|
719
|
+
ContainerFleet.add_member(:instance_connection_port_range, Shapes::ShapeRef.new(shape: ConnectionPortRange, location_name: "InstanceConnectionPortRange"))
|
720
|
+
ContainerFleet.add_member(:instance_inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InstanceInboundPermissions"))
|
721
|
+
ContainerFleet.add_member(:game_server_container_groups_per_instance, Shapes::ShapeRef.new(shape: GameServerContainerGroupsPerInstance, location_name: "GameServerContainerGroupsPerInstance"))
|
722
|
+
ContainerFleet.add_member(:maximum_game_server_container_groups_per_instance, Shapes::ShapeRef.new(shape: MaximumGameServerContainerGroupsPerInstance, location_name: "MaximumGameServerContainerGroupsPerInstance"))
|
723
|
+
ContainerFleet.add_member(:instance_type, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "InstanceType"))
|
724
|
+
ContainerFleet.add_member(:billing_type, Shapes::ShapeRef.new(shape: ContainerFleetBillingType, location_name: "BillingType"))
|
725
|
+
ContainerFleet.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
726
|
+
ContainerFleet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
727
|
+
ContainerFleet.add_member(:metric_groups, Shapes::ShapeRef.new(shape: MetricGroupList, location_name: "MetricGroups"))
|
728
|
+
ContainerFleet.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
|
729
|
+
ContainerFleet.add_member(:game_session_creation_limit_policy, Shapes::ShapeRef.new(shape: GameSessionCreationLimitPolicy, location_name: "GameSessionCreationLimitPolicy"))
|
730
|
+
ContainerFleet.add_member(:status, Shapes::ShapeRef.new(shape: ContainerFleetStatus, location_name: "Status"))
|
731
|
+
ContainerFleet.add_member(:deployment_details, Shapes::ShapeRef.new(shape: DeploymentDetails, location_name: "DeploymentDetails"))
|
732
|
+
ContainerFleet.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "LogConfiguration"))
|
733
|
+
ContainerFleet.add_member(:location_attributes, Shapes::ShapeRef.new(shape: ContainerFleetLocationAttributesList, location_name: "LocationAttributes"))
|
734
|
+
ContainerFleet.struct_class = Types::ContainerFleet
|
735
|
+
|
736
|
+
ContainerFleetList.member = Shapes::ShapeRef.new(shape: ContainerFleet)
|
737
|
+
|
738
|
+
ContainerFleetLocationAttributes.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
739
|
+
ContainerFleetLocationAttributes.add_member(:status, Shapes::ShapeRef.new(shape: ContainerFleetLocationStatus, location_name: "Status"))
|
740
|
+
ContainerFleetLocationAttributes.struct_class = Types::ContainerFleetLocationAttributes
|
741
|
+
|
742
|
+
ContainerFleetLocationAttributesList.member = Shapes::ShapeRef.new(shape: ContainerFleetLocationAttributes)
|
743
|
+
|
744
|
+
ContainerFleetRemoveAttributeList.member = Shapes::ShapeRef.new(shape: ContainerFleetRemoveAttribute)
|
745
|
+
|
696
746
|
ContainerGroupDefinition.add_member(:container_group_definition_arn, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionArn, location_name: "ContainerGroupDefinitionArn"))
|
697
747
|
ContainerGroupDefinition.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
698
748
|
ContainerGroupDefinition.add_member(:operating_system, Shapes::ShapeRef.new(shape: ContainerOperatingSystem, location_name: "OperatingSystem"))
|
699
|
-
ContainerGroupDefinition.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionName, location_name: "Name"))
|
700
|
-
ContainerGroupDefinition.add_member(:
|
701
|
-
ContainerGroupDefinition.add_member(:
|
702
|
-
ContainerGroupDefinition.add_member(:
|
703
|
-
ContainerGroupDefinition.add_member(:
|
749
|
+
ContainerGroupDefinition.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionName, required: true, location_name: "Name"))
|
750
|
+
ContainerGroupDefinition.add_member(:container_group_type, Shapes::ShapeRef.new(shape: ContainerGroupType, location_name: "ContainerGroupType"))
|
751
|
+
ContainerGroupDefinition.add_member(:total_memory_limit_mebibytes, Shapes::ShapeRef.new(shape: ContainerTotalMemoryLimit, location_name: "TotalMemoryLimitMebibytes"))
|
752
|
+
ContainerGroupDefinition.add_member(:total_vcpu_limit, Shapes::ShapeRef.new(shape: ContainerTotalVcpuLimit, location_name: "TotalVcpuLimit"))
|
753
|
+
ContainerGroupDefinition.add_member(:game_server_container_definition, Shapes::ShapeRef.new(shape: GameServerContainerDefinition, location_name: "GameServerContainerDefinition"))
|
754
|
+
ContainerGroupDefinition.add_member(:support_container_definitions, Shapes::ShapeRef.new(shape: SupportContainerDefinitionList, location_name: "SupportContainerDefinitions"))
|
755
|
+
ContainerGroupDefinition.add_member(:version_number, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "VersionNumber"))
|
756
|
+
ContainerGroupDefinition.add_member(:version_description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "VersionDescription"))
|
704
757
|
ContainerGroupDefinition.add_member(:status, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionStatus, location_name: "Status"))
|
705
758
|
ContainerGroupDefinition.add_member(:status_reason, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "StatusReason"))
|
706
759
|
ContainerGroupDefinition.struct_class = Types::ContainerGroupDefinition
|
707
760
|
|
708
761
|
ContainerGroupDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerGroupDefinition)
|
709
762
|
|
710
|
-
ContainerGroupDefinitionNameOrArnLimitedList.member = Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn)
|
711
|
-
|
712
|
-
ContainerGroupDefinitionPropertiesList.member = Shapes::ShapeRef.new(shape: ContainerGroupDefinitionProperty)
|
713
|
-
|
714
|
-
ContainerGroupDefinitionProperty.add_member(:scheduling_strategy, Shapes::ShapeRef.new(shape: ContainerSchedulingStrategy, location_name: "SchedulingStrategy"))
|
715
|
-
ContainerGroupDefinitionProperty.add_member(:container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionName, location_name: "ContainerGroupDefinitionName"))
|
716
|
-
ContainerGroupDefinitionProperty.struct_class = Types::ContainerGroupDefinitionProperty
|
717
|
-
|
718
|
-
ContainerGroupsAttributes.add_member(:container_group_definition_properties, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionPropertiesList, location_name: "ContainerGroupDefinitionProperties"))
|
719
|
-
ContainerGroupsAttributes.add_member(:connection_port_range, Shapes::ShapeRef.new(shape: ConnectionPortRange, location_name: "ConnectionPortRange"))
|
720
|
-
ContainerGroupsAttributes.add_member(:container_groups_per_instance, Shapes::ShapeRef.new(shape: ContainerGroupsPerInstance, location_name: "ContainerGroupsPerInstance"))
|
721
|
-
ContainerGroupsAttributes.struct_class = Types::ContainerGroupsAttributes
|
722
|
-
|
723
|
-
ContainerGroupsConfiguration.add_member(:container_group_definition_names, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArnLimitedList, required: true, location_name: "ContainerGroupDefinitionNames"))
|
724
|
-
ContainerGroupsConfiguration.add_member(:connection_port_range, Shapes::ShapeRef.new(shape: ConnectionPortRange, required: true, location_name: "ConnectionPortRange"))
|
725
|
-
ContainerGroupsConfiguration.add_member(:desired_replica_container_groups_per_instance, Shapes::ShapeRef.new(shape: ReplicaContainerGroupsPerInstance, location_name: "DesiredReplicaContainerGroupsPerInstance"))
|
726
|
-
ContainerGroupsConfiguration.struct_class = Types::ContainerGroupsConfiguration
|
727
|
-
|
728
|
-
ContainerGroupsPerInstance.add_member(:desired_replica_container_groups_per_instance, Shapes::ShapeRef.new(shape: ReplicaContainerGroupsPerInstance, location_name: "DesiredReplicaContainerGroupsPerInstance"))
|
729
|
-
ContainerGroupsPerInstance.add_member(:max_replica_container_groups_per_instance, Shapes::ShapeRef.new(shape: ReplicaContainerGroupsPerInstance, location_name: "MaxReplicaContainerGroupsPerInstance"))
|
730
|
-
ContainerGroupsPerInstance.struct_class = Types::ContainerGroupsPerInstance
|
731
|
-
|
732
763
|
ContainerHealthCheck.add_member(:command, Shapes::ShapeRef.new(shape: ContainerCommandStringList, required: true, location_name: "Command"))
|
733
764
|
ContainerHealthCheck.add_member(:interval, Shapes::ShapeRef.new(shape: ContainerHealthCheckInterval, location_name: "Interval"))
|
734
|
-
ContainerHealthCheck.add_member(:timeout, Shapes::ShapeRef.new(shape: ContainerHealthCheckTimeout, location_name: "Timeout"))
|
735
765
|
ContainerHealthCheck.add_member(:retries, Shapes::ShapeRef.new(shape: ContainerHealthCheckRetries, location_name: "Retries"))
|
736
766
|
ContainerHealthCheck.add_member(:start_period, Shapes::ShapeRef.new(shape: ContainerHealthCheckStartPeriod, location_name: "StartPeriod"))
|
767
|
+
ContainerHealthCheck.add_member(:timeout, Shapes::ShapeRef.new(shape: ContainerHealthCheckTimeout, location_name: "Timeout"))
|
737
768
|
ContainerHealthCheck.struct_class = Types::ContainerHealthCheck
|
738
769
|
|
739
|
-
|
740
|
-
|
741
|
-
|
770
|
+
ContainerIdentifier.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, location_name: "ContainerName"))
|
771
|
+
ContainerIdentifier.add_member(:container_runtime_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ContainerRuntimeId"))
|
772
|
+
ContainerIdentifier.struct_class = Types::ContainerIdentifier
|
742
773
|
|
743
|
-
|
744
|
-
|
774
|
+
ContainerIdentifierList.member = Shapes::ShapeRef.new(shape: ContainerIdentifier)
|
775
|
+
|
776
|
+
ContainerMountPoint.add_member(:instance_path, Shapes::ShapeRef.new(shape: InstancePathString, required: true, location_name: "InstancePath"))
|
777
|
+
ContainerMountPoint.add_member(:container_path, Shapes::ShapeRef.new(shape: ContainerPathString, location_name: "ContainerPath"))
|
778
|
+
ContainerMountPoint.add_member(:access_level, Shapes::ShapeRef.new(shape: ContainerMountPointAccessLevel, location_name: "AccessLevel"))
|
779
|
+
ContainerMountPoint.struct_class = Types::ContainerMountPoint
|
745
780
|
|
746
|
-
|
747
|
-
ContainerPortMapping.add_member(:connection_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "ConnectionPort"))
|
748
|
-
ContainerPortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: IpProtocol, location_name: "Protocol"))
|
749
|
-
ContainerPortMapping.struct_class = Types::ContainerPortMapping
|
781
|
+
ContainerMountPointList.member = Shapes::ShapeRef.new(shape: ContainerMountPoint)
|
750
782
|
|
751
|
-
|
783
|
+
ContainerPortConfiguration.add_member(:container_port_ranges, Shapes::ShapeRef.new(shape: ContainerPortRangeList, required: true, location_name: "ContainerPortRanges"))
|
784
|
+
ContainerPortConfiguration.struct_class = Types::ContainerPortConfiguration
|
752
785
|
|
753
786
|
ContainerPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "FromPort"))
|
754
787
|
ContainerPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "ToPort"))
|
@@ -779,12 +812,34 @@ module Aws::GameLift
|
|
779
812
|
CreateBuildOutput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
|
780
813
|
CreateBuildOutput.struct_class = Types::CreateBuildOutput
|
781
814
|
|
815
|
+
CreateContainerFleetInput.add_member(:fleet_role_arn, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "FleetRoleArn"))
|
816
|
+
CreateContainerFleetInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
817
|
+
CreateContainerFleetInput.add_member(:game_server_container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "GameServerContainerGroupDefinitionName"))
|
818
|
+
CreateContainerFleetInput.add_member(:per_instance_container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "PerInstanceContainerGroupDefinitionName"))
|
819
|
+
CreateContainerFleetInput.add_member(:instance_connection_port_range, Shapes::ShapeRef.new(shape: ConnectionPortRange, location_name: "InstanceConnectionPortRange"))
|
820
|
+
CreateContainerFleetInput.add_member(:instance_inbound_permissions, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InstanceInboundPermissions"))
|
821
|
+
CreateContainerFleetInput.add_member(:game_server_container_groups_per_instance, Shapes::ShapeRef.new(shape: GameServerContainerGroupsPerInstance, location_name: "GameServerContainerGroupsPerInstance"))
|
822
|
+
CreateContainerFleetInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "InstanceType"))
|
823
|
+
CreateContainerFleetInput.add_member(:billing_type, Shapes::ShapeRef.new(shape: ContainerFleetBillingType, location_name: "BillingType"))
|
824
|
+
CreateContainerFleetInput.add_member(:locations, Shapes::ShapeRef.new(shape: LocationConfigurationList, location_name: "Locations"))
|
825
|
+
CreateContainerFleetInput.add_member(:metric_groups, Shapes::ShapeRef.new(shape: MetricGroupList, location_name: "MetricGroups"))
|
826
|
+
CreateContainerFleetInput.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
|
827
|
+
CreateContainerFleetInput.add_member(:game_session_creation_limit_policy, Shapes::ShapeRef.new(shape: GameSessionCreationLimitPolicy, location_name: "GameSessionCreationLimitPolicy"))
|
828
|
+
CreateContainerFleetInput.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "LogConfiguration"))
|
829
|
+
CreateContainerFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
830
|
+
CreateContainerFleetInput.struct_class = Types::CreateContainerFleetInput
|
831
|
+
|
832
|
+
CreateContainerFleetOutput.add_member(:container_fleet, Shapes::ShapeRef.new(shape: ContainerFleet, location_name: "ContainerFleet"))
|
833
|
+
CreateContainerFleetOutput.struct_class = Types::CreateContainerFleetOutput
|
834
|
+
|
782
835
|
CreateContainerGroupDefinitionInput.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionName, required: true, location_name: "Name"))
|
783
|
-
CreateContainerGroupDefinitionInput.add_member(:
|
784
|
-
CreateContainerGroupDefinitionInput.add_member(:
|
785
|
-
CreateContainerGroupDefinitionInput.add_member(:
|
786
|
-
CreateContainerGroupDefinitionInput.add_member(:
|
836
|
+
CreateContainerGroupDefinitionInput.add_member(:container_group_type, Shapes::ShapeRef.new(shape: ContainerGroupType, location_name: "ContainerGroupType"))
|
837
|
+
CreateContainerGroupDefinitionInput.add_member(:total_memory_limit_mebibytes, Shapes::ShapeRef.new(shape: ContainerTotalMemoryLimit, required: true, location_name: "TotalMemoryLimitMebibytes"))
|
838
|
+
CreateContainerGroupDefinitionInput.add_member(:total_vcpu_limit, Shapes::ShapeRef.new(shape: ContainerTotalVcpuLimit, required: true, location_name: "TotalVcpuLimit"))
|
839
|
+
CreateContainerGroupDefinitionInput.add_member(:game_server_container_definition, Shapes::ShapeRef.new(shape: GameServerContainerDefinitionInput, location_name: "GameServerContainerDefinition"))
|
840
|
+
CreateContainerGroupDefinitionInput.add_member(:support_container_definitions, Shapes::ShapeRef.new(shape: SupportContainerDefinitionInputList, location_name: "SupportContainerDefinitions"))
|
787
841
|
CreateContainerGroupDefinitionInput.add_member(:operating_system, Shapes::ShapeRef.new(shape: ContainerOperatingSystem, required: true, location_name: "OperatingSystem"))
|
842
|
+
CreateContainerGroupDefinitionInput.add_member(:version_description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "VersionDescription"))
|
788
843
|
CreateContainerGroupDefinitionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
789
844
|
CreateContainerGroupDefinitionInput.struct_class = Types::CreateContainerGroupDefinitionInput
|
790
845
|
|
@@ -814,7 +869,6 @@ module Aws::GameLift
|
|
814
869
|
CreateFleetInput.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, location_name: "ComputeType"))
|
815
870
|
CreateFleetInput.add_member(:anywhere_configuration, Shapes::ShapeRef.new(shape: AnywhereConfiguration, location_name: "AnywhereConfiguration"))
|
816
871
|
CreateFleetInput.add_member(:instance_role_credentials_provider, Shapes::ShapeRef.new(shape: InstanceRoleCredentialsProvider, location_name: "InstanceRoleCredentialsProvider"))
|
817
|
-
CreateFleetInput.add_member(:container_groups_configuration, Shapes::ShapeRef.new(shape: ContainerGroupsConfiguration, location_name: "ContainerGroupsConfiguration"))
|
818
872
|
CreateFleetInput.struct_class = Types::CreateFleetInput
|
819
873
|
|
820
874
|
CreateFleetLocationsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
@@ -956,9 +1010,18 @@ module Aws::GameLift
|
|
956
1010
|
DeleteBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, required: true, location_name: "BuildId"))
|
957
1011
|
DeleteBuildInput.struct_class = Types::DeleteBuildInput
|
958
1012
|
|
1013
|
+
DeleteContainerFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1014
|
+
DeleteContainerFleetInput.struct_class = Types::DeleteContainerFleetInput
|
1015
|
+
|
1016
|
+
DeleteContainerFleetOutput.struct_class = Types::DeleteContainerFleetOutput
|
1017
|
+
|
959
1018
|
DeleteContainerGroupDefinitionInput.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, required: true, location_name: "Name"))
|
1019
|
+
DeleteContainerGroupDefinitionInput.add_member(:version_number, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "VersionNumber"))
|
1020
|
+
DeleteContainerGroupDefinitionInput.add_member(:version_count_to_retain, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "VersionCountToRetain"))
|
960
1021
|
DeleteContainerGroupDefinitionInput.struct_class = Types::DeleteContainerGroupDefinitionInput
|
961
1022
|
|
1023
|
+
DeleteContainerGroupDefinitionOutput.struct_class = Types::DeleteContainerGroupDefinitionOutput
|
1024
|
+
|
962
1025
|
DeleteFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
963
1026
|
DeleteFleetInput.struct_class = Types::DeleteFleetInput
|
964
1027
|
|
@@ -1017,6 +1080,14 @@ module Aws::GameLift
|
|
1017
1080
|
|
1018
1081
|
DeleteVpcPeeringConnectionOutput.struct_class = Types::DeleteVpcPeeringConnectionOutput
|
1019
1082
|
|
1083
|
+
DeploymentConfiguration.add_member(:protection_strategy, Shapes::ShapeRef.new(shape: DeploymentProtectionStrategy, location_name: "ProtectionStrategy"))
|
1084
|
+
DeploymentConfiguration.add_member(:minimum_healthy_percentage, Shapes::ShapeRef.new(shape: MinimumHealthyPercentage, location_name: "MinimumHealthyPercentage"))
|
1085
|
+
DeploymentConfiguration.add_member(:impairment_strategy, Shapes::ShapeRef.new(shape: DeploymentImpairmentStrategy, location_name: "ImpairmentStrategy"))
|
1086
|
+
DeploymentConfiguration.struct_class = Types::DeploymentConfiguration
|
1087
|
+
|
1088
|
+
DeploymentDetails.add_member(:latest_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "LatestDeploymentId"))
|
1089
|
+
DeploymentDetails.struct_class = Types::DeploymentDetails
|
1090
|
+
|
1020
1091
|
DeregisterComputeInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1021
1092
|
DeregisterComputeInput.add_member(:compute_name, Shapes::ShapeRef.new(shape: ComputeNameOrArn, required: true, location_name: "ComputeName"))
|
1022
1093
|
DeregisterComputeInput.struct_class = Types::DeregisterComputeInput
|
@@ -1046,7 +1117,14 @@ module Aws::GameLift
|
|
1046
1117
|
DescribeComputeOutput.add_member(:compute, Shapes::ShapeRef.new(shape: Compute, location_name: "Compute"))
|
1047
1118
|
DescribeComputeOutput.struct_class = Types::DescribeComputeOutput
|
1048
1119
|
|
1120
|
+
DescribeContainerFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1121
|
+
DescribeContainerFleetInput.struct_class = Types::DescribeContainerFleetInput
|
1122
|
+
|
1123
|
+
DescribeContainerFleetOutput.add_member(:container_fleet, Shapes::ShapeRef.new(shape: ContainerFleet, location_name: "ContainerFleet"))
|
1124
|
+
DescribeContainerFleetOutput.struct_class = Types::DescribeContainerFleetOutput
|
1125
|
+
|
1049
1126
|
DescribeContainerGroupDefinitionInput.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, required: true, location_name: "Name"))
|
1127
|
+
DescribeContainerGroupDefinitionInput.add_member(:version_number, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "VersionNumber"))
|
1050
1128
|
DescribeContainerGroupDefinitionInput.struct_class = Types::DescribeContainerGroupDefinitionInput
|
1051
1129
|
|
1052
1130
|
DescribeContainerGroupDefinitionOutput.add_member(:container_group_definition, Shapes::ShapeRef.new(shape: ContainerGroupDefinition, location_name: "ContainerGroupDefinition"))
|
@@ -1077,6 +1155,14 @@ module Aws::GameLift
|
|
1077
1155
|
DescribeFleetCapacityOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1078
1156
|
DescribeFleetCapacityOutput.struct_class = Types::DescribeFleetCapacityOutput
|
1079
1157
|
|
1158
|
+
DescribeFleetDeploymentInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1159
|
+
DescribeFleetDeploymentInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "DeploymentId"))
|
1160
|
+
DescribeFleetDeploymentInput.struct_class = Types::DescribeFleetDeploymentInput
|
1161
|
+
|
1162
|
+
DescribeFleetDeploymentOutput.add_member(:fleet_deployment, Shapes::ShapeRef.new(shape: FleetDeployment, location_name: "FleetDeployment"))
|
1163
|
+
DescribeFleetDeploymentOutput.add_member(:locational_deployments, Shapes::ShapeRef.new(shape: LocationalDeployments, location_name: "LocationalDeployments"))
|
1164
|
+
DescribeFleetDeploymentOutput.struct_class = Types::DescribeFleetDeploymentOutput
|
1165
|
+
|
1080
1166
|
DescribeFleetEventsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1081
1167
|
DescribeFleetEventsInput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
1082
1168
|
DescribeFleetEventsInput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
@@ -1347,7 +1433,6 @@ module Aws::GameLift
|
|
1347
1433
|
FleetAttributes.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, location_name: "ComputeType"))
|
1348
1434
|
FleetAttributes.add_member(:anywhere_configuration, Shapes::ShapeRef.new(shape: AnywhereConfiguration, location_name: "AnywhereConfiguration"))
|
1349
1435
|
FleetAttributes.add_member(:instance_role_credentials_provider, Shapes::ShapeRef.new(shape: InstanceRoleCredentialsProvider, location_name: "InstanceRoleCredentialsProvider"))
|
1350
|
-
FleetAttributes.add_member(:container_groups_attributes, Shapes::ShapeRef.new(shape: ContainerGroupsAttributes, location_name: "ContainerGroupsAttributes"))
|
1351
1436
|
FleetAttributes.struct_class = Types::FleetAttributes
|
1352
1437
|
|
1353
1438
|
FleetAttributesList.member = Shapes::ShapeRef.new(shape: FleetAttributes)
|
@@ -1357,7 +1442,7 @@ module Aws::GameLift
|
|
1357
1442
|
FleetCapacity.add_member(:instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "InstanceType"))
|
1358
1443
|
FleetCapacity.add_member(:instance_counts, Shapes::ShapeRef.new(shape: EC2InstanceCounts, location_name: "InstanceCounts"))
|
1359
1444
|
FleetCapacity.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1360
|
-
FleetCapacity.add_member(:
|
1445
|
+
FleetCapacity.add_member(:game_server_container_group_counts, Shapes::ShapeRef.new(shape: GameServerContainerGroupCounts, location_name: "GameServerContainerGroupCounts"))
|
1361
1446
|
FleetCapacity.struct_class = Types::FleetCapacity
|
1362
1447
|
|
1363
1448
|
FleetCapacityExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
@@ -1365,6 +1450,19 @@ module Aws::GameLift
|
|
1365
1450
|
|
1366
1451
|
FleetCapacityList.member = Shapes::ShapeRef.new(shape: FleetCapacity)
|
1367
1452
|
|
1453
|
+
FleetDeployment.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "DeploymentId"))
|
1454
|
+
FleetDeployment.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
|
1455
|
+
FleetDeployment.add_member(:game_server_binary_arn, Shapes::ShapeRef.new(shape: FleetBinaryArn, location_name: "GameServerBinaryArn"))
|
1456
|
+
FleetDeployment.add_member(:rollback_game_server_binary_arn, Shapes::ShapeRef.new(shape: FleetBinaryArn, location_name: "RollbackGameServerBinaryArn"))
|
1457
|
+
FleetDeployment.add_member(:per_instance_binary_arn, Shapes::ShapeRef.new(shape: FleetBinaryArn, location_name: "PerInstanceBinaryArn"))
|
1458
|
+
FleetDeployment.add_member(:rollback_per_instance_binary_arn, Shapes::ShapeRef.new(shape: FleetBinaryArn, location_name: "RollbackPerInstanceBinaryArn"))
|
1459
|
+
FleetDeployment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "DeploymentStatus"))
|
1460
|
+
FleetDeployment.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfiguration"))
|
1461
|
+
FleetDeployment.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1462
|
+
FleetDeployment.struct_class = Types::FleetDeployment
|
1463
|
+
|
1464
|
+
FleetDeployments.member = Shapes::ShapeRef.new(shape: FleetDeployment)
|
1465
|
+
|
1368
1466
|
FleetIdList.member = Shapes::ShapeRef.new(shape: FleetId)
|
1369
1467
|
|
1370
1468
|
FleetIdOrArnList.member = Shapes::ShapeRef.new(shape: FleetIdOrArn)
|
@@ -1399,6 +1497,31 @@ module Aws::GameLift
|
|
1399
1497
|
GameServer.add_member(:last_health_check_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastHealthCheckTime"))
|
1400
1498
|
GameServer.struct_class = Types::GameServer
|
1401
1499
|
|
1500
|
+
GameServerContainerDefinition.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, location_name: "ContainerName"))
|
1501
|
+
GameServerContainerDefinition.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencyList, location_name: "DependsOn"))
|
1502
|
+
GameServerContainerDefinition.add_member(:mount_points, Shapes::ShapeRef.new(shape: ContainerMountPointList, location_name: "MountPoints"))
|
1503
|
+
GameServerContainerDefinition.add_member(:environment_override, Shapes::ShapeRef.new(shape: ContainerEnvironmentList, location_name: "EnvironmentOverride"))
|
1504
|
+
GameServerContainerDefinition.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUriString, location_name: "ImageUri"))
|
1505
|
+
GameServerContainerDefinition.add_member(:port_configuration, Shapes::ShapeRef.new(shape: ContainerPortConfiguration, location_name: "PortConfiguration"))
|
1506
|
+
GameServerContainerDefinition.add_member(:resolved_image_digest, Shapes::ShapeRef.new(shape: Sha256, location_name: "ResolvedImageDigest"))
|
1507
|
+
GameServerContainerDefinition.add_member(:server_sdk_version, Shapes::ShapeRef.new(shape: ServerSdkVersion, location_name: "ServerSdkVersion"))
|
1508
|
+
GameServerContainerDefinition.struct_class = Types::GameServerContainerDefinition
|
1509
|
+
|
1510
|
+
GameServerContainerDefinitionInput.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, required: true, location_name: "ContainerName"))
|
1511
|
+
GameServerContainerDefinitionInput.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencyList, location_name: "DependsOn"))
|
1512
|
+
GameServerContainerDefinitionInput.add_member(:mount_points, Shapes::ShapeRef.new(shape: ContainerMountPointList, location_name: "MountPoints"))
|
1513
|
+
GameServerContainerDefinitionInput.add_member(:environment_override, Shapes::ShapeRef.new(shape: ContainerEnvironmentList, location_name: "EnvironmentOverride"))
|
1514
|
+
GameServerContainerDefinitionInput.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUriString, required: true, location_name: "ImageUri"))
|
1515
|
+
GameServerContainerDefinitionInput.add_member(:port_configuration, Shapes::ShapeRef.new(shape: ContainerPortConfiguration, required: true, location_name: "PortConfiguration"))
|
1516
|
+
GameServerContainerDefinitionInput.add_member(:server_sdk_version, Shapes::ShapeRef.new(shape: ServerSdkVersion, required: true, location_name: "ServerSdkVersion"))
|
1517
|
+
GameServerContainerDefinitionInput.struct_class = Types::GameServerContainerDefinitionInput
|
1518
|
+
|
1519
|
+
GameServerContainerGroupCounts.add_member(:pending, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PENDING"))
|
1520
|
+
GameServerContainerGroupCounts.add_member(:active, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ACTIVE"))
|
1521
|
+
GameServerContainerGroupCounts.add_member(:idle, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "IDLE"))
|
1522
|
+
GameServerContainerGroupCounts.add_member(:terminating, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TERMINATING"))
|
1523
|
+
GameServerContainerGroupCounts.struct_class = Types::GameServerContainerGroupCounts
|
1524
|
+
|
1402
1525
|
GameServerGroup.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupName, location_name: "GameServerGroupName"))
|
1403
1526
|
GameServerGroup.add_member(:game_server_group_arn, Shapes::ShapeRef.new(shape: GameServerGroupArn, location_name: "GameServerGroupArn"))
|
1404
1527
|
GameServerGroup.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
|
@@ -1461,6 +1584,10 @@ module Aws::GameLift
|
|
1461
1584
|
GameSessionConnectionInfo.add_member(:matched_player_sessions, Shapes::ShapeRef.new(shape: MatchedPlayerSessionList, location_name: "MatchedPlayerSessions"))
|
1462
1585
|
GameSessionConnectionInfo.struct_class = Types::GameSessionConnectionInfo
|
1463
1586
|
|
1587
|
+
GameSessionCreationLimitPolicy.add_member(:new_game_sessions_per_creator, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "NewGameSessionsPerCreator"))
|
1588
|
+
GameSessionCreationLimitPolicy.add_member(:policy_period_in_minutes, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PolicyPeriodInMinutes"))
|
1589
|
+
GameSessionCreationLimitPolicy.struct_class = Types::GameSessionCreationLimitPolicy
|
1590
|
+
|
1464
1591
|
GameSessionDetail.add_member(:game_session, Shapes::ShapeRef.new(shape: GameSession, location_name: "GameSession"))
|
1465
1592
|
GameSessionDetail.add_member(:protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "ProtectionPolicy"))
|
1466
1593
|
GameSessionDetail.struct_class = Types::GameSessionDetail
|
@@ -1522,6 +1649,7 @@ module Aws::GameLift
|
|
1522
1649
|
GetComputeAccessOutput.add_member(:compute_arn, Shapes::ShapeRef.new(shape: ComputeArn, location_name: "ComputeArn"))
|
1523
1650
|
GetComputeAccessOutput.add_member(:credentials, Shapes::ShapeRef.new(shape: AwsCredentials, location_name: "Credentials"))
|
1524
1651
|
GetComputeAccessOutput.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, location_name: "Target"))
|
1652
|
+
GetComputeAccessOutput.add_member(:container_identifiers, Shapes::ShapeRef.new(shape: ContainerIdentifierList, location_name: "ContainerIdentifiers"))
|
1525
1653
|
GetComputeAccessOutput.struct_class = Types::GetComputeAccessOutput
|
1526
1654
|
|
1527
1655
|
GetComputeAuthTokenInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
@@ -1635,6 +1763,8 @@ module Aws::GameLift
|
|
1635
1763
|
|
1636
1764
|
ListComputeInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
1637
1765
|
ListComputeInput.add_member(:location, Shapes::ShapeRef.new(shape: LocationStringModel, location_name: "Location"))
|
1766
|
+
ListComputeInput.add_member(:container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "ContainerGroupDefinitionName"))
|
1767
|
+
ListComputeInput.add_member(:compute_status, Shapes::ShapeRef.new(shape: ListComputeInputStatus, location_name: "ComputeStatus"))
|
1638
1768
|
ListComputeInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1639
1769
|
ListComputeInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1640
1770
|
ListComputeInput.struct_class = Types::ListComputeInput
|
@@ -1643,18 +1773,44 @@ module Aws::GameLift
|
|
1643
1773
|
ListComputeOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1644
1774
|
ListComputeOutput.struct_class = Types::ListComputeOutput
|
1645
1775
|
|
1646
|
-
|
1776
|
+
ListContainerFleetsInput.add_member(:container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "ContainerGroupDefinitionName"))
|
1777
|
+
ListContainerFleetsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1778
|
+
ListContainerFleetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1779
|
+
ListContainerFleetsInput.struct_class = Types::ListContainerFleetsInput
|
1780
|
+
|
1781
|
+
ListContainerFleetsOutput.add_member(:container_fleets, Shapes::ShapeRef.new(shape: ContainerFleetList, location_name: "ContainerFleets"))
|
1782
|
+
ListContainerFleetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1783
|
+
ListContainerFleetsOutput.struct_class = Types::ListContainerFleetsOutput
|
1784
|
+
|
1785
|
+
ListContainerGroupDefinitionVersionsInput.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, required: true, location_name: "Name"))
|
1786
|
+
ListContainerGroupDefinitionVersionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListContainerGroupDefinitionVersionsLimit, location_name: "Limit"))
|
1787
|
+
ListContainerGroupDefinitionVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1788
|
+
ListContainerGroupDefinitionVersionsInput.struct_class = Types::ListContainerGroupDefinitionVersionsInput
|
1789
|
+
|
1790
|
+
ListContainerGroupDefinitionVersionsOutput.add_member(:container_group_definitions, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionList, location_name: "ContainerGroupDefinitions"))
|
1791
|
+
ListContainerGroupDefinitionVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1792
|
+
ListContainerGroupDefinitionVersionsOutput.struct_class = Types::ListContainerGroupDefinitionVersionsOutput
|
1793
|
+
|
1794
|
+
ListContainerGroupDefinitionsInput.add_member(:container_group_type, Shapes::ShapeRef.new(shape: ContainerGroupType, location_name: "ContainerGroupType"))
|
1647
1795
|
ListContainerGroupDefinitionsInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListContainerGroupDefinitionsLimit, location_name: "Limit"))
|
1648
|
-
ListContainerGroupDefinitionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1796
|
+
ListContainerGroupDefinitionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1649
1797
|
ListContainerGroupDefinitionsInput.struct_class = Types::ListContainerGroupDefinitionsInput
|
1650
1798
|
|
1651
1799
|
ListContainerGroupDefinitionsOutput.add_member(:container_group_definitions, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionList, location_name: "ContainerGroupDefinitions"))
|
1652
|
-
ListContainerGroupDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
1800
|
+
ListContainerGroupDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1653
1801
|
ListContainerGroupDefinitionsOutput.struct_class = Types::ListContainerGroupDefinitionsOutput
|
1654
1802
|
|
1803
|
+
ListFleetDeploymentsInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, location_name: "FleetId"))
|
1804
|
+
ListFleetDeploymentsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1805
|
+
ListFleetDeploymentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1806
|
+
ListFleetDeploymentsInput.struct_class = Types::ListFleetDeploymentsInput
|
1807
|
+
|
1808
|
+
ListFleetDeploymentsOutput.add_member(:fleet_deployments, Shapes::ShapeRef.new(shape: FleetDeployments, location_name: "FleetDeployments"))
|
1809
|
+
ListFleetDeploymentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1810
|
+
ListFleetDeploymentsOutput.struct_class = Types::ListFleetDeploymentsOutput
|
1811
|
+
|
1655
1812
|
ListFleetsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, location_name: "BuildId"))
|
1656
1813
|
ListFleetsInput.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptIdOrArn, location_name: "ScriptId"))
|
1657
|
-
ListFleetsInput.add_member(:container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "ContainerGroupDefinitionName"))
|
1658
1814
|
ListFleetsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
|
1659
1815
|
ListFleetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
|
1660
1816
|
ListFleetsInput.struct_class = Types::ListFleetsInput
|
@@ -1732,6 +1888,17 @@ module Aws::GameLift
|
|
1732
1888
|
|
1733
1889
|
LocationStateList.member = Shapes::ShapeRef.new(shape: LocationState)
|
1734
1890
|
|
1891
|
+
LocationalDeployment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "DeploymentStatus"))
|
1892
|
+
LocationalDeployment.struct_class = Types::LocationalDeployment
|
1893
|
+
|
1894
|
+
LocationalDeployments.key = Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString)
|
1895
|
+
LocationalDeployments.value = Shapes::ShapeRef.new(shape: LocationalDeployment)
|
1896
|
+
|
1897
|
+
LogConfiguration.add_member(:log_destination, Shapes::ShapeRef.new(shape: LogDestination, location_name: "LogDestination"))
|
1898
|
+
LogConfiguration.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "S3BucketName"))
|
1899
|
+
LogConfiguration.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArnStringModel, location_name: "LogGroupArn"))
|
1900
|
+
LogConfiguration.struct_class = Types::LogConfiguration
|
1901
|
+
|
1735
1902
|
MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: PlayerId, location_name: "PlayerId"))
|
1736
1903
|
MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
|
1737
1904
|
MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
|
@@ -1901,12 +2068,6 @@ module Aws::GameLift
|
|
1901
2068
|
RegisterGameServerOutput.add_member(:game_server, Shapes::ShapeRef.new(shape: GameServer, location_name: "GameServer"))
|
1902
2069
|
RegisterGameServerOutput.struct_class = Types::RegisterGameServerOutput
|
1903
2070
|
|
1904
|
-
ReplicaContainerGroupCounts.add_member(:pending, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "PENDING"))
|
1905
|
-
ReplicaContainerGroupCounts.add_member(:active, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "ACTIVE"))
|
1906
|
-
ReplicaContainerGroupCounts.add_member(:idle, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "IDLE"))
|
1907
|
-
ReplicaContainerGroupCounts.add_member(:terminating, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TERMINATING"))
|
1908
|
-
ReplicaContainerGroupCounts.struct_class = Types::ReplicaContainerGroupCounts
|
1909
|
-
|
1910
2071
|
RequestUploadCredentialsInput.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildIdOrArn, required: true, location_name: "BuildId"))
|
1911
2072
|
RequestUploadCredentialsInput.struct_class = Types::RequestUploadCredentialsInput
|
1912
2073
|
|
@@ -2058,6 +2219,35 @@ module Aws::GameLift
|
|
2058
2219
|
|
2059
2220
|
StringList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
|
2060
2221
|
|
2222
|
+
SupportContainerDefinition.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, location_name: "ContainerName"))
|
2223
|
+
SupportContainerDefinition.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencyList, location_name: "DependsOn"))
|
2224
|
+
SupportContainerDefinition.add_member(:mount_points, Shapes::ShapeRef.new(shape: ContainerMountPointList, location_name: "MountPoints"))
|
2225
|
+
SupportContainerDefinition.add_member(:environment_override, Shapes::ShapeRef.new(shape: ContainerEnvironmentList, location_name: "EnvironmentOverride"))
|
2226
|
+
SupportContainerDefinition.add_member(:essential, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "Essential"))
|
2227
|
+
SupportContainerDefinition.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerHealthCheck, location_name: "HealthCheck"))
|
2228
|
+
SupportContainerDefinition.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUriString, location_name: "ImageUri"))
|
2229
|
+
SupportContainerDefinition.add_member(:memory_hard_limit_mebibytes, Shapes::ShapeRef.new(shape: ContainerMemoryLimit, location_name: "MemoryHardLimitMebibytes"))
|
2230
|
+
SupportContainerDefinition.add_member(:port_configuration, Shapes::ShapeRef.new(shape: ContainerPortConfiguration, location_name: "PortConfiguration"))
|
2231
|
+
SupportContainerDefinition.add_member(:resolved_image_digest, Shapes::ShapeRef.new(shape: Sha256, location_name: "ResolvedImageDigest"))
|
2232
|
+
SupportContainerDefinition.add_member(:vcpu, Shapes::ShapeRef.new(shape: ContainerVcpu, location_name: "Vcpu"))
|
2233
|
+
SupportContainerDefinition.struct_class = Types::SupportContainerDefinition
|
2234
|
+
|
2235
|
+
SupportContainerDefinitionInput.add_member(:container_name, Shapes::ShapeRef.new(shape: NonZeroAnd128MaxAsciiString, required: true, location_name: "ContainerName"))
|
2236
|
+
SupportContainerDefinitionInput.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencyList, location_name: "DependsOn"))
|
2237
|
+
SupportContainerDefinitionInput.add_member(:mount_points, Shapes::ShapeRef.new(shape: ContainerMountPointList, location_name: "MountPoints"))
|
2238
|
+
SupportContainerDefinitionInput.add_member(:environment_override, Shapes::ShapeRef.new(shape: ContainerEnvironmentList, location_name: "EnvironmentOverride"))
|
2239
|
+
SupportContainerDefinitionInput.add_member(:essential, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "Essential"))
|
2240
|
+
SupportContainerDefinitionInput.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerHealthCheck, location_name: "HealthCheck"))
|
2241
|
+
SupportContainerDefinitionInput.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUriString, required: true, location_name: "ImageUri"))
|
2242
|
+
SupportContainerDefinitionInput.add_member(:memory_hard_limit_mebibytes, Shapes::ShapeRef.new(shape: ContainerMemoryLimit, location_name: "MemoryHardLimitMebibytes"))
|
2243
|
+
SupportContainerDefinitionInput.add_member(:port_configuration, Shapes::ShapeRef.new(shape: ContainerPortConfiguration, location_name: "PortConfiguration"))
|
2244
|
+
SupportContainerDefinitionInput.add_member(:vcpu, Shapes::ShapeRef.new(shape: ContainerVcpu, location_name: "Vcpu"))
|
2245
|
+
SupportContainerDefinitionInput.struct_class = Types::SupportContainerDefinitionInput
|
2246
|
+
|
2247
|
+
SupportContainerDefinitionInputList.member = Shapes::ShapeRef.new(shape: SupportContainerDefinitionInput)
|
2248
|
+
|
2249
|
+
SupportContainerDefinitionList.member = Shapes::ShapeRef.new(shape: SupportContainerDefinition)
|
2250
|
+
|
2061
2251
|
SuspendGameServerGroupInput.add_member(:game_server_group_name, Shapes::ShapeRef.new(shape: GameServerGroupNameOrArn, required: true, location_name: "GameServerGroupName"))
|
2062
2252
|
SuspendGameServerGroupInput.add_member(:suspend_actions, Shapes::ShapeRef.new(shape: GameServerGroupActions, required: true, location_name: "SuspendActions"))
|
2063
2253
|
SuspendGameServerGroupInput.struct_class = Types::SuspendGameServerGroupInput
|
@@ -2120,6 +2310,38 @@ module Aws::GameLift
|
|
2120
2310
|
UpdateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
|
2121
2311
|
UpdateBuildOutput.struct_class = Types::UpdateBuildOutput
|
2122
2312
|
|
2313
|
+
UpdateContainerFleetInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
2314
|
+
UpdateContainerFleetInput.add_member(:game_server_container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "GameServerContainerGroupDefinitionName"))
|
2315
|
+
UpdateContainerFleetInput.add_member(:per_instance_container_group_definition_name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, location_name: "PerInstanceContainerGroupDefinitionName"))
|
2316
|
+
UpdateContainerFleetInput.add_member(:game_server_container_groups_per_instance, Shapes::ShapeRef.new(shape: GameServerContainerGroupsPerInstance, location_name: "GameServerContainerGroupsPerInstance"))
|
2317
|
+
UpdateContainerFleetInput.add_member(:instance_connection_port_range, Shapes::ShapeRef.new(shape: ConnectionPortRange, location_name: "InstanceConnectionPortRange"))
|
2318
|
+
UpdateContainerFleetInput.add_member(:instance_inbound_permission_authorizations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InstanceInboundPermissionAuthorizations"))
|
2319
|
+
UpdateContainerFleetInput.add_member(:instance_inbound_permission_revocations, Shapes::ShapeRef.new(shape: IpPermissionsList, location_name: "InstanceInboundPermissionRevocations"))
|
2320
|
+
UpdateContainerFleetInput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfiguration"))
|
2321
|
+
UpdateContainerFleetInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
2322
|
+
UpdateContainerFleetInput.add_member(:metric_groups, Shapes::ShapeRef.new(shape: MetricGroupList, location_name: "MetricGroups"))
|
2323
|
+
UpdateContainerFleetInput.add_member(:new_game_session_protection_policy, Shapes::ShapeRef.new(shape: ProtectionPolicy, location_name: "NewGameSessionProtectionPolicy"))
|
2324
|
+
UpdateContainerFleetInput.add_member(:game_session_creation_limit_policy, Shapes::ShapeRef.new(shape: GameSessionCreationLimitPolicy, location_name: "GameSessionCreationLimitPolicy"))
|
2325
|
+
UpdateContainerFleetInput.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "LogConfiguration"))
|
2326
|
+
UpdateContainerFleetInput.add_member(:remove_attributes, Shapes::ShapeRef.new(shape: ContainerFleetRemoveAttributeList, location_name: "RemoveAttributes"))
|
2327
|
+
UpdateContainerFleetInput.struct_class = Types::UpdateContainerFleetInput
|
2328
|
+
|
2329
|
+
UpdateContainerFleetOutput.add_member(:container_fleet, Shapes::ShapeRef.new(shape: ContainerFleet, location_name: "ContainerFleet"))
|
2330
|
+
UpdateContainerFleetOutput.struct_class = Types::UpdateContainerFleetOutput
|
2331
|
+
|
2332
|
+
UpdateContainerGroupDefinitionInput.add_member(:name, Shapes::ShapeRef.new(shape: ContainerGroupDefinitionNameOrArn, required: true, location_name: "Name"))
|
2333
|
+
UpdateContainerGroupDefinitionInput.add_member(:game_server_container_definition, Shapes::ShapeRef.new(shape: GameServerContainerDefinitionInput, location_name: "GameServerContainerDefinition"))
|
2334
|
+
UpdateContainerGroupDefinitionInput.add_member(:support_container_definitions, Shapes::ShapeRef.new(shape: SupportContainerDefinitionInputList, location_name: "SupportContainerDefinitions"))
|
2335
|
+
UpdateContainerGroupDefinitionInput.add_member(:total_memory_limit_mebibytes, Shapes::ShapeRef.new(shape: ContainerTotalMemoryLimit, location_name: "TotalMemoryLimitMebibytes"))
|
2336
|
+
UpdateContainerGroupDefinitionInput.add_member(:total_vcpu_limit, Shapes::ShapeRef.new(shape: ContainerTotalVcpuLimit, location_name: "TotalVcpuLimit"))
|
2337
|
+
UpdateContainerGroupDefinitionInput.add_member(:version_description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "VersionDescription"))
|
2338
|
+
UpdateContainerGroupDefinitionInput.add_member(:source_version_number, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "SourceVersionNumber"))
|
2339
|
+
UpdateContainerGroupDefinitionInput.add_member(:operating_system, Shapes::ShapeRef.new(shape: ContainerOperatingSystem, location_name: "OperatingSystem"))
|
2340
|
+
UpdateContainerGroupDefinitionInput.struct_class = Types::UpdateContainerGroupDefinitionInput
|
2341
|
+
|
2342
|
+
UpdateContainerGroupDefinitionOutput.add_member(:container_group_definition, Shapes::ShapeRef.new(shape: ContainerGroupDefinition, location_name: "ContainerGroupDefinition"))
|
2343
|
+
UpdateContainerGroupDefinitionOutput.struct_class = Types::UpdateContainerGroupDefinitionOutput
|
2344
|
+
|
2123
2345
|
UpdateFleetAttributesInput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdOrArn, required: true, location_name: "FleetId"))
|
2124
2346
|
UpdateFleetAttributesInput.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
|
2125
2347
|
UpdateFleetAttributesInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
|
@@ -2339,18 +2561,33 @@ module Aws::GameLift
|
|
2339
2561
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2340
2562
|
end)
|
2341
2563
|
|
2564
|
+
api.add_operation(:create_container_fleet, Seahorse::Model::Operation.new.tap do |o|
|
2565
|
+
o.name = "CreateContainerFleet"
|
2566
|
+
o.http_method = "POST"
|
2567
|
+
o.http_request_uri = "/"
|
2568
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContainerFleetInput)
|
2569
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContainerFleetOutput)
|
2570
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2571
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2572
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2573
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2574
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2575
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2576
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2577
|
+
end)
|
2578
|
+
|
2342
2579
|
api.add_operation(:create_container_group_definition, Seahorse::Model::Operation.new.tap do |o|
|
2343
2580
|
o.name = "CreateContainerGroupDefinition"
|
2344
2581
|
o.http_method = "POST"
|
2345
2582
|
o.http_request_uri = "/"
|
2346
2583
|
o.input = Shapes::ShapeRef.new(shape: CreateContainerGroupDefinitionInput)
|
2347
2584
|
o.output = Shapes::ShapeRef.new(shape: CreateContainerGroupDefinitionOutput)
|
2348
|
-
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2349
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2350
2585
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2586
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2587
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2351
2588
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2352
2589
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2353
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
2590
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2354
2591
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2355
2592
|
end)
|
2356
2593
|
|
@@ -2568,17 +2805,31 @@ module Aws::GameLift
|
|
2568
2805
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2569
2806
|
end)
|
2570
2807
|
|
2808
|
+
api.add_operation(:delete_container_fleet, Seahorse::Model::Operation.new.tap do |o|
|
2809
|
+
o.name = "DeleteContainerFleet"
|
2810
|
+
o.http_method = "POST"
|
2811
|
+
o.http_request_uri = "/"
|
2812
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContainerFleetInput)
|
2813
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContainerFleetOutput)
|
2814
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2815
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2816
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2817
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2818
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2819
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2820
|
+
end)
|
2821
|
+
|
2571
2822
|
api.add_operation(:delete_container_group_definition, Seahorse::Model::Operation.new.tap do |o|
|
2572
2823
|
o.name = "DeleteContainerGroupDefinition"
|
2573
2824
|
o.http_method = "POST"
|
2574
2825
|
o.http_request_uri = "/"
|
2575
2826
|
o.input = Shapes::ShapeRef.new(shape: DeleteContainerGroupDefinitionInput)
|
2576
|
-
o.output = Shapes::ShapeRef.new(shape:
|
2577
|
-
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2578
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2827
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContainerGroupDefinitionOutput)
|
2579
2828
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2580
|
-
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2581
2829
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2830
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2831
|
+
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
2832
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2582
2833
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2583
2834
|
end)
|
2584
2835
|
|
@@ -2682,6 +2933,7 @@ module Aws::GameLift
|
|
2682
2933
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2683
2934
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2684
2935
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2936
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2685
2937
|
end)
|
2686
2938
|
|
2687
2939
|
api.add_operation(:delete_script, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2779,6 +3031,20 @@ module Aws::GameLift
|
|
2779
3031
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2780
3032
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2781
3033
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3034
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3035
|
+
end)
|
3036
|
+
|
3037
|
+
api.add_operation(:describe_container_fleet, Seahorse::Model::Operation.new.tap do |o|
|
3038
|
+
o.name = "DescribeContainerFleet"
|
3039
|
+
o.http_method = "POST"
|
3040
|
+
o.http_request_uri = "/"
|
3041
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeContainerFleetInput)
|
3042
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeContainerFleetOutput)
|
3043
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3044
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3045
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3046
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3047
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2782
3048
|
end)
|
2783
3049
|
|
2784
3050
|
api.add_operation(:describe_container_group_definition, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2787,10 +3053,10 @@ module Aws::GameLift
|
|
2787
3053
|
o.http_request_uri = "/"
|
2788
3054
|
o.input = Shapes::ShapeRef.new(shape: DescribeContainerGroupDefinitionInput)
|
2789
3055
|
o.output = Shapes::ShapeRef.new(shape: DescribeContainerGroupDefinitionOutput)
|
2790
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
3056
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2791
3057
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2792
3058
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2793
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
3059
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2794
3060
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2795
3061
|
end)
|
2796
3062
|
|
@@ -2834,6 +3100,7 @@ module Aws::GameLift
|
|
2834
3100
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2835
3101
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2836
3102
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3103
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2837
3104
|
o[:pager] = Aws::Pager.new(
|
2838
3105
|
limit_key: "limit",
|
2839
3106
|
tokens: {
|
@@ -2842,6 +3109,19 @@ module Aws::GameLift
|
|
2842
3109
|
)
|
2843
3110
|
end)
|
2844
3111
|
|
3112
|
+
api.add_operation(:describe_fleet_deployment, Seahorse::Model::Operation.new.tap do |o|
|
3113
|
+
o.name = "DescribeFleetDeployment"
|
3114
|
+
o.http_method = "POST"
|
3115
|
+
o.http_request_uri = "/"
|
3116
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFleetDeploymentInput)
|
3117
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFleetDeploymentOutput)
|
3118
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3119
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3120
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3121
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3122
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3123
|
+
end)
|
3124
|
+
|
2845
3125
|
api.add_operation(:describe_fleet_events, Seahorse::Model::Operation.new.tap do |o|
|
2846
3126
|
o.name = "DescribeFleetEvents"
|
2847
3127
|
o.http_method = "POST"
|
@@ -2852,6 +3132,7 @@ module Aws::GameLift
|
|
2852
3132
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2853
3133
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
2854
3134
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3135
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
2855
3136
|
o[:pager] = Aws::Pager.new(
|
2856
3137
|
limit_key: "limit",
|
2857
3138
|
tokens: {
|
@@ -3207,6 +3488,7 @@ module Aws::GameLift
|
|
3207
3488
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3208
3489
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3209
3490
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3491
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3210
3492
|
end)
|
3211
3493
|
|
3212
3494
|
api.add_operation(:get_compute_auth_token, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3219,6 +3501,7 @@ module Aws::GameLift
|
|
3219
3501
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3220
3502
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3221
3503
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3504
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3222
3505
|
end)
|
3223
3506
|
|
3224
3507
|
api.add_operation(:get_game_session_log_url, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3288,6 +3571,44 @@ module Aws::GameLift
|
|
3288
3571
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3289
3572
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3290
3573
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3574
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3575
|
+
o[:pager] = Aws::Pager.new(
|
3576
|
+
limit_key: "limit",
|
3577
|
+
tokens: {
|
3578
|
+
"next_token" => "next_token"
|
3579
|
+
}
|
3580
|
+
)
|
3581
|
+
end)
|
3582
|
+
|
3583
|
+
api.add_operation(:list_container_fleets, Seahorse::Model::Operation.new.tap do |o|
|
3584
|
+
o.name = "ListContainerFleets"
|
3585
|
+
o.http_method = "POST"
|
3586
|
+
o.http_request_uri = "/"
|
3587
|
+
o.input = Shapes::ShapeRef.new(shape: ListContainerFleetsInput)
|
3588
|
+
o.output = Shapes::ShapeRef.new(shape: ListContainerFleetsOutput)
|
3589
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3590
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3591
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3592
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3593
|
+
o[:pager] = Aws::Pager.new(
|
3594
|
+
limit_key: "limit",
|
3595
|
+
tokens: {
|
3596
|
+
"next_token" => "next_token"
|
3597
|
+
}
|
3598
|
+
)
|
3599
|
+
end)
|
3600
|
+
|
3601
|
+
api.add_operation(:list_container_group_definition_versions, Seahorse::Model::Operation.new.tap do |o|
|
3602
|
+
o.name = "ListContainerGroupDefinitionVersions"
|
3603
|
+
o.http_method = "POST"
|
3604
|
+
o.http_request_uri = "/"
|
3605
|
+
o.input = Shapes::ShapeRef.new(shape: ListContainerGroupDefinitionVersionsInput)
|
3606
|
+
o.output = Shapes::ShapeRef.new(shape: ListContainerGroupDefinitionVersionsOutput)
|
3607
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3608
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3609
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3610
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3611
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3291
3612
|
o[:pager] = Aws::Pager.new(
|
3292
3613
|
limit_key: "limit",
|
3293
3614
|
tokens: {
|
@@ -3302,9 +3623,28 @@ module Aws::GameLift
|
|
3302
3623
|
o.http_request_uri = "/"
|
3303
3624
|
o.input = Shapes::ShapeRef.new(shape: ListContainerGroupDefinitionsInput)
|
3304
3625
|
o.output = Shapes::ShapeRef.new(shape: ListContainerGroupDefinitionsOutput)
|
3305
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
3626
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3306
3627
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3628
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3629
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3630
|
+
o[:pager] = Aws::Pager.new(
|
3631
|
+
limit_key: "limit",
|
3632
|
+
tokens: {
|
3633
|
+
"next_token" => "next_token"
|
3634
|
+
}
|
3635
|
+
)
|
3636
|
+
end)
|
3637
|
+
|
3638
|
+
api.add_operation(:list_fleet_deployments, Seahorse::Model::Operation.new.tap do |o|
|
3639
|
+
o.name = "ListFleetDeployments"
|
3640
|
+
o.http_method = "POST"
|
3641
|
+
o.http_request_uri = "/"
|
3642
|
+
o.input = Shapes::ShapeRef.new(shape: ListFleetDeploymentsInput)
|
3643
|
+
o.output = Shapes::ShapeRef.new(shape: ListFleetDeploymentsOutput)
|
3644
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3307
3645
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3646
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3647
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3308
3648
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3309
3649
|
o[:pager] = Aws::Pager.new(
|
3310
3650
|
limit_key: "limit",
|
@@ -3410,6 +3750,7 @@ module Aws::GameLift
|
|
3410
3750
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3411
3751
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
3412
3752
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3753
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3413
3754
|
end)
|
3414
3755
|
|
3415
3756
|
api.add_operation(:put_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3422,6 +3763,7 @@ module Aws::GameLift
|
|
3422
3763
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3423
3764
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
3424
3765
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3766
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3425
3767
|
end)
|
3426
3768
|
|
3427
3769
|
api.add_operation(:register_compute, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3616,6 +3958,7 @@ module Aws::GameLift
|
|
3616
3958
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3617
3959
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
3618
3960
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3961
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3619
3962
|
end)
|
3620
3963
|
|
3621
3964
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3628,6 +3971,7 @@ module Aws::GameLift
|
|
3628
3971
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3629
3972
|
o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
|
3630
3973
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3974
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
3631
3975
|
end)
|
3632
3976
|
|
3633
3977
|
api.add_operation(:update_alias, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3654,6 +3998,35 @@ module Aws::GameLift
|
|
3654
3998
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3655
3999
|
end)
|
3656
4000
|
|
4001
|
+
api.add_operation(:update_container_fleet, Seahorse::Model::Operation.new.tap do |o|
|
4002
|
+
o.name = "UpdateContainerFleet"
|
4003
|
+
o.http_method = "POST"
|
4004
|
+
o.http_request_uri = "/"
|
4005
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContainerFleetInput)
|
4006
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContainerFleetOutput)
|
4007
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4008
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4009
|
+
o.errors << Shapes::ShapeRef.new(shape: NotReadyException)
|
4010
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4011
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4012
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4013
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
4014
|
+
end)
|
4015
|
+
|
4016
|
+
api.add_operation(:update_container_group_definition, Seahorse::Model::Operation.new.tap do |o|
|
4017
|
+
o.name = "UpdateContainerGroupDefinition"
|
4018
|
+
o.http_method = "POST"
|
4019
|
+
o.http_request_uri = "/"
|
4020
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContainerGroupDefinitionInput)
|
4021
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContainerGroupDefinitionOutput)
|
4022
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4023
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4024
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4025
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4026
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4027
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
|
4028
|
+
end)
|
4029
|
+
|
3657
4030
|
api.add_operation(:update_fleet_attributes, Seahorse::Model::Operation.new.tap do |o|
|
3658
4031
|
o.name = "UpdateFleetAttributes"
|
3659
4032
|
o.http_method = "POST"
|