@aws-sdk/client-gamelift 3.183.0 → 3.185.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 +11 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +2 -2
  3. package/dist-es/GameLift.js +389 -382
  4. package/dist-es/GameLiftClient.js +28 -22
  5. package/dist-es/commands/AcceptMatchCommand.js +28 -21
  6. package/dist-es/commands/ClaimGameServerCommand.js +28 -21
  7. package/dist-es/commands/CreateAliasCommand.js +28 -21
  8. package/dist-es/commands/CreateBuildCommand.js +28 -21
  9. package/dist-es/commands/CreateFleetCommand.js +28 -21
  10. package/dist-es/commands/CreateFleetLocationsCommand.js +28 -21
  11. package/dist-es/commands/CreateGameServerGroupCommand.js +28 -21
  12. package/dist-es/commands/CreateGameSessionCommand.js +28 -21
  13. package/dist-es/commands/CreateGameSessionQueueCommand.js +28 -21
  14. package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +28 -21
  15. package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +28 -21
  16. package/dist-es/commands/CreatePlayerSessionCommand.js +28 -21
  17. package/dist-es/commands/CreatePlayerSessionsCommand.js +28 -21
  18. package/dist-es/commands/CreateScriptCommand.js +28 -21
  19. package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +28 -21
  20. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +28 -21
  21. package/dist-es/commands/DeleteAliasCommand.js +29 -22
  22. package/dist-es/commands/DeleteBuildCommand.js +29 -22
  23. package/dist-es/commands/DeleteFleetCommand.js +29 -22
  24. package/dist-es/commands/DeleteFleetLocationsCommand.js +28 -21
  25. package/dist-es/commands/DeleteGameServerGroupCommand.js +28 -21
  26. package/dist-es/commands/DeleteGameSessionQueueCommand.js +28 -21
  27. package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +28 -21
  28. package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +28 -21
  29. package/dist-es/commands/DeleteScalingPolicyCommand.js +29 -22
  30. package/dist-es/commands/DeleteScriptCommand.js +29 -22
  31. package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +28 -21
  32. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +28 -21
  33. package/dist-es/commands/DeregisterGameServerCommand.js +29 -22
  34. package/dist-es/commands/DescribeAliasCommand.js +28 -21
  35. package/dist-es/commands/DescribeBuildCommand.js +28 -21
  36. package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +28 -21
  37. package/dist-es/commands/DescribeFleetAttributesCommand.js +28 -21
  38. package/dist-es/commands/DescribeFleetCapacityCommand.js +28 -21
  39. package/dist-es/commands/DescribeFleetEventsCommand.js +28 -21
  40. package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +28 -21
  41. package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +28 -21
  42. package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +28 -21
  43. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +28 -21
  44. package/dist-es/commands/DescribeFleetUtilizationCommand.js +28 -21
  45. package/dist-es/commands/DescribeGameServerCommand.js +28 -21
  46. package/dist-es/commands/DescribeGameServerGroupCommand.js +28 -21
  47. package/dist-es/commands/DescribeGameServerInstancesCommand.js +28 -21
  48. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +28 -21
  49. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +28 -21
  50. package/dist-es/commands/DescribeGameSessionQueuesCommand.js +28 -21
  51. package/dist-es/commands/DescribeGameSessionsCommand.js +28 -21
  52. package/dist-es/commands/DescribeInstancesCommand.js +28 -21
  53. package/dist-es/commands/DescribeMatchmakingCommand.js +28 -21
  54. package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +28 -21
  55. package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +28 -21
  56. package/dist-es/commands/DescribePlayerSessionsCommand.js +28 -21
  57. package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +28 -21
  58. package/dist-es/commands/DescribeScalingPoliciesCommand.js +28 -21
  59. package/dist-es/commands/DescribeScriptCommand.js +28 -21
  60. package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +28 -21
  61. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +28 -21
  62. package/dist-es/commands/GetGameSessionLogUrlCommand.js +28 -21
  63. package/dist-es/commands/GetInstanceAccessCommand.js +28 -21
  64. package/dist-es/commands/ListAliasesCommand.js +28 -21
  65. package/dist-es/commands/ListBuildsCommand.js +28 -21
  66. package/dist-es/commands/ListFleetsCommand.js +28 -21
  67. package/dist-es/commands/ListGameServerGroupsCommand.js +28 -21
  68. package/dist-es/commands/ListGameServersCommand.js +28 -21
  69. package/dist-es/commands/ListScriptsCommand.js +28 -21
  70. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  71. package/dist-es/commands/PutScalingPolicyCommand.js +28 -21
  72. package/dist-es/commands/RegisterGameServerCommand.js +28 -21
  73. package/dist-es/commands/RequestUploadCredentialsCommand.js +28 -21
  74. package/dist-es/commands/ResolveAliasCommand.js +28 -21
  75. package/dist-es/commands/ResumeGameServerGroupCommand.js +28 -21
  76. package/dist-es/commands/SearchGameSessionsCommand.js +28 -21
  77. package/dist-es/commands/StartFleetActionsCommand.js +28 -21
  78. package/dist-es/commands/StartGameSessionPlacementCommand.js +28 -21
  79. package/dist-es/commands/StartMatchBackfillCommand.js +28 -21
  80. package/dist-es/commands/StartMatchmakingCommand.js +28 -21
  81. package/dist-es/commands/StopFleetActionsCommand.js +28 -21
  82. package/dist-es/commands/StopGameSessionPlacementCommand.js +28 -21
  83. package/dist-es/commands/StopMatchmakingCommand.js +28 -21
  84. package/dist-es/commands/SuspendGameServerGroupCommand.js +28 -21
  85. package/dist-es/commands/TagResourceCommand.js +28 -21
  86. package/dist-es/commands/UntagResourceCommand.js +28 -21
  87. package/dist-es/commands/UpdateAliasCommand.js +28 -21
  88. package/dist-es/commands/UpdateBuildCommand.js +28 -21
  89. package/dist-es/commands/UpdateFleetAttributesCommand.js +28 -21
  90. package/dist-es/commands/UpdateFleetCapacityCommand.js +28 -21
  91. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +28 -21
  92. package/dist-es/commands/UpdateGameServerCommand.js +28 -21
  93. package/dist-es/commands/UpdateGameServerGroupCommand.js +28 -21
  94. package/dist-es/commands/UpdateGameSessionCommand.js +28 -21
  95. package/dist-es/commands/UpdateGameSessionQueueCommand.js +28 -21
  96. package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +28 -21
  97. package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +28 -21
  98. package/dist-es/commands/UpdateScriptCommand.js +28 -21
  99. package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +28 -21
  100. package/dist-es/endpoints.js +8 -8
  101. package/dist-es/models/GameLiftServiceException.js +10 -5
  102. package/dist-es/models/models_0.js +421 -904
  103. package/dist-es/pagination/DescribeFleetAttributesPaginator.js +68 -25
  104. package/dist-es/pagination/DescribeFleetCapacityPaginator.js +68 -25
  105. package/dist-es/pagination/DescribeFleetEventsPaginator.js +68 -25
  106. package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +68 -25
  107. package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +68 -25
  108. package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +68 -25
  109. package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +68 -25
  110. package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +68 -25
  111. package/dist-es/pagination/DescribeGameSessionsPaginator.js +68 -25
  112. package/dist-es/pagination/DescribeInstancesPaginator.js +68 -25
  113. package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +68 -25
  114. package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +68 -25
  115. package/dist-es/pagination/DescribePlayerSessionsPaginator.js +68 -25
  116. package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +68 -25
  117. package/dist-es/pagination/ListAliasesPaginator.js +68 -25
  118. package/dist-es/pagination/ListBuildsPaginator.js +68 -25
  119. package/dist-es/pagination/ListFleetsPaginator.js +68 -25
  120. package/dist-es/pagination/ListGameServerGroupsPaginator.js +68 -25
  121. package/dist-es/pagination/ListGameServersPaginator.js +68 -25
  122. package/dist-es/pagination/ListScriptsPaginator.js +68 -25
  123. package/dist-es/pagination/SearchGameSessionsPaginator.js +68 -25
  124. package/dist-es/protocols/Aws_json1_1.js +8273 -6509
  125. package/dist-es/runtimeConfig.browser.js +12 -26
  126. package/dist-es/runtimeConfig.js +12 -30
  127. package/dist-es/runtimeConfig.native.js +5 -8
  128. package/dist-es/runtimeConfig.shared.js +11 -8
  129. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeMatchmakingConfigurationsInputFilterSensitiveLog, DescribeMatchmakingConfigurationsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeMatchmakingConfigurationsCommand, serializeAws_json1_1DescribeMatchmakingConfigurationsCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeMatchmakingConfigurationsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeMatchmakingConfigurationsCommand = (function (_super) {
7
+ __extends(DescribeMatchmakingConfigurationsCommand, _super);
8
+ function DescribeMatchmakingConfigurationsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeMatchmakingConfigurationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeMatchmakingConfigurationsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeMatchmakingConfigurationsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeMatchmakingConfigurationsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeMatchmakingConfigurationsOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeMatchmakingConfigurationsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeMatchmakingConfigurationsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeMatchmakingConfigurationsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeMatchmakingConfigurationsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeMatchmakingConfigurationsCommand;
38
+ }($Command));
39
+ export { DescribeMatchmakingConfigurationsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeMatchmakingRuleSetsInputFilterSensitiveLog, DescribeMatchmakingRuleSetsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeMatchmakingRuleSetsCommand, serializeAws_json1_1DescribeMatchmakingRuleSetsCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeMatchmakingRuleSetsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeMatchmakingRuleSetsCommand = (function (_super) {
7
+ __extends(DescribeMatchmakingRuleSetsCommand, _super);
8
+ function DescribeMatchmakingRuleSetsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeMatchmakingRuleSetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeMatchmakingRuleSetsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeMatchmakingRuleSetsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeMatchmakingRuleSetsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeMatchmakingRuleSetsOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeMatchmakingRuleSetsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeMatchmakingRuleSetsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeMatchmakingRuleSetsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeMatchmakingRuleSetsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeMatchmakingRuleSetsCommand;
38
+ }($Command));
39
+ export { DescribeMatchmakingRuleSetsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribePlayerSessionsInputFilterSensitiveLog, DescribePlayerSessionsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribePlayerSessionsCommand, serializeAws_json1_1DescribePlayerSessionsCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribePlayerSessionsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribePlayerSessionsCommand = (function (_super) {
7
+ __extends(DescribePlayerSessionsCommand, _super);
8
+ function DescribePlayerSessionsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribePlayerSessionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribePlayerSessionsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribePlayerSessionsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribePlayerSessionsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribePlayerSessionsOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribePlayerSessionsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribePlayerSessionsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribePlayerSessionsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribePlayerSessionsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribePlayerSessionsCommand;
38
+ }($Command));
39
+ export { DescribePlayerSessionsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeRuntimeConfigurationInputFilterSensitiveLog, DescribeRuntimeConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeRuntimeConfigurationCommand, serializeAws_json1_1DescribeRuntimeConfigurationCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeRuntimeConfigurationCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeRuntimeConfigurationCommand = (function (_super) {
7
+ __extends(DescribeRuntimeConfigurationCommand, _super);
8
+ function DescribeRuntimeConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeRuntimeConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeRuntimeConfigurationCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeRuntimeConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeRuntimeConfigurationInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeRuntimeConfigurationOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeRuntimeConfigurationCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeRuntimeConfigurationCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeRuntimeConfigurationCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeRuntimeConfigurationCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeRuntimeConfigurationCommand;
38
+ }($Command));
39
+ export { DescribeRuntimeConfigurationCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeScalingPoliciesInputFilterSensitiveLog, DescribeScalingPoliciesOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeScalingPoliciesCommand, serializeAws_json1_1DescribeScalingPoliciesCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeScalingPoliciesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeScalingPoliciesCommand = (function (_super) {
7
+ __extends(DescribeScalingPoliciesCommand, _super);
8
+ function DescribeScalingPoliciesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeScalingPoliciesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeScalingPoliciesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeScalingPoliciesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeScalingPoliciesInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeScalingPoliciesOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeScalingPoliciesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeScalingPoliciesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeScalingPoliciesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeScalingPoliciesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeScalingPoliciesCommand;
38
+ }($Command));
39
+ export { DescribeScalingPoliciesCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeScriptInputFilterSensitiveLog, DescribeScriptOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeScriptCommand, serializeAws_json1_1DescribeScriptCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeScriptCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeScriptCommand = (function (_super) {
7
+ __extends(DescribeScriptCommand, _super);
8
+ function DescribeScriptCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeScriptCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeScriptCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeScriptCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeScriptInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeScriptOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeScriptCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeScriptCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeScriptCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeScriptCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeScriptCommand;
38
+ }($Command));
39
+ export { DescribeScriptCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeVpcPeeringAuthorizationsInputFilterSensitiveLog, DescribeVpcPeeringAuthorizationsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand, serializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeVpcPeeringAuthorizationsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeVpcPeeringAuthorizationsCommand = (function (_super) {
7
+ __extends(DescribeVpcPeeringAuthorizationsCommand, _super);
8
+ function DescribeVpcPeeringAuthorizationsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeVpcPeeringAuthorizationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeVpcPeeringAuthorizationsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeVpcPeeringAuthorizationsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeVpcPeeringAuthorizationsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeVpcPeeringAuthorizationsOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeVpcPeeringAuthorizationsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeVpcPeeringAuthorizationsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeVpcPeeringAuthorizationsCommand;
38
+ }($Command));
39
+ export { DescribeVpcPeeringAuthorizationsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DescribeVpcPeeringConnectionsInputFilterSensitiveLog, DescribeVpcPeeringConnectionsOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1DescribeVpcPeeringConnectionsCommand, serializeAws_json1_1DescribeVpcPeeringConnectionsCommand, } from "../protocols/Aws_json1_1";
5
- export class DescribeVpcPeeringConnectionsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DescribeVpcPeeringConnectionsCommand = (function (_super) {
7
+ __extends(DescribeVpcPeeringConnectionsCommand, _super);
8
+ function DescribeVpcPeeringConnectionsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DescribeVpcPeeringConnectionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "DescribeVpcPeeringConnectionsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "DescribeVpcPeeringConnectionsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DescribeVpcPeeringConnectionsInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DescribeVpcPeeringConnectionsOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeVpcPeeringConnectionsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1DescribeVpcPeeringConnectionsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DescribeVpcPeeringConnectionsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1DescribeVpcPeeringConnectionsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DescribeVpcPeeringConnectionsCommand;
38
+ }($Command));
39
+ export { DescribeVpcPeeringConnectionsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { GetGameSessionLogUrlInputFilterSensitiveLog, GetGameSessionLogUrlOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1GetGameSessionLogUrlCommand, serializeAws_json1_1GetGameSessionLogUrlCommand, } from "../protocols/Aws_json1_1";
5
- export class GetGameSessionLogUrlCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetGameSessionLogUrlCommand = (function (_super) {
7
+ __extends(GetGameSessionLogUrlCommand, _super);
8
+ function GetGameSessionLogUrlCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetGameSessionLogUrlCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "GetGameSessionLogUrlCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "GetGameSessionLogUrlCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetGameSessionLogUrlInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetGameSessionLogUrlOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetGameSessionLogUrlCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1GetGameSessionLogUrlCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetGameSessionLogUrlCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1GetGameSessionLogUrlCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetGameSessionLogUrlCommand;
38
+ }($Command));
39
+ export { GetGameSessionLogUrlCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { GetInstanceAccessInputFilterSensitiveLog, GetInstanceAccessOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1GetInstanceAccessCommand, serializeAws_json1_1GetInstanceAccessCommand, } from "../protocols/Aws_json1_1";
5
- export class GetInstanceAccessCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetInstanceAccessCommand = (function (_super) {
7
+ __extends(GetInstanceAccessCommand, _super);
8
+ function GetInstanceAccessCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetInstanceAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GameLiftClient";
15
- const commandName = "GetInstanceAccessCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GameLiftClient";
18
+ var commandName = "GetInstanceAccessCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetInstanceAccessInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetInstanceAccessOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetInstanceAccessCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1GetInstanceAccessCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetInstanceAccessCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1GetInstanceAccessCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetInstanceAccessCommand;
38
+ }($Command));
39
+ export { GetInstanceAccessCommand };