@aws-sdk/client-gamelift 3.926.0 → 3.928.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 (145) hide show
  1. package/dist-cjs/index.js +3736 -4924
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GameLiftClient.js +2 -0
  4. package/dist-es/commands/AcceptMatchCommand.js +3 -10
  5. package/dist-es/commands/ClaimGameServerCommand.js +3 -9
  6. package/dist-es/commands/CreateAliasCommand.js +3 -9
  7. package/dist-es/commands/CreateBuildCommand.js +3 -10
  8. package/dist-es/commands/CreateContainerFleetCommand.js +3 -10
  9. package/dist-es/commands/CreateContainerGroupDefinitionCommand.js +3 -10
  10. package/dist-es/commands/CreateFleetCommand.js +3 -10
  11. package/dist-es/commands/CreateFleetLocationsCommand.js +3 -9
  12. package/dist-es/commands/CreateGameServerGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateGameSessionCommand.js +3 -10
  14. package/dist-es/commands/CreateGameSessionQueueCommand.js +3 -9
  15. package/dist-es/commands/CreateLocationCommand.js +3 -9
  16. package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +3 -9
  17. package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +3 -9
  18. package/dist-es/commands/CreatePlayerSessionCommand.js +3 -10
  19. package/dist-es/commands/CreatePlayerSessionsCommand.js +3 -10
  20. package/dist-es/commands/CreateScriptCommand.js +3 -9
  21. package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +3 -9
  22. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +3 -9
  23. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  24. package/dist-es/commands/DeleteBuildCommand.js +3 -9
  25. package/dist-es/commands/DeleteContainerFleetCommand.js +3 -9
  26. package/dist-es/commands/DeleteContainerGroupDefinitionCommand.js +3 -9
  27. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  28. package/dist-es/commands/DeleteFleetLocationsCommand.js +3 -9
  29. package/dist-es/commands/DeleteGameServerGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteGameSessionQueueCommand.js +3 -9
  31. package/dist-es/commands/DeleteLocationCommand.js +3 -9
  32. package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +3 -9
  33. package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +3 -9
  34. package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -9
  35. package/dist-es/commands/DeleteScriptCommand.js +3 -9
  36. package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +3 -9
  37. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +3 -9
  38. package/dist-es/commands/DeregisterComputeCommand.js +3 -9
  39. package/dist-es/commands/DeregisterGameServerCommand.js +3 -9
  40. package/dist-es/commands/DescribeAliasCommand.js +3 -9
  41. package/dist-es/commands/DescribeBuildCommand.js +3 -9
  42. package/dist-es/commands/DescribeComputeCommand.js +3 -10
  43. package/dist-es/commands/DescribeContainerFleetCommand.js +3 -10
  44. package/dist-es/commands/DescribeContainerGroupDefinitionCommand.js +3 -10
  45. package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +3 -9
  46. package/dist-es/commands/DescribeFleetAttributesCommand.js +3 -9
  47. package/dist-es/commands/DescribeFleetCapacityCommand.js +3 -9
  48. package/dist-es/commands/DescribeFleetDeploymentCommand.js +3 -9
  49. package/dist-es/commands/DescribeFleetEventsCommand.js +3 -9
  50. package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +3 -9
  51. package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +3 -9
  52. package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +3 -9
  53. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +3 -10
  54. package/dist-es/commands/DescribeFleetUtilizationCommand.js +3 -9
  55. package/dist-es/commands/DescribeGameServerCommand.js +3 -9
  56. package/dist-es/commands/DescribeGameServerGroupCommand.js +3 -9
  57. package/dist-es/commands/DescribeGameServerInstancesCommand.js +3 -9
  58. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +3 -10
  59. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +3 -10
  60. package/dist-es/commands/DescribeGameSessionQueuesCommand.js +3 -9
  61. package/dist-es/commands/DescribeGameSessionsCommand.js +3 -10
  62. package/dist-es/commands/DescribeInstancesCommand.js +3 -10
  63. package/dist-es/commands/DescribeMatchmakingCommand.js +3 -10
  64. package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +3 -9
  65. package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +3 -9
  66. package/dist-es/commands/DescribePlayerSessionsCommand.js +3 -10
  67. package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +3 -9
  68. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -9
  69. package/dist-es/commands/DescribeScriptCommand.js +3 -9
  70. package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +3 -9
  71. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +3 -9
  72. package/dist-es/commands/GetComputeAccessCommand.js +3 -10
  73. package/dist-es/commands/GetComputeAuthTokenCommand.js +3 -9
  74. package/dist-es/commands/GetGameSessionLogUrlCommand.js +3 -9
  75. package/dist-es/commands/GetInstanceAccessCommand.js +3 -10
  76. package/dist-es/commands/ListAliasesCommand.js +3 -9
  77. package/dist-es/commands/ListBuildsCommand.js +3 -9
  78. package/dist-es/commands/ListComputeCommand.js +3 -10
  79. package/dist-es/commands/ListContainerFleetsCommand.js +3 -10
  80. package/dist-es/commands/ListContainerGroupDefinitionVersionsCommand.js +3 -10
  81. package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +3 -10
  82. package/dist-es/commands/ListFleetDeploymentsCommand.js +3 -9
  83. package/dist-es/commands/ListFleetsCommand.js +3 -9
  84. package/dist-es/commands/ListGameServerGroupsCommand.js +3 -9
  85. package/dist-es/commands/ListGameServersCommand.js +3 -9
  86. package/dist-es/commands/ListLocationsCommand.js +3 -9
  87. package/dist-es/commands/ListScriptsCommand.js +3 -9
  88. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  89. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  90. package/dist-es/commands/RegisterComputeCommand.js +3 -10
  91. package/dist-es/commands/RegisterGameServerCommand.js +3 -9
  92. package/dist-es/commands/RequestUploadCredentialsCommand.js +3 -10
  93. package/dist-es/commands/ResolveAliasCommand.js +3 -9
  94. package/dist-es/commands/ResumeGameServerGroupCommand.js +3 -9
  95. package/dist-es/commands/SearchGameSessionsCommand.js +3 -10
  96. package/dist-es/commands/StartFleetActionsCommand.js +3 -9
  97. package/dist-es/commands/StartGameSessionPlacementCommand.js +3 -10
  98. package/dist-es/commands/StartMatchBackfillCommand.js +3 -10
  99. package/dist-es/commands/StartMatchmakingCommand.js +3 -10
  100. package/dist-es/commands/StopFleetActionsCommand.js +3 -9
  101. package/dist-es/commands/StopGameSessionPlacementCommand.js +3 -10
  102. package/dist-es/commands/StopMatchmakingCommand.js +3 -9
  103. package/dist-es/commands/SuspendGameServerGroupCommand.js +3 -9
  104. package/dist-es/commands/TagResourceCommand.js +3 -9
  105. package/dist-es/commands/TerminateGameSessionCommand.js +3 -10
  106. package/dist-es/commands/UntagResourceCommand.js +3 -9
  107. package/dist-es/commands/UpdateAliasCommand.js +3 -9
  108. package/dist-es/commands/UpdateBuildCommand.js +3 -9
  109. package/dist-es/commands/UpdateContainerFleetCommand.js +3 -10
  110. package/dist-es/commands/UpdateContainerGroupDefinitionCommand.js +3 -10
  111. package/dist-es/commands/UpdateFleetAttributesCommand.js +3 -9
  112. package/dist-es/commands/UpdateFleetCapacityCommand.js +3 -9
  113. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +3 -10
  114. package/dist-es/commands/UpdateGameServerCommand.js +3 -9
  115. package/dist-es/commands/UpdateGameServerGroupCommand.js +3 -9
  116. package/dist-es/commands/UpdateGameSessionCommand.js +3 -10
  117. package/dist-es/commands/UpdateGameSessionQueueCommand.js +3 -9
  118. package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +3 -9
  119. package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +3 -9
  120. package/dist-es/commands/UpdateScriptCommand.js +3 -9
  121. package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +3 -9
  122. package/dist-es/models/models_0.js +0 -252
  123. package/dist-es/models/models_1.js +0 -110
  124. package/dist-es/runtimeConfig.shared.js +7 -0
  125. package/dist-es/schemas/schemas_0.js +3463 -0
  126. package/dist-types/GameLiftClient.d.ts +10 -1
  127. package/dist-types/models/models_0.d.ts +0 -204
  128. package/dist-types/models/models_1.d.ts +0 -88
  129. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  130. package/dist-types/runtimeConfig.d.ts +1 -0
  131. package/dist-types/runtimeConfig.native.d.ts +1 -0
  132. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  133. package/dist-types/schemas/schemas_0.d.ts +537 -0
  134. package/dist-types/ts3.4/GameLiftClient.d.ts +4 -0
  135. package/dist-types/ts3.4/models/models_0.d.ts +0 -143
  136. package/dist-types/ts3.4/models/models_1.d.ts +0 -66
  137. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  138. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  139. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  140. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  141. package/dist-types/ts3.4/schemas/schemas_0.d.ts +544 -0
  142. package/package.json +5 -5
  143. package/dist-es/protocols/Aws_json1_1.js +0 -3610
  144. package/dist-types/protocols/Aws_json1_1.d.ts +0 -1064
  145. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1421
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchGameSessionsOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_SearchGameSessionsCommand, se_SearchGameSessionsCommand } from "../protocols/Aws_json1_1";
4
+ import { SearchGameSessions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class SearchGameSessionsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "SearchGameSessions", {})
18
13
  .n("GameLiftClient", "SearchGameSessionsCommand")
