@aws-sdk/client-gamelift 3.168.0 → 3.170.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 (133) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GameLift.d.ts +1720 -480
  3. package/dist-types/ts3.4/GameLiftClient.d.ts +699 -168
  4. package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +37 -17
  77. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +38 -17
  79. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +37 -17
  83. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +37 -17
  92. package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/index.d.ts +95 -95
  100. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  101. package/dist-types/ts3.4/index.d.ts +6 -6
  102. package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +8 -6
  103. package/dist-types/ts3.4/models/index.d.ts +1 -1
  104. package/dist-types/ts3.4/models/models_0.d.ts +3487 -3015
  105. package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
  109. package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
  110. package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
  115. package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
  116. package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
  117. package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
  118. package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
  119. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  120. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  121. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  122. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
  123. package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
  124. package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
  125. package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
  126. package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
  127. package/dist-types/ts3.4/pagination/index.d.ts +22 -22
  128. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
  129. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  133. package/package.json +34 -34
@@ -1,287 +1,1145 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "../commands/AcceptMatchCommand";
4
- import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "../commands/ClaimGameServerCommand";
5
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
6
- import { CreateBuildCommandInput, CreateBuildCommandOutput } from "../commands/CreateBuildCommand";
7
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
8
- import { CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput } from "../commands/CreateFleetLocationsCommand";
9
- import { CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput } from "../commands/CreateGameServerGroupCommand";
10
- import { CreateGameSessionCommandInput, CreateGameSessionCommandOutput } from "../commands/CreateGameSessionCommand";
11
- import { CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput } from "../commands/CreateGameSessionQueueCommand";
12
- import { CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput } from "../commands/CreateMatchmakingConfigurationCommand";
13
- import { CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput } from "../commands/CreateMatchmakingRuleSetCommand";
14
- import { CreatePlayerSessionCommandInput, CreatePlayerSessionCommandOutput } from "../commands/CreatePlayerSessionCommand";
15
- import { CreatePlayerSessionsCommandInput, CreatePlayerSessionsCommandOutput } from "../commands/CreatePlayerSessionsCommand";
16
- import { CreateScriptCommandInput, CreateScriptCommandOutput } from "../commands/CreateScriptCommand";
17
- import { CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizationCommandOutput } from "../commands/CreateVpcPeeringAuthorizationCommand";
18
- import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "../commands/CreateVpcPeeringConnectionCommand";
19
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
20
- import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "../commands/DeleteBuildCommand";
21
- import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
22
- import { DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput } from "../commands/DeleteFleetLocationsCommand";
23
- import { DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput } from "../commands/DeleteGameServerGroupCommand";
24
- import { DeleteGameSessionQueueCommandInput, DeleteGameSessionQueueCommandOutput } from "../commands/DeleteGameSessionQueueCommand";
25
- import { DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput } from "../commands/DeleteMatchmakingConfigurationCommand";
26
- import { DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput } from "../commands/DeleteMatchmakingRuleSetCommand";
27
- import { DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput } from "../commands/DeleteScalingPolicyCommand";
28
- import { DeleteScriptCommandInput, DeleteScriptCommandOutput } from "../commands/DeleteScriptCommand";
29
- import { DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput } from "../commands/DeleteVpcPeeringAuthorizationCommand";
30
- import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "../commands/DeleteVpcPeeringConnectionCommand";
31
- import { DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput } from "../commands/DeregisterGameServerCommand";
32
- import { DescribeAliasCommandInput, DescribeAliasCommandOutput } from "../commands/DescribeAliasCommand";
33
- import { DescribeBuildCommandInput, DescribeBuildCommandOutput } from "../commands/DescribeBuildCommand";
34
- import { DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput } from "../commands/DescribeEC2InstanceLimitsCommand";
35
- import { DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput } from "../commands/DescribeFleetAttributesCommand";
36
- import { DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput } from "../commands/DescribeFleetCapacityCommand";
37
- import { DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput } from "../commands/DescribeFleetEventsCommand";
38
- import { DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput } from "../commands/DescribeFleetLocationAttributesCommand";
39
- import { DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput } from "../commands/DescribeFleetLocationCapacityCommand";
40
- import { DescribeFleetLocationUtilizationCommandInput, DescribeFleetLocationUtilizationCommandOutput } from "../commands/DescribeFleetLocationUtilizationCommand";
41
- import { DescribeFleetPortSettingsCommandInput, DescribeFleetPortSettingsCommandOutput } from "../commands/DescribeFleetPortSettingsCommand";
42
- import { DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput } from "../commands/DescribeFleetUtilizationCommand";
43
- import { DescribeGameServerCommandInput, DescribeGameServerCommandOutput } from "../commands/DescribeGameServerCommand";
44
- import { DescribeGameServerGroupCommandInput, DescribeGameServerGroupCommandOutput } from "../commands/DescribeGameServerGroupCommand";
45
- import { DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput } from "../commands/DescribeGameServerInstancesCommand";
46
- import { DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput } from "../commands/DescribeGameSessionDetailsCommand";
47
- import { DescribeGameSessionPlacementCommandInput, DescribeGameSessionPlacementCommandOutput } from "../commands/DescribeGameSessionPlacementCommand";
48
- import { DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput } from "../commands/DescribeGameSessionQueuesCommand";
49
- import { DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput } from "../commands/DescribeGameSessionsCommand";
50
- import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "../commands/DescribeInstancesCommand";
51
- import { DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput } from "../commands/DescribeMatchmakingCommand";
52
- import { DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput } from "../commands/DescribeMatchmakingConfigurationsCommand";
53
- import { DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput } from "../commands/DescribeMatchmakingRuleSetsCommand";
54
- import { DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput } from "../commands/DescribePlayerSessionsCommand";
55
- import { DescribeRuntimeConfigurationCommandInput, DescribeRuntimeConfigurationCommandOutput } from "../commands/DescribeRuntimeConfigurationCommand";
56
- import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "../commands/DescribeScalingPoliciesCommand";
57
- import { DescribeScriptCommandInput, DescribeScriptCommandOutput } from "../commands/DescribeScriptCommand";
58
- import { DescribeVpcPeeringAuthorizationsCommandInput, DescribeVpcPeeringAuthorizationsCommandOutput } from "../commands/DescribeVpcPeeringAuthorizationsCommand";
59
- import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "../commands/DescribeVpcPeeringConnectionsCommand";
60
- import { GetGameSessionLogUrlCommandInput, GetGameSessionLogUrlCommandOutput } from "../commands/GetGameSessionLogUrlCommand";
61
- import { GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput } from "../commands/GetInstanceAccessCommand";
62
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
63
- import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
64
- import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
65
- import { ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput } from "../commands/ListGameServerGroupsCommand";
66
- import { ListGameServersCommandInput, ListGameServersCommandOutput } from "../commands/ListGameServersCommand";
67
- import { ListScriptsCommandInput, ListScriptsCommandOutput } from "../commands/ListScriptsCommand";
68
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
69
- import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "../commands/PutScalingPolicyCommand";
70
- import { RegisterGameServerCommandInput, RegisterGameServerCommandOutput } from "../commands/RegisterGameServerCommand";
71
- import { RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput } from "../commands/RequestUploadCredentialsCommand";
72
- import { ResolveAliasCommandInput, ResolveAliasCommandOutput } from "../commands/ResolveAliasCommand";
73
- import { ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput } from "../commands/ResumeGameServerGroupCommand";
74
- import { SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput } from "../commands/SearchGameSessionsCommand";
75
- import { StartFleetActionsCommandInput, StartFleetActionsCommandOutput } from "../commands/StartFleetActionsCommand";
76
- import { StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput } from "../commands/StartGameSessionPlacementCommand";
77
- import { StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput } from "../commands/StartMatchBackfillCommand";
78
- import { StartMatchmakingCommandInput, StartMatchmakingCommandOutput } from "../commands/StartMatchmakingCommand";
79
- import { StopFleetActionsCommandInput, StopFleetActionsCommandOutput } from "../commands/StopFleetActionsCommand";
80
- import { StopGameSessionPlacementCommandInput, StopGameSessionPlacementCommandOutput } from "../commands/StopGameSessionPlacementCommand";
81
- import { StopMatchmakingCommandInput, StopMatchmakingCommandOutput } from "../commands/StopMatchmakingCommand";
82
- import { SuspendGameServerGroupCommandInput, SuspendGameServerGroupCommandOutput } from "../commands/SuspendGameServerGroupCommand";
83
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
84
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
85
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
86
- import { UpdateBuildCommandInput, UpdateBuildCommandOutput } from "../commands/UpdateBuildCommand";
87
- import { UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput } from "../commands/UpdateFleetAttributesCommand";
88
- import { UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput } from "../commands/UpdateFleetCapacityCommand";
89
- import { UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput } from "../commands/UpdateFleetPortSettingsCommand";
90
- import { UpdateGameServerCommandInput, UpdateGameServerCommandOutput } from "../commands/UpdateGameServerCommand";
91
- import { UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput } from "../commands/UpdateGameServerGroupCommand";
92
- import { UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput } from "../commands/UpdateGameSessionCommand";
93
- import { UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput } from "../commands/UpdateGameSessionQueueCommand";
94
- import { UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput } from "../commands/UpdateMatchmakingConfigurationCommand";
95
- import { UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput } from "../commands/UpdateRuntimeConfigurationCommand";
96
- import { UpdateScriptCommandInput, UpdateScriptCommandOutput } from "../commands/UpdateScriptCommand";
97
- import { ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput } from "../commands/ValidateMatchmakingRuleSetCommand";
98
- export declare const serializeAws_json1_1AcceptMatchCommand: (input: AcceptMatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1ClaimGameServerCommand: (input: ClaimGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1CreateBuildCommand: (input: CreateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1CreateFleetLocationsCommand: (input: CreateFleetLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1CreateGameServerGroupCommand: (input: CreateGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1CreateGameSessionCommand: (input: CreateGameSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1CreateGameSessionQueueCommand: (input: CreateGameSessionQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1CreateMatchmakingConfigurationCommand: (input: CreateMatchmakingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1CreateMatchmakingRuleSetCommand: (input: CreateMatchmakingRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1CreatePlayerSessionCommand: (input: CreatePlayerSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1CreatePlayerSessionsCommand: (input: CreatePlayerSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1CreateScriptCommand: (input: CreateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1CreateVpcPeeringAuthorizationCommand: (input: CreateVpcPeeringAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1CreateVpcPeeringConnectionCommand: (input: CreateVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1DeleteBuildCommand: (input: DeleteBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1DeleteFleetLocationsCommand: (input: DeleteFleetLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DeleteGameServerGroupCommand: (input: DeleteGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1DeleteGameSessionQueueCommand: (input: DeleteGameSessionQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1DeleteMatchmakingConfigurationCommand: (input: DeleteMatchmakingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1DeleteMatchmakingRuleSetCommand: (input: DeleteMatchmakingRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DeleteScalingPolicyCommand: (input: DeleteScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1DeleteScriptCommand: (input: DeleteScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1DeleteVpcPeeringAuthorizationCommand: (input: DeleteVpcPeeringAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1DeleteVpcPeeringConnectionCommand: (input: DeleteVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DeregisterGameServerCommand: (input: DeregisterGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1DescribeAliasCommand: (input: DescribeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1DescribeBuildCommand: (input: DescribeBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1DescribeEC2InstanceLimitsCommand: (input: DescribeEC2InstanceLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DescribeFleetAttributesCommand: (input: DescribeFleetAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1DescribeFleetCapacityCommand: (input: DescribeFleetCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1DescribeFleetEventsCommand: (input: DescribeFleetEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_1DescribeFleetLocationAttributesCommand: (input: DescribeFleetLocationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DescribeFleetLocationCapacityCommand: (input: DescribeFleetLocationCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_1DescribeFleetLocationUtilizationCommand: (input: DescribeFleetLocationUtilizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_1DescribeFleetPortSettingsCommand: (input: DescribeFleetPortSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_1DescribeFleetUtilizationCommand: (input: DescribeFleetUtilizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1DescribeGameServerCommand: (input: DescribeGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_1DescribeGameServerGroupCommand: (input: DescribeGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_1DescribeGameServerInstancesCommand: (input: DescribeGameServerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_1DescribeGameSessionDetailsCommand: (input: DescribeGameSessionDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1DescribeGameSessionPlacementCommand: (input: DescribeGameSessionPlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_1DescribeGameSessionQueuesCommand: (input: DescribeGameSessionQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_1DescribeGameSessionsCommand: (input: DescribeGameSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_json1_1DescribeInstancesCommand: (input: DescribeInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1DescribeMatchmakingCommand: (input: DescribeMatchmakingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_json1_1DescribeMatchmakingConfigurationsCommand: (input: DescribeMatchmakingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_json1_1DescribeMatchmakingRuleSetsCommand: (input: DescribeMatchmakingRuleSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_json1_1DescribePlayerSessionsCommand: (input: DescribePlayerSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1DescribeRuntimeConfigurationCommand: (input: DescribeRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_json1_1DescribeScalingPoliciesCommand: (input: DescribeScalingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_json1_1DescribeScriptCommand: (input: DescribeScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand: (input: DescribeVpcPeeringAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1DescribeVpcPeeringConnectionsCommand: (input: DescribeVpcPeeringConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_json1_1GetGameSessionLogUrlCommand: (input: GetGameSessionLogUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_json1_1GetInstanceAccessCommand: (input: GetInstanceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_json1_1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1ListBuildsCommand: (input: ListBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_json1_1ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_json1_1ListGameServerGroupsCommand: (input: ListGameServerGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_json1_1ListGameServersCommand: (input: ListGameServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1ListScriptsCommand: (input: ListScriptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_json1_1PutScalingPolicyCommand: (input: PutScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_json1_1RegisterGameServerCommand: (input: RegisterGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1RequestUploadCredentialsCommand: (input: RequestUploadCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_json1_1ResolveAliasCommand: (input: ResolveAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_json1_1ResumeGameServerGroupCommand: (input: ResumeGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_json1_1SearchGameSessionsCommand: (input: SearchGameSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1StartFleetActionsCommand: (input: StartFleetActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_json1_1StartGameSessionPlacementCommand: (input: StartGameSessionPlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_json1_1StartMatchBackfillCommand: (input: StartMatchBackfillCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_json1_1StartMatchmakingCommand: (input: StartMatchmakingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_1StopFleetActionsCommand: (input: StopFleetActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_json1_1StopGameSessionPlacementCommand: (input: StopGameSessionPlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_json1_1StopMatchmakingCommand: (input: StopMatchmakingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_json1_1SuspendGameServerGroupCommand: (input: SuspendGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_json1_1UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_json1_1UpdateBuildCommand: (input: UpdateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_1UpdateFleetAttributesCommand: (input: UpdateFleetAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_json1_1UpdateFleetCapacityCommand: (input: UpdateFleetCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_json1_1UpdateFleetPortSettingsCommand: (input: UpdateFleetPortSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_json1_1UpdateGameServerCommand: (input: UpdateGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_json1_1UpdateGameServerGroupCommand: (input: UpdateGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_json1_1UpdateGameSessionCommand: (input: UpdateGameSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_json1_1UpdateGameSessionQueueCommand: (input: UpdateGameSessionQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_json1_1UpdateMatchmakingConfigurationCommand: (input: UpdateMatchmakingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_1UpdateRuntimeConfigurationCommand: (input: UpdateRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_json1_1UpdateScriptCommand: (input: UpdateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_json1_1ValidateMatchmakingRuleSetCommand: (input: ValidateMatchmakingRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const deserializeAws_json1_1AcceptMatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptMatchCommandOutput>;
194
- export declare const deserializeAws_json1_1ClaimGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClaimGameServerCommandOutput>;
195
- export declare const deserializeAws_json1_1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
196
- export declare const deserializeAws_json1_1CreateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBuildCommandOutput>;
197
- export declare const deserializeAws_json1_1CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
198
- export declare const deserializeAws_json1_1CreateFleetLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetLocationsCommandOutput>;
199
- export declare const deserializeAws_json1_1CreateGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGameServerGroupCommandOutput>;
200
- export declare const deserializeAws_json1_1CreateGameSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGameSessionCommandOutput>;
201
- export declare const deserializeAws_json1_1CreateGameSessionQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGameSessionQueueCommandOutput>;
202
- export declare const deserializeAws_json1_1CreateMatchmakingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMatchmakingConfigurationCommandOutput>;
203
- export declare const deserializeAws_json1_1CreateMatchmakingRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMatchmakingRuleSetCommandOutput>;
204
- export declare const deserializeAws_json1_1CreatePlayerSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlayerSessionCommandOutput>;
205
- export declare const deserializeAws_json1_1CreatePlayerSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlayerSessionsCommandOutput>;
206
- export declare const deserializeAws_json1_1CreateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScriptCommandOutput>;
207
- export declare const deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcPeeringAuthorizationCommandOutput>;
208
- export declare const deserializeAws_json1_1CreateVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcPeeringConnectionCommandOutput>;
209
- export declare const deserializeAws_json1_1DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
210
- export declare const deserializeAws_json1_1DeleteBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildCommandOutput>;
211
- export declare const deserializeAws_json1_1DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
212
- export declare const deserializeAws_json1_1DeleteFleetLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetLocationsCommandOutput>;
213
- export declare const deserializeAws_json1_1DeleteGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGameServerGroupCommandOutput>;
214
- export declare const deserializeAws_json1_1DeleteGameSessionQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGameSessionQueueCommandOutput>;
215
- export declare const deserializeAws_json1_1DeleteMatchmakingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMatchmakingConfigurationCommandOutput>;
216
- export declare const deserializeAws_json1_1DeleteMatchmakingRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMatchmakingRuleSetCommandOutput>;
217
- export declare const deserializeAws_json1_1DeleteScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPolicyCommandOutput>;
218
- export declare const deserializeAws_json1_1DeleteScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScriptCommandOutput>;
219
- export declare const deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcPeeringAuthorizationCommandOutput>;
220
- export declare const deserializeAws_json1_1DeleteVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcPeeringConnectionCommandOutput>;
221
- export declare const deserializeAws_json1_1DeregisterGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterGameServerCommandOutput>;
222
- export declare const deserializeAws_json1_1DescribeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAliasCommandOutput>;
223
- export declare const deserializeAws_json1_1DescribeBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBuildCommandOutput>;
224
- export declare const deserializeAws_json1_1DescribeEC2InstanceLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEC2InstanceLimitsCommandOutput>;
225
- export declare const deserializeAws_json1_1DescribeFleetAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetAttributesCommandOutput>;
226
- export declare const deserializeAws_json1_1DescribeFleetCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetCapacityCommandOutput>;
227
- export declare const deserializeAws_json1_1DescribeFleetEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetEventsCommandOutput>;
228
- export declare const deserializeAws_json1_1DescribeFleetLocationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetLocationAttributesCommandOutput>;
229
- export declare const deserializeAws_json1_1DescribeFleetLocationCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetLocationCapacityCommandOutput>;
230
- export declare const deserializeAws_json1_1DescribeFleetLocationUtilizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetLocationUtilizationCommandOutput>;
231
- export declare const deserializeAws_json1_1DescribeFleetPortSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetPortSettingsCommandOutput>;
232
- export declare const deserializeAws_json1_1DescribeFleetUtilizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetUtilizationCommandOutput>;
233
- export declare const deserializeAws_json1_1DescribeGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameServerCommandOutput>;
234
- export declare const deserializeAws_json1_1DescribeGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameServerGroupCommandOutput>;
235
- export declare const deserializeAws_json1_1DescribeGameServerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameServerInstancesCommandOutput>;
236
- export declare const deserializeAws_json1_1DescribeGameSessionDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionDetailsCommandOutput>;
237
- export declare const deserializeAws_json1_1DescribeGameSessionPlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionPlacementCommandOutput>;
238
- export declare const deserializeAws_json1_1DescribeGameSessionQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionQueuesCommandOutput>;
239
- export declare const deserializeAws_json1_1DescribeGameSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionsCommandOutput>;
240
- export declare const deserializeAws_json1_1DescribeInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancesCommandOutput>;
241
- export declare const deserializeAws_json1_1DescribeMatchmakingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMatchmakingCommandOutput>;
242
- export declare const deserializeAws_json1_1DescribeMatchmakingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMatchmakingConfigurationsCommandOutput>;
243
- export declare const deserializeAws_json1_1DescribeMatchmakingRuleSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMatchmakingRuleSetsCommandOutput>;
244
- export declare const deserializeAws_json1_1DescribePlayerSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlayerSessionsCommandOutput>;
245
- export declare const deserializeAws_json1_1DescribeRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuntimeConfigurationCommandOutput>;
246
- export declare const deserializeAws_json1_1DescribeScalingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPoliciesCommandOutput>;
247
- export declare const deserializeAws_json1_1DescribeScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScriptCommandOutput>;
248
- export declare const deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
249
- export declare const deserializeAws_json1_1DescribeVpcPeeringConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcPeeringConnectionsCommandOutput>;
250
- export declare const deserializeAws_json1_1GetGameSessionLogUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGameSessionLogUrlCommandOutput>;
251
- export declare const deserializeAws_json1_1GetInstanceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceAccessCommandOutput>;
252
- export declare const deserializeAws_json1_1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
253
- export declare const deserializeAws_json1_1ListBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildsCommandOutput>;
254
- export declare const deserializeAws_json1_1ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
255
- export declare const deserializeAws_json1_1ListGameServerGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGameServerGroupsCommandOutput>;
256
- export declare const deserializeAws_json1_1ListGameServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGameServersCommandOutput>;
257
- export declare const deserializeAws_json1_1ListScriptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScriptsCommandOutput>;
258
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
259
- export declare const deserializeAws_json1_1PutScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScalingPolicyCommandOutput>;
260
- export declare const deserializeAws_json1_1RegisterGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterGameServerCommandOutput>;
261
- export declare const deserializeAws_json1_1RequestUploadCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestUploadCredentialsCommandOutput>;
262
- export declare const deserializeAws_json1_1ResolveAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResolveAliasCommandOutput>;
263
- export declare const deserializeAws_json1_1ResumeGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeGameServerGroupCommandOutput>;
264
- export declare const deserializeAws_json1_1SearchGameSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGameSessionsCommandOutput>;
265
- export declare const deserializeAws_json1_1StartFleetActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFleetActionsCommandOutput>;
266
- export declare const deserializeAws_json1_1StartGameSessionPlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartGameSessionPlacementCommandOutput>;
267
- export declare const deserializeAws_json1_1StartMatchBackfillCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMatchBackfillCommandOutput>;
268
- export declare const deserializeAws_json1_1StartMatchmakingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMatchmakingCommandOutput>;
269
- export declare const deserializeAws_json1_1StopFleetActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFleetActionsCommandOutput>;
270
- export declare const deserializeAws_json1_1StopGameSessionPlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopGameSessionPlacementCommandOutput>;
271
- export declare const deserializeAws_json1_1StopMatchmakingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMatchmakingCommandOutput>;
272
- export declare const deserializeAws_json1_1SuspendGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendGameServerGroupCommandOutput>;
273
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
274
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
275
- export declare const deserializeAws_json1_1UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
276
- export declare const deserializeAws_json1_1UpdateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBuildCommandOutput>;
277
- export declare const deserializeAws_json1_1UpdateFleetAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetAttributesCommandOutput>;
278
- export declare const deserializeAws_json1_1UpdateFleetCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCapacityCommandOutput>;
279
- export declare const deserializeAws_json1_1UpdateFleetPortSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetPortSettingsCommandOutput>;
280
- export declare const deserializeAws_json1_1UpdateGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameServerCommandOutput>;
281
- export declare const deserializeAws_json1_1UpdateGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameServerGroupCommandOutput>;
282
- export declare const deserializeAws_json1_1UpdateGameSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameSessionCommandOutput>;
283
- export declare const deserializeAws_json1_1UpdateGameSessionQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameSessionQueueCommandOutput>;
284
- export declare const deserializeAws_json1_1UpdateMatchmakingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMatchmakingConfigurationCommandOutput>;
285
- export declare const deserializeAws_json1_1UpdateRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuntimeConfigurationCommandOutput>;
286
- export declare const deserializeAws_json1_1UpdateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScriptCommandOutput>;
287
- export declare const deserializeAws_json1_1ValidateMatchmakingRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateMatchmakingRuleSetCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptMatchCommandInput,
8
+ AcceptMatchCommandOutput,
9
+ } from "../commands/AcceptMatchCommand";
10
+ import {
11
+ ClaimGameServerCommandInput,
12
+ ClaimGameServerCommandOutput,
13
+ } from "../commands/ClaimGameServerCommand";
14
+ import {
15
+ CreateAliasCommandInput,
16
+ CreateAliasCommandOutput,
17
+ } from "../commands/CreateAliasCommand";
18
+ import {
19
+ CreateBuildCommandInput,
20
+ CreateBuildCommandOutput,
21
+ } from "../commands/CreateBuildCommand";
22
+ import {
23
+ CreateFleetCommandInput,
24
+ CreateFleetCommandOutput,
25
+ } from "../commands/CreateFleetCommand";
26
+ import {
27
+ CreateFleetLocationsCommandInput,
28
+ CreateFleetLocationsCommandOutput,
29
+ } from "../commands/CreateFleetLocationsCommand";
30
+ import {
31
+ CreateGameServerGroupCommandInput,
32
+ CreateGameServerGroupCommandOutput,
33
+ } from "../commands/CreateGameServerGroupCommand";
34
+ import {
35
+ CreateGameSessionCommandInput,
36
+ CreateGameSessionCommandOutput,
37
+ } from "../commands/CreateGameSessionCommand";
38
+ import {
39
+ CreateGameSessionQueueCommandInput,
40
+ CreateGameSessionQueueCommandOutput,
41
+ } from "../commands/CreateGameSessionQueueCommand";
42
+ import {
43
+ CreateMatchmakingConfigurationCommandInput,
44
+ CreateMatchmakingConfigurationCommandOutput,
45
+ } from "../commands/CreateMatchmakingConfigurationCommand";
46
+ import {
47
+ CreateMatchmakingRuleSetCommandInput,
48
+ CreateMatchmakingRuleSetCommandOutput,
49
+ } from "../commands/CreateMatchmakingRuleSetCommand";
50
+ import {
51
+ CreatePlayerSessionCommandInput,
52
+ CreatePlayerSessionCommandOutput,
53
+ } from "../commands/CreatePlayerSessionCommand";
54
+ import {
55
+ CreatePlayerSessionsCommandInput,
56
+ CreatePlayerSessionsCommandOutput,
57
+ } from "../commands/CreatePlayerSessionsCommand";
58
+ import {
59
+ CreateScriptCommandInput,
60
+ CreateScriptCommandOutput,
61
+ } from "../commands/CreateScriptCommand";
62
+ import {
63
+ CreateVpcPeeringAuthorizationCommandInput,
64
+ CreateVpcPeeringAuthorizationCommandOutput,
65
+ } from "../commands/CreateVpcPeeringAuthorizationCommand";
66
+ import {
67
+ CreateVpcPeeringConnectionCommandInput,
68
+ CreateVpcPeeringConnectionCommandOutput,
69
+ } from "../commands/CreateVpcPeeringConnectionCommand";
70
+ import {
71
+ DeleteAliasCommandInput,
72
+ DeleteAliasCommandOutput,
73
+ } from "../commands/DeleteAliasCommand";
74
+ import {
75
+ DeleteBuildCommandInput,
76
+ DeleteBuildCommandOutput,
77
+ } from "../commands/DeleteBuildCommand";
78
+ import {
79
+ DeleteFleetCommandInput,
80
+ DeleteFleetCommandOutput,
81
+ } from "../commands/DeleteFleetCommand";
82
+ import {
83
+ DeleteFleetLocationsCommandInput,
84
+ DeleteFleetLocationsCommandOutput,
85
+ } from "../commands/DeleteFleetLocationsCommand";
86
+ import {
87
+ DeleteGameServerGroupCommandInput,
88
+ DeleteGameServerGroupCommandOutput,
89
+ } from "../commands/DeleteGameServerGroupCommand";
90
+ import {
91
+ DeleteGameSessionQueueCommandInput,
92
+ DeleteGameSessionQueueCommandOutput,
93
+ } from "../commands/DeleteGameSessionQueueCommand";
94
+ import {
95
+ DeleteMatchmakingConfigurationCommandInput,
96
+ DeleteMatchmakingConfigurationCommandOutput,
97
+ } from "../commands/DeleteMatchmakingConfigurationCommand";
98
+ import {
99
+ DeleteMatchmakingRuleSetCommandInput,
100
+ DeleteMatchmakingRuleSetCommandOutput,
101
+ } from "../commands/DeleteMatchmakingRuleSetCommand";
102
+ import {
103
+ DeleteScalingPolicyCommandInput,
104
+ DeleteScalingPolicyCommandOutput,
105
+ } from "../commands/DeleteScalingPolicyCommand";
106
+ import {
107
+ DeleteScriptCommandInput,
108
+ DeleteScriptCommandOutput,
109
+ } from "../commands/DeleteScriptCommand";
110
+ import {
111
+ DeleteVpcPeeringAuthorizationCommandInput,
112
+ DeleteVpcPeeringAuthorizationCommandOutput,
113
+ } from "../commands/DeleteVpcPeeringAuthorizationCommand";
114
+ import {
115
+ DeleteVpcPeeringConnectionCommandInput,
116
+ DeleteVpcPeeringConnectionCommandOutput,
117
+ } from "../commands/DeleteVpcPeeringConnectionCommand";
118
+ import {
119
+ DeregisterGameServerCommandInput,
120
+ DeregisterGameServerCommandOutput,
121
+ } from "../commands/DeregisterGameServerCommand";
122
+ import {
123
+ DescribeAliasCommandInput,
124
+ DescribeAliasCommandOutput,
125
+ } from "../commands/DescribeAliasCommand";
126
+ import {
127
+ DescribeBuildCommandInput,
128
+ DescribeBuildCommandOutput,
129
+ } from "../commands/DescribeBuildCommand";
130
+ import {
131
+ DescribeEC2InstanceLimitsCommandInput,
132
+ DescribeEC2InstanceLimitsCommandOutput,
133
+ } from "../commands/DescribeEC2InstanceLimitsCommand";
134
+ import {
135
+ DescribeFleetAttributesCommandInput,
136
+ DescribeFleetAttributesCommandOutput,
137
+ } from "../commands/DescribeFleetAttributesCommand";
138
+ import {
139
+ DescribeFleetCapacityCommandInput,
140
+ DescribeFleetCapacityCommandOutput,
141
+ } from "../commands/DescribeFleetCapacityCommand";
142
+ import {
143
+ DescribeFleetEventsCommandInput,
144
+ DescribeFleetEventsCommandOutput,
145
+ } from "../commands/DescribeFleetEventsCommand";
146
+ import {
147
+ DescribeFleetLocationAttributesCommandInput,
148
+ DescribeFleetLocationAttributesCommandOutput,
149
+ } from "../commands/DescribeFleetLocationAttributesCommand";
150
+ import {
151
+ DescribeFleetLocationCapacityCommandInput,
152
+ DescribeFleetLocationCapacityCommandOutput,
153
+ } from "../commands/DescribeFleetLocationCapacityCommand";
154
+ import {
155
+ DescribeFleetLocationUtilizationCommandInput,
156
+ DescribeFleetLocationUtilizationCommandOutput,
157
+ } from "../commands/DescribeFleetLocationUtilizationCommand";
158
+ import {
159
+ DescribeFleetPortSettingsCommandInput,
160
+ DescribeFleetPortSettingsCommandOutput,
161
+ } from "../commands/DescribeFleetPortSettingsCommand";
162
+ import {
163
+ DescribeFleetUtilizationCommandInput,
164
+ DescribeFleetUtilizationCommandOutput,
165
+ } from "../commands/DescribeFleetUtilizationCommand";
166
+ import {
167
+ DescribeGameServerCommandInput,
168
+ DescribeGameServerCommandOutput,
169
+ } from "../commands/DescribeGameServerCommand";
170
+ import {
171
+ DescribeGameServerGroupCommandInput,
172
+ DescribeGameServerGroupCommandOutput,
173
+ } from "../commands/DescribeGameServerGroupCommand";
174
+ import {
175
+ DescribeGameServerInstancesCommandInput,
176
+ DescribeGameServerInstancesCommandOutput,
177
+ } from "../commands/DescribeGameServerInstancesCommand";
178
+ import {
179
+ DescribeGameSessionDetailsCommandInput,
180
+ DescribeGameSessionDetailsCommandOutput,
181
+ } from "../commands/DescribeGameSessionDetailsCommand";
182
+ import {
183
+ DescribeGameSessionPlacementCommandInput,
184
+ DescribeGameSessionPlacementCommandOutput,
185
+ } from "../commands/DescribeGameSessionPlacementCommand";
186
+ import {
187
+ DescribeGameSessionQueuesCommandInput,
188
+ DescribeGameSessionQueuesCommandOutput,
189
+ } from "../commands/DescribeGameSessionQueuesCommand";
190
+ import {
191
+ DescribeGameSessionsCommandInput,
192
+ DescribeGameSessionsCommandOutput,
193
+ } from "../commands/DescribeGameSessionsCommand";
194
+ import {
195
+ DescribeInstancesCommandInput,
196
+ DescribeInstancesCommandOutput,
197
+ } from "../commands/DescribeInstancesCommand";
198
+ import {
199
+ DescribeMatchmakingCommandInput,
200
+ DescribeMatchmakingCommandOutput,
201
+ } from "../commands/DescribeMatchmakingCommand";
202
+ import {
203
+ DescribeMatchmakingConfigurationsCommandInput,
204
+ DescribeMatchmakingConfigurationsCommandOutput,
205
+ } from "../commands/DescribeMatchmakingConfigurationsCommand";
206
+ import {
207
+ DescribeMatchmakingRuleSetsCommandInput,
208
+ DescribeMatchmakingRuleSetsCommandOutput,
209
+ } from "../commands/DescribeMatchmakingRuleSetsCommand";
210
+ import {
211
+ DescribePlayerSessionsCommandInput,
212
+ DescribePlayerSessionsCommandOutput,
213
+ } from "../commands/DescribePlayerSessionsCommand";
214
+ import {
215
+ DescribeRuntimeConfigurationCommandInput,
216
+ DescribeRuntimeConfigurationCommandOutput,
217
+ } from "../commands/DescribeRuntimeConfigurationCommand";
218
+ import {
219
+ DescribeScalingPoliciesCommandInput,
220
+ DescribeScalingPoliciesCommandOutput,
221
+ } from "../commands/DescribeScalingPoliciesCommand";
222
+ import {
223
+ DescribeScriptCommandInput,
224
+ DescribeScriptCommandOutput,
225
+ } from "../commands/DescribeScriptCommand";
226
+ import {
227
+ DescribeVpcPeeringAuthorizationsCommandInput,
228
+ DescribeVpcPeeringAuthorizationsCommandOutput,
229
+ } from "../commands/DescribeVpcPeeringAuthorizationsCommand";
230
+ import {
231
+ DescribeVpcPeeringConnectionsCommandInput,
232
+ DescribeVpcPeeringConnectionsCommandOutput,
233
+ } from "../commands/DescribeVpcPeeringConnectionsCommand";
234
+ import {
235
+ GetGameSessionLogUrlCommandInput,
236
+ GetGameSessionLogUrlCommandOutput,
237
+ } from "../commands/GetGameSessionLogUrlCommand";
238
+ import {
239
+ GetInstanceAccessCommandInput,
240
+ GetInstanceAccessCommandOutput,
241
+ } from "../commands/GetInstanceAccessCommand";
242
+ import {
243
+ ListAliasesCommandInput,
244
+ ListAliasesCommandOutput,
245
+ } from "../commands/ListAliasesCommand";
246
+ import {
247
+ ListBuildsCommandInput,
248
+ ListBuildsCommandOutput,
249
+ } from "../commands/ListBuildsCommand";
250
+ import {
251
+ ListFleetsCommandInput,
252
+ ListFleetsCommandOutput,
253
+ } from "../commands/ListFleetsCommand";
254
+ import {
255
+ ListGameServerGroupsCommandInput,
256
+ ListGameServerGroupsCommandOutput,
257
+ } from "../commands/ListGameServerGroupsCommand";
258
+ import {
259
+ ListGameServersCommandInput,
260
+ ListGameServersCommandOutput,
261
+ } from "../commands/ListGameServersCommand";
262
+ import {
263
+ ListScriptsCommandInput,
264
+ ListScriptsCommandOutput,
265
+ } from "../commands/ListScriptsCommand";
266
+ import {
267
+ ListTagsForResourceCommandInput,
268
+ ListTagsForResourceCommandOutput,
269
+ } from "../commands/ListTagsForResourceCommand";
270
+ import {
271
+ PutScalingPolicyCommandInput,
272
+ PutScalingPolicyCommandOutput,
273
+ } from "../commands/PutScalingPolicyCommand";
274
+ import {
275
+ RegisterGameServerCommandInput,
276
+ RegisterGameServerCommandOutput,
277
+ } from "../commands/RegisterGameServerCommand";
278
+ import {
279
+ RequestUploadCredentialsCommandInput,
280
+ RequestUploadCredentialsCommandOutput,
281
+ } from "../commands/RequestUploadCredentialsCommand";
282
+ import {
283
+ ResolveAliasCommandInput,
284
+ ResolveAliasCommandOutput,
285
+ } from "../commands/ResolveAliasCommand";
286
+ import {
287
+ ResumeGameServerGroupCommandInput,
288
+ ResumeGameServerGroupCommandOutput,
289
+ } from "../commands/ResumeGameServerGroupCommand";
290
+ import {
291
+ SearchGameSessionsCommandInput,
292
+ SearchGameSessionsCommandOutput,
293
+ } from "../commands/SearchGameSessionsCommand";
294
+ import {
295
+ StartFleetActionsCommandInput,
296
+ StartFleetActionsCommandOutput,
297
+ } from "../commands/StartFleetActionsCommand";
298
+ import {
299
+ StartGameSessionPlacementCommandInput,
300
+ StartGameSessionPlacementCommandOutput,
301
+ } from "../commands/StartGameSessionPlacementCommand";
302
+ import {
303
+ StartMatchBackfillCommandInput,
304
+ StartMatchBackfillCommandOutput,
305
+ } from "../commands/StartMatchBackfillCommand";
306
+ import {
307
+ StartMatchmakingCommandInput,
308
+ StartMatchmakingCommandOutput,
309
+ } from "../commands/StartMatchmakingCommand";
310
+ import {
311
+ StopFleetActionsCommandInput,
312
+ StopFleetActionsCommandOutput,
313
+ } from "../commands/StopFleetActionsCommand";
314
+ import {
315
+ StopGameSessionPlacementCommandInput,
316
+ StopGameSessionPlacementCommandOutput,
317
+ } from "../commands/StopGameSessionPlacementCommand";
318
+ import {
319
+ StopMatchmakingCommandInput,
320
+ StopMatchmakingCommandOutput,
321
+ } from "../commands/StopMatchmakingCommand";
322
+ import {
323
+ SuspendGameServerGroupCommandInput,
324
+ SuspendGameServerGroupCommandOutput,
325
+ } from "../commands/SuspendGameServerGroupCommand";
326
+ import {
327
+ TagResourceCommandInput,
328
+ TagResourceCommandOutput,
329
+ } from "../commands/TagResourceCommand";
330
+ import {
331
+ UntagResourceCommandInput,
332
+ UntagResourceCommandOutput,
333
+ } from "../commands/UntagResourceCommand";
334
+ import {
335
+ UpdateAliasCommandInput,
336
+ UpdateAliasCommandOutput,
337
+ } from "../commands/UpdateAliasCommand";
338
+ import {
339
+ UpdateBuildCommandInput,
340
+ UpdateBuildCommandOutput,
341
+ } from "../commands/UpdateBuildCommand";
342
+ import {
343
+ UpdateFleetAttributesCommandInput,
344
+ UpdateFleetAttributesCommandOutput,
345
+ } from "../commands/UpdateFleetAttributesCommand";
346
+ import {
347
+ UpdateFleetCapacityCommandInput,
348
+ UpdateFleetCapacityCommandOutput,
349
+ } from "../commands/UpdateFleetCapacityCommand";
350
+ import {
351
+ UpdateFleetPortSettingsCommandInput,
352
+ UpdateFleetPortSettingsCommandOutput,
353
+ } from "../commands/UpdateFleetPortSettingsCommand";
354
+ import {
355
+ UpdateGameServerCommandInput,
356
+ UpdateGameServerCommandOutput,
357
+ } from "../commands/UpdateGameServerCommand";
358
+ import {
359
+ UpdateGameServerGroupCommandInput,
360
+ UpdateGameServerGroupCommandOutput,
361
+ } from "../commands/UpdateGameServerGroupCommand";
362
+ import {
363
+ UpdateGameSessionCommandInput,
364
+ UpdateGameSessionCommandOutput,
365
+ } from "../commands/UpdateGameSessionCommand";
366
+ import {
367
+ UpdateGameSessionQueueCommandInput,
368
+ UpdateGameSessionQueueCommandOutput,
369
+ } from "../commands/UpdateGameSessionQueueCommand";
370
+ import {
371
+ UpdateMatchmakingConfigurationCommandInput,
372
+ UpdateMatchmakingConfigurationCommandOutput,
373
+ } from "../commands/UpdateMatchmakingConfigurationCommand";
374
+ import {
375
+ UpdateRuntimeConfigurationCommandInput,
376
+ UpdateRuntimeConfigurationCommandOutput,
377
+ } from "../commands/UpdateRuntimeConfigurationCommand";
378
+ import {
379
+ UpdateScriptCommandInput,
380
+ UpdateScriptCommandOutput,
381
+ } from "../commands/UpdateScriptCommand";
382
+ import {
383
+ ValidateMatchmakingRuleSetCommandInput,
384
+ ValidateMatchmakingRuleSetCommandOutput,
385
+ } from "../commands/ValidateMatchmakingRuleSetCommand";
386
+ export declare const serializeAws_json1_1AcceptMatchCommand: (
387
+ input: AcceptMatchCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1ClaimGameServerCommand: (
391
+ input: ClaimGameServerCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1CreateAliasCommand: (
395
+ input: CreateAliasCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1CreateBuildCommand: (
399
+ input: CreateBuildCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1CreateFleetCommand: (
403
+ input: CreateFleetCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1CreateFleetLocationsCommand: (
407
+ input: CreateFleetLocationsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1CreateGameServerGroupCommand: (
411
+ input: CreateGameServerGroupCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1CreateGameSessionCommand: (
415
+ input: CreateGameSessionCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1CreateGameSessionQueueCommand: (
419
+ input: CreateGameSessionQueueCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1CreateMatchmakingConfigurationCommand: (
423
+ input: CreateMatchmakingConfigurationCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1CreateMatchmakingRuleSetCommand: (
427
+ input: CreateMatchmakingRuleSetCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1CreatePlayerSessionCommand: (
431
+ input: CreatePlayerSessionCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1CreatePlayerSessionsCommand: (
435
+ input: CreatePlayerSessionsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1CreateScriptCommand: (
439
+ input: CreateScriptCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1CreateVpcPeeringAuthorizationCommand: (
443
+ input: CreateVpcPeeringAuthorizationCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1CreateVpcPeeringConnectionCommand: (
447
+ input: CreateVpcPeeringConnectionCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1DeleteAliasCommand: (
451
+ input: DeleteAliasCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1DeleteBuildCommand: (
455
+ input: DeleteBuildCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1DeleteFleetCommand: (
459
+ input: DeleteFleetCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1DeleteFleetLocationsCommand: (
463
+ input: DeleteFleetLocationsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1DeleteGameServerGroupCommand: (
467
+ input: DeleteGameServerGroupCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1DeleteGameSessionQueueCommand: (
471
+ input: DeleteGameSessionQueueCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1DeleteMatchmakingConfigurationCommand: (
475
+ input: DeleteMatchmakingConfigurationCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1DeleteMatchmakingRuleSetCommand: (
479
+ input: DeleteMatchmakingRuleSetCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1DeleteScalingPolicyCommand: (
483
+ input: DeleteScalingPolicyCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1DeleteScriptCommand: (
487
+ input: DeleteScriptCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1DeleteVpcPeeringAuthorizationCommand: (
491
+ input: DeleteVpcPeeringAuthorizationCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1DeleteVpcPeeringConnectionCommand: (
495
+ input: DeleteVpcPeeringConnectionCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1DeregisterGameServerCommand: (
499
+ input: DeregisterGameServerCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1DescribeAliasCommand: (
503
+ input: DescribeAliasCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1DescribeBuildCommand: (
507
+ input: DescribeBuildCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_1DescribeEC2InstanceLimitsCommand: (
511
+ input: DescribeEC2InstanceLimitsCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_1DescribeFleetAttributesCommand: (
515
+ input: DescribeFleetAttributesCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_1DescribeFleetCapacityCommand: (
519
+ input: DescribeFleetCapacityCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1DescribeFleetEventsCommand: (
523
+ input: DescribeFleetEventsCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_json1_1DescribeFleetLocationAttributesCommand: (
527
+ input: DescribeFleetLocationAttributesCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_json1_1DescribeFleetLocationCapacityCommand: (
531
+ input: DescribeFleetLocationCapacityCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_json1_1DescribeFleetLocationUtilizationCommand: (
535
+ input: DescribeFleetLocationUtilizationCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_json1_1DescribeFleetPortSettingsCommand: (
539
+ input: DescribeFleetPortSettingsCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_json1_1DescribeFleetUtilizationCommand: (
543
+ input: DescribeFleetUtilizationCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_json1_1DescribeGameServerCommand: (
547
+ input: DescribeGameServerCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_json1_1DescribeGameServerGroupCommand: (
551
+ input: DescribeGameServerGroupCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_json1_1DescribeGameServerInstancesCommand: (
555
+ input: DescribeGameServerInstancesCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_1DescribeGameSessionDetailsCommand: (
559
+ input: DescribeGameSessionDetailsCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_json1_1DescribeGameSessionPlacementCommand: (
563
+ input: DescribeGameSessionPlacementCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_json1_1DescribeGameSessionQueuesCommand: (
567
+ input: DescribeGameSessionQueuesCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_json1_1DescribeGameSessionsCommand: (
571
+ input: DescribeGameSessionsCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_json1_1DescribeInstancesCommand: (
575
+ input: DescribeInstancesCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_json1_1DescribeMatchmakingCommand: (
579
+ input: DescribeMatchmakingCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_json1_1DescribeMatchmakingConfigurationsCommand: (
583
+ input: DescribeMatchmakingConfigurationsCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_json1_1DescribeMatchmakingRuleSetsCommand: (
587
+ input: DescribeMatchmakingRuleSetsCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_json1_1DescribePlayerSessionsCommand: (
591
+ input: DescribePlayerSessionsCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_json1_1DescribeRuntimeConfigurationCommand: (
595
+ input: DescribeRuntimeConfigurationCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_json1_1DescribeScalingPoliciesCommand: (
599
+ input: DescribeScalingPoliciesCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_json1_1DescribeScriptCommand: (
603
+ input: DescribeScriptCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand: (
607
+ input: DescribeVpcPeeringAuthorizationsCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_json1_1DescribeVpcPeeringConnectionsCommand: (
611
+ input: DescribeVpcPeeringConnectionsCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_json1_1GetGameSessionLogUrlCommand: (
615
+ input: GetGameSessionLogUrlCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_json1_1GetInstanceAccessCommand: (
619
+ input: GetInstanceAccessCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const serializeAws_json1_1ListAliasesCommand: (
623
+ input: ListAliasesCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const serializeAws_json1_1ListBuildsCommand: (
627
+ input: ListBuildsCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const serializeAws_json1_1ListFleetsCommand: (
631
+ input: ListFleetsCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const serializeAws_json1_1ListGameServerGroupsCommand: (
635
+ input: ListGameServerGroupsCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const serializeAws_json1_1ListGameServersCommand: (
639
+ input: ListGameServersCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const serializeAws_json1_1ListScriptsCommand: (
643
+ input: ListScriptsCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
647
+ input: ListTagsForResourceCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const serializeAws_json1_1PutScalingPolicyCommand: (
651
+ input: PutScalingPolicyCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const serializeAws_json1_1RegisterGameServerCommand: (
655
+ input: RegisterGameServerCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_json1_1RequestUploadCredentialsCommand: (
659
+ input: RequestUploadCredentialsCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_json1_1ResolveAliasCommand: (
663
+ input: ResolveAliasCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const serializeAws_json1_1ResumeGameServerGroupCommand: (
667
+ input: ResumeGameServerGroupCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const serializeAws_json1_1SearchGameSessionsCommand: (
671
+ input: SearchGameSessionsCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const serializeAws_json1_1StartFleetActionsCommand: (
675
+ input: StartFleetActionsCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const serializeAws_json1_1StartGameSessionPlacementCommand: (
679
+ input: StartGameSessionPlacementCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const serializeAws_json1_1StartMatchBackfillCommand: (
683
+ input: StartMatchBackfillCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const serializeAws_json1_1StartMatchmakingCommand: (
687
+ input: StartMatchmakingCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const serializeAws_json1_1StopFleetActionsCommand: (
691
+ input: StopFleetActionsCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const serializeAws_json1_1StopGameSessionPlacementCommand: (
695
+ input: StopGameSessionPlacementCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const serializeAws_json1_1StopMatchmakingCommand: (
699
+ input: StopMatchmakingCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const serializeAws_json1_1SuspendGameServerGroupCommand: (
703
+ input: SuspendGameServerGroupCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const serializeAws_json1_1TagResourceCommand: (
707
+ input: TagResourceCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const serializeAws_json1_1UntagResourceCommand: (
711
+ input: UntagResourceCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const serializeAws_json1_1UpdateAliasCommand: (
715
+ input: UpdateAliasCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const serializeAws_json1_1UpdateBuildCommand: (
719
+ input: UpdateBuildCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const serializeAws_json1_1UpdateFleetAttributesCommand: (
723
+ input: UpdateFleetAttributesCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const serializeAws_json1_1UpdateFleetCapacityCommand: (
727
+ input: UpdateFleetCapacityCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const serializeAws_json1_1UpdateFleetPortSettingsCommand: (
731
+ input: UpdateFleetPortSettingsCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
734
+ export declare const serializeAws_json1_1UpdateGameServerCommand: (
735
+ input: UpdateGameServerCommandInput,
736
+ context: __SerdeContext
737
+ ) => Promise<__HttpRequest>;
738
+ export declare const serializeAws_json1_1UpdateGameServerGroupCommand: (
739
+ input: UpdateGameServerGroupCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
742
+ export declare const serializeAws_json1_1UpdateGameSessionCommand: (
743
+ input: UpdateGameSessionCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const serializeAws_json1_1UpdateGameSessionQueueCommand: (
747
+ input: UpdateGameSessionQueueCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
750
+ export declare const serializeAws_json1_1UpdateMatchmakingConfigurationCommand: (
751
+ input: UpdateMatchmakingConfigurationCommandInput,
752
+ context: __SerdeContext
753
+ ) => Promise<__HttpRequest>;
754
+ export declare const serializeAws_json1_1UpdateRuntimeConfigurationCommand: (
755
+ input: UpdateRuntimeConfigurationCommandInput,
756
+ context: __SerdeContext
757
+ ) => Promise<__HttpRequest>;
758
+ export declare const serializeAws_json1_1UpdateScriptCommand: (
759
+ input: UpdateScriptCommandInput,
760
+ context: __SerdeContext
761
+ ) => Promise<__HttpRequest>;
762
+ export declare const serializeAws_json1_1ValidateMatchmakingRuleSetCommand: (
763
+ input: ValidateMatchmakingRuleSetCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const deserializeAws_json1_1AcceptMatchCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<AcceptMatchCommandOutput>;
770
+ export declare const deserializeAws_json1_1ClaimGameServerCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<ClaimGameServerCommandOutput>;
774
+ export declare const deserializeAws_json1_1CreateAliasCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<CreateAliasCommandOutput>;
778
+ export declare const deserializeAws_json1_1CreateBuildCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<CreateBuildCommandOutput>;
782
+ export declare const deserializeAws_json1_1CreateFleetCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<CreateFleetCommandOutput>;
786
+ export declare const deserializeAws_json1_1CreateFleetLocationsCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<CreateFleetLocationsCommandOutput>;
790
+ export declare const deserializeAws_json1_1CreateGameServerGroupCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<CreateGameServerGroupCommandOutput>;
794
+ export declare const deserializeAws_json1_1CreateGameSessionCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<CreateGameSessionCommandOutput>;
798
+ export declare const deserializeAws_json1_1CreateGameSessionQueueCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<CreateGameSessionQueueCommandOutput>;
802
+ export declare const deserializeAws_json1_1CreateMatchmakingConfigurationCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<CreateMatchmakingConfigurationCommandOutput>;
806
+ export declare const deserializeAws_json1_1CreateMatchmakingRuleSetCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<CreateMatchmakingRuleSetCommandOutput>;
810
+ export declare const deserializeAws_json1_1CreatePlayerSessionCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<CreatePlayerSessionCommandOutput>;
814
+ export declare const deserializeAws_json1_1CreatePlayerSessionsCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<CreatePlayerSessionsCommandOutput>;
818
+ export declare const deserializeAws_json1_1CreateScriptCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<CreateScriptCommandOutput>;
822
+ export declare const deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<CreateVpcPeeringAuthorizationCommandOutput>;
826
+ export declare const deserializeAws_json1_1CreateVpcPeeringConnectionCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<CreateVpcPeeringConnectionCommandOutput>;
830
+ export declare const deserializeAws_json1_1DeleteAliasCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<DeleteAliasCommandOutput>;
834
+ export declare const deserializeAws_json1_1DeleteBuildCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<DeleteBuildCommandOutput>;
838
+ export declare const deserializeAws_json1_1DeleteFleetCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<DeleteFleetCommandOutput>;
842
+ export declare const deserializeAws_json1_1DeleteFleetLocationsCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<DeleteFleetLocationsCommandOutput>;
846
+ export declare const deserializeAws_json1_1DeleteGameServerGroupCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<DeleteGameServerGroupCommandOutput>;
850
+ export declare const deserializeAws_json1_1DeleteGameSessionQueueCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<DeleteGameSessionQueueCommandOutput>;
854
+ export declare const deserializeAws_json1_1DeleteMatchmakingConfigurationCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<DeleteMatchmakingConfigurationCommandOutput>;
858
+ export declare const deserializeAws_json1_1DeleteMatchmakingRuleSetCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<DeleteMatchmakingRuleSetCommandOutput>;
862
+ export declare const deserializeAws_json1_1DeleteScalingPolicyCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<DeleteScalingPolicyCommandOutput>;
866
+ export declare const deserializeAws_json1_1DeleteScriptCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<DeleteScriptCommandOutput>;
870
+ export declare const deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<DeleteVpcPeeringAuthorizationCommandOutput>;
874
+ export declare const deserializeAws_json1_1DeleteVpcPeeringConnectionCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<DeleteVpcPeeringConnectionCommandOutput>;
878
+ export declare const deserializeAws_json1_1DeregisterGameServerCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<DeregisterGameServerCommandOutput>;
882
+ export declare const deserializeAws_json1_1DescribeAliasCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<DescribeAliasCommandOutput>;
886
+ export declare const deserializeAws_json1_1DescribeBuildCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<DescribeBuildCommandOutput>;
890
+ export declare const deserializeAws_json1_1DescribeEC2InstanceLimitsCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<DescribeEC2InstanceLimitsCommandOutput>;
894
+ export declare const deserializeAws_json1_1DescribeFleetAttributesCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<DescribeFleetAttributesCommandOutput>;
898
+ export declare const deserializeAws_json1_1DescribeFleetCapacityCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<DescribeFleetCapacityCommandOutput>;
902
+ export declare const deserializeAws_json1_1DescribeFleetEventsCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DescribeFleetEventsCommandOutput>;
906
+ export declare const deserializeAws_json1_1DescribeFleetLocationAttributesCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<DescribeFleetLocationAttributesCommandOutput>;
910
+ export declare const deserializeAws_json1_1DescribeFleetLocationCapacityCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<DescribeFleetLocationCapacityCommandOutput>;
914
+ export declare const deserializeAws_json1_1DescribeFleetLocationUtilizationCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<DescribeFleetLocationUtilizationCommandOutput>;
918
+ export declare const deserializeAws_json1_1DescribeFleetPortSettingsCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<DescribeFleetPortSettingsCommandOutput>;
922
+ export declare const deserializeAws_json1_1DescribeFleetUtilizationCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<DescribeFleetUtilizationCommandOutput>;
926
+ export declare const deserializeAws_json1_1DescribeGameServerCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<DescribeGameServerCommandOutput>;
930
+ export declare const deserializeAws_json1_1DescribeGameServerGroupCommand: (
931
+ output: __HttpResponse,
932
+ context: __SerdeContext
933
+ ) => Promise<DescribeGameServerGroupCommandOutput>;
934
+ export declare const deserializeAws_json1_1DescribeGameServerInstancesCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<DescribeGameServerInstancesCommandOutput>;
938
+ export declare const deserializeAws_json1_1DescribeGameSessionDetailsCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<DescribeGameSessionDetailsCommandOutput>;
942
+ export declare const deserializeAws_json1_1DescribeGameSessionPlacementCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<DescribeGameSessionPlacementCommandOutput>;
946
+ export declare const deserializeAws_json1_1DescribeGameSessionQueuesCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<DescribeGameSessionQueuesCommandOutput>;
950
+ export declare const deserializeAws_json1_1DescribeGameSessionsCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<DescribeGameSessionsCommandOutput>;
954
+ export declare const deserializeAws_json1_1DescribeInstancesCommand: (
955
+ output: __HttpResponse,
956
+ context: __SerdeContext
957
+ ) => Promise<DescribeInstancesCommandOutput>;
958
+ export declare const deserializeAws_json1_1DescribeMatchmakingCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<DescribeMatchmakingCommandOutput>;
962
+ export declare const deserializeAws_json1_1DescribeMatchmakingConfigurationsCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<DescribeMatchmakingConfigurationsCommandOutput>;
966
+ export declare const deserializeAws_json1_1DescribeMatchmakingRuleSetsCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<DescribeMatchmakingRuleSetsCommandOutput>;
970
+ export declare const deserializeAws_json1_1DescribePlayerSessionsCommand: (
971
+ output: __HttpResponse,
972
+ context: __SerdeContext
973
+ ) => Promise<DescribePlayerSessionsCommandOutput>;
974
+ export declare const deserializeAws_json1_1DescribeRuntimeConfigurationCommand: (
975
+ output: __HttpResponse,
976
+ context: __SerdeContext
977
+ ) => Promise<DescribeRuntimeConfigurationCommandOutput>;
978
+ export declare const deserializeAws_json1_1DescribeScalingPoliciesCommand: (
979
+ output: __HttpResponse,
980
+ context: __SerdeContext
981
+ ) => Promise<DescribeScalingPoliciesCommandOutput>;
982
+ export declare const deserializeAws_json1_1DescribeScriptCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<DescribeScriptCommandOutput>;
986
+ export declare const deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
990
+ export declare const deserializeAws_json1_1DescribeVpcPeeringConnectionsCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<DescribeVpcPeeringConnectionsCommandOutput>;
994
+ export declare const deserializeAws_json1_1GetGameSessionLogUrlCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<GetGameSessionLogUrlCommandOutput>;
998
+ export declare const deserializeAws_json1_1GetInstanceAccessCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<GetInstanceAccessCommandOutput>;
1002
+ export declare const deserializeAws_json1_1ListAliasesCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<ListAliasesCommandOutput>;
1006
+ export declare const deserializeAws_json1_1ListBuildsCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<ListBuildsCommandOutput>;
1010
+ export declare const deserializeAws_json1_1ListFleetsCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<ListFleetsCommandOutput>;
1014
+ export declare const deserializeAws_json1_1ListGameServerGroupsCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<ListGameServerGroupsCommandOutput>;
1018
+ export declare const deserializeAws_json1_1ListGameServersCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<ListGameServersCommandOutput>;
1022
+ export declare const deserializeAws_json1_1ListScriptsCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<ListScriptsCommandOutput>;
1026
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
1027
+ output: __HttpResponse,
1028
+ context: __SerdeContext
1029
+ ) => Promise<ListTagsForResourceCommandOutput>;
1030
+ export declare const deserializeAws_json1_1PutScalingPolicyCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<PutScalingPolicyCommandOutput>;
1034
+ export declare const deserializeAws_json1_1RegisterGameServerCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<RegisterGameServerCommandOutput>;
1038
+ export declare const deserializeAws_json1_1RequestUploadCredentialsCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<RequestUploadCredentialsCommandOutput>;
1042
+ export declare const deserializeAws_json1_1ResolveAliasCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<ResolveAliasCommandOutput>;
1046
+ export declare const deserializeAws_json1_1ResumeGameServerGroupCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<ResumeGameServerGroupCommandOutput>;
1050
+ export declare const deserializeAws_json1_1SearchGameSessionsCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<SearchGameSessionsCommandOutput>;
1054
+ export declare const deserializeAws_json1_1StartFleetActionsCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<StartFleetActionsCommandOutput>;
1058
+ export declare const deserializeAws_json1_1StartGameSessionPlacementCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<StartGameSessionPlacementCommandOutput>;
1062
+ export declare const deserializeAws_json1_1StartMatchBackfillCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<StartMatchBackfillCommandOutput>;
1066
+ export declare const deserializeAws_json1_1StartMatchmakingCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<StartMatchmakingCommandOutput>;
1070
+ export declare const deserializeAws_json1_1StopFleetActionsCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<StopFleetActionsCommandOutput>;
1074
+ export declare const deserializeAws_json1_1StopGameSessionPlacementCommand: (
1075
+ output: __HttpResponse,
1076
+ context: __SerdeContext
1077
+ ) => Promise<StopGameSessionPlacementCommandOutput>;
1078
+ export declare const deserializeAws_json1_1StopMatchmakingCommand: (
1079
+ output: __HttpResponse,
1080
+ context: __SerdeContext
1081
+ ) => Promise<StopMatchmakingCommandOutput>;
1082
+ export declare const deserializeAws_json1_1SuspendGameServerGroupCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<SuspendGameServerGroupCommandOutput>;
1086
+ export declare const deserializeAws_json1_1TagResourceCommand: (
1087
+ output: __HttpResponse,
1088
+ context: __SerdeContext
1089
+ ) => Promise<TagResourceCommandOutput>;
1090
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
1091
+ output: __HttpResponse,
1092
+ context: __SerdeContext
1093
+ ) => Promise<UntagResourceCommandOutput>;
1094
+ export declare const deserializeAws_json1_1UpdateAliasCommand: (
1095
+ output: __HttpResponse,
1096
+ context: __SerdeContext
1097
+ ) => Promise<UpdateAliasCommandOutput>;
1098
+ export declare const deserializeAws_json1_1UpdateBuildCommand: (
1099
+ output: __HttpResponse,
1100
+ context: __SerdeContext
1101
+ ) => Promise<UpdateBuildCommandOutput>;
1102
+ export declare const deserializeAws_json1_1UpdateFleetAttributesCommand: (
1103
+ output: __HttpResponse,
1104
+ context: __SerdeContext
1105
+ ) => Promise<UpdateFleetAttributesCommandOutput>;
1106
+ export declare const deserializeAws_json1_1UpdateFleetCapacityCommand: (
1107
+ output: __HttpResponse,
1108
+ context: __SerdeContext
1109
+ ) => Promise<UpdateFleetCapacityCommandOutput>;
1110
+ export declare const deserializeAws_json1_1UpdateFleetPortSettingsCommand: (
1111
+ output: __HttpResponse,
1112
+ context: __SerdeContext
1113
+ ) => Promise<UpdateFleetPortSettingsCommandOutput>;
1114
+ export declare const deserializeAws_json1_1UpdateGameServerCommand: (
1115
+ output: __HttpResponse,
1116
+ context: __SerdeContext
1117
+ ) => Promise<UpdateGameServerCommandOutput>;
1118
+ export declare const deserializeAws_json1_1UpdateGameServerGroupCommand: (
1119
+ output: __HttpResponse,
1120
+ context: __SerdeContext
1121
+ ) => Promise<UpdateGameServerGroupCommandOutput>;
1122
+ export declare const deserializeAws_json1_1UpdateGameSessionCommand: (
1123
+ output: __HttpResponse,
1124
+ context: __SerdeContext
1125
+ ) => Promise<UpdateGameSessionCommandOutput>;
1126
+ export declare const deserializeAws_json1_1UpdateGameSessionQueueCommand: (
1127
+ output: __HttpResponse,
1128
+ context: __SerdeContext
1129
+ ) => Promise<UpdateGameSessionQueueCommandOutput>;
1130
+ export declare const deserializeAws_json1_1UpdateMatchmakingConfigurationCommand: (
1131
+ output: __HttpResponse,
1132
+ context: __SerdeContext
1133
+ ) => Promise<UpdateMatchmakingConfigurationCommandOutput>;
1134
+ export declare const deserializeAws_json1_1UpdateRuntimeConfigurationCommand: (
1135
+ output: __HttpResponse,
1136
+ context: __SerdeContext
1137
+ ) => Promise<UpdateRuntimeConfigurationCommandOutput>;
1138
+ export declare const deserializeAws_json1_1UpdateScriptCommand: (
1139
+ output: __HttpResponse,
1140
+ context: __SerdeContext
1141
+ ) => Promise<UpdateScriptCommandOutput>;
1142
+ export declare const deserializeAws_json1_1ValidateMatchmakingRuleSetCommand: (
1143
+ output: __HttpResponse,
1144
+ context: __SerdeContext
1145
+ ) => Promise<ValidateMatchmakingRuleSetCommandOutput>;