@aws-sdk/client-gamelift 3.50.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +5 -5
  3. package/dist-cjs/index.js +3 -0
  4. package/dist-cjs/models/GameLiftServiceException.js +11 -0
  5. package/dist-cjs/models/models_0.js +217 -6
  6. package/dist-cjs/protocols/Aws_json1_1.js +951 -3696
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/GameLiftServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +197 -1
  10. package/dist-es/protocols/Aws_json1_1.js +2150 -4047
  11. package/dist-types/GameLift.d.ts +182 -125
  12. package/dist-types/GameLiftClient.d.ts +5 -5
  13. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateBuildCommand.d.ts +4 -4
  15. package/dist-types/commands/CreateFleetCommand.d.ts +6 -3
  16. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +6 -6
  18. package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +13 -6
  20. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +3 -1
  22. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +3 -1
  23. package/dist-types/commands/CreateScriptCommand.d.ts +6 -6
  24. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -12
  25. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +8 -8
  26. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +10 -5
  27. package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +6 -6
  30. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +10 -2
  32. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +8 -4
  33. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +16 -2
  34. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -2
  39. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
  40. package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
  41. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListScriptsCommand.d.ts +2 -2
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  47. package/dist-types/commands/PutScalingPolicyCommand.d.ts +4 -4
  48. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchGameSessionsCommand.d.ts +7 -0
  50. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +5 -5
  51. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -0
  52. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +5 -5
  54. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  55. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +2 -2
  56. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +8 -4
  57. package/dist-types/commands/UpdateScriptCommand.d.ts +2 -2
  58. package/dist-types/index.d.ts +1 -0
  59. package/dist-types/models/GameLiftServiceException.d.ts +10 -0
  60. package/dist-types/models/models_0.d.ts +409 -305
  61. package/dist-types/ts3.4/GameLift.d.ts +480 -0
  62. package/dist-types/ts3.4/GameLiftClient.d.ts +168 -0
  63. package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/index.d.ts +95 -0
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  160. package/dist-types/ts3.4/index.d.ts +6 -0
  161. package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +6 -0
  162. package/dist-types/ts3.4/models/index.d.ts +1 -0
  163. package/dist-types/ts3.4/models/models_0.d.ts +3503 -0
  164. package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
  165. package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
  166. package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
  167. package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  179. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/index.d.ts +22 -0
  187. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
  188. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  189. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  190. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  191. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  192. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-gamelift
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
37
 
8
38
  **Note:** Version bump only for package @aws-sdk/client-gamelift
package/README.md CHANGED
@@ -7,10 +7,10 @@
7
7
 
8
8
  AWS SDK for JavaScript GameLift Client for Node.js, Browser and React Native.
9
9
 
10
- <fullname>Amazon GameLift Service</fullname>
10
+ <fullname>GameLift Service</fullname>
11
11
 
12
- <p>GameLift provides solutions for hosting session-based multiplayer game servers in the
13
- cloud, including tools for deploying, operating, and scaling game servers. Built on AWS
12
+ <p>Amazon Web Services provides solutions for hosting session-based multiplayer game servers in the
13
+ cloud, including tools for deploying, operating, and scaling game servers. Built on Amazon Web Services
14
14
  global computing infrastructure, GameLift helps you deliver high-performance,
15
15
  high-reliability, low-cost game servers while dynamically scaling your resource usage to
16
16
  meet player demand. </p>
@@ -49,8 +49,8 @@ service into your own hosting solution.</p>
49
49
  <p>
50
50
  <b>About this API Reference</b>
51
51
  </p>
52
- <p>This reference guide describes the low-level service API for Amazon GameLift. With each topic
53
- in this guide, you can find links to language-specific SDK guides and the AWS CLI
52
+ <p>This reference guide describes the low-level service API for Amazon Web Services. With each topic
53
+ in this guide, you can find links to language-specific SDK guides and the Amazon Web Services CLI
54
54
  reference. Useful links:</p>
55
55
  <ul>
56
56
  <li>
package/dist-cjs/index.js CHANGED
@@ -1,8 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GameLiftServiceException = void 0;
3
4
  const tslib_1 = require("tslib");
4
5
  tslib_1.__exportStar(require("./GameLift"), exports);
5
6
  tslib_1.__exportStar(require("./GameLiftClient"), exports);
6
7
  tslib_1.__exportStar(require("./commands"), exports);
7
8
  tslib_1.__exportStar(require("./models"), exports);
8
9
  tslib_1.__exportStar(require("./pagination"), exports);
