@aws-sdk/client-gamelift 3.131.0 → 3.142.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 (199) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptMatchCommand.js +2 -2
  4. package/dist-cjs/commands/ClaimGameServerCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBuildCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFleetCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFleetLocationsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateGameServerGroupCommand.js +2 -2
  10. package/dist-cjs/commands/CreateGameSessionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateGameSessionQueueCommand.js +2 -2
  12. package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +2 -2
  14. package/dist-cjs/commands/CreatePlayerSessionCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePlayerSessionsCommand.js +2 -2
  16. package/dist-cjs/commands/CreateScriptCommand.js +2 -2
  17. package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +2 -2
  18. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteBuildCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteFleetCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteFleetLocationsCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteGameServerGroupCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +1 -1
  28. package/dist-cjs/commands/DeleteScriptCommand.js +1 -1
  29. package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +2 -2
  31. package/dist-cjs/commands/DeregisterGameServerCommand.js +1 -1
  32. package/dist-cjs/commands/DescribeAliasCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeBuildCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeFleetAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeFleetCapacityCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeFleetEventsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeGameServerCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeGameServerGroupCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +2 -2
  46. package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +2 -2
  47. package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +2 -2
  48. package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeGameSessionsCommand.js +2 -2
  50. package/dist-cjs/commands/DescribeInstancesCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeMatchmakingCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +2 -2
  53. package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +2 -2
  54. package/dist-cjs/commands/DescribePlayerSessionsCommand.js +2 -2
  55. package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +2 -2
  56. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -2
  57. package/dist-cjs/commands/DescribeScriptCommand.js +2 -2
  58. package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +2 -2
  59. package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +2 -2
  60. package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +2 -2
  61. package/dist-cjs/commands/GetInstanceAccessCommand.js +2 -2
  62. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  63. package/dist-cjs/commands/ListBuildsCommand.js +2 -2
  64. package/dist-cjs/commands/ListFleetsCommand.js +2 -2
  65. package/dist-cjs/commands/ListGameServerGroupsCommand.js +2 -2
  66. package/dist-cjs/commands/ListGameServersCommand.js +2 -2
  67. package/dist-cjs/commands/ListScriptsCommand.js +2 -2
  68. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  69. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
  70. package/dist-cjs/commands/RegisterGameServerCommand.js +2 -2
  71. package/dist-cjs/commands/RequestUploadCredentialsCommand.js +2 -2
  72. package/dist-cjs/commands/ResolveAliasCommand.js +2 -2
  73. package/dist-cjs/commands/ResumeGameServerGroupCommand.js +2 -2
  74. package/dist-cjs/commands/SearchGameSessionsCommand.js +2 -2
  75. package/dist-cjs/commands/StartFleetActionsCommand.js +2 -2
  76. package/dist-cjs/commands/StartGameSessionPlacementCommand.js +2 -2
  77. package/dist-cjs/commands/StartMatchBackfillCommand.js +2 -2
  78. package/dist-cjs/commands/StartMatchmakingCommand.js +2 -2
  79. package/dist-cjs/commands/StopFleetActionsCommand.js +2 -2
  80. package/dist-cjs/commands/StopGameSessionPlacementCommand.js +2 -2
  81. package/dist-cjs/commands/StopMatchmakingCommand.js +2 -2
  82. package/dist-cjs/commands/SuspendGameServerGroupCommand.js +2 -2
  83. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  84. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateBuildCommand.js +2 -2
  87. package/dist-cjs/commands/UpdateFleetAttributesCommand.js +2 -2
  88. package/dist-cjs/commands/UpdateFleetCapacityCommand.js +2 -2
  89. package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +2 -2
  90. package/dist-cjs/commands/UpdateGameServerCommand.js +2 -2
  91. package/dist-cjs/commands/UpdateGameServerGroupCommand.js +2 -2
  92. package/dist-cjs/commands/UpdateGameSessionCommand.js +2 -2
  93. package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +2 -2
  94. package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +2 -2
  95. package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +2 -2
  96. package/dist-cjs/commands/UpdateScriptCommand.js +2 -2
  97. package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +2 -2
  98. package/dist-cjs/models/models_0.js +970 -1450
  99. package/dist-cjs/protocols/Aws_json1_1.js +475 -841
  100. package/dist-es/commands/AcceptMatchCommand.js +3 -3
  101. package/dist-es/commands/ClaimGameServerCommand.js +3 -3
  102. package/dist-es/commands/CreateAliasCommand.js +3 -3
  103. package/dist-es/commands/CreateBuildCommand.js +3 -3
  104. package/dist-es/commands/CreateFleetCommand.js +3 -3
  105. package/dist-es/commands/CreateFleetLocationsCommand.js +3 -3
  106. package/dist-es/commands/CreateGameServerGroupCommand.js +3 -3
  107. package/dist-es/commands/CreateGameSessionCommand.js +3 -3
  108. package/dist-es/commands/CreateGameSessionQueueCommand.js +3 -3
  109. package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +3 -3
  110. package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +3 -3
  111. package/dist-es/commands/CreatePlayerSessionCommand.js +3 -3
  112. package/dist-es/commands/CreatePlayerSessionsCommand.js +3 -3
  113. package/dist-es/commands/CreateScriptCommand.js +3 -3
  114. package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +3 -3
  115. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +3 -3
  116. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  117. package/dist-es/commands/DeleteBuildCommand.js +2 -2
  118. package/dist-es/commands/DeleteFleetCommand.js +2 -2
  119. package/dist-es/commands/DeleteFleetLocationsCommand.js +3 -3
  120. package/dist-es/commands/DeleteGameServerGroupCommand.js +3 -3
  121. package/dist-es/commands/DeleteGameSessionQueueCommand.js +3 -3
  122. package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +3 -3
  123. package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +3 -3
  124. package/dist-es/commands/DeleteScalingPolicyCommand.js +2 -2
  125. package/dist-es/commands/DeleteScriptCommand.js +2 -2
  126. package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +3 -3
  127. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +3 -3
  128. package/dist-es/commands/DeregisterGameServerCommand.js +2 -2
  129. package/dist-es/commands/DescribeAliasCommand.js +3 -3
  130. package/dist-es/commands/DescribeBuildCommand.js +3 -3
  131. package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +3 -3
  132. package/dist-es/commands/DescribeFleetAttributesCommand.js +3 -3
  133. package/dist-es/commands/DescribeFleetCapacityCommand.js +3 -3
  134. package/dist-es/commands/DescribeFleetEventsCommand.js +3 -3
  135. package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +3 -3
  136. package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +3 -3
  137. package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +3 -3
  138. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +3 -3
  139. package/dist-es/commands/DescribeFleetUtilizationCommand.js +3 -3
  140. package/dist-es/commands/DescribeGameServerCommand.js +3 -3
  141. package/dist-es/commands/DescribeGameServerGroupCommand.js +3 -3
  142. package/dist-es/commands/DescribeGameServerInstancesCommand.js +3 -3
  143. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +3 -3
  144. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +3 -3
  145. package/dist-es/commands/DescribeGameSessionQueuesCommand.js +3 -3
  146. package/dist-es/commands/DescribeGameSessionsCommand.js +3 -3
  147. package/dist-es/commands/DescribeInstancesCommand.js +3 -3
  148. package/dist-es/commands/DescribeMatchmakingCommand.js +3 -3
  149. package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +3 -3
  150. package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +3 -3
  151. package/dist-es/commands/DescribePlayerSessionsCommand.js +3 -3
  152. package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +3 -3
  153. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -3
  154. package/dist-es/commands/DescribeScriptCommand.js +3 -3
  155. package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +3 -3
  156. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +3 -3
  157. package/dist-es/commands/GetGameSessionLogUrlCommand.js +3 -3
  158. package/dist-es/commands/GetInstanceAccessCommand.js +3 -3
  159. package/dist-es/commands/ListAliasesCommand.js +3 -3
  160. package/dist-es/commands/ListBuildsCommand.js +3 -3
  161. package/dist-es/commands/ListFleetsCommand.js +3 -3
  162. package/dist-es/commands/ListGameServerGroupsCommand.js +3 -3
  163. package/dist-es/commands/ListGameServersCommand.js +3 -3
  164. package/dist-es/commands/ListScriptsCommand.js +3 -3
  165. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  166. package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
  167. package/dist-es/commands/RegisterGameServerCommand.js +3 -3
  168. package/dist-es/commands/RequestUploadCredentialsCommand.js +3 -3
  169. package/dist-es/commands/ResolveAliasCommand.js +3 -3
  170. package/dist-es/commands/ResumeGameServerGroupCommand.js +3 -3
  171. package/dist-es/commands/SearchGameSessionsCommand.js +3 -3
  172. package/dist-es/commands/StartFleetActionsCommand.js +3 -3
  173. package/dist-es/commands/StartGameSessionPlacementCommand.js +3 -3
  174. package/dist-es/commands/StartMatchBackfillCommand.js +3 -3
  175. package/dist-es/commands/StartMatchmakingCommand.js +3 -3
  176. package/dist-es/commands/StopFleetActionsCommand.js +3 -3
  177. package/dist-es/commands/StopGameSessionPlacementCommand.js +3 -3
  178. package/dist-es/commands/StopMatchmakingCommand.js +3 -3
  179. package/dist-es/commands/SuspendGameServerGroupCommand.js +3 -3
  180. package/dist-es/commands/TagResourceCommand.js +3 -3
  181. package/dist-es/commands/UntagResourceCommand.js +3 -3
  182. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  183. package/dist-es/commands/UpdateBuildCommand.js +3 -3
  184. package/dist-es/commands/UpdateFleetAttributesCommand.js +3 -3
  185. package/dist-es/commands/UpdateFleetCapacityCommand.js +3 -3
  186. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +3 -3
  187. package/dist-es/commands/UpdateGameServerCommand.js +3 -3
  188. package/dist-es/commands/UpdateGameServerGroupCommand.js +3 -3
  189. package/dist-es/commands/UpdateGameSessionCommand.js +3 -3
  190. package/dist-es/commands/UpdateGameSessionQueueCommand.js +3 -3
  191. package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +3 -3
  192. package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +3 -3
  193. package/dist-es/commands/UpdateScriptCommand.js +3 -3
  194. package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +3 -3
  195. package/dist-es/models/models_0.js +240 -960
  196. package/dist-es/protocols/Aws_json1_1.js +761 -842
  197. package/dist-types/models/models_0.d.ts +960 -1440
  198. package/dist-types/ts3.4/models/models_0.d.ts +480 -960
  199. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AcceptMatchInput, AcceptMatchOutput } from "../models/models_0";
