@aws-sdk/client-gamelift 3.489.0 → 3.495.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 (142) hide show
  1. package/dist-cjs/GameLift.js +1 -219
  2. package/dist-cjs/GameLiftClient.js +1 -43
  3. package/dist-cjs/commands/AcceptMatchCommand.js +1 -29
  4. package/dist-cjs/commands/ClaimGameServerCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAliasCommand.js +1 -28
  6. package/dist-cjs/commands/CreateBuildCommand.js +1 -29
  7. package/dist-cjs/commands/CreateFleetCommand.js +1 -29
  8. package/dist-cjs/commands/CreateFleetLocationsCommand.js +1 -28
  9. package/dist-cjs/commands/CreateGameServerGroupCommand.js +1 -28
  10. package/dist-cjs/commands/CreateGameSessionCommand.js +1 -29
  11. package/dist-cjs/commands/CreateGameSessionQueueCommand.js +1 -28
  12. package/dist-cjs/commands/CreateLocationCommand.js +1 -28
  13. package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +1 -28
  14. package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +1 -28
  15. package/dist-cjs/commands/CreatePlayerSessionCommand.js +1 -29
  16. package/dist-cjs/commands/CreatePlayerSessionsCommand.js +1 -29
  17. package/dist-cjs/commands/CreateScriptCommand.js +1 -28
  18. package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +1 -28
  19. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteBuildCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteFleetCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteFleetLocationsCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteGameServerGroupCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteLocationCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteScriptCommand.js +1 -28
  31. package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +1 -28
  32. package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +1 -28
  33. package/dist-cjs/commands/DeregisterComputeCommand.js +1 -28
  34. package/dist-cjs/commands/DeregisterGameServerCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeAliasCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeBuildCommand.js +1 -28
  37. package/dist-cjs/commands/DescribeComputeCommand.js +1 -29
  38. package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +1 -28
  39. package/dist-cjs/commands/DescribeFleetAttributesCommand.js +1 -28
  40. package/dist-cjs/commands/DescribeFleetCapacityCommand.js +1 -28
  41. package/dist-cjs/commands/DescribeFleetEventsCommand.js +1 -28
  42. package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +1 -28
  43. package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +1 -28
  44. package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +1 -28
  45. package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +1 -29
  46. package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +1 -28
  47. package/dist-cjs/commands/DescribeGameServerCommand.js +1 -28
  48. package/dist-cjs/commands/DescribeGameServerGroupCommand.js +1 -28
  49. package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +1 -28
  50. package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +1 -29
  51. package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +1 -29
  52. package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +1 -28
  53. package/dist-cjs/commands/DescribeGameSessionsCommand.js +1 -29
  54. package/dist-cjs/commands/DescribeInstancesCommand.js +1 -29
  55. package/dist-cjs/commands/DescribeMatchmakingCommand.js +1 -29
  56. package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +1 -28
  57. package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +1 -28
  58. package/dist-cjs/commands/DescribePlayerSessionsCommand.js +1 -29
  59. package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +1 -28
  60. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +1 -28
  61. package/dist-cjs/commands/DescribeScriptCommand.js +1 -28
  62. package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +1 -28
  63. package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +1 -28
  64. package/dist-cjs/commands/GetComputeAccessCommand.js +1 -29
  65. package/dist-cjs/commands/GetComputeAuthTokenCommand.js +1 -28
  66. package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +1 -28
  67. package/dist-cjs/commands/GetInstanceAccessCommand.js +1 -29
  68. package/dist-cjs/commands/ListAliasesCommand.js +1 -28
  69. package/dist-cjs/commands/ListBuildsCommand.js +1 -28
  70. package/dist-cjs/commands/ListComputeCommand.js +1 -29
  71. package/dist-cjs/commands/ListFleetsCommand.js +1 -28
  72. package/dist-cjs/commands/ListGameServerGroupsCommand.js +1 -28
  73. package/dist-cjs/commands/ListGameServersCommand.js +1 -28
  74. package/dist-cjs/commands/ListLocationsCommand.js +1 -28
  75. package/dist-cjs/commands/ListScriptsCommand.js +1 -28
  76. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  77. package/dist-cjs/commands/PutScalingPolicyCommand.js +1 -28
  78. package/dist-cjs/commands/RegisterComputeCommand.js +1 -29
  79. package/dist-cjs/commands/RegisterGameServerCommand.js +1 -28
  80. package/dist-cjs/commands/RequestUploadCredentialsCommand.js +1 -29
  81. package/dist-cjs/commands/ResolveAliasCommand.js +1 -28
  82. package/dist-cjs/commands/ResumeGameServerGroupCommand.js +1 -28
  83. package/dist-cjs/commands/SearchGameSessionsCommand.js +1 -29
  84. package/dist-cjs/commands/StartFleetActionsCommand.js +1 -28
  85. package/dist-cjs/commands/StartGameSessionPlacementCommand.js +1 -29
  86. package/dist-cjs/commands/StartMatchBackfillCommand.js +1 -29
  87. package/dist-cjs/commands/StartMatchmakingCommand.js +1 -29
  88. package/dist-cjs/commands/StopFleetActionsCommand.js +1 -28
  89. package/dist-cjs/commands/StopGameSessionPlacementCommand.js +1 -29
  90. package/dist-cjs/commands/StopMatchmakingCommand.js +1 -28
  91. package/dist-cjs/commands/SuspendGameServerGroupCommand.js +1 -28
  92. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  93. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  94. package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
  95. package/dist-cjs/commands/UpdateBuildCommand.js +1 -28
  96. package/dist-cjs/commands/UpdateFleetAttributesCommand.js +1 -28
  97. package/dist-cjs/commands/UpdateFleetCapacityCommand.js +1 -28
  98. package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +1 -29
  99. package/dist-cjs/commands/UpdateGameServerCommand.js +1 -28
  100. package/dist-cjs/commands/UpdateGameServerGroupCommand.js +1 -28
  101. package/dist-cjs/commands/UpdateGameSessionCommand.js +1 -29
  102. package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +1 -28
  103. package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +1 -28
  104. package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +1 -28
  105. package/dist-cjs/commands/UpdateScriptCommand.js +1 -28
  106. package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +1 -28
  107. package/dist-cjs/commands/index.js +1 -107
  108. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  109. package/dist-cjs/extensionConfiguration.js +1 -2
  110. package/dist-cjs/index.js +9776 -11
  111. package/dist-cjs/models/GameLiftServiceException.js +1 -12
  112. package/dist-cjs/models/index.js +1 -5
  113. package/dist-cjs/models/models_0.js +1 -1008
  114. package/dist-cjs/models/models_1.js +1 -22
  115. package/dist-cjs/pagination/DescribeFleetAttributesPaginator.js +1 -7
  116. package/dist-cjs/pagination/DescribeFleetCapacityPaginator.js +1 -7
  117. package/dist-cjs/pagination/DescribeFleetEventsPaginator.js +1 -7
  118. package/dist-cjs/pagination/DescribeFleetLocationAttributesPaginator.js +1 -7
  119. package/dist-cjs/pagination/DescribeFleetUtilizationPaginator.js +1 -7
  120. package/dist-cjs/pagination/DescribeGameServerInstancesPaginator.js +1 -7
  121. package/dist-cjs/pagination/DescribeGameSessionDetailsPaginator.js +1 -7
  122. package/dist-cjs/pagination/DescribeGameSessionQueuesPaginator.js +1 -7
  123. package/dist-cjs/pagination/DescribeGameSessionsPaginator.js +1 -7
  124. package/dist-cjs/pagination/DescribeInstancesPaginator.js +1 -7
  125. package/dist-cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +1 -7
  126. package/dist-cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +1 -7
  127. package/dist-cjs/pagination/DescribePlayerSessionsPaginator.js +1 -7
  128. package/dist-cjs/pagination/DescribeScalingPoliciesPaginator.js +1 -7
  129. package/dist-cjs/pagination/Interfaces.js +1 -2
  130. package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
  131. package/dist-cjs/pagination/ListBuildsPaginator.js +1 -7
  132. package/dist-cjs/pagination/ListComputePaginator.js +1 -7
  133. package/dist-cjs/pagination/ListFleetsPaginator.js +1 -7
  134. package/dist-cjs/pagination/ListGameServerGroupsPaginator.js +1 -7
  135. package/dist-cjs/pagination/ListGameServersPaginator.js +1 -7
  136. package/dist-cjs/pagination/ListLocationsPaginator.js +1 -7
  137. package/dist-cjs/pagination/ListScriptsPaginator.js +1 -7
  138. package/dist-cjs/pagination/SearchGameSessionsPaginator.js +1 -7
  139. package/dist-cjs/pagination/index.js +1 -27
  140. package/dist-cjs/protocols/Aws_json1_1.js +1 -6405
  141. package/dist-cjs/runtimeExtensions.js +1 -22
  142. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGameServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateGameServerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "UpdateGameServer", {})
22
- .n("GameLiftClient", "UpdateGameServerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateGameServerCommand)
25
- .de(Aws_json1_1_1.de_UpdateGameServerCommand)
26
- .build() {
27
- }
28
- exports.UpdateGameServerCommand = UpdateGameServerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGameServerGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateGameServerGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "UpdateGameServerGroup", {})
22
- .n("GameLiftClient", "UpdateGameServerGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateGameServerGroupCommand)
25
- .de(Aws_json1_1_1.de_UpdateGameServerGroupCommand)
26
- .build() {
27
- }
28
- exports.UpdateGameServerGroupCommand = UpdateGameServerGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGameSessionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_1_1 = require("../models/models_1");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateGameSessionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("GameLift", "UpdateGameSession", {})
23
- .n("GameLiftClient", "UpdateGameSessionCommand")
24
- .f(void 0, models_1_1.UpdateGameSessionOutputFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_UpdateGameSessionCommand)
26
- .de(Aws_json1_1_1.de_UpdateGameSessionCommand)
27
- .build() {
28
- }
29
- exports.UpdateGameSessionCommand = UpdateGameSessionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGameSessionQueueCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateGameSessionQueueCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "UpdateGameSessionQueue", {})
22
- .n("GameLiftClient", "UpdateGameSessionQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateGameSessionQueueCommand)
25
- .de(Aws_json1_1_1.de_UpdateGameSessionQueueCommand)
26
- .build() {
27
- }
28
- exports.UpdateGameSessionQueueCommand = UpdateGameSessionQueueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMatchmakingConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateMatchmakingConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "UpdateMatchmakingConfiguration", {})
22
- .n("GameLiftClient", "UpdateMatchmakingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateMatchmakingConfigurationCommand)
25
- .de(Aws_json1_1_1.de_UpdateMatchmakingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdateMatchmakingConfigurationCommand = UpdateMatchmakingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRuntimeConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateRuntimeConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "UpdateRuntimeConfiguration", {})
22
- .n("GameLiftClient", "UpdateRuntimeConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateRuntimeConfigurationCommand)
25
- .de(Aws_json1_1_1.de_UpdateRuntimeConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdateRuntimeConfigurationCommand = UpdateRuntimeConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateScriptCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateScriptCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "UpdateScript", {})
22
- .n("GameLiftClient", "UpdateScriptCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateScriptCommand)
25
- .de(Aws_json1_1_1.de_UpdateScriptCommand)
26
- .build() {
27
- }
28
- exports.UpdateScriptCommand = UpdateScriptCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ValidateMatchmakingRuleSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ValidateMatchmakingRuleSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GameLift", "ValidateMatchmakingRuleSet", {})
22
- .n("GameLiftClient", "ValidateMatchmakingRuleSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ValidateMatchmakingRuleSetCommand)
25
- .de(Aws_json1_1_1.de_ValidateMatchmakingRuleSetCommand)
26
- .build() {
27
- }
28
- exports.ValidateMatchmakingRuleSetCommand = ValidateMatchmakingRuleSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,107 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AcceptMatchCommand"), exports);
5
- tslib_1.__exportStar(require("./ClaimGameServerCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateAliasCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateBuildCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateFleetCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateFleetLocationsCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateGameServerGroupCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateGameSessionCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateGameSessionQueueCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateLocationCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateMatchmakingConfigurationCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateMatchmakingRuleSetCommand"), exports);
16
- tslib_1.__exportStar(require("./CreatePlayerSessionCommand"), exports);
17
- tslib_1.__exportStar(require("./CreatePlayerSessionsCommand"), exports);
18
- tslib_1.__exportStar(require("./CreateScriptCommand"), exports);
19
- tslib_1.__exportStar(require("./CreateVpcPeeringAuthorizationCommand"), exports);
20
- tslib_1.__exportStar(require("./CreateVpcPeeringConnectionCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteAliasCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteBuildCommand"), exports);
23
- tslib_1.__exportStar(require("./DeleteFleetCommand"), exports);
24
- tslib_1.__exportStar(require("./DeleteFleetLocationsCommand"), exports);
25
- tslib_1.__exportStar(require("./DeleteGameServerGroupCommand"), exports);
26
- tslib_1.__exportStar(require("./DeleteGameSessionQueueCommand"), exports);
27
- tslib_1.__exportStar(require("./DeleteLocationCommand"), exports);
28
- tslib_1.__exportStar(require("./DeleteMatchmakingConfigurationCommand"), exports);
29
- tslib_1.__exportStar(require("./DeleteMatchmakingRuleSetCommand"), exports);
30
- tslib_1.__exportStar(require("./DeleteScalingPolicyCommand"), exports);
31
- tslib_1.__exportStar(require("./DeleteScriptCommand"), exports);
32
- tslib_1.__exportStar(require("./DeleteVpcPeeringAuthorizationCommand"), exports);
33
- tslib_1.__exportStar(require("./DeleteVpcPeeringConnectionCommand"), exports);
34
- tslib_1.__exportStar(require("./DeregisterComputeCommand"), exports);
35
- tslib_1.__exportStar(require("./DeregisterGameServerCommand"), exports);
36
- tslib_1.__exportStar(require("./DescribeAliasCommand"), exports);
37
- tslib_1.__exportStar(require("./DescribeBuildCommand"), exports);
38
- tslib_1.__exportStar(require("./DescribeComputeCommand"), exports);
39
- tslib_1.__exportStar(require("./DescribeEC2InstanceLimitsCommand"), exports);
40
- tslib_1.__exportStar(require("./DescribeFleetAttributesCommand"), exports);
41
- tslib_1.__exportStar(require("./DescribeFleetCapacityCommand"), exports);
42
- tslib_1.__exportStar(require("./DescribeFleetEventsCommand"), exports);
43
- tslib_1.__exportStar(require("./DescribeFleetLocationAttributesCommand"), exports);
44
- tslib_1.__exportStar(require("./DescribeFleetLocationCapacityCommand"), exports);
45
- tslib_1.__exportStar(require("./DescribeFleetLocationUtilizationCommand"), exports);
46
- tslib_1.__exportStar(require("./DescribeFleetPortSettingsCommand"), exports);
47
- tslib_1.__exportStar(require("./DescribeFleetUtilizationCommand"), exports);
48
- tslib_1.__exportStar(require("./DescribeGameServerCommand"), exports);
49
- tslib_1.__exportStar(require("./DescribeGameServerGroupCommand"), exports);
50
- tslib_1.__exportStar(require("./DescribeGameServerInstancesCommand"), exports);
51
- tslib_1.__exportStar(require("./DescribeGameSessionDetailsCommand"), exports);
52
- tslib_1.__exportStar(require("./DescribeGameSessionPlacementCommand"), exports);
53
- tslib_1.__exportStar(require("./DescribeGameSessionQueuesCommand"), exports);
54
- tslib_1.__exportStar(require("./DescribeGameSessionsCommand"), exports);
55
- tslib_1.__exportStar(require("./DescribeInstancesCommand"), exports);
56
- tslib_1.__exportStar(require("./DescribeMatchmakingCommand"), exports);
57
- tslib_1.__exportStar(require("./DescribeMatchmakingConfigurationsCommand"), exports);
58
- tslib_1.__exportStar(require("./DescribeMatchmakingRuleSetsCommand"), exports);
59
- tslib_1.__exportStar(require("./DescribePlayerSessionsCommand"), exports);
60
- tslib_1.__exportStar(require("./DescribeRuntimeConfigurationCommand"), exports);
61
- tslib_1.__exportStar(require("./DescribeScalingPoliciesCommand"), exports);
62
- tslib_1.__exportStar(require("./DescribeScriptCommand"), exports);
63
- tslib_1.__exportStar(require("./DescribeVpcPeeringAuthorizationsCommand"), exports);
64
- tslib_1.__exportStar(require("./DescribeVpcPeeringConnectionsCommand"), exports);
65
- tslib_1.__exportStar(require("./GetComputeAccessCommand"), exports);
66
- tslib_1.__exportStar(require("./GetComputeAuthTokenCommand"), exports);
67
- tslib_1.__exportStar(require("./GetGameSessionLogUrlCommand"), exports);
68
- tslib_1.__exportStar(require("./GetInstanceAccessCommand"), exports);
69
- tslib_1.__exportStar(require("./ListAliasesCommand"), exports);
70
- tslib_1.__exportStar(require("./ListBuildsCommand"), exports);
71
- tslib_1.__exportStar(require("./ListComputeCommand"), exports);
72
- tslib_1.__exportStar(require("./ListFleetsCommand"), exports);
73
- tslib_1.__exportStar(require("./ListGameServerGroupsCommand"), exports);
74
- tslib_1.__exportStar(require("./ListGameServersCommand"), exports);
75
- tslib_1.__exportStar(require("./ListLocationsCommand"), exports);
76
- tslib_1.__exportStar(require("./ListScriptsCommand"), exports);
77
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
78
- tslib_1.__exportStar(require("./PutScalingPolicyCommand"), exports);
79
- tslib_1.__exportStar(require("./RegisterComputeCommand"), exports);
80
- tslib_1.__exportStar(require("./RegisterGameServerCommand"), exports);
81
- tslib_1.__exportStar(require("./RequestUploadCredentialsCommand"), exports);
82
- tslib_1.__exportStar(require("./ResolveAliasCommand"), exports);
83
- tslib_1.__exportStar(require("./ResumeGameServerGroupCommand"), exports);
84
- tslib_1.__exportStar(require("./SearchGameSessionsCommand"), exports);
85
- tslib_1.__exportStar(require("./StartFleetActionsCommand"), exports);
86
- tslib_1.__exportStar(require("./StartGameSessionPlacementCommand"), exports);
87
- tslib_1.__exportStar(require("./StartMatchBackfillCommand"), exports);
88
- tslib_1.__exportStar(require("./StartMatchmakingCommand"), exports);
89
- tslib_1.__exportStar(require("./StopFleetActionsCommand"), exports);
90
- tslib_1.__exportStar(require("./StopGameSessionPlacementCommand"), exports);
91
- tslib_1.__exportStar(require("./StopMatchmakingCommand"), exports);
92
- tslib_1.__exportStar(require("./SuspendGameServerGroupCommand"), exports);
93
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
94
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
95
- tslib_1.__exportStar(require("./UpdateAliasCommand"), exports);
96
- tslib_1.__exportStar(require("./UpdateBuildCommand"), exports);
97
- tslib_1.__exportStar(require("./UpdateFleetAttributesCommand"), exports);
98
- tslib_1.__exportStar(require("./UpdateFleetCapacityCommand"), exports);
99
- tslib_1.__exportStar(require("./UpdateFleetPortSettingsCommand"), exports);
100
- tslib_1.__exportStar(require("./UpdateGameServerCommand"), exports);
101
- tslib_1.__exportStar(require("./UpdateGameServerGroupCommand"), exports);
102
- tslib_1.__exportStar(require("./UpdateGameSessionCommand"), exports);
103
- tslib_1.__exportStar(require("./UpdateGameSessionQueueCommand"), exports);
104
- tslib_1.__exportStar(require("./UpdateMatchmakingConfigurationCommand"), exports);
105
- tslib_1.__exportStar(require("./UpdateRuntimeConfigurationCommand"), exports);
106
- tslib_1.__exportStar(require("./UpdateScriptCommand"), exports);
107
- tslib_1.__exportStar(require("./ValidateMatchmakingRuleSetCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "gamelift",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");