10
+ var GameLiftServiceException_1 = require("./models/GameLiftServiceException");
11
+ Object.defineProperty(exports, "GameLiftServiceException", { enumerable: true, get: function () { return GameLiftServiceException_1.GameLiftServiceException; } });
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GameLiftServiceException = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ class GameLiftServiceException extends smithy_client_1.ServiceException {
6
+ constructor(options) {
7
+ super(options);
8
+ Object.setPrototypeOf(this, GameLiftServiceException.prototype);
9
+ }
10
+ }
11
+ exports.GameLiftServiceException = GameLiftServiceException;
@@ -1,12 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GameServerGroupAction = exports.GameServerGroupStatus = exports.CreateGameServerGroupInput = exports.LaunchTemplateSpecification = exports.InstanceDefinition = exports.GameServerProtectionPolicy = exports.GameServerGroupAutoScalingPolicy = exports.TargetTrackingConfiguration = exports.CreateFleetLocationsOutput = exports.CreateFleetLocationsInput = exports.CreateFleetOutput = exports.LocationState = exports.FleetAttributes = exports.FleetAction = exports.FleetStatus = exports.CreateFleetInput = exports.RuntimeConfiguration = exports.ServerProcess = exports.ResourceCreationLimitPolicy = exports.ProtectionPolicy = exports.LocationConfiguration = exports.FleetType = exports.IpPermission = exports.IpProtocol = exports.CreateBuildOutput = exports.CreateBuildInput = exports.S3Location = exports.CreateAliasOutput = exports.CreateAliasInput = exports.Tag = exports.ComparisonOperatorType = exports.ClaimGameServerOutput = exports.GameServer = exports.GameServerUtilizationStatus = exports.GameServerClaimStatus = exports.ClaimGameServerInput = exports.CertificateConfiguration = exports.CertificateType = exports.Build = exports.BuildStatus = exports.OperatingSystem = exports.BalancingStrategy = exports.BackfillMode = exports.AwsCredentials = exports.AttributeValue = exports.Alias = exports.RoutingStrategy = exports.RoutingStrategyType = exports.AcceptMatchOutput = exports.AcceptMatchInput = void 0;
4
- exports.DeleteMatchmakingConfigurationOutput = exports.DeleteMatchmakingConfigurationInput = exports.DeleteGameSessionQueueOutput = exports.DeleteGameSessionQueueInput = exports.DeleteGameServerGroupOutput = exports.DeleteGameServerGroupInput = exports.GameServerGroupDeleteOption = exports.DeleteFleetLocationsOutput = exports.DeleteFleetLocationsInput = exports.DeleteFleetInput = exports.DeleteBuildInput = exports.DeleteAliasInput = exports.CreateVpcPeeringConnectionOutput = exports.CreateVpcPeeringConnectionInput = exports.CreateVpcPeeringAuthorizationOutput = exports.VpcPeeringAuthorization = exports.CreateVpcPeeringAuthorizationInput = exports.CreateScriptOutput = exports.Script = exports.CreateScriptInput = exports.CreatePlayerSessionsOutput = exports.CreatePlayerSessionsInput = exports.CreatePlayerSessionOutput = exports.PlayerSession = exports.PlayerSessionStatus = exports.CreatePlayerSessionInput = exports.CreateMatchmakingRuleSetOutput = exports.MatchmakingRuleSet = exports.CreateMatchmakingRuleSetInput = exports.CreateMatchmakingConfigurationOutput = exports.MatchmakingConfiguration = exports.CreateMatchmakingConfigurationInput = exports.FlexMatchMode = exports.CreateGameSessionQueueOutput = exports.GameSessionQueue = exports.CreateGameSessionQueueInput = exports.PriorityConfiguration = exports.PriorityType = exports.PlayerLatencyPolicy = exports.FilterConfiguration = exports.GameSessionQueueDestination = exports.CreateGameSessionOutput = exports.GameSession = exports.GameSessionStatusReason = exports.GameSessionStatus = exports.PlayerSessionCreationPolicy = exports.CreateGameSessionInput = exports.GameProperty = exports.CreateGameServerGroupOutput = exports.GameServerGroup = void 0;
5
- exports.DescribeGameSessionDetailsOutput = exports.GameSessionDetail = exports.DescribeGameSessionDetailsInput = exports.DescribeGameServerInstancesOutput = exports.GameServerInstance = exports.GameServerInstanceStatus = exports.DescribeGameServerInstancesInput = exports.DescribeGameServerGroupOutput = exports.DescribeGameServerGroupInput = exports.DescribeGameServerOutput = exports.DescribeGameServerInput = exports.DescribeFleetUtilizationOutput = exports.DescribeFleetUtilizationInput = exports.DescribeFleetPortSettingsOutput = exports.DescribeFleetPortSettingsInput = exports.DescribeFleetLocationUtilizationOutput = exports.FleetUtilization = exports.DescribeFleetLocationUtilizationInput = exports.DescribeFleetLocationCapacityOutput = exports.DescribeFleetLocationCapacityInput = exports.DescribeFleetLocationAttributesOutput = exports.LocationAttributes = exports.LocationUpdateStatus = exports.DescribeFleetLocationAttributesInput = exports.DescribeFleetEventsOutput = exports.Event = exports.EventCode = exports.DescribeFleetEventsInput = exports.DescribeFleetCapacityOutput = exports.FleetCapacity = exports.EC2InstanceCounts = exports.DescribeFleetCapacityInput = exports.DescribeFleetAttributesOutput = exports.DescribeFleetAttributesInput = exports.DescribeEC2InstanceLimitsOutput = exports.EC2InstanceLimit = exports.DescribeEC2InstanceLimitsInput = exports.DescribeBuildOutput = exports.DescribeBuildInput = exports.DescribeAliasOutput = exports.DescribeAliasInput = exports.DeregisterGameServerInput = exports.DeleteVpcPeeringConnectionOutput = exports.DeleteVpcPeeringConnectionInput = exports.DeleteVpcPeeringAuthorizationOutput = exports.DeleteVpcPeeringAuthorizationInput = exports.DeleteScriptInput = exports.DeleteScalingPolicyInput = exports.DeleteMatchmakingRuleSetOutput = exports.DeleteMatchmakingRuleSetInput = void 0;
6
- exports.GetInstanceAccessOutput = exports.InstanceAccess = exports.InstanceCredentials = exports.GetInstanceAccessInput = exports.GetGameSessionLogUrlOutput = exports.GetGameSessionLogUrlInput = exports.DesiredPlayerSession = exports.DescribeVpcPeeringConnectionsOutput = exports.VpcPeeringConnection = exports.VpcPeeringConnectionStatus = exports.DescribeVpcPeeringConnectionsInput = exports.DescribeVpcPeeringAuthorizationsOutput = exports.DescribeVpcPeeringAuthorizationsInput = exports.DescribeScriptOutput = exports.DescribeScriptInput = exports.DescribeScalingPoliciesOutput = exports.ScalingPolicy = exports.TargetConfiguration = exports.ScalingAdjustmentType = exports.PolicyType = exports.DescribeScalingPoliciesInput = exports.ScalingStatusType = exports.DescribeRuntimeConfigurationOutput = exports.DescribeRuntimeConfigurationInput = exports.DescribePlayerSessionsOutput = exports.DescribePlayerSessionsInput = exports.DescribeMatchmakingRuleSetsOutput = exports.DescribeMatchmakingRuleSetsInput = exports.DescribeMatchmakingConfigurationsOutput = exports.DescribeMatchmakingConfigurationsInput = exports.DescribeMatchmakingOutput = exports.MatchmakingTicket = exports.Player = exports.GameSessionConnectionInfo = exports.MatchedPlayerSession = exports.DescribeMatchmakingInput = exports.DescribeInstancesOutput = exports.Instance = exports.InstanceStatus = exports.DescribeInstancesInput = exports.DescribeGameSessionsOutput = exports.DescribeGameSessionsInput = exports.DescribeGameSessionQueuesOutput = exports.DescribeGameSessionQueuesInput = exports.DescribeGameSessionPlacementOutput = exports.GameSessionPlacement = exports.GameSessionPlacementState = exports.PlayerLatency = exports.PlacedPlayerSession = exports.DescribeGameSessionPlacementInput = void 0;
7
- exports.UpdateBuildInput = exports.UpdateAliasOutput = exports.UpdateAliasInput = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SuspendGameServerGroupOutput = exports.SuspendGameServerGroupInput = exports.StopMatchmakingOutput = exports.StopMatchmakingInput = exports.StopGameSessionPlacementOutput = exports.StopGameSessionPlacementInput = exports.StopFleetActionsOutput = exports.StopFleetActionsInput = exports.StartMatchmakingOutput = exports.StartMatchmakingInput = exports.StartMatchBackfillOutput = exports.StartMatchBackfillInput = exports.StartGameSessionPlacementOutput = exports.StartGameSessionPlacementInput = exports.StartFleetActionsOutput = exports.StartFleetActionsInput = exports.SearchGameSessionsOutput = exports.SearchGameSessionsInput = exports.ResumeGameServerGroupOutput = exports.ResumeGameServerGroupInput = exports.ResolveAliasOutput = exports.ResolveAliasInput = exports.RequestUploadCredentialsOutput = exports.RequestUploadCredentialsInput = exports.RegisterGameServerOutput = exports.RegisterGameServerInput = exports.PutScalingPolicyOutput = exports.PutScalingPolicyInput = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScriptsOutput = exports.ListScriptsInput = exports.ListGameServersOutput = exports.ListGameServersInput = exports.SortOrder = exports.ListGameServerGroupsOutput = exports.ListGameServerGroupsInput = exports.ListFleetsOutput = exports.ListFleetsInput = exports.ListBuildsOutput = exports.ListBuildsInput = exports.ListAliasesOutput = exports.ListAliasesInput = void 0;
8
- exports.ValidateMatchmakingRuleSetOutput = exports.ValidateMatchmakingRuleSetInput = exports.UpdateScriptOutput = exports.UpdateScriptInput = exports.UpdateRuntimeConfigurationOutput = exports.UpdateRuntimeConfigurationInput = exports.UpdateMatchmakingConfigurationOutput = exports.UpdateMatchmakingConfigurationInput = exports.UpdateGameSessionQueueOutput = exports.UpdateGameSessionQueueInput = exports.UpdateGameSessionOutput = exports.UpdateGameSessionInput = exports.UpdateGameServerGroupOutput = exports.UpdateGameServerGroupInput = exports.UpdateGameServerOutput = exports.UpdateGameServerInput = exports.GameServerHealthCheck = exports.UpdateFleetPortSettingsOutput = exports.UpdateFleetPortSettingsInput = exports.UpdateFleetCapacityOutput = exports.UpdateFleetCapacityInput = exports.UpdateFleetAttributesOutput = exports.UpdateFleetAttributesInput = exports.UpdateBuildOutput = void 0;
3
+ exports.CreateFleetLocationsInput = exports.CreateFleetOutput = exports.LocationState = exports.FleetAttributes = exports.FleetAction = exports.FleetStatus = exports.CreateFleetInput = exports.RuntimeConfiguration = exports.ServerProcess = exports.ResourceCreationLimitPolicy = exports.ProtectionPolicy = exports.LocationConfiguration = exports.FleetType = exports.IpPermission = exports.IpProtocol = exports.CreateBuildOutput = exports.CreateBuildInput = exports.S3Location = exports.TaggingFailedException = exports.LimitExceededException = exports.CreateAliasOutput = exports.CreateAliasInput = exports.Tag = exports.ComparisonOperatorType = exports.UnauthorizedException = exports.OutOfCapacityException = exports.ConflictException = exports.ClaimGameServerOutput = exports.GameServer = exports.GameServerUtilizationStatus = exports.GameServerClaimStatus = exports.ClaimGameServerInput = exports.CertificateConfiguration = exports.CertificateType = exports.Build = exports.BuildStatus = exports.OperatingSystem = exports.BalancingStrategy = exports.BackfillMode = exports.AwsCredentials = exports.AttributeValue = exports.Alias = exports.RoutingStrategy = exports.RoutingStrategyType = exports.UnsupportedRegionException = exports.NotFoundException = exports.InvalidRequestException = exports.InternalServiceException = exports.AcceptMatchOutput = exports.AcceptMatchInput = void 0;
4
+ exports.VpcPeeringAuthorization = exports.CreateVpcPeeringAuthorizationInput = exports.CreateScriptOutput = exports.Script = exports.CreateScriptInput = exports.CreatePlayerSessionsOutput = exports.CreatePlayerSessionsInput = exports.InvalidGameSessionStatusException = exports.GameSessionFullException = exports.CreatePlayerSessionOutput = exports.PlayerSession = exports.PlayerSessionStatus = exports.CreatePlayerSessionInput = exports.CreateMatchmakingRuleSetOutput = exports.MatchmakingRuleSet = exports.CreateMatchmakingRuleSetInput = exports.CreateMatchmakingConfigurationOutput = exports.MatchmakingConfiguration = exports.CreateMatchmakingConfigurationInput = exports.FlexMatchMode = exports.CreateGameSessionQueueOutput = exports.GameSessionQueue = exports.CreateGameSessionQueueInput = exports.PriorityConfiguration = exports.PriorityType = exports.PlayerLatencyPolicy = exports.FilterConfiguration = exports.GameSessionQueueDestination = exports.TerminalRoutingStrategyException = exports.IdempotentParameterMismatchException = exports.FleetCapacityExceededException = exports.CreateGameSessionOutput = exports.GameSession = exports.GameSessionStatusReason = exports.GameSessionStatus = exports.PlayerSessionCreationPolicy = exports.CreateGameSessionInput = exports.GameProperty = exports.CreateGameServerGroupOutput = exports.GameServerGroup = exports.GameServerGroupAction = exports.GameServerGroupStatus = exports.CreateGameServerGroupInput = exports.LaunchTemplateSpecification = exports.InstanceDefinition = exports.GameServerProtectionPolicy = exports.GameServerGroupAutoScalingPolicy = exports.TargetTrackingConfiguration = exports.InvalidFleetStatusException = exports.CreateFleetLocationsOutput = void 0;
5
+ exports.DescribeFleetLocationUtilizationOutput = exports.FleetUtilization = exports.DescribeFleetLocationUtilizationInput = exports.DescribeFleetLocationCapacityOutput = exports.DescribeFleetLocationCapacityInput = exports.DescribeFleetLocationAttributesOutput = exports.LocationAttributes = exports.LocationUpdateStatus = exports.DescribeFleetLocationAttributesInput = exports.DescribeFleetEventsOutput = exports.Event = exports.EventCode = exports.DescribeFleetEventsInput = exports.DescribeFleetCapacityOutput = exports.FleetCapacity = exports.EC2InstanceCounts = exports.DescribeFleetCapacityInput = exports.DescribeFleetAttributesOutput = exports.DescribeFleetAttributesInput = exports.DescribeEC2InstanceLimitsOutput = exports.EC2InstanceLimit = exports.DescribeEC2InstanceLimitsInput = exports.DescribeBuildOutput = exports.DescribeBuildInput = exports.DescribeAliasOutput = exports.DescribeAliasInput = exports.DeregisterGameServerInput = exports.DeleteVpcPeeringConnectionOutput = exports.DeleteVpcPeeringConnectionInput = exports.DeleteVpcPeeringAuthorizationOutput = exports.DeleteVpcPeeringAuthorizationInput = exports.DeleteScriptInput = exports.DeleteScalingPolicyInput = exports.DeleteMatchmakingRuleSetOutput = exports.DeleteMatchmakingRuleSetInput = exports.DeleteMatchmakingConfigurationOutput = exports.DeleteMatchmakingConfigurationInput = exports.DeleteGameSessionQueueOutput = exports.DeleteGameSessionQueueInput = exports.DeleteGameServerGroupOutput = exports.DeleteGameServerGroupInput = exports.GameServerGroupDeleteOption = exports.DeleteFleetLocationsOutput = exports.DeleteFleetLocationsInput = exports.DeleteFleetInput = exports.DeleteBuildInput = exports.DeleteAliasInput = exports.CreateVpcPeeringConnectionOutput = exports.CreateVpcPeeringConnectionInput = exports.CreateVpcPeeringAuthorizationOutput = void 0;
6
+ exports.DescribeScalingPoliciesOutput = exports.ScalingPolicy = exports.TargetConfiguration = exports.ScalingAdjustmentType = exports.PolicyType = exports.DescribeScalingPoliciesInput = exports.ScalingStatusType = exports.DescribeRuntimeConfigurationOutput = exports.DescribeRuntimeConfigurationInput = exports.DescribePlayerSessionsOutput = exports.DescribePlayerSessionsInput = exports.DescribeMatchmakingRuleSetsOutput = exports.DescribeMatchmakingRuleSetsInput = exports.DescribeMatchmakingConfigurationsOutput = exports.DescribeMatchmakingConfigurationsInput = exports.DescribeMatchmakingOutput = exports.MatchmakingTicket = exports.Player = exports.GameSessionConnectionInfo = exports.MatchedPlayerSession = exports.DescribeMatchmakingInput = exports.DescribeInstancesOutput = exports.Instance = exports.InstanceStatus = exports.DescribeInstancesInput = exports.DescribeGameSessionsOutput = exports.DescribeGameSessionsInput = exports.DescribeGameSessionQueuesOutput = exports.DescribeGameSessionQueuesInput = exports.DescribeGameSessionPlacementOutput = exports.GameSessionPlacement = exports.GameSessionPlacementState = exports.PlayerLatency = exports.PlacedPlayerSession = exports.DescribeGameSessionPlacementInput = exports.DescribeGameSessionDetailsOutput = exports.GameSessionDetail = exports.DescribeGameSessionDetailsInput = exports.DescribeGameServerInstancesOutput = exports.GameServerInstance = exports.GameServerInstanceStatus = exports.DescribeGameServerInstancesInput = exports.DescribeGameServerGroupOutput = exports.DescribeGameServerGroupInput = exports.DescribeGameServerOutput = exports.DescribeGameServerInput = exports.DescribeFleetUtilizationOutput = exports.DescribeFleetUtilizationInput = exports.DescribeFleetPortSettingsOutput = exports.DescribeFleetPortSettingsInput = void 0;
7
+ exports.StartMatchmakingOutput = exports.StartMatchmakingInput = exports.StartMatchBackfillOutput = exports.StartMatchBackfillInput = exports.StartGameSessionPlacementOutput = exports.StartGameSessionPlacementInput = exports.StartFleetActionsOutput = exports.StartFleetActionsInput = exports.SearchGameSessionsOutput = exports.SearchGameSessionsInput = exports.ResumeGameServerGroupOutput = exports.ResumeGameServerGroupInput = exports.ResolveAliasOutput = exports.ResolveAliasInput = exports.RequestUploadCredentialsOutput = exports.RequestUploadCredentialsInput = exports.RegisterGameServerOutput = exports.RegisterGameServerInput = exports.PutScalingPolicyOutput = exports.PutScalingPolicyInput = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScriptsOutput = exports.ListScriptsInput = exports.ListGameServersOutput = exports.ListGameServersInput = exports.SortOrder = exports.ListGameServerGroupsOutput = exports.ListGameServerGroupsInput = exports.ListFleetsOutput = exports.ListFleetsInput = exports.ListBuildsOutput = exports.ListBuildsInput = exports.ListAliasesOutput = exports.ListAliasesInput = exports.GetInstanceAccessOutput = exports.InstanceAccess = exports.InstanceCredentials = exports.GetInstanceAccessInput = exports.GetGameSessionLogUrlOutput = exports.GetGameSessionLogUrlInput = exports.DesiredPlayerSession = exports.DescribeVpcPeeringConnectionsOutput = exports.VpcPeeringConnection = exports.VpcPeeringConnectionStatus = exports.DescribeVpcPeeringConnectionsInput = exports.DescribeVpcPeeringAuthorizationsOutput = exports.DescribeVpcPeeringAuthorizationsInput = exports.DescribeScriptOutput = exports.DescribeScriptInput = void 0;
8
+ exports.ValidateMatchmakingRuleSetOutput = exports.ValidateMatchmakingRuleSetInput = exports.UpdateScriptOutput = exports.UpdateScriptInput = exports.UpdateRuntimeConfigurationOutput = exports.UpdateRuntimeConfigurationInput = exports.UpdateMatchmakingConfigurationOutput = exports.UpdateMatchmakingConfigurationInput = exports.UpdateGameSessionQueueOutput = exports.UpdateGameSessionQueueInput = exports.UpdateGameSessionOutput = exports.UpdateGameSessionInput = exports.UpdateGameServerGroupOutput = exports.UpdateGameServerGroupInput = exports.UpdateGameServerOutput = exports.UpdateGameServerInput = exports.GameServerHealthCheck = exports.UpdateFleetPortSettingsOutput = exports.UpdateFleetPortSettingsInput = exports.UpdateFleetCapacityOutput = exports.UpdateFleetCapacityInput = exports.UpdateFleetAttributesOutput = exports.UpdateFleetAttributesInput = exports.UpdateBuildOutput = exports.UpdateBuildInput = exports.UpdateAliasOutput = exports.UpdateAliasInput = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SuspendGameServerGroupOutput = exports.SuspendGameServerGroupInput = exports.StopMatchmakingOutput = exports.StopMatchmakingInput = exports.StopGameSessionPlacementOutput = exports.StopGameSessionPlacementInput = exports.StopFleetActionsOutput = exports.StopFleetActionsInput = void 0;
9
9
  const smithy_client_1 = require("@aws-sdk/smithy-client");
10
+ const GameLiftServiceException_1 = require("./GameLiftServiceException");
10
11
  var AcceptMatchInput;
11
12
  (function (AcceptMatchInput) {
12
13
  AcceptMatchInput.filterSensitiveLog = (obj) => ({
@@ -19,6 +20,62 @@ var AcceptMatchOutput;
19
20
  ...obj,
20
21
  });
21
22
  })(AcceptMatchOutput = exports.AcceptMatchOutput || (exports.AcceptMatchOutput = {}));
23
+ class InternalServiceException extends GameLiftServiceException_1.GameLiftServiceException {
24
+ constructor(opts) {
25
+ super({
26
+ name: "InternalServiceException",
27
+ $fault: "server",
28
+ ...opts,
29
+ });
30
+ this.name = "InternalServiceException";
31
+ this.$fault = "server";
32
+ Object.setPrototypeOf(this, InternalServiceException.prototype);
33
+ this.Message = opts.Message;
34
+ }
35
+ }
36
+ exports.InternalServiceException = InternalServiceException;
37
+ class InvalidRequestException extends GameLiftServiceException_1.GameLiftServiceException {
38
+ constructor(opts) {
39
+ super({
40
+ name: "InvalidRequestException",
41
+ $fault: "client",
42
+ ...opts,
43
+ });
44
+ this.name = "InvalidRequestException";
45
+ this.$fault = "client";
46
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
47
+ this.Message = opts.Message;
48
+ }
49
+ }
50
+ exports.InvalidRequestException = InvalidRequestException;
51
+ class NotFoundException extends GameLiftServiceException_1.GameLiftServiceException {
52
+ constructor(opts) {
53
+ super({
54
+ name: "NotFoundException",
55
+ $fault: "client",
56
+ ...opts,
57
+ });
58
+ this.name = "NotFoundException";
59
+ this.$fault = "client";
60
+ Object.setPrototypeOf(this, NotFoundException.prototype);
61
+ this.Message = opts.Message;
62
+ }
63
+ }
64
+ exports.NotFoundException = NotFoundException;
65
+ class UnsupportedRegionException extends GameLiftServiceException_1.GameLiftServiceException {
66
+ constructor(opts) {
67
+ super({
68
+ name: "UnsupportedRegionException",
69
+ $fault: "client",
70
+ ...opts,
71
+ });
72
+ this.name = "UnsupportedRegionException";
73
+ this.$fault = "client";
74
+ Object.setPrototypeOf(this, UnsupportedRegionException.prototype);
75
+ this.Message = opts.Message;
76
+ }
77
+ }
78
+ exports.UnsupportedRegionException = UnsupportedRegionException;
22
79
  var RoutingStrategyType;
