@aws-sdk/client-gamelift 3.180.0 → 3.183.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 (129) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +101 -95
  3. package/dist-es/GameLift.js +382 -389
  4. package/dist-es/GameLiftClient.js +22 -28
  5. package/dist-es/commands/AcceptMatchCommand.js +21 -28
  6. package/dist-es/commands/ClaimGameServerCommand.js +21 -28
  7. package/dist-es/commands/CreateAliasCommand.js +21 -28
  8. package/dist-es/commands/CreateBuildCommand.js +21 -28
  9. package/dist-es/commands/CreateFleetCommand.js +21 -28
  10. package/dist-es/commands/CreateFleetLocationsCommand.js +21 -28
  11. package/dist-es/commands/CreateGameServerGroupCommand.js +21 -28
  12. package/dist-es/commands/CreateGameSessionCommand.js +21 -28
  13. package/dist-es/commands/CreateGameSessionQueueCommand.js +21 -28
  14. package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +21 -28
  15. package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +21 -28
  16. package/dist-es/commands/CreatePlayerSessionCommand.js +21 -28
  17. package/dist-es/commands/CreatePlayerSessionsCommand.js +21 -28
  18. package/dist-es/commands/CreateScriptCommand.js +21 -28
  19. package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +21 -28
  20. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +21 -28
  21. package/dist-es/commands/DeleteAliasCommand.js +22 -29
  22. package/dist-es/commands/DeleteBuildCommand.js +22 -29
  23. package/dist-es/commands/DeleteFleetCommand.js +22 -29
  24. package/dist-es/commands/DeleteFleetLocationsCommand.js +21 -28
  25. package/dist-es/commands/DeleteGameServerGroupCommand.js +21 -28
  26. package/dist-es/commands/DeleteGameSessionQueueCommand.js +21 -28
  27. package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +21 -28
  28. package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +21 -28
  29. package/dist-es/commands/DeleteScalingPolicyCommand.js +22 -29
  30. package/dist-es/commands/DeleteScriptCommand.js +22 -29
  31. package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +21 -28
  32. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +21 -28
  33. package/dist-es/commands/DeregisterGameServerCommand.js +22 -29
  34. package/dist-es/commands/DescribeAliasCommand.js +21 -28
  35. package/dist-es/commands/DescribeBuildCommand.js +21 -28
  36. package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +21 -28
  37. package/dist-es/commands/DescribeFleetAttributesCommand.js +21 -28
  38. package/dist-es/commands/DescribeFleetCapacityCommand.js +21 -28
  39. package/dist-es/commands/DescribeFleetEventsCommand.js +21 -28
  40. package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +21 -28
  41. package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +21 -28
  42. package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +21 -28
  43. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +21 -28
  44. package/dist-es/commands/DescribeFleetUtilizationCommand.js +21 -28
  45. package/dist-es/commands/DescribeGameServerCommand.js +21 -28
  46. package/dist-es/commands/DescribeGameServerGroupCommand.js +21 -28
  47. package/dist-es/commands/DescribeGameServerInstancesCommand.js +21 -28
  48. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +21 -28
  49. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +21 -28
  50. package/dist-es/commands/DescribeGameSessionQueuesCommand.js +21 -28
  51. package/dist-es/commands/DescribeGameSessionsCommand.js +21 -28
  52. package/dist-es/commands/DescribeInstancesCommand.js +21 -28
  53. package/dist-es/commands/DescribeMatchmakingCommand.js +21 -28
  54. package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +21 -28
  55. package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +21 -28
  56. package/dist-es/commands/DescribePlayerSessionsCommand.js +21 -28
  57. package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +21 -28
  58. package/dist-es/commands/DescribeScalingPoliciesCommand.js +21 -28
  59. package/dist-es/commands/DescribeScriptCommand.js +21 -28
  60. package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +21 -28
  61. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +21 -28
  62. package/dist-es/commands/GetGameSessionLogUrlCommand.js +21 -28
  63. package/dist-es/commands/GetInstanceAccessCommand.js +21 -28
  64. package/dist-es/commands/ListAliasesCommand.js +21 -28
  65. package/dist-es/commands/ListBuildsCommand.js +21 -28
  66. package/dist-es/commands/ListFleetsCommand.js +21 -28
  67. package/dist-es/commands/ListGameServerGroupsCommand.js +21 -28
  68. package/dist-es/commands/ListGameServersCommand.js +21 -28
  69. package/dist-es/commands/ListScriptsCommand.js +21 -28
  70. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  71. package/dist-es/commands/PutScalingPolicyCommand.js +21 -28
  72. package/dist-es/commands/RegisterGameServerCommand.js +21 -28
  73. package/dist-es/commands/RequestUploadCredentialsCommand.js +21 -28
  74. package/dist-es/commands/ResolveAliasCommand.js +21 -28
  75. package/dist-es/commands/ResumeGameServerGroupCommand.js +21 -28
  76. package/dist-es/commands/SearchGameSessionsCommand.js +21 -28
  77. package/dist-es/commands/StartFleetActionsCommand.js +21 -28
  78. package/dist-es/commands/StartGameSessionPlacementCommand.js +21 -28
  79. package/dist-es/commands/StartMatchBackfillCommand.js +21 -28
  80. package/dist-es/commands/StartMatchmakingCommand.js +21 -28
  81. package/dist-es/commands/StopFleetActionsCommand.js +21 -28
  82. package/dist-es/commands/StopGameSessionPlacementCommand.js +21 -28
  83. package/dist-es/commands/StopMatchmakingCommand.js +21 -28
  84. package/dist-es/commands/SuspendGameServerGroupCommand.js +21 -28
  85. package/dist-es/commands/TagResourceCommand.js +21 -28
  86. package/dist-es/commands/UntagResourceCommand.js +21 -28
  87. package/dist-es/commands/UpdateAliasCommand.js +21 -28
  88. package/dist-es/commands/UpdateBuildCommand.js +21 -28
  89. package/dist-es/commands/UpdateFleetAttributesCommand.js +21 -28
  90. package/dist-es/commands/UpdateFleetCapacityCommand.js +21 -28
  91. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +21 -28
  92. package/dist-es/commands/UpdateGameServerCommand.js +21 -28
  93. package/dist-es/commands/UpdateGameServerGroupCommand.js +21 -28
  94. package/dist-es/commands/UpdateGameSessionCommand.js +21 -28
  95. package/dist-es/commands/UpdateGameSessionQueueCommand.js +21 -28
  96. package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +21 -28
  97. package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +21 -28
  98. package/dist-es/commands/UpdateScriptCommand.js +21 -28
  99. package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +21 -28
  100. package/dist-es/endpoints.js +8 -8
  101. package/dist-es/models/GameLiftServiceException.js +5 -10
  102. package/dist-es/models/models_0.js +904 -421
  103. package/dist-es/pagination/DescribeFleetAttributesPaginator.js +25 -68
  104. package/dist-es/pagination/DescribeFleetCapacityPaginator.js +25 -68
  105. package/dist-es/pagination/DescribeFleetEventsPaginator.js +25 -68
  106. package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +25 -68
  107. package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +25 -68
  108. package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +25 -68
  109. package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +25 -68
  110. package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +25 -68
  111. package/dist-es/pagination/DescribeGameSessionsPaginator.js +25 -68
  112. package/dist-es/pagination/DescribeInstancesPaginator.js +25 -68
  113. package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +25 -68
  114. package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +25 -68
  115. package/dist-es/pagination/DescribePlayerSessionsPaginator.js +25 -68
  116. package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +25 -68
  117. package/dist-es/pagination/ListAliasesPaginator.js +25 -68
  118. package/dist-es/pagination/ListBuildsPaginator.js +25 -68
  119. package/dist-es/pagination/ListFleetsPaginator.js +25 -68
  120. package/dist-es/pagination/ListGameServerGroupsPaginator.js +25 -68
  121. package/dist-es/pagination/ListGameServersPaginator.js +25 -68
  122. package/dist-es/pagination/ListScriptsPaginator.js +25 -68
  123. package/dist-es/pagination/SearchGameSessionsPaginator.js +25 -68
  124. package/dist-es/protocols/Aws_json1_1.js +6509 -8260
  125. package/dist-es/runtimeConfig.browser.js +26 -12
  126. package/dist-es/runtimeConfig.js +30 -12
  127. package/dist-es/runtimeConfig.native.js +8 -5
  128. package/dist-es/runtimeConfig.shared.js +8 -11
  129. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { SuspendGameServerGroupInputFilterSensitiveLog, SuspendGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SuspendGameServerGroupCommand, serializeAws_json1_1SuspendGameServerGroupCommand, } from "../protocols/Aws_json1_1";
6
- var SuspendGameServerGroupCommand = (function (_super) {
7
- __extends(SuspendGameServerGroupCommand, _super);
8
- function SuspendGameServerGroupCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class SuspendGameServerGroupCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- SuspendGameServerGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "SuspendGameServerGroupCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "SuspendGameServerGroupCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: SuspendGameServerGroupInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: SuspendGameServerGroupOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- SuspendGameServerGroupCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1SuspendGameServerGroupCommand(input, context);
33
- };
34
- SuspendGameServerGroupCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1SuspendGameServerGroupCommand(output, context);
36
- };
37
- return SuspendGameServerGroupCommand;
38
- }($Command));
39
- export { SuspendGameServerGroupCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
- var TagResourceCommand = (function (_super) {
7
- __extends(TagResourceCommand, _super);
8
- function TagResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class TagResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "TagResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "TagResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- TagResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1TagResourceCommand(input, context);
33
- };
34
- TagResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1TagResourceCommand(output, context);
36
- };
37
- return TagResourceCommand;
38
- }($Command));
39
- export { TagResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
- var UntagResourceCommand = (function (_super) {
7
- __extends(UntagResourceCommand, _super);
8
- function UntagResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UntagResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UntagResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UntagResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UntagResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UntagResourceCommand(input, context);
33
- };
34
- UntagResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UntagResourceCommand(output, context);
36
- };
37
- return UntagResourceCommand;
38
- }($Command));
39
- export { UntagResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateAliasInputFilterSensitiveLog, UpdateAliasOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateAliasCommand, serializeAws_json1_1UpdateAliasCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateAliasCommand = (function (_super) {
7
- __extends(UpdateAliasCommand, _super);
8
- function UpdateAliasCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateAliasCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateAliasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateAliasCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateAliasCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateAliasInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateAliasOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateAliasCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateAliasCommand(input, context);
33
- };
34
- UpdateAliasCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateAliasCommand(output, context);
36
- };
37
- return UpdateAliasCommand;
38
- }($Command));
39
- export { UpdateAliasCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateBuildInputFilterSensitiveLog, UpdateBuildOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateBuildCommand, serializeAws_json1_1UpdateBuildCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateBuildCommand = (function (_super) {
7
- __extends(UpdateBuildCommand, _super);
8
- function UpdateBuildCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateBuildCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateBuildCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateBuildCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateBuildCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateBuildInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateBuildOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateBuildCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateBuildCommand(input, context);
33
- };
34
- UpdateBuildCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateBuildCommand(output, context);
36
- };
37
- return UpdateBuildCommand;
38
- }($Command));
39
- export { UpdateBuildCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateFleetAttributesInputFilterSensitiveLog, UpdateFleetAttributesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateFleetAttributesCommand, serializeAws_json1_1UpdateFleetAttributesCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateFleetAttributesCommand = (function (_super) {
7
- __extends(UpdateFleetAttributesCommand, _super);
8
- function UpdateFleetAttributesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateFleetAttributesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateFleetAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateFleetAttributesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateFleetAttributesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateFleetAttributesInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateFleetAttributesOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateFleetAttributesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateFleetAttributesCommand(input, context);
33
- };
34
- UpdateFleetAttributesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateFleetAttributesCommand(output, context);
36
- };
37
- return UpdateFleetAttributesCommand;
38
- }($Command));
39
- export { UpdateFleetAttributesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateFleetCapacityInputFilterSensitiveLog, UpdateFleetCapacityOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateFleetCapacityCommand, serializeAws_json1_1UpdateFleetCapacityCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateFleetCapacityCommand = (function (_super) {
7
- __extends(UpdateFleetCapacityCommand, _super);
8
- function UpdateFleetCapacityCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateFleetCapacityCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateFleetCapacityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateFleetCapacityCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateFleetCapacityCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateFleetCapacityInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateFleetCapacityOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateFleetCapacityCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateFleetCapacityCommand(input, context);
33
- };
34
- UpdateFleetCapacityCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateFleetCapacityCommand(output, context);
36
- };
37
- return UpdateFleetCapacityCommand;
38
- }($Command));
39
- export { UpdateFleetCapacityCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateFleetPortSettingsInputFilterSensitiveLog, UpdateFleetPortSettingsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateFleetPortSettingsCommand, serializeAws_json1_1UpdateFleetPortSettingsCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateFleetPortSettingsCommand = (function (_super) {
7
- __extends(UpdateFleetPortSettingsCommand, _super);
8
- function UpdateFleetPortSettingsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateFleetPortSettingsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateFleetPortSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateFleetPortSettingsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateFleetPortSettingsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateFleetPortSettingsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateFleetPortSettingsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateFleetPortSettingsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateFleetPortSettingsCommand(input, context);
33
- };
34
- UpdateFleetPortSettingsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateFleetPortSettingsCommand(output, context);
36
- };
37
- return UpdateFleetPortSettingsCommand;
38
- }($Command));
39
- export { UpdateFleetPortSettingsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateGameServerInputFilterSensitiveLog, UpdateGameServerOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateGameServerCommand, serializeAws_json1_1UpdateGameServerCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateGameServerCommand = (function (_super) {
7
- __extends(UpdateGameServerCommand, _super);
8
- function UpdateGameServerCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateGameServerCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateGameServerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateGameServerCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateGameServerCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateGameServerInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateGameServerOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateGameServerCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateGameServerCommand(input, context);
33
- };
34
- UpdateGameServerCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateGameServerCommand(output, context);
36
- };
37
- return UpdateGameServerCommand;
38
- }($Command));
39
- export { UpdateGameServerCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateGameServerGroupInputFilterSensitiveLog, UpdateGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateGameServerGroupCommand, serializeAws_json1_1UpdateGameServerGroupCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateGameServerGroupCommand = (function (_super) {
7
- __extends(UpdateGameServerGroupCommand, _super);
8
- function UpdateGameServerGroupCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateGameServerGroupCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateGameServerGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GameLiftClient";
18
- var commandName = "UpdateGameServerGroupCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GameLiftClient";
15
+ const commandName = "UpdateGameServerGroupCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateGameServerGroupInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateGameServerGroupOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateGameServerGroupCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateGameServerGroupCommand(input, context);
33
- };
34
- UpdateGameServerGroupCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateGameServerGroupCommand(output, context);
36
- };
37
- return UpdateGameServerGroupCommand;
38
- }($Command));
39
- export { UpdateGameServerGroupCommand };
31
+ }
32
+ }