19
- .f(void 0, SearchGameSessionsOutputFilterSensitiveLog)
20
- .ser(se_SearchGameSessionsCommand)
21
- .de(de_SearchGameSessionsCommand)
14
+ .sc(SearchGameSessions)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartFleetActionsCommand, se_StartFleetActionsCommand } from "../protocols/Aws_json1_1";
4
+ import { StartFleetActions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartFleetActionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "StartFleetActions", {})
17
13
  .n("GameLiftClient", "StartFleetActionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartFleetActionsCommand)
20
- .de(de_StartFleetActionsCommand)
14
+ .sc(StartFleetActions)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartGameSessionPlacementInputFilterSensitiveLog, StartGameSessionPlacementOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_StartGameSessionPlacementCommand, se_StartGameSessionPlacementCommand } from "../protocols/Aws_json1_1";
4
+ import { StartGameSessionPlacement } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartGameSessionPlacementCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "StartGameSessionPlacement", {})
18
13
  .n("GameLiftClient", "StartGameSessionPlacementCommand")
19
- .f(StartGameSessionPlacementInputFilterSensitiveLog, StartGameSessionPlacementOutputFilterSensitiveLog)
20
- .ser(se_StartGameSessionPlacementCommand)
21
- .de(de_StartGameSessionPlacementCommand)
14
+ .sc(StartGameSessionPlacement)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartMatchBackfillInputFilterSensitiveLog, StartMatchBackfillOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_StartMatchBackfillCommand, se_StartMatchBackfillCommand } from "../protocols/Aws_json1_1";
4
+ import { StartMatchBackfill } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartMatchBackfillCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "StartMatchBackfill", {})
18
13
  .n("GameLiftClient", "StartMatchBackfillCommand")