23
80
  (function (RoutingStrategyType) {
24
81
  RoutingStrategyType["SIMPLE"] = "SIMPLE";
@@ -115,6 +172,48 @@ var ClaimGameServerOutput;
115
172
  ...obj,
116
173
  });
117
174
  })(ClaimGameServerOutput = exports.ClaimGameServerOutput || (exports.ClaimGameServerOutput = {}));
175
+ class ConflictException extends GameLiftServiceException_1.GameLiftServiceException {
176
+ constructor(opts) {
177
+ super({
178
+ name: "ConflictException",
179
+ $fault: "client",
180
+ ...opts,
181
+ });
182
+ this.name = "ConflictException";
183
+ this.$fault = "client";
184
+ Object.setPrototypeOf(this, ConflictException.prototype);
185
+ this.Message = opts.Message;
186
+ }
187
+ }
188
+ exports.ConflictException = ConflictException;
189
+ class OutOfCapacityException extends GameLiftServiceException_1.GameLiftServiceException {
190
+ constructor(opts) {
191
+ super({
192
+ name: "OutOfCapacityException",
193
+ $fault: "client",
194
+ ...opts,
195
+ });
196
+ this.name = "OutOfCapacityException";
197
+ this.$fault = "client";
198
+ Object.setPrototypeOf(this, OutOfCapacityException.prototype);
199
+ this.Message = opts.Message;
200
+ }
201
+ }
202
+ exports.OutOfCapacityException = OutOfCapacityException;
203
+ class UnauthorizedException extends GameLiftServiceException_1.GameLiftServiceException {
204
+ constructor(opts) {
205
+ super({
206
+ name: "UnauthorizedException",
207
+ $fault: "client",
208
+ ...opts,
209
+ });
210
+ this.name = "UnauthorizedException";
211
+ this.$fault = "client";
212
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
213
+ this.Message = opts.Message;
214
+ }
215
+ }
216
+ exports.UnauthorizedException = UnauthorizedException;
118
217
  var ComparisonOperatorType;
