@aws-sdk/client-gamelift 3.438.0 → 3.442.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 (62) hide show
  1. package/dist-cjs/commands/AcceptMatchCommand.js +2 -1
  2. package/dist-cjs/commands/CreateFleetCommand.js +2 -1
  3. package/dist-cjs/commands/CreateGameSessionCommand.js +2 -1
  4. package/dist-cjs/commands/CreatePlayerSessionCommand.js +3 -2
  5. package/dist-cjs/commands/CreatePlayerSessionsCommand.js +3 -2
  6. package/dist-cjs/commands/DescribeComputeCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeGameSessionsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeMatchmakingCommand.js +2 -1
  13. package/dist-cjs/commands/DescribePlayerSessionsCommand.js +3 -2
  14. package/dist-cjs/commands/ListComputeCommand.js +2 -1
  15. package/dist-cjs/commands/RegisterComputeCommand.js +3 -2
  16. package/dist-cjs/commands/SearchGameSessionsCommand.js +2 -1
  17. package/dist-cjs/commands/StartGameSessionPlacementCommand.js +3 -2
  18. package/dist-cjs/commands/StartMatchBackfillCommand.js +3 -2
  19. package/dist-cjs/commands/StartMatchmakingCommand.js +3 -2
  20. package/dist-cjs/commands/StopGameSessionPlacementCommand.js +2 -1
  21. package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +2 -1
  22. package/dist-cjs/commands/UpdateGameSessionCommand.js +2 -1
  23. package/dist-cjs/models/models_0.js +251 -2
  24. package/dist-cjs/models/models_1.js +17 -1
  25. package/dist-cjs/protocols/Aws_json1_1.js +4 -0
  26. package/dist-es/commands/AcceptMatchCommand.js +2 -1
  27. package/dist-es/commands/CreateFleetCommand.js +2 -1
  28. package/dist-es/commands/CreateGameSessionCommand.js +2 -1
  29. package/dist-es/commands/CreatePlayerSessionCommand.js +3 -2
  30. package/dist-es/commands/CreatePlayerSessionsCommand.js +3 -2
  31. package/dist-es/commands/DescribeComputeCommand.js +2 -1
  32. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +2 -1
  33. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +2 -1
  34. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +2 -1
  35. package/dist-es/commands/DescribeGameSessionsCommand.js +2 -1
  36. package/dist-es/commands/DescribeInstancesCommand.js +2 -1
  37. package/dist-es/commands/DescribeMatchmakingCommand.js +2 -1
  38. package/dist-es/commands/DescribePlayerSessionsCommand.js +3 -2
  39. package/dist-es/commands/ListComputeCommand.js +2 -1
  40. package/dist-es/commands/RegisterComputeCommand.js +3 -2
  41. package/dist-es/commands/SearchGameSessionsCommand.js +2 -1
  42. package/dist-es/commands/StartGameSessionPlacementCommand.js +3 -2
  43. package/dist-es/commands/StartMatchBackfillCommand.js +3 -2
  44. package/dist-es/commands/StartMatchmakingCommand.js +3 -2
  45. package/dist-es/commands/StopGameSessionPlacementCommand.js +2 -1
  46. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +2 -1
  47. package/dist-es/commands/UpdateGameSessionCommand.js +2 -1
  48. package/dist-es/models/models_0.js +207 -0
  49. package/dist-es/models/models_1.js +14 -0
  50. package/dist-es/protocols/Aws_json1_1.js +4 -0
  51. package/dist-types/commands/AcceptMatchCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateFleetCommand.d.ts +7 -1
  53. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +1 -0
  55. package/dist-types/commands/RegisterComputeCommand.d.ts +4 -0
  56. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -2
  57. package/dist-types/models/models_0.d.ts +208 -53
  58. package/dist-types/models/models_1.d.ts +45 -0
  59. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/models/models_0.d.ts +120 -7
  61. package/dist-types/ts3.4/models/models_1.d.ts +13 -0
  62. package/package.json +4 -4
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class AcceptMatchCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class AcceptMatchCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.AcceptMatchInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateFleetCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class CreateFleetCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.CreateFleetInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateGameSessionCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class CreateGameSessionCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.CreateGameSessionOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "CreateGameSession",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreatePlayerSessionCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class CreatePlayerSessionCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.CreatePlayerSessionInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.CreatePlayerSessionOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "CreatePlayerSession",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreatePlayerSessionsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class CreatePlayerSessionsCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.CreatePlayerSessionsInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.CreatePlayerSessionsOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "CreatePlayerSessions",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeComputeCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeComputeCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeComputeOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeCompute",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeFleetPortSettingsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeFleetPortSettingsCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeFleetPortSettingsOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeFleetPortSettings",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeGameSessionDetailsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeGameSessionDetailsCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeGameSessionDetailsOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeGameSessionDetails",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeGameSessionPlacementCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeGameSessionPlacementCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeGameSessionPlacementOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeGameSessionPlacement",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeGameSessionsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeGameSessionsCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeGameSessionsOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeGameSessions",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeInstancesCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeInstancesCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeInstancesOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeInstances",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribeMatchmakingCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class DescribeMatchmakingCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.DescribeMatchmakingOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribeMatchmaking",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class DescribePlayerSessionsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class DescribePlayerSessionsCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.DescribePlayerSessionsInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.DescribePlayerSessionsOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "DescribePlayerSessions",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class ListComputeCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class ListComputeCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.ListComputeOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "ListCompute",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class RegisterComputeCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class RegisterComputeCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.RegisterComputeInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.RegisterComputeOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "RegisterCompute",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class SearchGameSessionsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class SearchGameSessionsCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.SearchGameSessionsOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "SearchGameSessions",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class StartGameSessionPlacementCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class StartGameSessionPlacementCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.StartGameSessionPlacementInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.StartGameSessionPlacementOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "StartGameSessionPlacement",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class StartMatchBackfillCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class StartMatchBackfillCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.StartMatchBackfillInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.StartMatchBackfillOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "StartMatchBackfill",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class StartMatchmakingCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,8 +32,8 @@ class StartMatchmakingCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_0_1.StartMatchmakingInputFilterSensitiveLog,
36
+ outputFilterSensitiveLog: models_0_1.StartMatchmakingOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "StartMatchmaking",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class StopGameSessionPlacementCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class StopGameSessionPlacementCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_0_1.StopGameSessionPlacementOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "StopGameSessionPlacement",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class UpdateFleetPortSettingsCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class UpdateFleetPortSettingsCommand extends smithy_client_1.Command {
31
32
  logger,
32
33
  clientName,
33
34
  commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
+ inputFilterSensitiveLog: models_1_1.UpdateFleetPortSettingsInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const types_1 = require("@smithy/types");
9
+ const models_1_1 = require("../models/models_1");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class UpdateGameSessionCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
@@ -32,7 +33,7 @@ class UpdateGameSessionCommand extends smithy_client_1.Command {
32
33
  clientName,
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: models_1_1.UpdateGameSessionOutputFilterSensitiveLog,
36
37
  [types_1.SMITHY_CONTEXT_KEY]: {
37
38
  service: "GameLift",
38
39
  operation: "UpdateGameSession",