19
- .f(StartMatchBackfillInputFilterSensitiveLog, StartMatchBackfillOutputFilterSensitiveLog)
20
- .ser(se_StartMatchBackfillCommand)
21
- .de(de_StartMatchBackfillCommand)
14
+ .sc(StartMatchBackfill)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartMatchmakingInputFilterSensitiveLog, StartMatchmakingOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_StartMatchmakingCommand, se_StartMatchmakingCommand } from "../protocols/Aws_json1_1";
4
+ import { StartMatchmaking } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartMatchmakingCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "StartMatchmaking", {})
18
13
  .n("GameLiftClient", "StartMatchmakingCommand")
19
- .f(StartMatchmakingInputFilterSensitiveLog, StartMatchmakingOutputFilterSensitiveLog)
20
- .ser(se_StartMatchmakingCommand)
21
- .de(de_StartMatchmakingCommand)
14
+ .sc(StartMatchmaking)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopFleetActionsCommand, se_StopFleetActionsCommand } from "../protocols/Aws_json1_1";
4
+ import { StopFleetActions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopFleetActionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "StopFleetActions", {})
17
13
  .n("GameLiftClient", "StopFleetActionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopFleetActionsCommand)
20
- .de(de_StopFleetActionsCommand)
14
+ .sc(StopFleetActions)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StopGameSessionPlacementOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_StopGameSessionPlacementCommand, se_StopGameSessionPlacementCommand } from "../protocols/Aws_json1_1";
4
+ import { StopGameSessionPlacement } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StopGameSessionPlacementCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "StopGameSessionPlacement", {})
18
13
  .n("GameLiftClient", "StopGameSessionPlacementCommand")
19
- .f(void 0, StopGameSessionPlacementOutputFilterSensitiveLog)
20
- .ser(se_StopGameSessionPlacementCommand)
21
- .de(de_StopGameSessionPlacementCommand)
14
+ .sc(StopGameSessionPlacement)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopMatchmakingCommand, se_StopMatchmakingCommand } from "../protocols/Aws_json1_1";
4
+ import { StopMatchmaking } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopMatchmakingCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "StopMatchmaking", {})
17
13
  .n("GameLiftClient", "StopMatchmakingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopMatchmakingCommand)
20
- .de(de_StopMatchmakingCommand)
14
+ .sc(StopMatchmaking)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SuspendGameServerGroupCommand, se_SuspendGameServerGroupCommand } from "../protocols/Aws_json1_1";
4
+ import { SuspendGameServerGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SuspendGameServerGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "SuspendGameServerGroup", {})
17
13
  .n("GameLiftClient", "SuspendGameServerGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SuspendGameServerGroupCommand)
20
- .de(de_SuspendGameServerGroupCommand)
14
+ .sc(SuspendGameServerGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "TagResource", {})
17
13
  .n("GameLiftClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { TerminateGameSessionOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_TerminateGameSessionCommand, se_TerminateGameSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { TerminateGameSession } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class TerminateGameSessionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "TerminateGameSession", {})
18
13
  .n("GameLiftClient", "TerminateGameSessionCommand")
19
- .f(void 0, TerminateGameSessionOutputFilterSensitiveLog)
20
- .ser(se_TerminateGameSessionCommand)
21
- .de(de_TerminateGameSessionCommand)
14
+ .sc(TerminateGameSession)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UntagResource", {})
17
13
  .n("GameLiftClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateAliasCommand, se_UpdateAliasCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateAlias } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAliasCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateAlias", {})
17
13
  .n("GameLiftClient", "UpdateAliasCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAliasCommand)
20
- .de(de_UpdateAliasCommand)
14
+ .sc(UpdateAlias)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBuildCommand, se_UpdateBuildCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateBuild } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBuildCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateBuild", {})
17
13
  .n("GameLiftClient", "UpdateBuildCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBuildCommand)
20
- .de(de_UpdateBuildCommand)
14
+ .sc(UpdateBuild)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateContainerFleetInputFilterSensitiveLog, UpdateContainerFleetOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateContainerFleetCommand, se_UpdateContainerFleetCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateContainerFleet } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateContainerFleetCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "UpdateContainerFleet", {})
18
13
  .n("GameLiftClient", "UpdateContainerFleetCommand")
19
- .f(UpdateContainerFleetInputFilterSensitiveLog, UpdateContainerFleetOutputFilterSensitiveLog)
20
- .ser(se_UpdateContainerFleetCommand)
21
- .de(de_UpdateContainerFleetCommand)
14
+ .sc(UpdateContainerFleet)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateContainerGroupDefinitionInputFilterSensitiveLog, UpdateContainerGroupDefinitionOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateContainerGroupDefinitionCommand, se_UpdateContainerGroupDefinitionCommand, } from "../protocols/Aws_json1_1";
4
+ import { UpdateContainerGroupDefinition } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateContainerGroupDefinitionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "UpdateContainerGroupDefinition", {})
18
13
  .n("GameLiftClient", "UpdateContainerGroupDefinitionCommand")