4
+ import { AcceptMatchInputFilterSensitiveLog, AcceptMatchOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1AcceptMatchCommand, serializeAws_json1_1AcceptMatchCommand, } from "../protocols/Aws_json1_1";
6
6
  var AcceptMatchCommand = (function (_super) {
7
7
  __extends(AcceptMatchCommand, _super);
@@ -20,8 +20,8 @@ var AcceptMatchCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AcceptMatchInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: AcceptMatchOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AcceptMatchInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AcceptMatchOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ClaimGameServerInput, ClaimGameServerOutput } from "../models/models_0";
4
+ import { ClaimGameServerInputFilterSensitiveLog, ClaimGameServerOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ClaimGameServerCommand, serializeAws_json1_1ClaimGameServerCommand, } from "../protocols/Aws_json1_1";
6
6
  var ClaimGameServerCommand = (function (_super) {
7
7
  __extends(ClaimGameServerCommand, _super);
@@ -20,8 +20,8 @@ var ClaimGameServerCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ClaimGameServerInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ClaimGameServerOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ClaimGameServerInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ClaimGameServerOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateAliasInput, CreateAliasOutput } from "../models/models_0";
4
+ import { CreateAliasInputFilterSensitiveLog, CreateAliasOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateAliasCommand, serializeAws_json1_1CreateAliasCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateAliasCommand = (function (_super) {
7
7
  __extends(CreateAliasCommand, _super);
@@ -20,8 +20,8 @@ var CreateAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateAliasInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateAliasOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateAliasInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateAliasOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateBuildInput, CreateBuildOutput } from "../models/models_0";
4
+ import { CreateBuildInputFilterSensitiveLog, CreateBuildOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateBuildCommand, serializeAws_json1_1CreateBuildCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateBuildCommand = (function (_super) {
7
7
  __extends(CreateBuildCommand, _super);
@@ -20,8 +20,8 @@ var CreateBuildCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateBuildInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateBuildOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateBuildInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateBuildOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
4
+ import { CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateFleetCommand, serializeAws_json1_1CreateFleetCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateFleetCommand = (function (_super) {
7
7
  __extends(CreateFleetCommand, _super);
@@ -20,8 +20,8 @@ var CreateFleetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateFleetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateFleetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateFleetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateFleetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateFleetLocationsInput, CreateFleetLocationsOutput } from "../models/models_0";
4
+ import { CreateFleetLocationsInputFilterSensitiveLog, CreateFleetLocationsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateFleetLocationsCommand, serializeAws_json1_1CreateFleetLocationsCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateFleetLocationsCommand = (function (_super) {
7
7
  __extends(CreateFleetLocationsCommand, _super);
@@ -20,8 +20,8 @@ var CreateFleetLocationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateFleetLocationsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateFleetLocationsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateFleetLocationsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateFleetLocationsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateGameServerGroupInput, CreateGameServerGroupOutput } from "../models/models_0";
4
+ import { CreateGameServerGroupInputFilterSensitiveLog, CreateGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateGameServerGroupCommand, serializeAws_json1_1CreateGameServerGroupCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateGameServerGroupCommand = (function (_super) {
7
7
  __extends(CreateGameServerGroupCommand, _super);
@@ -20,8 +20,8 @@ var CreateGameServerGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateGameServerGroupInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateGameServerGroupOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateGameServerGroupInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateGameServerGroupOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateGameSessionInput, CreateGameSessionOutput } from "../models/models_0";
4
+ import { CreateGameSessionInputFilterSensitiveLog, CreateGameSessionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateGameSessionCommand, serializeAws_json1_1CreateGameSessionCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateGameSessionCommand = (function (_super) {
7
7
  __extends(CreateGameSessionCommand, _super);
@@ -20,8 +20,8 @@ var CreateGameSessionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateGameSessionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateGameSessionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateGameSessionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateGameSessionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateGameSessionQueueInput, CreateGameSessionQueueOutput } from "../models/models_0";
4
+ import { CreateGameSessionQueueInputFilterSensitiveLog, CreateGameSessionQueueOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateGameSessionQueueCommand, serializeAws_json1_1CreateGameSessionQueueCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateGameSessionQueueCommand = (function (_super) {
7
7
  __extends(CreateGameSessionQueueCommand, _super);
@@ -20,8 +20,8 @@ var CreateGameSessionQueueCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateGameSessionQueueInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateGameSessionQueueOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateGameSessionQueueInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateGameSessionQueueOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateMatchmakingConfigurationInput, CreateMatchmakingConfigurationOutput } from "../models/models_0";
4
+ import { CreateMatchmakingConfigurationInputFilterSensitiveLog, CreateMatchmakingConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateMatchmakingConfigurationCommand, serializeAws_json1_1CreateMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateMatchmakingConfigurationCommand = (function (_super) {
7
7
  __extends(CreateMatchmakingConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var CreateMatchmakingConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateMatchmakingConfigurationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateMatchmakingConfigurationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateMatchmakingConfigurationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateMatchmakingConfigurationOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateMatchmakingRuleSetInput, CreateMatchmakingRuleSetOutput } from "../models/models_0";
4
+ import { CreateMatchmakingRuleSetInputFilterSensitiveLog, CreateMatchmakingRuleSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateMatchmakingRuleSetCommand, serializeAws_json1_1CreateMatchmakingRuleSetCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateMatchmakingRuleSetCommand = (function (_super) {
7
7
  __extends(CreateMatchmakingRuleSetCommand, _super);
@@ -20,8 +20,8 @@ var CreateMatchmakingRuleSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateMatchmakingRuleSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateMatchmakingRuleSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateMatchmakingRuleSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateMatchmakingRuleSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreatePlayerSessionInput, CreatePlayerSessionOutput } from "../models/models_0";
4
+ import { CreatePlayerSessionInputFilterSensitiveLog, CreatePlayerSessionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreatePlayerSessionCommand, serializeAws_json1_1CreatePlayerSessionCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreatePlayerSessionCommand = (function (_super) {
7
7
  __extends(CreatePlayerSessionCommand, _super);
@@ -20,8 +20,8 @@ var CreatePlayerSessionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreatePlayerSessionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreatePlayerSessionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreatePlayerSessionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreatePlayerSessionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreatePlayerSessionsInput, CreatePlayerSessionsOutput } from "../models/models_0";
4
+ import { CreatePlayerSessionsInputFilterSensitiveLog, CreatePlayerSessionsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreatePlayerSessionsCommand, serializeAws_json1_1CreatePlayerSessionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreatePlayerSessionsCommand = (function (_super) {
7
7
  __extends(CreatePlayerSessionsCommand, _super);
@@ -20,8 +20,8 @@ var CreatePlayerSessionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreatePlayerSessionsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreatePlayerSessionsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreatePlayerSessionsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreatePlayerSessionsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateScriptInput, CreateScriptOutput } from "../models/models_0";
4
+ import { CreateScriptInputFilterSensitiveLog, CreateScriptOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateScriptCommand, serializeAws_json1_1CreateScriptCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateScriptCommand = (function (_super) {
7
7
  __extends(CreateScriptCommand, _super);
@@ -20,8 +20,8 @@ var CreateScriptCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateScriptInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateScriptOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateScriptInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateScriptOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateVpcPeeringAuthorizationInput, CreateVpcPeeringAuthorizationOutput } from "../models/models_0";
4
+ import { CreateVpcPeeringAuthorizationInputFilterSensitiveLog, CreateVpcPeeringAuthorizationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand, serializeAws_json1_1CreateVpcPeeringAuthorizationCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateVpcPeeringAuthorizationCommand = (function (_super) {
7
7
  __extends(CreateVpcPeeringAuthorizationCommand, _super);
@@ -20,8 +20,8 @@ var CreateVpcPeeringAuthorizationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateVpcPeeringAuthorizationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateVpcPeeringAuthorizationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateVpcPeeringAuthorizationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateVpcPeeringAuthorizationOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateVpcPeeringConnectionInput, CreateVpcPeeringConnectionOutput } from "../models/models_0";
4
+ import { CreateVpcPeeringConnectionInputFilterSensitiveLog, CreateVpcPeeringConnectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateVpcPeeringConnectionCommand, serializeAws_json1_1CreateVpcPeeringConnectionCommand, } from "../protocols/Aws_json1_1";
6
6
  var CreateVpcPeeringConnectionCommand = (function (_super) {
7
7
  __extends(CreateVpcPeeringConnectionCommand, _super);
@@ -20,8 +20,8 @@ var CreateVpcPeeringConnectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateVpcPeeringConnectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateVpcPeeringConnectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateVpcPeeringConnectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateVpcPeeringConnectionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteAliasInput } from "../models/models_0";
4
+ import { DeleteAliasInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteAliasCommand, serializeAws_json1_1DeleteAliasCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteAliasCommand = (function (_super) {
7
7
  __extends(DeleteAliasCommand, _super);
@@ -20,7 +20,7 @@ var DeleteAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteAliasInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteAliasInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBuildInput } from "../models/models_0";
4
+ import { DeleteBuildInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteBuildCommand, serializeAws_json1_1DeleteBuildCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteBuildCommand = (function (_super) {
7
7
  __extends(DeleteBuildCommand, _super);
@@ -20,7 +20,7 @@ var DeleteBuildCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBuildInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBuildInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFleetInput } from "../models/models_0";
4
+ import { DeleteFleetInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteFleetCommand, serializeAws_json1_1DeleteFleetCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteFleetCommand = (function (_super) {
7
7
  __extends(DeleteFleetCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFleetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFleetInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFleetInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFleetLocationsInput, DeleteFleetLocationsOutput } from "../models/models_0";
4
+ import { DeleteFleetLocationsInputFilterSensitiveLog, DeleteFleetLocationsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteFleetLocationsCommand, serializeAws_json1_1DeleteFleetLocationsCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteFleetLocationsCommand = (function (_super) {
7
7
  __extends(DeleteFleetLocationsCommand, _super);
@@ -20,8 +20,8 @@ var DeleteFleetLocationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFleetLocationsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteFleetLocationsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFleetLocationsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteFleetLocationsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteGameServerGroupInput, DeleteGameServerGroupOutput } from "../models/models_0";
4
+ import { DeleteGameServerGroupInputFilterSensitiveLog, DeleteGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteGameServerGroupCommand, serializeAws_json1_1DeleteGameServerGroupCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteGameServerGroupCommand = (function (_super) {
7
7
  __extends(DeleteGameServerGroupCommand, _super);
@@ -20,8 +20,8 @@ var DeleteGameServerGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteGameServerGroupInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteGameServerGroupOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteGameServerGroupInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteGameServerGroupOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteGameSessionQueueInput, DeleteGameSessionQueueOutput } from "../models/models_0";
4
+ import { DeleteGameSessionQueueInputFilterSensitiveLog, DeleteGameSessionQueueOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteGameSessionQueueCommand, serializeAws_json1_1DeleteGameSessionQueueCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteGameSessionQueueCommand = (function (_super) {
7
7
  __extends(DeleteGameSessionQueueCommand, _super);
@@ -20,8 +20,8 @@ var DeleteGameSessionQueueCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteGameSessionQueueInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteGameSessionQueueOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteGameSessionQueueInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteGameSessionQueueOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteMatchmakingConfigurationInput, DeleteMatchmakingConfigurationOutput } from "../models/models_0";
4
+ import { DeleteMatchmakingConfigurationInputFilterSensitiveLog, DeleteMatchmakingConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteMatchmakingConfigurationCommand, serializeAws_json1_1DeleteMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteMatchmakingConfigurationCommand = (function (_super) {
7
7
  __extends(DeleteMatchmakingConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var DeleteMatchmakingConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteMatchmakingConfigurationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteMatchmakingConfigurationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteMatchmakingConfigurationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteMatchmakingConfigurationOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteMatchmakingRuleSetInput, DeleteMatchmakingRuleSetOutput } from "../models/models_0";
4
+ import { DeleteMatchmakingRuleSetInputFilterSensitiveLog, DeleteMatchmakingRuleSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteMatchmakingRuleSetCommand, serializeAws_json1_1DeleteMatchmakingRuleSetCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteMatchmakingRuleSetCommand = (function (_super) {
7
7
  __extends(DeleteMatchmakingRuleSetCommand, _super);
@@ -20,8 +20,8 @@ var DeleteMatchmakingRuleSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteMatchmakingRuleSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteMatchmakingRuleSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteMatchmakingRuleSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteMatchmakingRuleSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteScalingPolicyInput } from "../models/models_0";
4
+ import { DeleteScalingPolicyInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteScalingPolicyCommand, serializeAws_json1_1DeleteScalingPolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteScalingPolicyCommand = (function (_super) {
7
7
  __extends(DeleteScalingPolicyCommand, _super);
@@ -20,7 +20,7 @@ var DeleteScalingPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteScalingPolicyInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteScalingPolicyInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteScriptInput } from "../models/models_0";
4
+ import { DeleteScriptInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteScriptCommand, serializeAws_json1_1DeleteScriptCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteScriptCommand = (function (_super) {
7
7
  __extends(DeleteScriptCommand, _super);
@@ -20,7 +20,7 @@ var DeleteScriptCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteScriptInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteScriptInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteVpcPeeringAuthorizationInput, DeleteVpcPeeringAuthorizationOutput } from "../models/models_0";
4
+ import { DeleteVpcPeeringAuthorizationInputFilterSensitiveLog, DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand, serializeAws_json1_1DeleteVpcPeeringAuthorizationCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteVpcPeeringAuthorizationCommand = (function (_super) {
7
7
  __extends(DeleteVpcPeeringAuthorizationCommand, _super);
@@ -20,8 +20,8 @@ var DeleteVpcPeeringAuthorizationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteVpcPeeringAuthorizationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteVpcPeeringAuthorizationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteVpcPeeringAuthorizationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteVpcPeeringConnectionInput, DeleteVpcPeeringConnectionOutput } from "../models/models_0";
4
+ import { DeleteVpcPeeringConnectionInputFilterSensitiveLog, DeleteVpcPeeringConnectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteVpcPeeringConnectionCommand, serializeAws_json1_1DeleteVpcPeeringConnectionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteVpcPeeringConnectionCommand = (function (_super) {
7
7
  __extends(DeleteVpcPeeringConnectionCommand, _super);
@@ -20,8 +20,8 @@ var DeleteVpcPeeringConnectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteVpcPeeringConnectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteVpcPeeringConnectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteVpcPeeringConnectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteVpcPeeringConnectionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeregisterGameServerInput } from "../models/models_0";
4
+ import { DeregisterGameServerInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeregisterGameServerCommand, serializeAws_json1_1DeregisterGameServerCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeregisterGameServerCommand = (function (_super) {
7
7
  __extends(DeregisterGameServerCommand, _super);
@@ -20,7 +20,7 @@ var DeregisterGameServerCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeregisterGameServerInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeregisterGameServerInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeAliasInput, DescribeAliasOutput } from "../models/models_0";
4
+ import { DescribeAliasInputFilterSensitiveLog, DescribeAliasOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeAliasCommand, serializeAws_json1_1DescribeAliasCommand, } from "../protocols/Aws_json1_1";
6
6
  var DescribeAliasCommand = (function (_super) {
7
7
  __extends(DescribeAliasCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeAliasInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAliasOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeAliasInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAliasOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {