@aws-sdk/client-gamelift 3.927.0 → 3.928.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/dist-cjs/index.js +3736 -4924
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GameLiftClient.js +2 -0
  4. package/dist-es/commands/AcceptMatchCommand.js +3 -10
  5. package/dist-es/commands/ClaimGameServerCommand.js +3 -9
  6. package/dist-es/commands/CreateAliasCommand.js +3 -9
  7. package/dist-es/commands/CreateBuildCommand.js +3 -10
  8. package/dist-es/commands/CreateContainerFleetCommand.js +3 -10
  9. package/dist-es/commands/CreateContainerGroupDefinitionCommand.js +3 -10
  10. package/dist-es/commands/CreateFleetCommand.js +3 -10
  11. package/dist-es/commands/CreateFleetLocationsCommand.js +3 -9
  12. package/dist-es/commands/CreateGameServerGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateGameSessionCommand.js +3 -10
  14. package/dist-es/commands/CreateGameSessionQueueCommand.js +3 -9
  15. package/dist-es/commands/CreateLocationCommand.js +3 -9
  16. package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +3 -9
  17. package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +3 -9
  18. package/dist-es/commands/CreatePlayerSessionCommand.js +3 -10
  19. package/dist-es/commands/CreatePlayerSessionsCommand.js +3 -10
  20. package/dist-es/commands/CreateScriptCommand.js +3 -9
  21. package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +3 -9
  22. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +3 -9
  23. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  24. package/dist-es/commands/DeleteBuildCommand.js +3 -9
  25. package/dist-es/commands/DeleteContainerFleetCommand.js +3 -9
  26. package/dist-es/commands/DeleteContainerGroupDefinitionCommand.js +3 -9
  27. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  28. package/dist-es/commands/DeleteFleetLocationsCommand.js +3 -9
  29. package/dist-es/commands/DeleteGameServerGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteGameSessionQueueCommand.js +3 -9
  31. package/dist-es/commands/DeleteLocationCommand.js +3 -9
  32. package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +3 -9
  33. package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +3 -9
  34. package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -9
  35. package/dist-es/commands/DeleteScriptCommand.js +3 -9
  36. package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +3 -9
  37. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +3 -9
  38. package/dist-es/commands/DeregisterComputeCommand.js +3 -9
  39. package/dist-es/commands/DeregisterGameServerCommand.js +3 -9
  40. package/dist-es/commands/DescribeAliasCommand.js +3 -9
  41. package/dist-es/commands/DescribeBuildCommand.js +3 -9
  42. package/dist-es/commands/DescribeComputeCommand.js +3 -10
  43. package/dist-es/commands/DescribeContainerFleetCommand.js +3 -10
  44. package/dist-es/commands/DescribeContainerGroupDefinitionCommand.js +3 -10
  45. package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +3 -9
  46. package/dist-es/commands/DescribeFleetAttributesCommand.js +3 -9
  47. package/dist-es/commands/DescribeFleetCapacityCommand.js +3 -9
  48. package/dist-es/commands/DescribeFleetDeploymentCommand.js +3 -9
  49. package/dist-es/commands/DescribeFleetEventsCommand.js +3 -9
  50. package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +3 -9
  51. package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +3 -9
  52. package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +3 -9
  53. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +3 -10
  54. package/dist-es/commands/DescribeFleetUtilizationCommand.js +3 -9
  55. package/dist-es/commands/DescribeGameServerCommand.js +3 -9
  56. package/dist-es/commands/DescribeGameServerGroupCommand.js +3 -9
  57. package/dist-es/commands/DescribeGameServerInstancesCommand.js +3 -9
  58. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +3 -10
  59. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +3 -10
  60. package/dist-es/commands/DescribeGameSessionQueuesCommand.js +3 -9
  61. package/dist-es/commands/DescribeGameSessionsCommand.js +3 -10
  62. package/dist-es/commands/DescribeInstancesCommand.js +3 -10
  63. package/dist-es/commands/DescribeMatchmakingCommand.js +3 -10
  64. package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +3 -9
  65. package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +3 -9
  66. package/dist-es/commands/DescribePlayerSessionsCommand.js +3 -10
  67. package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +3 -9
  68. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -9
  69. package/dist-es/commands/DescribeScriptCommand.js +3 -9
  70. package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +3 -9
  71. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +3 -9
  72. package/dist-es/commands/GetComputeAccessCommand.js +3 -10
  73. package/dist-es/commands/GetComputeAuthTokenCommand.js +3 -9
  74. package/dist-es/commands/GetGameSessionLogUrlCommand.js +3 -9
  75. package/dist-es/commands/GetInstanceAccessCommand.js +3 -10
  76. package/dist-es/commands/ListAliasesCommand.js +3 -9
  77. package/dist-es/commands/ListBuildsCommand.js +3 -9
  78. package/dist-es/commands/ListComputeCommand.js +3 -10
  79. package/dist-es/commands/ListContainerFleetsCommand.js +3 -10
  80. package/dist-es/commands/ListContainerGroupDefinitionVersionsCommand.js +3 -10
  81. package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +3 -10
  82. package/dist-es/commands/ListFleetDeploymentsCommand.js +3 -9
  83. package/dist-es/commands/ListFleetsCommand.js +3 -9
  84. package/dist-es/commands/ListGameServerGroupsCommand.js +3 -9
  85. package/dist-es/commands/ListGameServersCommand.js +3 -9
  86. package/dist-es/commands/ListLocationsCommand.js +3 -9
  87. package/dist-es/commands/ListScriptsCommand.js +3 -9
  88. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  89. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  90. package/dist-es/commands/RegisterComputeCommand.js +3 -10
  91. package/dist-es/commands/RegisterGameServerCommand.js +3 -9
  92. package/dist-es/commands/RequestUploadCredentialsCommand.js +3 -10
  93. package/dist-es/commands/ResolveAliasCommand.js +3 -9
  94. package/dist-es/commands/ResumeGameServerGroupCommand.js +3 -9
  95. package/dist-es/commands/SearchGameSessionsCommand.js +3 -10
  96. package/dist-es/commands/StartFleetActionsCommand.js +3 -9
  97. package/dist-es/commands/StartGameSessionPlacementCommand.js +3 -10
  98. package/dist-es/commands/StartMatchBackfillCommand.js +3 -10
  99. package/dist-es/commands/StartMatchmakingCommand.js +3 -10
  100. package/dist-es/commands/StopFleetActionsCommand.js +3 -9
  101. package/dist-es/commands/StopGameSessionPlacementCommand.js +3 -10
  102. package/dist-es/commands/StopMatchmakingCommand.js +3 -9
  103. package/dist-es/commands/SuspendGameServerGroupCommand.js +3 -9
  104. package/dist-es/commands/TagResourceCommand.js +3 -9
  105. package/dist-es/commands/TerminateGameSessionCommand.js +3 -10
  106. package/dist-es/commands/UntagResourceCommand.js +3 -9
  107. package/dist-es/commands/UpdateAliasCommand.js +3 -9
  108. package/dist-es/commands/UpdateBuildCommand.js +3 -9
  109. package/dist-es/commands/UpdateContainerFleetCommand.js +3 -10
  110. package/dist-es/commands/UpdateContainerGroupDefinitionCommand.js +3 -10
  111. package/dist-es/commands/UpdateFleetAttributesCommand.js +3 -9
  112. package/dist-es/commands/UpdateFleetCapacityCommand.js +3 -9
  113. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +3 -10
  114. package/dist-es/commands/UpdateGameServerCommand.js +3 -9
  115. package/dist-es/commands/UpdateGameServerGroupCommand.js +3 -9
  116. package/dist-es/commands/UpdateGameSessionCommand.js +3 -10
  117. package/dist-es/commands/UpdateGameSessionQueueCommand.js +3 -9
  118. package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +3 -9
  119. package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +3 -9
  120. package/dist-es/commands/UpdateScriptCommand.js +3 -9
  121. package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +3 -9
  122. package/dist-es/models/models_0.js +0 -252
  123. package/dist-es/models/models_1.js +0 -110
  124. package/dist-es/runtimeConfig.shared.js +7 -0
  125. package/dist-es/schemas/schemas_0.js +3463 -0
  126. package/dist-types/GameLiftClient.d.ts +10 -1
  127. package/dist-types/models/models_0.d.ts +0 -204
  128. package/dist-types/models/models_1.d.ts +0 -88
  129. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  130. package/dist-types/runtimeConfig.d.ts +1 -0
  131. package/dist-types/runtimeConfig.native.d.ts +1 -0
  132. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  133. package/dist-types/schemas/schemas_0.d.ts +537 -0
  134. package/dist-types/ts3.4/GameLiftClient.d.ts +4 -0
  135. package/dist-types/ts3.4/models/models_0.d.ts +0 -143
  136. package/dist-types/ts3.4/models/models_1.d.ts +0 -66
  137. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  138. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  139. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  140. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  141. package/dist-types/ts3.4/schemas/schemas_0.d.ts +544 -0
  142. package/package.json +5 -5
  143. package/dist-es/protocols/Aws_json1_1.js +0 -3610
  144. package/dist-types/protocols/Aws_json1_1.d.ts +0 -1064
  145. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1421