119
218
  (function (ComparisonOperatorType) {
120
219
  ComparisonOperatorType["GreaterThanOrEqualToThreshold"] = "GreaterThanOrEqualToThreshold";
@@ -140,6 +239,34 @@ var CreateAliasOutput;
140
239
  ...obj,
141
240
  });
142
241
  })(CreateAliasOutput = exports.CreateAliasOutput || (exports.CreateAliasOutput = {}));
242
+ class LimitExceededException extends GameLiftServiceException_1.GameLiftServiceException {
243
+ constructor(opts) {
244
+ super({
245
+ name: "LimitExceededException",
246
+ $fault: "client",
247
+ ...opts,
248
+ });
249
+ this.name = "LimitExceededException";
250
+ this.$fault = "client";
251
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
252
+ this.Message = opts.Message;
253
+ }
254
+ }
255
+ exports.LimitExceededException = LimitExceededException;
256
+ class TaggingFailedException extends GameLiftServiceException_1.GameLiftServiceException {
257
+ constructor(opts) {
258
+ super({
259
+ name: "TaggingFailedException",
260
+ $fault: "client",
261
+ ...opts,
262
+ });
263
+ this.name = "TaggingFailedException";
264
+ this.$fault = "client";
265
+ Object.setPrototypeOf(this, TaggingFailedException.prototype);
266
+ this.Message = opts.Message;
267
+ }
268
+ }
269
+ exports.TaggingFailedException = TaggingFailedException;
143
270
  var S3Location;
144
271
  (function (S3Location) {
145
272
  S3Location.filterSensitiveLog = (obj) => ({
@@ -256,6 +383,20 @@ var CreateFleetLocationsOutput;
256
383
  ...obj,
257
384
  });
258
385
  })(CreateFleetLocationsOutput = exports.CreateFleetLocationsOutput || (exports.CreateFleetLocationsOutput = {}));
386
+ class InvalidFleetStatusException extends GameLiftServiceException_1.GameLiftServiceException {
387
+ constructor(opts) {
388
+ super({
389
+ name: "InvalidFleetStatusException",
390
+ $fault: "client",
391
+ ...opts,
392
+ });
393
+ this.name = "InvalidFleetStatusException";
394
+ this.$fault = "client";
395
+ Object.setPrototypeOf(this, InvalidFleetStatusException.prototype);
396
+ this.Message = opts.Message;
397
+ }
398
+ }
399
+ exports.InvalidFleetStatusException = InvalidFleetStatusException;
259
400
  var TargetTrackingConfiguration;
260
401
  (function (TargetTrackingConfiguration) {
261
402
  TargetTrackingConfiguration.filterSensitiveLog = (obj) => ({
@@ -358,6 +499,48 @@ var CreateGameSessionOutput;
358
499
  ...obj,
359
500
  });
360
501
  })(CreateGameSessionOutput = exports.CreateGameSessionOutput || (exports.CreateGameSessionOutput = {}));