19
- .f(UpdateContainerGroupDefinitionInputFilterSensitiveLog, UpdateContainerGroupDefinitionOutputFilterSensitiveLog)
20
- .ser(se_UpdateContainerGroupDefinitionCommand)
21
- .de(de_UpdateContainerGroupDefinitionCommand)
14
+ .sc(UpdateContainerGroupDefinition)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFleetAttributesCommand, se_UpdateFleetAttributesCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFleetAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFleetAttributesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateFleetAttributes", {})
17
13
  .n("GameLiftClient", "UpdateFleetAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFleetAttributesCommand)
20
- .de(de_UpdateFleetAttributesCommand)
14
+ .sc(UpdateFleetAttributes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFleetCapacityCommand, se_UpdateFleetCapacityCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFleetCapacity } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFleetCapacityCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateFleetCapacity", {})
17
13
  .n("GameLiftClient", "UpdateFleetCapacityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFleetCapacityCommand)
20
- .de(de_UpdateFleetCapacityCommand)
14
+ .sc(UpdateFleetCapacity)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateFleetPortSettingsInputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateFleetPortSettingsCommand, se_UpdateFleetPortSettingsCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFleetPortSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateFleetPortSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "UpdateFleetPortSettings", {})
18
13
  .n("GameLiftClient", "UpdateFleetPortSettingsCommand")
19
- .f(UpdateFleetPortSettingsInputFilterSensitiveLog, void 0)
20
- .ser(se_UpdateFleetPortSettingsCommand)
21
- .de(de_UpdateFleetPortSettingsCommand)
14
+ .sc(UpdateFleetPortSettings)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateGameServerCommand, se_UpdateGameServerCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateGameServer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGameServerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateGameServer", {})
17
13
  .n("GameLiftClient", "UpdateGameServerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGameServerCommand)
20
- .de(de_UpdateGameServerCommand)
14
+ .sc(UpdateGameServer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateGameServerGroupCommand, se_UpdateGameServerGroupCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateGameServerGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGameServerGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateGameServerGroup", {})
17
13
  .n("GameLiftClient", "UpdateGameServerGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGameServerGroupCommand)
20
- .de(de_UpdateGameServerGroupCommand)
14
+ .sc(UpdateGameServerGroup)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateGameSessionOutputFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateGameSessionCommand, se_UpdateGameSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateGameSession } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateGameSessionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GameLift", "UpdateGameSession", {})
18
13
  .n("GameLiftClient", "UpdateGameSessionCommand")
19
- .f(void 0, UpdateGameSessionOutputFilterSensitiveLog)
20
- .ser(se_UpdateGameSessionCommand)
21
- .de(de_UpdateGameSessionCommand)
14
+ .sc(UpdateGameSession)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateGameSessionQueueCommand, se_UpdateGameSessionQueueCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateGameSessionQueue } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGameSessionQueueCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GameLift", "UpdateGameSessionQueue", {})
17
13
  .n("GameLiftClient", "UpdateGameSessionQueueCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGameSessionQueueCommand)
20
- .de(de_UpdateGameSessionQueueCommand)
14
+ .sc(UpdateGameSessionQueue)
21
15
  .build() {
22
16
  }