@@ -1,1421 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/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
- CreateContainerFleetCommandInput,
24
- CreateContainerFleetCommandOutput,
25
- } from "../commands/CreateContainerFleetCommand";
26
- import {
27
- CreateContainerGroupDefinitionCommandInput,
28
- CreateContainerGroupDefinitionCommandOutput,
29
- } from "../commands/CreateContainerGroupDefinitionCommand";
30
- import {
31
- CreateFleetCommandInput,
32
- CreateFleetCommandOutput,
33
- } from "../commands/CreateFleetCommand";
34
- import {
35
- CreateFleetLocationsCommandInput,
36
- CreateFleetLocationsCommandOutput,
37
- } from "../commands/CreateFleetLocationsCommand";
38
- import {
39
- CreateGameServerGroupCommandInput,
40
- CreateGameServerGroupCommandOutput,
41
- } from "../commands/CreateGameServerGroupCommand";
42
- import {
43
- CreateGameSessionCommandInput,
44
- CreateGameSessionCommandOutput,
45
- } from "../commands/CreateGameSessionCommand";
46
- import {
47
- CreateGameSessionQueueCommandInput,
48
- CreateGameSessionQueueCommandOutput,
49
- } from "../commands/CreateGameSessionQueueCommand";
50
- import {
51
- CreateLocationCommandInput,
52
- CreateLocationCommandOutput,
53
- } from "../commands/CreateLocationCommand";
54
- import {
55
- CreateMatchmakingConfigurationCommandInput,
56
- CreateMatchmakingConfigurationCommandOutput,
57
- } from "../commands/CreateMatchmakingConfigurationCommand";
58
- import {
59
- CreateMatchmakingRuleSetCommandInput,
60
- CreateMatchmakingRuleSetCommandOutput,
61
- } from "../commands/CreateMatchmakingRuleSetCommand";
62
- import {
63
- CreatePlayerSessionCommandInput,
64
- CreatePlayerSessionCommandOutput,
65
- } from "../commands/CreatePlayerSessionCommand";
66
- import {
67
- CreatePlayerSessionsCommandInput,
68
- CreatePlayerSessionsCommandOutput,
69
- } from "../commands/CreatePlayerSessionsCommand";
70
- import {
71
- CreateScriptCommandInput,
72
- CreateScriptCommandOutput,
73
- } from "../commands/CreateScriptCommand";
74
- import {
75
- CreateVpcPeeringAuthorizationCommandInput,
76
- CreateVpcPeeringAuthorizationCommandOutput,
77
- } from "../commands/CreateVpcPeeringAuthorizationCommand";
78
- import {
79
- CreateVpcPeeringConnectionCommandInput,
80
- CreateVpcPeeringConnectionCommandOutput,
81
- } from "../commands/CreateVpcPeeringConnectionCommand";
82
- import {
83
- DeleteAliasCommandInput,
84
- DeleteAliasCommandOutput,
85
- } from "../commands/DeleteAliasCommand";
86
- import {
87
- DeleteBuildCommandInput,
88
- DeleteBuildCommandOutput,
89
- } from "../commands/DeleteBuildCommand";
90
- import {
91
- DeleteContainerFleetCommandInput,
92
- DeleteContainerFleetCommandOutput,
93
- } from "../commands/DeleteContainerFleetCommand";
94
- import {
95
- DeleteContainerGroupDefinitionCommandInput,
96
- DeleteContainerGroupDefinitionCommandOutput,
97
- } from "../commands/DeleteContainerGroupDefinitionCommand";
98
- import {
99
- DeleteFleetCommandInput,
100
- DeleteFleetCommandOutput,
101
- } from "../commands/DeleteFleetCommand";
102
- import {
103
- DeleteFleetLocationsCommandInput,
104
- DeleteFleetLocationsCommandOutput,
105
- } from "../commands/DeleteFleetLocationsCommand";
106
- import {
107
- DeleteGameServerGroupCommandInput,
108
- DeleteGameServerGroupCommandOutput,
109
- } from "../commands/DeleteGameServerGroupCommand";
110
- import {
111
- DeleteGameSessionQueueCommandInput,
112
- DeleteGameSessionQueueCommandOutput,
113
- } from "../commands/DeleteGameSessionQueueCommand";
114
- import {
115
- DeleteLocationCommandInput,
116
- DeleteLocationCommandOutput,
117
- } from "../commands/DeleteLocationCommand";
118
- import {
119
- DeleteMatchmakingConfigurationCommandInput,
120
- DeleteMatchmakingConfigurationCommandOutput,
121
- } from "../commands/DeleteMatchmakingConfigurationCommand";
122
- import {
123
- DeleteMatchmakingRuleSetCommandInput,
124
- DeleteMatchmakingRuleSetCommandOutput,
125
- } from "../commands/DeleteMatchmakingRuleSetCommand";
126
- import {
127
- DeleteScalingPolicyCommandInput,
128
- DeleteScalingPolicyCommandOutput,
129
- } from "../commands/DeleteScalingPolicyCommand";
130
- import {
131
- DeleteScriptCommandInput,
132
- DeleteScriptCommandOutput,
133
- } from "../commands/DeleteScriptCommand";
134
- import {
135
- DeleteVpcPeeringAuthorizationCommandInput,
136
- DeleteVpcPeeringAuthorizationCommandOutput,
137
- } from "../commands/DeleteVpcPeeringAuthorizationCommand";
138
- import {
139
- DeleteVpcPeeringConnectionCommandInput,
140
- DeleteVpcPeeringConnectionCommandOutput,
141
- } from "../commands/DeleteVpcPeeringConnectionCommand";
142
- import {
143
- DeregisterComputeCommandInput,
144
- DeregisterComputeCommandOutput,
145
- } from "../commands/DeregisterComputeCommand";
146
- import {
147
- DeregisterGameServerCommandInput,
148
- DeregisterGameServerCommandOutput,
149
- } from "../commands/DeregisterGameServerCommand";
150
- import {
151
- DescribeAliasCommandInput,
152
- DescribeAliasCommandOutput,
153
- } from "../commands/DescribeAliasCommand";
154
- import {
155
- DescribeBuildCommandInput,
156
- DescribeBuildCommandOutput,
157
- } from "../commands/DescribeBuildCommand";
158
- import {
159
- DescribeComputeCommandInput,
160
- DescribeComputeCommandOutput,
161
- } from "../commands/DescribeComputeCommand";
162
- import {
163
- DescribeContainerFleetCommandInput,
164
- DescribeContainerFleetCommandOutput,
165
- } from "../commands/DescribeContainerFleetCommand";
166
- import {
167
- DescribeContainerGroupDefinitionCommandInput,
168
- DescribeContainerGroupDefinitionCommandOutput,
169
- } from "../commands/DescribeContainerGroupDefinitionCommand";
170
- import {
171
- DescribeEC2InstanceLimitsCommandInput,
172
- DescribeEC2InstanceLimitsCommandOutput,
173
- } from "../commands/DescribeEC2InstanceLimitsCommand";
174
- import {
175
- DescribeFleetAttributesCommandInput,
176
- DescribeFleetAttributesCommandOutput,
177
- } from "../commands/DescribeFleetAttributesCommand";
178
- import {
179
- DescribeFleetCapacityCommandInput,
180
- DescribeFleetCapacityCommandOutput,
181
- } from "../commands/DescribeFleetCapacityCommand";
182
- import {
183
- DescribeFleetDeploymentCommandInput,
184
- DescribeFleetDeploymentCommandOutput,
185
- } from "../commands/DescribeFleetDeploymentCommand";
186
- import {
187
- DescribeFleetEventsCommandInput,
188
- DescribeFleetEventsCommandOutput,
189
- } from "../commands/DescribeFleetEventsCommand";
190
- import {
191
- DescribeFleetLocationAttributesCommandInput,
192
- DescribeFleetLocationAttributesCommandOutput,
193
- } from "../commands/DescribeFleetLocationAttributesCommand";
194
- import {
195
- DescribeFleetLocationCapacityCommandInput,
196
- DescribeFleetLocationCapacityCommandOutput,
197
- } from "../commands/DescribeFleetLocationCapacityCommand";
198
- import {
199
- DescribeFleetLocationUtilizationCommandInput,
200
- DescribeFleetLocationUtilizationCommandOutput,
201
- } from "../commands/DescribeFleetLocationUtilizationCommand";
202
- import {
203
- DescribeFleetPortSettingsCommandInput,
204
- DescribeFleetPortSettingsCommandOutput,
205
- } from "../commands/DescribeFleetPortSettingsCommand";
206
- import {
207
- DescribeFleetUtilizationCommandInput,
208
- DescribeFleetUtilizationCommandOutput,
209
- } from "../commands/DescribeFleetUtilizationCommand";
210
- import {
211
- DescribeGameServerCommandInput,
212
- DescribeGameServerCommandOutput,
213
- } from "../commands/DescribeGameServerCommand";
214
- import {
215
- DescribeGameServerGroupCommandInput,
216
- DescribeGameServerGroupCommandOutput,
217
- } from "../commands/DescribeGameServerGroupCommand";
218
- import {
219
- DescribeGameServerInstancesCommandInput,
220
- DescribeGameServerInstancesCommandOutput,
221
- } from "../commands/DescribeGameServerInstancesCommand";
222
- import {
223
- DescribeGameSessionDetailsCommandInput,
224
- DescribeGameSessionDetailsCommandOutput,
225
- } from "../commands/DescribeGameSessionDetailsCommand";
226
- import {
227
- DescribeGameSessionPlacementCommandInput,
228
- DescribeGameSessionPlacementCommandOutput,
229
- } from "../commands/DescribeGameSessionPlacementCommand";
230
- import {
231
- DescribeGameSessionQueuesCommandInput,
232
- DescribeGameSessionQueuesCommandOutput,
233
- } from "../commands/DescribeGameSessionQueuesCommand";
234
- import {
235
- DescribeGameSessionsCommandInput,
236
- DescribeGameSessionsCommandOutput,
237
- } from "../commands/DescribeGameSessionsCommand";
238
- import {
239
- DescribeInstancesCommandInput,
240
- DescribeInstancesCommandOutput,
241
- } from "../commands/DescribeInstancesCommand";
242
- import {
243
- DescribeMatchmakingCommandInput,
244
- DescribeMatchmakingCommandOutput,
245
- } from "../commands/DescribeMatchmakingCommand";
246
- import {
247
- DescribeMatchmakingConfigurationsCommandInput,
248
- DescribeMatchmakingConfigurationsCommandOutput,
249
- } from "../commands/DescribeMatchmakingConfigurationsCommand";
250
- import {
251
- DescribeMatchmakingRuleSetsCommandInput,
252
- DescribeMatchmakingRuleSetsCommandOutput,
253
- } from "../commands/DescribeMatchmakingRuleSetsCommand";
254
- import {
255
- DescribePlayerSessionsCommandInput,
256
- DescribePlayerSessionsCommandOutput,
257
- } from "../commands/DescribePlayerSessionsCommand";
258
- import {
259
- DescribeRuntimeConfigurationCommandInput,
260
- DescribeRuntimeConfigurationCommandOutput,
261
- } from "../commands/DescribeRuntimeConfigurationCommand";
262
- import {
263
- DescribeScalingPoliciesCommandInput,
264
- DescribeScalingPoliciesCommandOutput,
265
- } from "../commands/DescribeScalingPoliciesCommand";
266
- import {
267
- DescribeScriptCommandInput,
268
- DescribeScriptCommandOutput,
269
- } from "../commands/DescribeScriptCommand";
270
- import {
271
- DescribeVpcPeeringAuthorizationsCommandInput,
272
- DescribeVpcPeeringAuthorizationsCommandOutput,
273
- } from "../commands/DescribeVpcPeeringAuthorizationsCommand";
274
- import {
275
- DescribeVpcPeeringConnectionsCommandInput,
276
- DescribeVpcPeeringConnectionsCommandOutput,
277
- } from "../commands/DescribeVpcPeeringConnectionsCommand";
278
- import {
279
- GetComputeAccessCommandInput,
280
- GetComputeAccessCommandOutput,
281
- } from "../commands/GetComputeAccessCommand";
282
- import {
283
- GetComputeAuthTokenCommandInput,
284
- GetComputeAuthTokenCommandOutput,
285
- } from "../commands/GetComputeAuthTokenCommand";
286
- import {
287
- GetGameSessionLogUrlCommandInput,
288
- GetGameSessionLogUrlCommandOutput,
289
- } from "../commands/GetGameSessionLogUrlCommand";
290
- import {
291
- GetInstanceAccessCommandInput,
292
- GetInstanceAccessCommandOutput,
293
- } from "../commands/GetInstanceAccessCommand";
294
- import {
295
- ListAliasesCommandInput,
296
- ListAliasesCommandOutput,
297
- } from "../commands/ListAliasesCommand";
298
- import {
299
- ListBuildsCommandInput,
300
- ListBuildsCommandOutput,
301
- } from "../commands/ListBuildsCommand";
302
- import {
303
- ListComputeCommandInput,
304
- ListComputeCommandOutput,
305
- } from "../commands/ListComputeCommand";
306
- import {
307
- ListContainerFleetsCommandInput,
308
- ListContainerFleetsCommandOutput,
309
- } from "../commands/ListContainerFleetsCommand";
310
- import {
311
- ListContainerGroupDefinitionsCommandInput,
312
- ListContainerGroupDefinitionsCommandOutput,
313
- } from "../commands/ListContainerGroupDefinitionsCommand";
314
- import {
315
- ListContainerGroupDefinitionVersionsCommandInput,
316
- ListContainerGroupDefinitionVersionsCommandOutput,
317
- } from "../commands/ListContainerGroupDefinitionVersionsCommand";
318
- import {
319
- ListFleetDeploymentsCommandInput,
320
- ListFleetDeploymentsCommandOutput,
321
- } from "../commands/ListFleetDeploymentsCommand";
322
- import {
323
- ListFleetsCommandInput,
324
- ListFleetsCommandOutput,
325
- } from "../commands/ListFleetsCommand";
326
- import {
327
- ListGameServerGroupsCommandInput,
328
- ListGameServerGroupsCommandOutput,
329
- } from "../commands/ListGameServerGroupsCommand";
330
- import {
331
- ListGameServersCommandInput,
332
- ListGameServersCommandOutput,
333
- } from "../commands/ListGameServersCommand";
334
- import {
335
- ListLocationsCommandInput,
336
- ListLocationsCommandOutput,
337
- } from "../commands/ListLocationsCommand";
338
- import {
339
- ListScriptsCommandInput,
340
- ListScriptsCommandOutput,
341
- } from "../commands/ListScriptsCommand";
342
- import {
343
- ListTagsForResourceCommandInput,
344
- ListTagsForResourceCommandOutput,
345
- } from "../commands/ListTagsForResourceCommand";
346
- import {
347
- PutScalingPolicyCommandInput,
348
- PutScalingPolicyCommandOutput,
349
- } from "../commands/PutScalingPolicyCommand";
350
- import {
351
- RegisterComputeCommandInput,
352
- RegisterComputeCommandOutput,
353
- } from "../commands/RegisterComputeCommand";
354
- import {
355
- RegisterGameServerCommandInput,
356
- RegisterGameServerCommandOutput,
357
- } from "../commands/RegisterGameServerCommand";
358
- import {
359
- RequestUploadCredentialsCommandInput,
360
- RequestUploadCredentialsCommandOutput,
361
- } from "../commands/RequestUploadCredentialsCommand";
362
- import {
363
- ResolveAliasCommandInput,
364
- ResolveAliasCommandOutput,
365
- } from "../commands/ResolveAliasCommand";
366
- import {
367
- ResumeGameServerGroupCommandInput,
368
- ResumeGameServerGroupCommandOutput,
369
- } from "../commands/ResumeGameServerGroupCommand";
370
- import {
371
- SearchGameSessionsCommandInput,
372
- SearchGameSessionsCommandOutput,
373
- } from "../commands/SearchGameSessionsCommand";
374
- import {
375
- StartFleetActionsCommandInput,
376
- StartFleetActionsCommandOutput,
377
- } from "../commands/StartFleetActionsCommand";
378
- import {
379
- StartGameSessionPlacementCommandInput,
380
- StartGameSessionPlacementCommandOutput,
381
- } from "../commands/StartGameSessionPlacementCommand";
382
- import {
383
- StartMatchBackfillCommandInput,
384
- StartMatchBackfillCommandOutput,
385
- } from "../commands/StartMatchBackfillCommand";
386
- import {
387
- StartMatchmakingCommandInput,
388
- StartMatchmakingCommandOutput,
389
- } from "../commands/StartMatchmakingCommand";
390
- import {
391
- StopFleetActionsCommandInput,
392
- StopFleetActionsCommandOutput,
393
- } from "../commands/StopFleetActionsCommand";
394
- import {
395
- StopGameSessionPlacementCommandInput,
396
- StopGameSessionPlacementCommandOutput,
397
- } from "../commands/StopGameSessionPlacementCommand";
398
- import {
399
- StopMatchmakingCommandInput,
400
- StopMatchmakingCommandOutput,
401
- } from "../commands/StopMatchmakingCommand";
402
- import {
403
- SuspendGameServerGroupCommandInput,
404
- SuspendGameServerGroupCommandOutput,
405
- } from "../commands/SuspendGameServerGroupCommand";
406
- import {
407
- TagResourceCommandInput,
408
- TagResourceCommandOutput,
409
- } from "../commands/TagResourceCommand";
410
- import {
411
- TerminateGameSessionCommandInput,
412
- TerminateGameSessionCommandOutput,
413
- } from "../commands/TerminateGameSessionCommand";
414
- import {
415
- UntagResourceCommandInput,
416
- UntagResourceCommandOutput,
417
- } from "../commands/UntagResourceCommand";
418
- import {
419
- UpdateAliasCommandInput,
420
- UpdateAliasCommandOutput,
421
- } from "../commands/UpdateAliasCommand";
422
- import {
423
- UpdateBuildCommandInput,
424
- UpdateBuildCommandOutput,
425
- } from "../commands/UpdateBuildCommand";
426
- import {
427
- UpdateContainerFleetCommandInput,
428
- UpdateContainerFleetCommandOutput,
429
- } from "../commands/UpdateContainerFleetCommand";
430
- import {
431
- UpdateContainerGroupDefinitionCommandInput,
432
- UpdateContainerGroupDefinitionCommandOutput,
433
- } from "../commands/UpdateContainerGroupDefinitionCommand";
434
- import {
435
- UpdateFleetAttributesCommandInput,
436
- UpdateFleetAttributesCommandOutput,
437
- } from "../commands/UpdateFleetAttributesCommand";
438
- import {
439
- UpdateFleetCapacityCommandInput,
440
- UpdateFleetCapacityCommandOutput,
441
- } from "../commands/UpdateFleetCapacityCommand";
442
- import {
443
- UpdateFleetPortSettingsCommandInput,
444
- UpdateFleetPortSettingsCommandOutput,
445
- } from "../commands/UpdateFleetPortSettingsCommand";
446
- import {
447
- UpdateGameServerCommandInput,
448
- UpdateGameServerCommandOutput,
449
- } from "../commands/UpdateGameServerCommand";
450
- import {
451
- UpdateGameServerGroupCommandInput,
452
- UpdateGameServerGroupCommandOutput,
453
- } from "../commands/UpdateGameServerGroupCommand";
454
- import {
455
- UpdateGameSessionCommandInput,
456
- UpdateGameSessionCommandOutput,
457
- } from "../commands/UpdateGameSessionCommand";
458
- import {
459
- UpdateGameSessionQueueCommandInput,
460
- UpdateGameSessionQueueCommandOutput,
461
- } from "../commands/UpdateGameSessionQueueCommand";
462
- import {
463
- UpdateMatchmakingConfigurationCommandInput,
464
- UpdateMatchmakingConfigurationCommandOutput,
465
- } from "../commands/UpdateMatchmakingConfigurationCommand";
466
- import {
467
- UpdateRuntimeConfigurationCommandInput,
468
- UpdateRuntimeConfigurationCommandOutput,
469
- } from "../commands/UpdateRuntimeConfigurationCommand";
470
- import {
471
- UpdateScriptCommandInput,
472
- UpdateScriptCommandOutput,
473
- } from "../commands/UpdateScriptCommand";
474
- import {
475
- ValidateMatchmakingRuleSetCommandInput,
476
- ValidateMatchmakingRuleSetCommandOutput,
477
- } from "../commands/ValidateMatchmakingRuleSetCommand";
478
- export declare const se_AcceptMatchCommand: (
479
- input: AcceptMatchCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ClaimGameServerCommand: (
483
- input: ClaimGameServerCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_CreateAliasCommand: (
487
- input: CreateAliasCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_CreateBuildCommand: (
491
- input: CreateBuildCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_CreateContainerFleetCommand: (
495
- input: CreateContainerFleetCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_CreateContainerGroupDefinitionCommand: (
499
- input: CreateContainerGroupDefinitionCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_CreateFleetCommand: (
503
- input: CreateFleetCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_CreateFleetLocationsCommand: (
507
- input: CreateFleetLocationsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_CreateGameServerGroupCommand: (
511
- input: CreateGameServerGroupCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_CreateGameSessionCommand: (
515
- input: CreateGameSessionCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_CreateGameSessionQueueCommand: (
519
- input: CreateGameSessionQueueCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_CreateLocationCommand: (
523
- input: CreateLocationCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_CreateMatchmakingConfigurationCommand: (
527
- input: CreateMatchmakingConfigurationCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_CreateMatchmakingRuleSetCommand: (
531
- input: CreateMatchmakingRuleSetCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_CreatePlayerSessionCommand: (
535
- input: CreatePlayerSessionCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_CreatePlayerSessionsCommand: (
539
- input: CreatePlayerSessionsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_CreateScriptCommand: (
543
- input: CreateScriptCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_CreateVpcPeeringAuthorizationCommand: (
547
- input: CreateVpcPeeringAuthorizationCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_CreateVpcPeeringConnectionCommand: (
551
- input: CreateVpcPeeringConnectionCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_DeleteAliasCommand: (
555
- input: DeleteAliasCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_DeleteBuildCommand: (
559
- input: DeleteBuildCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_DeleteContainerFleetCommand: (
563
- input: DeleteContainerFleetCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_DeleteContainerGroupDefinitionCommand: (
567
- input: DeleteContainerGroupDefinitionCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_DeleteFleetCommand: (
571
- input: DeleteFleetCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_DeleteFleetLocationsCommand: (
575
- input: DeleteFleetLocationsCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_DeleteGameServerGroupCommand: (
579
- input: DeleteGameServerGroupCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_DeleteGameSessionQueueCommand: (
583
- input: DeleteGameSessionQueueCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_DeleteLocationCommand: (
587
- input: DeleteLocationCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_DeleteMatchmakingConfigurationCommand: (
591
- input: DeleteMatchmakingConfigurationCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_DeleteMatchmakingRuleSetCommand: (
595
- input: DeleteMatchmakingRuleSetCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_DeleteScalingPolicyCommand: (
599
- input: DeleteScalingPolicyCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_DeleteScriptCommand: (
603
- input: DeleteScriptCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_DeleteVpcPeeringAuthorizationCommand: (
607
- input: DeleteVpcPeeringAuthorizationCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_DeleteVpcPeeringConnectionCommand: (
611
- input: DeleteVpcPeeringConnectionCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_DeregisterComputeCommand: (
615
- input: DeregisterComputeCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_DeregisterGameServerCommand: (
619
- input: DeregisterGameServerCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_DescribeAliasCommand: (
623
- input: DescribeAliasCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_DescribeBuildCommand: (
627
- input: DescribeBuildCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_DescribeComputeCommand: (
631
- input: DescribeComputeCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_DescribeContainerFleetCommand: (
635
- input: DescribeContainerFleetCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_DescribeContainerGroupDefinitionCommand: (
639
- input: DescribeContainerGroupDefinitionCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_DescribeEC2InstanceLimitsCommand: (
643
- input: DescribeEC2InstanceLimitsCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_DescribeFleetAttributesCommand: (
647
- input: DescribeFleetAttributesCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_DescribeFleetCapacityCommand: (
651
- input: DescribeFleetCapacityCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_DescribeFleetDeploymentCommand: (
655
- input: DescribeFleetDeploymentCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_DescribeFleetEventsCommand: (
659
- input: DescribeFleetEventsCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_DescribeFleetLocationAttributesCommand: (
663
- input: DescribeFleetLocationAttributesCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_DescribeFleetLocationCapacityCommand: (
667
- input: DescribeFleetLocationCapacityCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_DescribeFleetLocationUtilizationCommand: (
671
- input: DescribeFleetLocationUtilizationCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_DescribeFleetPortSettingsCommand: (
675
- input: DescribeFleetPortSettingsCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_DescribeFleetUtilizationCommand: (
679
- input: DescribeFleetUtilizationCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_DescribeGameServerCommand: (
683
- input: DescribeGameServerCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_DescribeGameServerGroupCommand: (
687
- input: DescribeGameServerGroupCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_DescribeGameServerInstancesCommand: (
691
- input: DescribeGameServerInstancesCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_DescribeGameSessionDetailsCommand: (
695
- input: DescribeGameSessionDetailsCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_DescribeGameSessionPlacementCommand: (
699
- input: DescribeGameSessionPlacementCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_DescribeGameSessionQueuesCommand: (
703
- input: DescribeGameSessionQueuesCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_DescribeGameSessionsCommand: (
707
- input: DescribeGameSessionsCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_DescribeInstancesCommand: (
711
- input: DescribeInstancesCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_DescribeMatchmakingCommand: (
715
- input: DescribeMatchmakingCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_DescribeMatchmakingConfigurationsCommand: (
719
- input: DescribeMatchmakingConfigurationsCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_DescribeMatchmakingRuleSetsCommand: (
723
- input: DescribeMatchmakingRuleSetsCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_DescribePlayerSessionsCommand: (
727
- input: DescribePlayerSessionsCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_DescribeRuntimeConfigurationCommand: (
731
- input: DescribeRuntimeConfigurationCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const se_DescribeScalingPoliciesCommand: (
735
- input: DescribeScalingPoliciesCommandInput,
736
- context: __SerdeContext
737
- ) => Promise<__HttpRequest>;
738
- export declare const se_DescribeScriptCommand: (
739
- input: DescribeScriptCommandInput,
740
- context: __SerdeContext
741
- ) => Promise<__HttpRequest>;
742
- export declare const se_DescribeVpcPeeringAuthorizationsCommand: (
743
- input: DescribeVpcPeeringAuthorizationsCommandInput,
744
- context: __SerdeContext
745
- ) => Promise<__HttpRequest>;
746
- export declare const se_DescribeVpcPeeringConnectionsCommand: (
747
- input: DescribeVpcPeeringConnectionsCommandInput,
748
- context: __SerdeContext
749
- ) => Promise<__HttpRequest>;
750
- export declare const se_GetComputeAccessCommand: (
751
- input: GetComputeAccessCommandInput,
752
- context: __SerdeContext
753
- ) => Promise<__HttpRequest>;
754
- export declare const se_GetComputeAuthTokenCommand: (
755
- input: GetComputeAuthTokenCommandInput,
756
- context: __SerdeContext
757
- ) => Promise<__HttpRequest>;
758
- export declare const se_GetGameSessionLogUrlCommand: (
759
- input: GetGameSessionLogUrlCommandInput,
760
- context: __SerdeContext
761
- ) => Promise<__HttpRequest>;
762
- export declare const se_GetInstanceAccessCommand: (
763
- input: GetInstanceAccessCommandInput,
764
- context: __SerdeContext
765
- ) => Promise<__HttpRequest>;
766
- export declare const se_ListAliasesCommand: (
767
- input: ListAliasesCommandInput,
768
- context: __SerdeContext
769
- ) => Promise<__HttpRequest>;
770
- export declare const se_ListBuildsCommand: (
771
- input: ListBuildsCommandInput,
772
- context: __SerdeContext
773
- ) => Promise<__HttpRequest>;
774
- export declare const se_ListComputeCommand: (
775
- input: ListComputeCommandInput,
776
- context: __SerdeContext
777
- ) => Promise<__HttpRequest>;
778
- export declare const se_ListContainerFleetsCommand: (
779
- input: ListContainerFleetsCommandInput,
780
- context: __SerdeContext
781
- ) => Promise<__HttpRequest>;
782
- export declare const se_ListContainerGroupDefinitionsCommand: (
783
- input: ListContainerGroupDefinitionsCommandInput,
784
- context: __SerdeContext
785
- ) => Promise<__HttpRequest>;
786
- export declare const se_ListContainerGroupDefinitionVersionsCommand: (
787
- input: ListContainerGroupDefinitionVersionsCommandInput,
788
- context: __SerdeContext
789
- ) => Promise<__HttpRequest>;
790
- export declare const se_ListFleetDeploymentsCommand: (
791
- input: ListFleetDeploymentsCommandInput,
792
- context: __SerdeContext
793
- ) => Promise<__HttpRequest>;
794
- export declare const se_ListFleetsCommand: (
795
- input: ListFleetsCommandInput,
796
- context: __SerdeContext
797
- ) => Promise<__HttpRequest>;
798
- export declare const se_ListGameServerGroupsCommand: (
799
- input: ListGameServerGroupsCommandInput,
800
- context: __SerdeContext
801
- ) => Promise<__HttpRequest>;
802
- export declare const se_ListGameServersCommand: (
803
- input: ListGameServersCommandInput,
804
- context: __SerdeContext
805
- ) => Promise<__HttpRequest>;
806
- export declare const se_ListLocationsCommand: (
807
- input: ListLocationsCommandInput,
808
- context: __SerdeContext
809
- ) => Promise<__HttpRequest>;
810
- export declare const se_ListScriptsCommand: (
811
- input: ListScriptsCommandInput,
812
- context: __SerdeContext
813
- ) => Promise<__HttpRequest>;
814
- export declare const se_ListTagsForResourceCommand: (
815
- input: ListTagsForResourceCommandInput,
816
- context: __SerdeContext
817
- ) => Promise<__HttpRequest>;
818
- export declare const se_PutScalingPolicyCommand: (
819
- input: PutScalingPolicyCommandInput,
820
- context: __SerdeContext
821
- ) => Promise<__HttpRequest>;
822
- export declare const se_RegisterComputeCommand: (
823
- input: RegisterComputeCommandInput,
824
- context: __SerdeContext
825
- ) => Promise<__HttpRequest>;
826
- export declare const se_RegisterGameServerCommand: (
827
- input: RegisterGameServerCommandInput,
828
- context: __SerdeContext
829
- ) => Promise<__HttpRequest>;
830
- export declare const se_RequestUploadCredentialsCommand: (
831
- input: RequestUploadCredentialsCommandInput,
832
- context: __SerdeContext
833
- ) => Promise<__HttpRequest>;
834
- export declare const se_ResolveAliasCommand: (
835
- input: ResolveAliasCommandInput,
836
- context: __SerdeContext
837
- ) => Promise<__HttpRequest>;
838
- export declare const se_ResumeGameServerGroupCommand: (
839
- input: ResumeGameServerGroupCommandInput,
840
- context: __SerdeContext
841
- ) => Promise<__HttpRequest>;
842
- export declare const se_SearchGameSessionsCommand: (
843
- input: SearchGameSessionsCommandInput,
844
- context: __SerdeContext
845
- ) => Promise<__HttpRequest>;
846
- export declare const se_StartFleetActionsCommand: (
847
- input: StartFleetActionsCommandInput,
848
- context: __SerdeContext
849
- ) => Promise<__HttpRequest>;
850
- export declare const se_StartGameSessionPlacementCommand: (
851
- input: StartGameSessionPlacementCommandInput,
852
- context: __SerdeContext
853
- ) => Promise<__HttpRequest>;
854
- export declare const se_StartMatchBackfillCommand: (
855
- input: StartMatchBackfillCommandInput,
856
- context: __SerdeContext
857
- ) => Promise<__HttpRequest>;
858
- export declare const se_StartMatchmakingCommand: (
859
- input: StartMatchmakingCommandInput,
860
- context: __SerdeContext
861
- ) => Promise<__HttpRequest>;
862
- export declare const se_StopFleetActionsCommand: (
863
- input: StopFleetActionsCommandInput,
864
- context: __SerdeContext
865
- ) => Promise<__HttpRequest>;
866
- export declare const se_StopGameSessionPlacementCommand: (
867
- input: StopGameSessionPlacementCommandInput,
868
- context: __SerdeContext
869
- ) => Promise<__HttpRequest>;
870
- export declare const se_StopMatchmakingCommand: (
871
- input: StopMatchmakingCommandInput,
872
- context: __SerdeContext
873
- ) => Promise<__HttpRequest>;
874
- export declare const se_SuspendGameServerGroupCommand: (
875
- input: SuspendGameServerGroupCommandInput,
876
- context: __SerdeContext
877
- ) => Promise<__HttpRequest>;
878
- export declare const se_TagResourceCommand: (
879
- input: TagResourceCommandInput,
880
- context: __SerdeContext
881
- ) => Promise<__HttpRequest>;
882
- export declare const se_TerminateGameSessionCommand: (
883
- input: TerminateGameSessionCommandInput,
884
- context: __SerdeContext
885
- ) => Promise<__HttpRequest>;
886
- export declare const se_UntagResourceCommand: (
887
- input: UntagResourceCommandInput,
888
- context: __SerdeContext
889
- ) => Promise<__HttpRequest>;
890
- export declare const se_UpdateAliasCommand: (
891
- input: UpdateAliasCommandInput,
892
- context: __SerdeContext
893
- ) => Promise<__HttpRequest>;
894
- export declare const se_UpdateBuildCommand: (
895
- input: UpdateBuildCommandInput,
896
- context: __SerdeContext
897
- ) => Promise<__HttpRequest>;
898
- export declare const se_UpdateContainerFleetCommand: (
899
- input: UpdateContainerFleetCommandInput,
900
- context: __SerdeContext
901
- ) => Promise<__HttpRequest>;
902
- export declare const se_UpdateContainerGroupDefinitionCommand: (
903
- input: UpdateContainerGroupDefinitionCommandInput,
904
- context: __SerdeContext
905
- ) => Promise<__HttpRequest>;
906
- export declare const se_UpdateFleetAttributesCommand: (
907
- input: UpdateFleetAttributesCommandInput,
908
- context: __SerdeContext
909
- ) => Promise<__HttpRequest>;
910
- export declare const se_UpdateFleetCapacityCommand: (
911
- input: UpdateFleetCapacityCommandInput,
912
- context: __SerdeContext
913
- ) => Promise<__HttpRequest>;
914
- export declare const se_UpdateFleetPortSettingsCommand: (
915
- input: UpdateFleetPortSettingsCommandInput,
916
- context: __SerdeContext
917
- ) => Promise<__HttpRequest>;
918
- export declare const se_UpdateGameServerCommand: (
919
- input: UpdateGameServerCommandInput,
920
- context: __SerdeContext
921
- ) => Promise<__HttpRequest>;
922
- export declare const se_UpdateGameServerGroupCommand: (
923
- input: UpdateGameServerGroupCommandInput,
924
- context: __SerdeContext
925
- ) => Promise<__HttpRequest>;
926
- export declare const se_UpdateGameSessionCommand: (
927
- input: UpdateGameSessionCommandInput,
928
- context: __SerdeContext
929
- ) => Promise<__HttpRequest>;
930
- export declare const se_UpdateGameSessionQueueCommand: (
931
- input: UpdateGameSessionQueueCommandInput,
932
- context: __SerdeContext
933
- ) => Promise<__HttpRequest>;
934
- export declare const se_UpdateMatchmakingConfigurationCommand: (
935
- input: UpdateMatchmakingConfigurationCommandInput,
936
- context: __SerdeContext
937
- ) => Promise<__HttpRequest>;
938
- export declare const se_UpdateRuntimeConfigurationCommand: (
939
- input: UpdateRuntimeConfigurationCommandInput,
940
- context: __SerdeContext
941
- ) => Promise<__HttpRequest>;
942
- export declare const se_UpdateScriptCommand: (
943
- input: UpdateScriptCommandInput,
944
- context: __SerdeContext
945
- ) => Promise<__HttpRequest>;
946
- export declare const se_ValidateMatchmakingRuleSetCommand: (
947
- input: ValidateMatchmakingRuleSetCommandInput,
948
- context: __SerdeContext
949
- ) => Promise<__HttpRequest>;
950
- export declare const de_AcceptMatchCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<AcceptMatchCommandOutput>;
954
- export declare const de_ClaimGameServerCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<ClaimGameServerCommandOutput>;
958
- export declare const de_CreateAliasCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<CreateAliasCommandOutput>;
962
- export declare const de_CreateBuildCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<CreateBuildCommandOutput>;
966
- export declare const de_CreateContainerFleetCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<CreateContainerFleetCommandOutput>;
970
- export declare const de_CreateContainerGroupDefinitionCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<CreateContainerGroupDefinitionCommandOutput>;
974
- export declare const de_CreateFleetCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<CreateFleetCommandOutput>;
978
- export declare const de_CreateFleetLocationsCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<CreateFleetLocationsCommandOutput>;
982
- export declare const de_CreateGameServerGroupCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<CreateGameServerGroupCommandOutput>;
986
- export declare const de_CreateGameSessionCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<CreateGameSessionCommandOutput>;
990
- export declare const de_CreateGameSessionQueueCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<CreateGameSessionQueueCommandOutput>;
994
- export declare const de_CreateLocationCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<CreateLocationCommandOutput>;
998
- export declare const de_CreateMatchmakingConfigurationCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<CreateMatchmakingConfigurationCommandOutput>;
1002
- export declare const de_CreateMatchmakingRuleSetCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<CreateMatchmakingRuleSetCommandOutput>;
1006
- export declare const de_CreatePlayerSessionCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<CreatePlayerSessionCommandOutput>;
1010
- export declare const de_CreatePlayerSessionsCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<CreatePlayerSessionsCommandOutput>;
1014
- export declare const de_CreateScriptCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<CreateScriptCommandOutput>;
1018
- export declare const de_CreateVpcPeeringAuthorizationCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<CreateVpcPeeringAuthorizationCommandOutput>;
1022
- export declare const de_CreateVpcPeeringConnectionCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<CreateVpcPeeringConnectionCommandOutput>;
1026
- export declare const de_DeleteAliasCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<DeleteAliasCommandOutput>;
1030
- export declare const de_DeleteBuildCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<DeleteBuildCommandOutput>;
1034
- export declare const de_DeleteContainerFleetCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<DeleteContainerFleetCommandOutput>;
1038
- export declare const de_DeleteContainerGroupDefinitionCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext
1041
- ) => Promise<DeleteContainerGroupDefinitionCommandOutput>;
1042
- export declare const de_DeleteFleetCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<DeleteFleetCommandOutput>;
1046
- export declare const de_DeleteFleetLocationsCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<DeleteFleetLocationsCommandOutput>;
1050
- export declare const de_DeleteGameServerGroupCommand: (
1051
- output: __HttpResponse,
1052
- context: __SerdeContext
1053
- ) => Promise<DeleteGameServerGroupCommandOutput>;
1054
- export declare const de_DeleteGameSessionQueueCommand: (
1055
- output: __HttpResponse,
1056
- context: __SerdeContext
1057
- ) => Promise<DeleteGameSessionQueueCommandOutput>;
1058
- export declare const de_DeleteLocationCommand: (
1059
- output: __HttpResponse,
1060
- context: __SerdeContext
1061
- ) => Promise<DeleteLocationCommandOutput>;
1062
- export declare const de_DeleteMatchmakingConfigurationCommand: (
1063
- output: __HttpResponse,
1064
- context: __SerdeContext
1065
- ) => Promise<DeleteMatchmakingConfigurationCommandOutput>;
1066
- export declare const de_DeleteMatchmakingRuleSetCommand: (
1067
- output: __HttpResponse,
1068
- context: __SerdeContext
1069
- ) => Promise<DeleteMatchmakingRuleSetCommandOutput>;
1070
- export declare const de_DeleteScalingPolicyCommand: (
1071
- output: __HttpResponse,
1072
- context: __SerdeContext
1073
- ) => Promise<DeleteScalingPolicyCommandOutput>;
1074
- export declare const de_DeleteScriptCommand: (
1075
- output: __HttpResponse,
1076
- context: __SerdeContext
1077
- ) => Promise<DeleteScriptCommandOutput>;
1078
- export declare const de_DeleteVpcPeeringAuthorizationCommand: (
1079
- output: __HttpResponse,
1080
- context: __SerdeContext
1081
- ) => Promise<DeleteVpcPeeringAuthorizationCommandOutput>;
1082
- export declare const de_DeleteVpcPeeringConnectionCommand: (
1083
- output: __HttpResponse,
1084
- context: __SerdeContext
1085
- ) => Promise<DeleteVpcPeeringConnectionCommandOutput>;
1086
- export declare const de_DeregisterComputeCommand: (
1087
- output: __HttpResponse,
1088
- context: __SerdeContext
1089
- ) => Promise<DeregisterComputeCommandOutput>;
1090
- export declare const de_DeregisterGameServerCommand: (
1091
- output: __HttpResponse,
1092
- context: __SerdeContext
1093
- ) => Promise<DeregisterGameServerCommandOutput>;
1094
- export declare const de_DescribeAliasCommand: (
1095
- output: __HttpResponse,
1096
- context: __SerdeContext
1097
- ) => Promise<DescribeAliasCommandOutput>;
1098
- export declare const de_DescribeBuildCommand: (
1099
- output: __HttpResponse,
1100
- context: __SerdeContext
1101
- ) => Promise<DescribeBuildCommandOutput>;
1102
- export declare const de_DescribeComputeCommand: (
1103
- output: __HttpResponse,
1104
- context: __SerdeContext
1105
- ) => Promise<DescribeComputeCommandOutput>;
1106
- export declare const de_DescribeContainerFleetCommand: (
1107
- output: __HttpResponse,
1108
- context: __SerdeContext
1109
- ) => Promise<DescribeContainerFleetCommandOutput>;
1110
- export declare const de_DescribeContainerGroupDefinitionCommand: (
1111
- output: __HttpResponse,
1112
- context: __SerdeContext
1113
- ) => Promise<DescribeContainerGroupDefinitionCommandOutput>;
1114
- export declare const de_DescribeEC2InstanceLimitsCommand: (
1115
- output: __HttpResponse,
1116
- context: __SerdeContext
1117
- ) => Promise<DescribeEC2InstanceLimitsCommandOutput>;
1118
- export declare const de_DescribeFleetAttributesCommand: (
1119
- output: __HttpResponse,
1120
- context: __SerdeContext
1121
- ) => Promise<DescribeFleetAttributesCommandOutput>;
1122
- export declare const de_DescribeFleetCapacityCommand: (
1123
- output: __HttpResponse,
1124
- context: __SerdeContext
1125
- ) => Promise<DescribeFleetCapacityCommandOutput>;
1126
- export declare const de_DescribeFleetDeploymentCommand: (
1127
- output: __HttpResponse,
1128
- context: __SerdeContext
1129
- ) => Promise<DescribeFleetDeploymentCommandOutput>;
1130
- export declare const de_DescribeFleetEventsCommand: (
1131
- output: __HttpResponse,
1132
- context: __SerdeContext
1133
- ) => Promise<DescribeFleetEventsCommandOutput>;
1134
- export declare const de_DescribeFleetLocationAttributesCommand: (
1135
- output: __HttpResponse,
1136
- context: __SerdeContext
1137
- ) => Promise<DescribeFleetLocationAttributesCommandOutput>;
1138
- export declare const de_DescribeFleetLocationCapacityCommand: (
1139
- output: __HttpResponse,
1140
- context: __SerdeContext
1141
- ) => Promise<DescribeFleetLocationCapacityCommandOutput>;
1142
- export declare const de_DescribeFleetLocationUtilizationCommand: (
1143
- output: __HttpResponse,
1144
- context: __SerdeContext
1145
- ) => Promise<DescribeFleetLocationUtilizationCommandOutput>;
1146
- export declare const de_DescribeFleetPortSettingsCommand: (
1147
- output: __HttpResponse,
1148
- context: __SerdeContext
1149
- ) => Promise<DescribeFleetPortSettingsCommandOutput>;
1150
- export declare const de_DescribeFleetUtilizationCommand: (
1151
- output: __HttpResponse,
1152
- context: __SerdeContext
1153
- ) => Promise<DescribeFleetUtilizationCommandOutput>;
1154
- export declare const de_DescribeGameServerCommand: (
1155
- output: __HttpResponse,
1156
- context: __SerdeContext
1157
- ) => Promise<DescribeGameServerCommandOutput>;
1158
- export declare const de_DescribeGameServerGroupCommand: (
1159
- output: __HttpResponse,
1160
- context: __SerdeContext
1161
- ) => Promise<DescribeGameServerGroupCommandOutput>;
1162
- export declare const de_DescribeGameServerInstancesCommand: (
1163
- output: __HttpResponse,
1164
- context: __SerdeContext
1165
- ) => Promise<DescribeGameServerInstancesCommandOutput>;
1166
- export declare const de_DescribeGameSessionDetailsCommand: (
1167
- output: __HttpResponse,
1168
- context: __SerdeContext
1169
- ) => Promise<DescribeGameSessionDetailsCommandOutput>;
1170
- export declare const de_DescribeGameSessionPlacementCommand: (
1171
- output: __HttpResponse,
1172
- context: __SerdeContext
1173
- ) => Promise<DescribeGameSessionPlacementCommandOutput>;
1174
- export declare const de_DescribeGameSessionQueuesCommand: (
1175
- output: __HttpResponse,
1176
- context: __SerdeContext
1177
- ) => Promise<DescribeGameSessionQueuesCommandOutput>;
1178
- export declare const de_DescribeGameSessionsCommand: (
1179
- output: __HttpResponse,
1180
- context: __SerdeContext
1181
- ) => Promise<DescribeGameSessionsCommandOutput>;
1182
- export declare const de_DescribeInstancesCommand: (
1183
- output: __HttpResponse,
1184
- context: __SerdeContext
1185
- ) => Promise<DescribeInstancesCommandOutput>;
1186
- export declare const de_DescribeMatchmakingCommand: (
1187
- output: __HttpResponse,
1188
- context: __SerdeContext
1189
- ) => Promise<DescribeMatchmakingCommandOutput>;
1190
- export declare const de_DescribeMatchmakingConfigurationsCommand: (
1191
- output: __HttpResponse,
1192
- context: __SerdeContext
1193
- ) => Promise<DescribeMatchmakingConfigurationsCommandOutput>;
1194
- export declare const de_DescribeMatchmakingRuleSetsCommand: (
1195
- output: __HttpResponse,
1196
- context: __SerdeContext
1197
- ) => Promise<DescribeMatchmakingRuleSetsCommandOutput>;
1198
- export declare const de_DescribePlayerSessionsCommand: (
1199
- output: __HttpResponse,
1200
- context: __SerdeContext
1201
- ) => Promise<DescribePlayerSessionsCommandOutput>;
1202
- export declare const de_DescribeRuntimeConfigurationCommand: (
1203
- output: __HttpResponse,
1204
- context: __SerdeContext
1205
- ) => Promise<DescribeRuntimeConfigurationCommandOutput>;
1206
- export declare const de_DescribeScalingPoliciesCommand: (
1207
- output: __HttpResponse,
1208
- context: __SerdeContext
1209
- ) => Promise<DescribeScalingPoliciesCommandOutput>;
1210
- export declare const de_DescribeScriptCommand: (
1211
- output: __HttpResponse,
1212
- context: __SerdeContext
1213
- ) => Promise<DescribeScriptCommandOutput>;
1214
- export declare const de_DescribeVpcPeeringAuthorizationsCommand: (
1215
- output: __HttpResponse,
1216
- context: __SerdeContext
1217
- ) => Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
1218
- export declare const de_DescribeVpcPeeringConnectionsCommand: (
1219
- output: __HttpResponse,
1220
- context: __SerdeContext
1221
- ) => Promise<DescribeVpcPeeringConnectionsCommandOutput>;
1222
- export declare const de_GetComputeAccessCommand: (
1223
- output: __HttpResponse,
1224
- context: __SerdeContext
1225
- ) => Promise<GetComputeAccessCommandOutput>;
1226
- export declare const de_GetComputeAuthTokenCommand: (
1227
- output: __HttpResponse,
1228
- context: __SerdeContext
1229
- ) => Promise<GetComputeAuthTokenCommandOutput>;
1230
- export declare const de_GetGameSessionLogUrlCommand: (
1231
- output: __HttpResponse,
1232
- context: __SerdeContext
1233
- ) => Promise<GetGameSessionLogUrlCommandOutput>;
1234
- export declare const de_GetInstanceAccessCommand: (
1235
- output: __HttpResponse,
1236
- context: __SerdeContext
1237
- ) => Promise<GetInstanceAccessCommandOutput>;
1238
- export declare const de_ListAliasesCommand: (
1239
- output: __HttpResponse,
1240
- context: __SerdeContext
1241
- ) => Promise<ListAliasesCommandOutput>;
1242
- export declare const de_ListBuildsCommand: (
1243
- output: __HttpResponse,
1244
- context: __SerdeContext
1245
- ) => Promise<ListBuildsCommandOutput>;
1246
- export declare const de_ListComputeCommand: (
1247
- output: __HttpResponse,
1248
- context: __SerdeContext
1249
- ) => Promise<ListComputeCommandOutput>;
1250
- export declare const de_ListContainerFleetsCommand: (
1251
- output: __HttpResponse,
1252
- context: __SerdeContext
1253
- ) => Promise<ListContainerFleetsCommandOutput>;
1254
- export declare const de_ListContainerGroupDefinitionsCommand: (
1255
- output: __HttpResponse,
1256
- context: __SerdeContext
1257
- ) => Promise<ListContainerGroupDefinitionsCommandOutput>;
1258
- export declare const de_ListContainerGroupDefinitionVersionsCommand: (
1259
- output: __HttpResponse,
1260
- context: __SerdeContext
1261
- ) => Promise<ListContainerGroupDefinitionVersionsCommandOutput>;
1262
- export declare const de_ListFleetDeploymentsCommand: (
1263
- output: __HttpResponse,
1264
- context: __SerdeContext
1265
- ) => Promise<ListFleetDeploymentsCommandOutput>;
1266
- export declare const de_ListFleetsCommand: (
1267
- output: __HttpResponse,
1268
- context: __SerdeContext
1269
- ) => Promise<ListFleetsCommandOutput>;
1270
- export declare const de_ListGameServerGroupsCommand: (
1271
- output: __HttpResponse,
1272
- context: __SerdeContext
1273
- ) => Promise<ListGameServerGroupsCommandOutput>;
1274
- export declare const de_ListGameServersCommand: (
1275
- output: __HttpResponse,
1276
- context: __SerdeContext
1277
- ) => Promise<ListGameServersCommandOutput>;
1278
- export declare const de_ListLocationsCommand: (
1279
- output: __HttpResponse,
1280
- context: __SerdeContext
1281
- ) => Promise<ListLocationsCommandOutput>;
1282
- export declare const de_ListScriptsCommand: (
1283
- output: __HttpResponse,
1284
- context: __SerdeContext
1285
- ) => Promise<ListScriptsCommandOutput>;
1286
- export declare const de_ListTagsForResourceCommand: (
1287
- output: __HttpResponse,
1288
- context: __SerdeContext
1289
- ) => Promise<ListTagsForResourceCommandOutput>;
1290
- export declare const de_PutScalingPolicyCommand: (
1291
- output: __HttpResponse,
1292
- context: __SerdeContext
1293
- ) => Promise<PutScalingPolicyCommandOutput>;
1294
- export declare const de_RegisterComputeCommand: (
1295
- output: __HttpResponse,
1296
- context: __SerdeContext
1297
- ) => Promise<RegisterComputeCommandOutput>;
1298
- export declare const de_RegisterGameServerCommand: (
1299
- output: __HttpResponse,
1300
- context: __SerdeContext
1301
- ) => Promise<RegisterGameServerCommandOutput>;
1302
- export declare const de_RequestUploadCredentialsCommand: (
1303
- output: __HttpResponse,
1304
- context: __SerdeContext
1305
- ) => Promise<RequestUploadCredentialsCommandOutput>;
1306
- export declare const de_ResolveAliasCommand: (
1307
- output: __HttpResponse,
1308
- context: __SerdeContext
1309
- ) => Promise<ResolveAliasCommandOutput>;
1310
- export declare const de_ResumeGameServerGroupCommand: (
1311
- output: __HttpResponse,
1312
- context: __SerdeContext
1313
- ) => Promise<ResumeGameServerGroupCommandOutput>;
1314
- export declare const de_SearchGameSessionsCommand: (
1315
- output: __HttpResponse,
1316
- context: __SerdeContext
1317
- ) => Promise<SearchGameSessionsCommandOutput>;
1318
- export declare const de_StartFleetActionsCommand: (
1319
- output: __HttpResponse,
1320
- context: __SerdeContext
1321
- ) => Promise<StartFleetActionsCommandOutput>;
1322
- export declare const de_StartGameSessionPlacementCommand: (
1323
- output: __HttpResponse,
1324
- context: __SerdeContext
1325
- ) => Promise<StartGameSessionPlacementCommandOutput>;
1326
- export declare const de_StartMatchBackfillCommand: (
1327
- output: __HttpResponse,
1328
- context: __SerdeContext
1329
- ) => Promise<StartMatchBackfillCommandOutput>;
1330
- export declare const de_StartMatchmakingCommand: (
1331
- output: __HttpResponse,
1332
- context: __SerdeContext
1333
- ) => Promise<StartMatchmakingCommandOutput>;
1334
- export declare const de_StopFleetActionsCommand: (
1335
- output: __HttpResponse,
1336
- context: __SerdeContext
1337
- ) => Promise<StopFleetActionsCommandOutput>;
1338
- export declare const de_StopGameSessionPlacementCommand: (
1339
- output: __HttpResponse,
1340
- context: __SerdeContext
1341
- ) => Promise<StopGameSessionPlacementCommandOutput>;
1342
- export declare const de_StopMatchmakingCommand: (
1343
- output: __HttpResponse,
1344
- context: __SerdeContext
1345
- ) => Promise<StopMatchmakingCommandOutput>;
1346
- export declare const de_SuspendGameServerGroupCommand: (
1347
- output: __HttpResponse,
1348
- context: __SerdeContext
1349
- ) => Promise<SuspendGameServerGroupCommandOutput>;
1350
- export declare const de_TagResourceCommand: (
1351
- output: __HttpResponse,
1352
- context: __SerdeContext
1353
- ) => Promise<TagResourceCommandOutput>;
1354
- export declare const de_TerminateGameSessionCommand: (
1355
- output: __HttpResponse,
1356
- context: __SerdeContext
1357
- ) => Promise<TerminateGameSessionCommandOutput>;
1358
- export declare const de_UntagResourceCommand: (
1359
- output: __HttpResponse,
1360
- context: __SerdeContext
1361
- ) => Promise<UntagResourceCommandOutput>;
1362
- export declare const de_UpdateAliasCommand: (
1363
- output: __HttpResponse,
1364
- context: __SerdeContext
1365
- ) => Promise<UpdateAliasCommandOutput>;
1366
- export declare const de_UpdateBuildCommand: (
1367
- output: __HttpResponse,
1368
- context: __SerdeContext
1369
- ) => Promise<UpdateBuildCommandOutput>;
1370
- export declare const de_UpdateContainerFleetCommand: (
1371
- output: __HttpResponse,
1372
- context: __SerdeContext
1373
- ) => Promise<UpdateContainerFleetCommandOutput>;
1374
- export declare const de_UpdateContainerGroupDefinitionCommand: (
1375
- output: __HttpResponse,
1376
- context: __SerdeContext
1377
- ) => Promise<UpdateContainerGroupDefinitionCommandOutput>;
1378
- export declare const de_UpdateFleetAttributesCommand: (
1379
- output: __HttpResponse,
1380
- context: __SerdeContext
1381
- ) => Promise<UpdateFleetAttributesCommandOutput>;
1382
- export declare const de_UpdateFleetCapacityCommand: (
1383
- output: __HttpResponse,
1384
- context: __SerdeContext
1385
- ) => Promise<UpdateFleetCapacityCommandOutput>;
1386
- export declare const de_UpdateFleetPortSettingsCommand: (
1387
- output: __HttpResponse,
1388
- context: __SerdeContext
1389
- ) => Promise<UpdateFleetPortSettingsCommandOutput>;
1390
- export declare const de_UpdateGameServerCommand: (
1391
- output: __HttpResponse,
1392
- context: __SerdeContext
1393
- ) => Promise<UpdateGameServerCommandOutput>;
1394
- export declare const de_UpdateGameServerGroupCommand: (
1395
- output: __HttpResponse,
1396
- context: __SerdeContext
1397
- ) => Promise<UpdateGameServerGroupCommandOutput>;
1398
- export declare const de_UpdateGameSessionCommand: (
1399
- output: __HttpResponse,
1400
- context: __SerdeContext
1401
- ) => Promise<UpdateGameSessionCommandOutput>;
1402
- export declare const de_UpdateGameSessionQueueCommand: (
1403
- output: __HttpResponse,
1404
- context: __SerdeContext
1405
- ) => Promise<UpdateGameSessionQueueCommandOutput>;
1406
- export declare const de_UpdateMatchmakingConfigurationCommand: (
1407
- output: __HttpResponse,
1408
- context: __SerdeContext
1409
- ) => Promise<UpdateMatchmakingConfigurationCommandOutput>;
1410
- export declare const de_UpdateRuntimeConfigurationCommand: (
1411
- output: __HttpResponse,
1412
- context: __SerdeContext
1413
- ) => Promise<UpdateRuntimeConfigurationCommandOutput>;
1414
- export declare const de_UpdateScriptCommand: (
1415
- output: __HttpResponse,
1416
- context: __SerdeContext
1417
- ) => Promise<UpdateScriptCommandOutput>;
1418
- export declare const de_ValidateMatchmakingRuleSetCommand: (
1419
- output: __HttpResponse,
1420
- context: __SerdeContext
1421
- ) => Promise<ValidateMatchmakingRuleSetCommandOutput>;