502
+ class FleetCapacityExceededException extends GameLiftServiceException_1.GameLiftServiceException {
503
+ constructor(opts) {
504
+ super({
505
+ name: "FleetCapacityExceededException",
506
+ $fault: "client",
507
+ ...opts,
508
+ });
509
+ this.name = "FleetCapacityExceededException";
510
+ this.$fault = "client";
511
+ Object.setPrototypeOf(this, FleetCapacityExceededException.prototype);
512
+ this.Message = opts.Message;
513
+ }
514
+ }
515
+ exports.FleetCapacityExceededException = FleetCapacityExceededException;
516
+ class IdempotentParameterMismatchException extends GameLiftServiceException_1.GameLiftServiceException {
517
+ constructor(opts) {
518
+ super({
519
+ name: "IdempotentParameterMismatchException",
520
+ $fault: "client",
521
+ ...opts,
522
+ });
523
+ this.name = "IdempotentParameterMismatchException";
524
+ this.$fault = "client";
525
+ Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
526
+ this.Message = opts.Message;
527
+ }
528
+ }
529
+ exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
530
+ class TerminalRoutingStrategyException extends GameLiftServiceException_1.GameLiftServiceException {
531
+ constructor(opts) {
532
+ super({
533
+ name: "TerminalRoutingStrategyException",
534
+ $fault: "client",
535
+ ...opts,
536
+ });
537
+ this.name = "TerminalRoutingStrategyException";
538
+ this.$fault = "client";
539
+ Object.setPrototypeOf(this, TerminalRoutingStrategyException.prototype);
540
+ this.Message = opts.Message;
541
+ }
542
+ }
543
+ exports.TerminalRoutingStrategyException = TerminalRoutingStrategyException;
361
544
  var GameSessionQueueDestination;
362
545
  (function (GameSessionQueueDestination) {
363
546
  GameSessionQueueDestination.filterSensitiveLog = (obj) => ({
@@ -473,6 +656,34 @@ var CreatePlayerSessionOutput;
473
656
  ...obj,
474
657
  });
475
658
  })(CreatePlayerSessionOutput = exports.CreatePlayerSessionOutput || (exports.CreatePlayerSessionOutput = {}));
659
+ class GameSessionFullException extends GameLiftServiceException_1.GameLiftServiceException {
660
+ constructor(opts) {
661
+ super({
662
+ name: "GameSessionFullException",
663
+ $fault: "client",
664
+ ...opts,
665
+ });
666
+ this.name = "GameSessionFullException";
667
+ this.$fault = "client";
668
+ Object.setPrototypeOf(this, GameSessionFullException.prototype);
669
+ this.Message = opts.Message;
670
+ }
671
+ }
672
+ exports.GameSessionFullException = GameSessionFullException;
673
+ class InvalidGameSessionStatusException extends GameLiftServiceException_1.GameLiftServiceException {
674
+ constructor(opts) {
675
+ super({
676
+ name: "InvalidGameSessionStatusException",
677
+ $fault: "client",
678
+ ...opts,
679
+ });
680
+ this.name = "InvalidGameSessionStatusException";
681
+ this.$fault = "client";
682
+ Object.setPrototypeOf(this, InvalidGameSessionStatusException.prototype);
683
+ this.Message = opts.Message;
684
+ }
685
+ }
686
+ exports.InvalidGameSessionStatusException = InvalidGameSessionStatusException;
476
687
  var CreatePlayerSessionsInput;
477
688
  (function (CreatePlayerSessionsInput) {
478
689
  CreatePlayerSessionsInput.filterSensitiveLog = (obj) => ({