@aws-sdk/client-gamelift 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptMatchCommand.js +2 -2
  4. package/dist-cjs/commands/ClaimGameServerCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBuildCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFleetCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFleetLocationsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateGameServerGroupCommand.js +2 -2
  10. package/dist-cjs/commands/CreateGameSessionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateGameSessionQueueCommand.js +2 -2
  12. package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +2 -2
  14. package/dist-cjs/commands/CreatePlayerSessionCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePlayerSessionsCommand.js +2 -2
  16. package/dist-cjs/commands/CreateScriptCommand.js +2 -2
  17. package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +2 -2
  18. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteBuildCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteFleetCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteFleetLocationsCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteGameServerGroupCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +1 -1
  28. package/dist-cjs/commands/DeleteScriptCommand.js +1 -1
  29. package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +2 -2
  31. package/dist-cjs/commands/DeregisterGameServerCommand.js +1 -1
  32. package/dist-cjs/commands/DescribeAliasCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeBuildCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeFleetAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeFleetCapacityCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeFleetEventsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeGameServerCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeGameServerGroupCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +2 -2
  46. package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +2 -2
  47. package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +2 -2
  48. package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeGameSessionsCommand.js +2 -2
  50. package/dist-cjs/commands/DescribeInstancesCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeMatchmakingCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +2 -2
  53. package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +2 -2
  54. package/dist-cjs/commands/DescribePlayerSessionsCommand.js +2 -2
  55. package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +2 -2
  56. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -2
  57. package/dist-cjs/commands/DescribeScriptCommand.js +2 -2
  58. package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +2 -2
  59. package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +2 -2
  60. package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +2 -2
  61. package/dist-cjs/commands/GetInstanceAccessCommand.js +2 -2
  62. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  63. package/dist-cjs/commands/ListBuildsCommand.js +2 -2
  64. package/dist-cjs/commands/ListFleetsCommand.js +2 -2
  65. package/dist-cjs/commands/ListGameServerGroupsCommand.js +2 -2
  66. package/dist-cjs/commands/ListGameServersCommand.js +2 -2
  67. package/dist-cjs/commands/ListScriptsCommand.js +2 -2
  68. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  69. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
  70. package/dist-cjs/commands/RegisterGameServerCommand.js +2 -2
  71. package/dist-cjs/commands/RequestUploadCredentialsCommand.js +2 -2
  72. package/dist-cjs/commands/ResolveAliasCommand.js +2 -2
  73. package/dist-cjs/commands/ResumeGameServerGroupCommand.js +2 -2
  74. package/dist-cjs/commands/SearchGameSessionsCommand.js +2 -2
  75. package/dist-cjs/commands/StartFleetActionsCommand.js +2 -2
  76. package/dist-cjs/commands/StartGameSessionPlacementCommand.js +2 -2
  77. package/dist-cjs/commands/StartMatchBackfillCommand.js +2 -2
  78. package/dist-cjs/commands/StartMatchmakingCommand.js +2 -2
  79. package/dist-cjs/commands/StopFleetActionsCommand.js +2 -2
  80. package/dist-cjs/commands/StopGameSessionPlacementCommand.js +2 -2
  81. package/dist-cjs/commands/StopMatchmakingCommand.js +2 -2
  82. package/dist-cjs/commands/SuspendGameServerGroupCommand.js +2 -2
  83. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  84. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateBuildCommand.js +2 -2
  87. package/dist-cjs/commands/UpdateFleetAttributesCommand.js +2 -2
  88. package/dist-cjs/commands/UpdateFleetCapacityCommand.js +2 -2
  89. package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +2 -2
  90. package/dist-cjs/commands/UpdateGameServerCommand.js +2 -2
  91. package/dist-cjs/commands/UpdateGameServerGroupCommand.js +2 -2
  92. package/dist-cjs/commands/UpdateGameSessionCommand.js +2 -2
  93. package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +2 -2
  94. package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +2 -2
  95. package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +2 -2
  96. package/dist-cjs/commands/UpdateScriptCommand.js +2 -2
  97. package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +2 -2
  98. package/dist-cjs/models/models_0.js +970 -1450
  99. package/dist-cjs/protocols/Aws_json1_1.js +475 -841
  100. package/dist-es/commands/AcceptMatchCommand.js +3 -3
  101. package/dist-es/commands/ClaimGameServerCommand.js +3 -3
  102. package/dist-es/commands/CreateAliasCommand.js +3 -3
  103. package/dist-es/commands/CreateBuildCommand.js +3 -3
  104. package/dist-es/commands/CreateFleetCommand.js +3 -3
  105. package/dist-es/commands/CreateFleetLocationsCommand.js +3 -3
  106. package/dist-es/commands/CreateGameServerGroupCommand.js +3 -3
  107. package/dist-es/commands/CreateGameSessionCommand.js +3 -3
  108. package/dist-es/commands/CreateGameSessionQueueCommand.js +3 -3
  109. package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +3 -3
  110. package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +3 -3
  111. package/dist-es/commands/CreatePlayerSessionCommand.js +3 -3
  112. package/dist-es/commands/CreatePlayerSessionsCommand.js +3 -3
  113. package/dist-es/commands/CreateScriptCommand.js +3 -3
  114. package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +3 -3
  115. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +3 -3
  116. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  117. package/dist-es/commands/DeleteBuildCommand.js +2 -2
  118. package/dist-es/commands/DeleteFleetCommand.js +2 -2
  119. package/dist-es/commands/DeleteFleetLocationsCommand.js +3 -3
  120. package/dist-es/commands/DeleteGameServerGroupCommand.js +3 -3
  121. package/dist-es/commands/DeleteGameSessionQueueCommand.js +3 -3
  122. package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +3 -3
  123. package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +3 -3
  124. package/dist-es/commands/DeleteScalingPolicyCommand.js +2 -2
  125. package/dist-es/commands/DeleteScriptCommand.js +2 -2
  126. package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +3 -3
  127. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +3 -3
  128. package/dist-es/commands/DeregisterGameServerCommand.js +2 -2
  129. package/dist-es/commands/DescribeAliasCommand.js +3 -3
  130. package/dist-es/commands/DescribeBuildCommand.js +3 -3
  131. package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +3 -3
  132. package/dist-es/commands/DescribeFleetAttributesCommand.js +3 -3
  133. package/dist-es/commands/DescribeFleetCapacityCommand.js +3 -3
  134. package/dist-es/commands/DescribeFleetEventsCommand.js +3 -3
  135. package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +3 -3
  136. package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +3 -3
  137. package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +3 -3
  138. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +3 -3
  139. package/dist-es/commands/DescribeFleetUtilizationCommand.js +3 -3
  140. package/dist-es/commands/DescribeGameServerCommand.js +3 -3
  141. package/dist-es/commands/DescribeGameServerGroupCommand.js +3 -3
  142. package/dist-es/commands/DescribeGameServerInstancesCommand.js +3 -3
  143. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +3 -3
  144. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +3 -3
  145. package/dist-es/commands/DescribeGameSessionQueuesCommand.js +3 -3
  146. package/dist-es/commands/DescribeGameSessionsCommand.js +3 -3
  147. package/dist-es/commands/DescribeInstancesCommand.js +3 -3
  148. package/dist-es/commands/DescribeMatchmakingCommand.js +3 -3
  149. package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +3 -3
  150. package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +3 -3
  151. package/dist-es/commands/DescribePlayerSessionsCommand.js +3 -3
  152. package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +3 -3
  153. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -3
  154. package/dist-es/commands/DescribeScriptCommand.js +3 -3
  155. package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +3 -3
  156. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +3 -3
  157. package/dist-es/commands/GetGameSessionLogUrlCommand.js +3 -3
  158. package/dist-es/commands/GetInstanceAccessCommand.js +3 -3
  159. package/dist-es/commands/ListAliasesCommand.js +3 -3
  160. package/dist-es/commands/ListBuildsCommand.js +3 -3
  161. package/dist-es/commands/ListFleetsCommand.js +3 -3
  162. package/dist-es/commands/ListGameServerGroupsCommand.js +3 -3
  163. package/dist-es/commands/ListGameServersCommand.js +3 -3
  164. package/dist-es/commands/ListScriptsCommand.js +3 -3
  165. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  166. package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
  167. package/dist-es/commands/RegisterGameServerCommand.js +3 -3
  168. package/dist-es/commands/RequestUploadCredentialsCommand.js +3 -3
  169. package/dist-es/commands/ResolveAliasCommand.js +3 -3
  170. package/dist-es/commands/ResumeGameServerGroupCommand.js +3 -3
  171. package/dist-es/commands/SearchGameSessionsCommand.js +3 -3
  172. package/dist-es/commands/StartFleetActionsCommand.js +3 -3
  173. package/dist-es/commands/StartGameSessionPlacementCommand.js +3 -3
  174. package/dist-es/commands/StartMatchBackfillCommand.js +3 -3
  175. package/dist-es/commands/StartMatchmakingCommand.js +3 -3
  176. package/dist-es/commands/StopFleetActionsCommand.js +3 -3
  177. package/dist-es/commands/StopGameSessionPlacementCommand.js +3 -3
  178. package/dist-es/commands/StopMatchmakingCommand.js +3 -3
  179. package/dist-es/commands/SuspendGameServerGroupCommand.js +3 -3
  180. package/dist-es/commands/TagResourceCommand.js +3 -3
  181. package/dist-es/commands/UntagResourceCommand.js +3 -3
  182. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  183. package/dist-es/commands/UpdateBuildCommand.js +3 -3
  184. package/dist-es/commands/UpdateFleetAttributesCommand.js +3 -3
  185. package/dist-es/commands/UpdateFleetCapacityCommand.js +3 -3
  186. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +3 -3
  187. package/dist-es/commands/UpdateGameServerCommand.js +3 -3
  188. package/dist-es/commands/UpdateGameServerGroupCommand.js +3 -3
  189. package/dist-es/commands/UpdateGameSessionCommand.js +3 -3
  190. package/dist-es/commands/UpdateGameSessionQueueCommand.js +3 -3
  191. package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +3 -3
  192. package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +3 -3
  193. package/dist-es/commands/UpdateScriptCommand.js +3 -3
  194. package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +3 -3
  195. package/dist-es/models/models_0.js +240 -960
  196. package/dist-es/protocols/Aws_json1_1.js +761 -842
  197. package/dist-types/models/models_0.d.ts +960 -1440
  198. package/dist-types/ts3.4/models/models_0.d.ts +480 -960
  199. package/package.json +6 -6
@@ -10,16 +10,8 @@ export interface AcceptMatchInput {
10
10
 
11
11
  AcceptanceType: AcceptanceType | string | undefined;
12
12
  }
13
- export declare namespace AcceptMatchInput {
14
-
15
- const filterSensitiveLog: (obj: AcceptMatchInput) => any;
16
- }
17
13
  export interface AcceptMatchOutput {
18
14
  }
19
- export declare namespace AcceptMatchOutput {
20
-
21
- const filterSensitiveLog: (obj: AcceptMatchOutput) => any;
22
- }
23
15
 
24
16
  export declare class InternalServiceException extends __BaseException {
25
17
  readonly name: "InternalServiceException";
@@ -65,10 +57,6 @@ export interface RoutingStrategy {
65
57
 
66
58
  Message?: string;
67
59
  }
68
- export declare namespace RoutingStrategy {
69
-
70
- const filterSensitiveLog: (obj: RoutingStrategy) => any;
71
- }
72
60
 
73
61
  export interface Alias {
74
62
 
@@ -86,10 +74,6 @@ export interface Alias {
86
74
 
87
75
  LastUpdatedTime?: Date;
88
76
  }
89
- export declare namespace Alias {
90
-
91
- const filterSensitiveLog: (obj: Alias) => any;
92
- }
93
77
 
94
78
  export interface AttributeValue {
95
79
 
@@ -101,10 +85,6 @@ export interface AttributeValue {
101
85
 
102
86
  SDM?: Record<string, number>;
103
87
  }
104
- export declare namespace AttributeValue {
105
-
106
- const filterSensitiveLog: (obj: AttributeValue) => any;
107
- }
108
88
 
109
89
  export interface AwsCredentials {
110
90
 
@@ -114,10 +94,6 @@ export interface AwsCredentials {
114
94
 
115
95
  SessionToken?: string;
116
96
  }
117
- export declare namespace AwsCredentials {
118
-
119
- const filterSensitiveLog: (obj: AwsCredentials) => any;
120
- }
121
97
  export declare enum BackfillMode {
122
98
  AUTOMATIC = "AUTOMATIC",
123
99
  MANUAL = "MANUAL"
@@ -156,10 +132,6 @@ export interface Build {
156
132
 
157
133
  CreationTime?: Date;
158
134
  }
159
- export declare namespace Build {
160
-
161
- const filterSensitiveLog: (obj: Build) => any;
162
- }
163
135
  export declare enum CertificateType {
164
136
  Disabled = "DISABLED",
165
137
  Generated = "GENERATED"
@@ -169,10 +141,6 @@ export interface CertificateConfiguration {
169
141
 
170
142
  CertificateType: CertificateType | string | undefined;
171
143
  }
172
- export declare namespace CertificateConfiguration {
173
-
174
- const filterSensitiveLog: (obj: CertificateConfiguration) => any;
175
- }
176
144
  export interface ClaimGameServerInput {
177
145
 
178
146
  GameServerGroupName: string | undefined;
@@ -181,10 +149,6 @@ export interface ClaimGameServerInput {
181
149
 
182
150
  GameServerData?: string;
183
151
  }
184
- export declare namespace ClaimGameServerInput {
185
-
186
- const filterSensitiveLog: (obj: ClaimGameServerInput) => any;
187
- }
188
152
  export declare enum GameServerClaimStatus {
189
153
  CLAIMED = "CLAIMED"
190
154
  }
@@ -217,18 +181,10 @@ export interface GameServer {
217
181
 
218
182
  LastHealthCheckTime?: Date;
219
183
  }
220
- export declare namespace GameServer {
221
-
222
- const filterSensitiveLog: (obj: GameServer) => any;
223
- }
224
184
  export interface ClaimGameServerOutput {
225
185
 
226
186
  GameServer?: GameServer;
227
187
  }
228
- export declare namespace ClaimGameServerOutput {
229
-
230
- const filterSensitiveLog: (obj: ClaimGameServerOutput) => any;
231
- }
232
188
 
233
189
  export declare class ConflictException extends __BaseException {
234
190
  readonly name: "ConflictException";
@@ -266,10 +222,6 @@ export interface Tag {
266
222
 
267
223
  Value: string | undefined;
268
224
  }
269
- export declare namespace Tag {
270
-
271
- const filterSensitiveLog: (obj: Tag) => any;
272
- }
273
225
 
274
226
  export interface CreateAliasInput {
275
227
 
@@ -281,19 +233,11 @@ export interface CreateAliasInput {
281
233
 
282
234
  Tags?: Tag[];
283
235
  }
284
- export declare namespace CreateAliasInput {
285
-
286
- const filterSensitiveLog: (obj: CreateAliasInput) => any;
287
- }
288
236
 
289
237
  export interface CreateAliasOutput {
290
238
 
291
239
  Alias?: Alias;
292
240
  }
293
- export declare namespace CreateAliasOutput {
294
-
295
- const filterSensitiveLog: (obj: CreateAliasOutput) => any;
296
- }
297
241
 
298
242
  export declare class LimitExceededException extends __BaseException {
299
243
  readonly name: "LimitExceededException";
@@ -321,10 +265,6 @@ export interface S3Location {
321
265
 
322
266
  ObjectVersion?: string;
323
267
  }
324
- export declare namespace S3Location {
325
-
326
- const filterSensitiveLog: (obj: S3Location) => any;
327
- }
328
268
 
329
269
  export interface CreateBuildInput {
330
270
 
@@ -338,10 +278,6 @@ export interface CreateBuildInput {
338
278
 
339
279
  Tags?: Tag[];
340
280
  }
341
- export declare namespace CreateBuildInput {
342
-
343
- const filterSensitiveLog: (obj: CreateBuildInput) => any;
344
- }
345
281
 
346
282
  export interface CreateBuildOutput {
347
283
 
@@ -351,10 +287,6 @@ export interface CreateBuildOutput {
351
287
 
352
288
  StorageLocation?: S3Location;
353
289
  }
354
- export declare namespace CreateBuildOutput {
355
-
356
- const filterSensitiveLog: (obj: CreateBuildOutput) => any;
357
- }
358
290
  export declare enum IpProtocol {
359
291
  TCP = "TCP",
360
292
  UDP = "UDP"
@@ -370,10 +302,6 @@ export interface IpPermission {
370
302
 
371
303
  Protocol: IpProtocol | string | undefined;
372
304
  }
373
- export declare namespace IpPermission {
374
-
375
- const filterSensitiveLog: (obj: IpPermission) => any;
376
- }
377
305
  export declare type EC2InstanceType = "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.small";
378
306
  export declare enum FleetType {
379
307
  OnDemand = "ON_DEMAND",
@@ -384,10 +312,6 @@ export interface LocationConfiguration {
384
312
 
385
313
  Location?: string;
386
314
  }
387
- export declare namespace LocationConfiguration {
388
-
389
- const filterSensitiveLog: (obj: LocationConfiguration) => any;
390
- }
391
315
  export declare enum ProtectionPolicy {
392
316
  FullProtection = "FullProtection",
393
317
  NoProtection = "NoProtection"
@@ -399,10 +323,6 @@ export interface ResourceCreationLimitPolicy {
399
323
 
400
324
  PolicyPeriodInMinutes?: number;
401
325
  }
402
- export declare namespace ResourceCreationLimitPolicy {
403
-
404
- const filterSensitiveLog: (obj: ResourceCreationLimitPolicy) => any;
405
- }
406
326
 
407
327
  export interface ServerProcess {
408
328
 
@@ -412,10 +332,6 @@ export interface ServerProcess {
412
332
 
413
333
  ConcurrentExecutions: number | undefined;
414
334
  }
415
- export declare namespace ServerProcess {
416
-
417
- const filterSensitiveLog: (obj: ServerProcess) => any;
418
- }
419
335
 
420
336
  export interface RuntimeConfiguration {
421
337
 
@@ -425,10 +341,6 @@ export interface RuntimeConfiguration {
425
341
 
426
342
  GameSessionActivationTimeoutSeconds?: number;
427
343
  }
428
- export declare namespace RuntimeConfiguration {
429
-
430
- const filterSensitiveLog: (obj: RuntimeConfiguration) => any;
431
- }
432
344
 
433
345
  export interface CreateFleetInput {
434
346
 
@@ -472,10 +384,6 @@ export interface CreateFleetInput {
472
384
 
473
385
  Tags?: Tag[];
474
386
  }
475
- export declare namespace CreateFleetInput {
476
-
477
- const filterSensitiveLog: (obj: CreateFleetInput) => any;
478
- }
479
387
  export declare enum FleetStatus {
480
388
  ACTIVATING = "ACTIVATING",
481
389
  ACTIVE = "ACTIVE",
@@ -539,10 +447,6 @@ export interface FleetAttributes {
539
447
 
540
448
  CertificateConfiguration?: CertificateConfiguration;
541
449
  }
542
- export declare namespace FleetAttributes {
543
-
544
- const filterSensitiveLog: (obj: FleetAttributes) => any;
545
- }
546
450
 
547
451
  export interface LocationState {
548
452
 
@@ -550,10 +454,6 @@ export interface LocationState {
550
454
 
551
455
  Status?: FleetStatus | string;
552
456
  }
553
- export declare namespace LocationState {
554
-
555
- const filterSensitiveLog: (obj: LocationState) => any;
556
- }
557
457
 
558
458
  export interface CreateFleetOutput {
559
459
 
@@ -561,10 +461,6 @@ export interface CreateFleetOutput {
561
461
 
562
462
  LocationStates?: LocationState[];
563
463
  }
564
- export declare namespace CreateFleetOutput {
565
-
566
- const filterSensitiveLog: (obj: CreateFleetOutput) => any;
567
- }
568
464
 
569
465
  export interface CreateFleetLocationsInput {
570
466
 
@@ -572,10 +468,6 @@ export interface CreateFleetLocationsInput {
572
468
 
573
469
  Locations: LocationConfiguration[] | undefined;
574
470
  }
575
- export declare namespace CreateFleetLocationsInput {
576
-
577
- const filterSensitiveLog: (obj: CreateFleetLocationsInput) => any;
578
- }
579
471
 
580
472
  export interface CreateFleetLocationsOutput {
581
473
 
@@ -585,10 +477,6 @@ export interface CreateFleetLocationsOutput {
585
477
 
586
478
  LocationStates?: LocationState[];
587
479
  }
588
- export declare namespace CreateFleetLocationsOutput {
589
-
590
- const filterSensitiveLog: (obj: CreateFleetLocationsOutput) => any;
591
- }
592
480
 
593
481
  export declare class InvalidFleetStatusException extends __BaseException {
594
482
  readonly name: "InvalidFleetStatusException";
@@ -602,10 +490,6 @@ export interface TargetTrackingConfiguration {
602
490
 
603
491
  TargetValue: number | undefined;
604
492
  }
605
- export declare namespace TargetTrackingConfiguration {
606
-
607
- const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
608
- }
609
493
 
610
494
  export interface GameServerGroupAutoScalingPolicy {
611
495
 
@@ -613,10 +497,6 @@ export interface GameServerGroupAutoScalingPolicy {
613
497
 
614
498
  TargetTrackingConfiguration: TargetTrackingConfiguration | undefined;
615
499
  }
616
- export declare namespace GameServerGroupAutoScalingPolicy {
617
-
618
- const filterSensitiveLog: (obj: GameServerGroupAutoScalingPolicy) => any;
619
- }
620
500
  export declare enum GameServerProtectionPolicy {
621
501
  FULL_PROTECTION = "FULL_PROTECTION",
622
502
  NO_PROTECTION = "NO_PROTECTION"
@@ -629,10 +509,6 @@ export interface InstanceDefinition {
629
509
 
630
510
  WeightedCapacity?: string;
631
511
  }
632
- export declare namespace InstanceDefinition {
633
-
634
- const filterSensitiveLog: (obj: InstanceDefinition) => any;
635
- }
636
512
 
637
513
  export interface LaunchTemplateSpecification {
638
514
 
@@ -642,10 +518,6 @@ export interface LaunchTemplateSpecification {
642
518
 
643
519
  Version?: string;
644
520
  }
645
- export declare namespace LaunchTemplateSpecification {
646
-
647
- const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
648
- }
649
521
  export interface CreateGameServerGroupInput {
650
522
 
651
523
  GameServerGroupName: string | undefined;
@@ -670,10 +542,6 @@ export interface CreateGameServerGroupInput {
670
542
 
671
543
  Tags?: Tag[];
672
544
  }
673
- export declare namespace CreateGameServerGroupInput {
674
-
675
- const filterSensitiveLog: (obj: CreateGameServerGroupInput) => any;
676
- }
677
545
  export declare enum GameServerGroupStatus {
678
546
  ACTIVATING = "ACTIVATING",
679
547
  ACTIVE = "ACTIVE",
@@ -713,18 +581,10 @@ export interface GameServerGroup {
713
581
 
714
582
  LastUpdatedTime?: Date;
715
583
  }
716
- export declare namespace GameServerGroup {
717
-
718
- const filterSensitiveLog: (obj: GameServerGroup) => any;
719
- }
720
584
  export interface CreateGameServerGroupOutput {
721
585
 
722
586
  GameServerGroup?: GameServerGroup;
723
587
  }
724
- export declare namespace CreateGameServerGroupOutput {
725
-
726
- const filterSensitiveLog: (obj: CreateGameServerGroupOutput) => any;
727
- }
728
588
 
729
589
  export interface GameProperty {
730
590
 
@@ -732,10 +592,6 @@ export interface GameProperty {
732
592
 
733
593
  Value: string | undefined;
734
594
  }
735
- export declare namespace GameProperty {
736
-
737
- const filterSensitiveLog: (obj: GameProperty) => any;
738
- }
739
595
 
740
596
  export interface CreateGameSessionInput {
741
597
 
@@ -759,10 +615,6 @@ export interface CreateGameSessionInput {
759
615
 
760
616
  Location?: string;
761
617
  }
762
- export declare namespace CreateGameSessionInput {
763
-
764
- const filterSensitiveLog: (obj: CreateGameSessionInput) => any;
765
- }
766
618
  export declare enum PlayerSessionCreationPolicy {
767
619
  ACCEPT_ALL = "ACCEPT_ALL",
768
620
  DENY_ALL = "DENY_ALL"
@@ -818,19 +670,11 @@ export interface GameSession {
818
670
 
819
671
  Location?: string;
820
672
  }
821
- export declare namespace GameSession {
822
-
823
- const filterSensitiveLog: (obj: GameSession) => any;
824
- }
825
673
 
826
674
  export interface CreateGameSessionOutput {
827
675
 
828
676
  GameSession?: GameSession;
829
677
  }
830
- export declare namespace CreateGameSessionOutput {
831
-
832
- const filterSensitiveLog: (obj: CreateGameSessionOutput) => any;
833
- }
834
678
 
835
679
  export declare class FleetCapacityExceededException extends __BaseException {
836
680
  readonly name: "FleetCapacityExceededException";
@@ -860,19 +704,11 @@ export interface GameSessionQueueDestination {
860
704
 
861
705
  DestinationArn?: string;
862
706
  }
863
- export declare namespace GameSessionQueueDestination {
864
-
865
- const filterSensitiveLog: (obj: GameSessionQueueDestination) => any;
866
- }
867
707
 
868
708
  export interface FilterConfiguration {
869
709
 
870
710
  AllowedLocations?: string[];
871
711
  }
872
- export declare namespace FilterConfiguration {
873
-
874
- const filterSensitiveLog: (obj: FilterConfiguration) => any;
875
- }
876
712
 
877
713
  export interface PlayerLatencyPolicy {
878
714
 
@@ -880,10 +716,6 @@ export interface PlayerLatencyPolicy {
880
716
 
881
717
  PolicyDurationSeconds?: number;
882
718
  }
883
- export declare namespace PlayerLatencyPolicy {
884
-
885
- const filterSensitiveLog: (obj: PlayerLatencyPolicy) => any;
886
- }
887
719
  export declare enum PriorityType {
888
720
  COST = "COST",
889
721
  DESTINATION = "DESTINATION",
@@ -897,10 +729,6 @@ export interface PriorityConfiguration {
897
729
 
898
730
  LocationOrder?: string[];
899
731
  }
900
- export declare namespace PriorityConfiguration {
901
-
902
- const filterSensitiveLog: (obj: PriorityConfiguration) => any;
903
- }
904
732
 
905
733
  export interface CreateGameSessionQueueInput {
906
734
 
@@ -922,10 +750,6 @@ export interface CreateGameSessionQueueInput {
922
750
 
923
751
  Tags?: Tag[];
924
752
  }
925
- export declare namespace CreateGameSessionQueueInput {
926
-
927
- const filterSensitiveLog: (obj: CreateGameSessionQueueInput) => any;
928
- }
929
753
 
930
754
  export interface GameSessionQueue {
931
755
 
@@ -947,19 +771,11 @@ export interface GameSessionQueue {
947
771
 
948
772
  NotificationTarget?: string;
949
773
  }
950
- export declare namespace GameSessionQueue {
951
-
952
- const filterSensitiveLog: (obj: GameSessionQueue) => any;
953
- }
954
774
 
955
775
  export interface CreateGameSessionQueueOutput {
956
776
 
957
777
  GameSessionQueue?: GameSessionQueue;
958
778
  }
959
- export declare namespace CreateGameSessionQueueOutput {
960
-
961
- const filterSensitiveLog: (obj: CreateGameSessionQueueOutput) => any;
962
- }
963
779
  export declare enum FlexMatchMode {
964
780
  STANDALONE = "STANDALONE",
965
781
  WITH_QUEUE = "WITH_QUEUE"
@@ -997,10 +813,6 @@ export interface CreateMatchmakingConfigurationInput {
997
813
 
998
814
  Tags?: Tag[];
999
815
  }
1000
- export declare namespace CreateMatchmakingConfigurationInput {
1001
-
1002
- const filterSensitiveLog: (obj: CreateMatchmakingConfigurationInput) => any;
1003
- }
1004
816
 
1005
817
  export interface MatchmakingConfiguration {
1006
818
 
@@ -1038,19 +850,11 @@ export interface MatchmakingConfiguration {
1038
850
 
1039
851
  FlexMatchMode?: FlexMatchMode | string;
1040
852
  }
1041
- export declare namespace MatchmakingConfiguration {
1042
-
1043
- const filterSensitiveLog: (obj: MatchmakingConfiguration) => any;
1044
- }
1045
853
 
1046
854
  export interface CreateMatchmakingConfigurationOutput {
1047
855
 
1048
856
  Configuration?: MatchmakingConfiguration;
1049
857
  }
1050
- export declare namespace CreateMatchmakingConfigurationOutput {
1051
-
1052
- const filterSensitiveLog: (obj: CreateMatchmakingConfigurationOutput) => any;
1053
- }
1054
858
 
1055
859
  export interface CreateMatchmakingRuleSetInput {
1056
860
 
@@ -1060,10 +864,6 @@ export interface CreateMatchmakingRuleSetInput {
1060
864
 
1061
865
  Tags?: Tag[];
1062
866
  }
1063
- export declare namespace CreateMatchmakingRuleSetInput {
1064
-
1065
- const filterSensitiveLog: (obj: CreateMatchmakingRuleSetInput) => any;
1066
- }
1067
867
 
1068
868
  export interface MatchmakingRuleSet {
1069
869
 
@@ -1075,19 +875,11 @@ export interface MatchmakingRuleSet {
1075
875
 
1076
876
  CreationTime?: Date;
1077
877
  }
1078
- export declare namespace MatchmakingRuleSet {
1079
-
1080
- const filterSensitiveLog: (obj: MatchmakingRuleSet) => any;
1081
- }
1082
878
 
1083
879
  export interface CreateMatchmakingRuleSetOutput {
1084
880
 
1085
881
  RuleSet: MatchmakingRuleSet | undefined;
1086
882
  }
1087
- export declare namespace CreateMatchmakingRuleSetOutput {
1088
-
1089
- const filterSensitiveLog: (obj: CreateMatchmakingRuleSetOutput) => any;
1090
- }
1091
883
 
1092
884
  export interface CreatePlayerSessionInput {
1093
885
 
@@ -1097,10 +889,6 @@ export interface CreatePlayerSessionInput {
1097
889
 
1098
890
  PlayerData?: string;
1099
891
  }
1100
- export declare namespace CreatePlayerSessionInput {
1101
-
1102
- const filterSensitiveLog: (obj: CreatePlayerSessionInput) => any;
1103
- }
1104
892
  export declare enum PlayerSessionStatus {
1105
893
  ACTIVE = "ACTIVE",
1106
894
  COMPLETED = "COMPLETED",
@@ -1134,19 +922,11 @@ export interface PlayerSession {
1134
922
 
1135
923
  PlayerData?: string;
1136
924
  }
1137
- export declare namespace PlayerSession {
1138
-
1139
- const filterSensitiveLog: (obj: PlayerSession) => any;
1140
- }
1141
925
 
1142
926
  export interface CreatePlayerSessionOutput {
1143
927
 
1144
928
  PlayerSession?: PlayerSession;
1145
929
  }
1146
- export declare namespace CreatePlayerSessionOutput {
1147
-
1148
- const filterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
1149
- }
1150
930
 
1151
931
  export declare class GameSessionFullException extends __BaseException {
1152
932
  readonly name: "GameSessionFullException";
@@ -1172,19 +952,11 @@ export interface CreatePlayerSessionsInput {
1172
952
 
1173
953
  PlayerDataMap?: Record<string, string>;
1174
954
  }
1175
- export declare namespace CreatePlayerSessionsInput {
1176
-
1177
- const filterSensitiveLog: (obj: CreatePlayerSessionsInput) => any;
1178
- }
1179
955
 
1180
956
  export interface CreatePlayerSessionsOutput {
1181
957
 
1182
958
  PlayerSessions?: PlayerSession[];
1183
959
  }
1184
- export declare namespace CreatePlayerSessionsOutput {
1185
-
1186
- const filterSensitiveLog: (obj: CreatePlayerSessionsOutput) => any;
1187
- }
1188
960
  export interface CreateScriptInput {
1189
961
 
1190
962
  Name?: string;
@@ -1197,10 +969,6 @@ export interface CreateScriptInput {
1197
969
 
1198
970
  Tags?: Tag[];
1199
971
  }
1200
- export declare namespace CreateScriptInput {
1201
-
1202
- const filterSensitiveLog: (obj: CreateScriptInput) => any;
1203
- }
1204
972
 
1205
973
  export interface Script {
1206
974
 
@@ -1218,18 +986,10 @@ export interface Script {
1218
986
 
1219
987
  StorageLocation?: S3Location;
1220
988
  }
1221
- export declare namespace Script {
1222
-
1223
- const filterSensitiveLog: (obj: Script) => any;
1224
- }
1225
989
  export interface CreateScriptOutput {
1226
990
 
1227
991
  Script?: Script;
1228
992
  }
1229
- export declare namespace CreateScriptOutput {
1230
-
1231
- const filterSensitiveLog: (obj: CreateScriptOutput) => any;
1232
- }
1233
993
 
1234
994
  export interface CreateVpcPeeringAuthorizationInput {
1235
995
 
@@ -1237,10 +997,6 @@ export interface CreateVpcPeeringAuthorizationInput {
1237
997
 
1238
998
  PeerVpcId: string | undefined;
1239
999
  }
1240
- export declare namespace CreateVpcPeeringAuthorizationInput {
1241
-
1242
- const filterSensitiveLog: (obj: CreateVpcPeeringAuthorizationInput) => any;
1243
- }
1244
1000
 
1245
1001
  export interface VpcPeeringAuthorization {
1246
1002
 
@@ -1254,19 +1010,11 @@ export interface VpcPeeringAuthorization {
1254
1010
 
1255
1011
  ExpirationTime?: Date;
1256
1012
  }
1257
- export declare namespace VpcPeeringAuthorization {
1258
-
1259
- const filterSensitiveLog: (obj: VpcPeeringAuthorization) => any;
1260
- }
1261
1013
 
1262
1014
  export interface CreateVpcPeeringAuthorizationOutput {
1263
1015
 
1264
1016
  VpcPeeringAuthorization?: VpcPeeringAuthorization;
1265
1017
  }
1266
- export declare namespace CreateVpcPeeringAuthorizationOutput {
1267
-
1268
- const filterSensitiveLog: (obj: CreateVpcPeeringAuthorizationOutput) => any;
1269
- }
1270
1018
 
1271
1019
  export interface CreateVpcPeeringConnectionInput {
1272
1020
 
@@ -1276,43 +1024,23 @@ export interface CreateVpcPeeringConnectionInput {
1276
1024
 
1277
1025
  PeerVpcId: string | undefined;
1278
1026
  }
1279
- export declare namespace CreateVpcPeeringConnectionInput {
1280
-
1281
- const filterSensitiveLog: (obj: CreateVpcPeeringConnectionInput) => any;
1282
- }
1283
1027
  export interface CreateVpcPeeringConnectionOutput {
1284
1028
  }
1285
- export declare namespace CreateVpcPeeringConnectionOutput {
1286
-
1287
- const filterSensitiveLog: (obj: CreateVpcPeeringConnectionOutput) => any;
1288
- }
1289
1029
 
1290
1030
  export interface DeleteAliasInput {
1291
1031
 
1292
1032
  AliasId: string | undefined;
1293
1033
  }
1294
- export declare namespace DeleteAliasInput {
1295
-
1296
- const filterSensitiveLog: (obj: DeleteAliasInput) => any;
1297
- }
1298
1034
 
1299
1035
  export interface DeleteBuildInput {
1300
1036
 
1301
1037
  BuildId: string | undefined;
1302
1038
  }
1303
- export declare namespace DeleteBuildInput {
1304
-
1305
- const filterSensitiveLog: (obj: DeleteBuildInput) => any;
1306
- }
1307
1039
 
1308
1040
  export interface DeleteFleetInput {
1309
1041
 
1310
1042
  FleetId: string | undefined;
1311
1043
  }
1312
- export declare namespace DeleteFleetInput {
1313
-
1314
- const filterSensitiveLog: (obj: DeleteFleetInput) => any;
1315
- }
1316
1044
 
1317
1045
  export interface DeleteFleetLocationsInput {
1318
1046
 
@@ -1320,10 +1048,6 @@ export interface DeleteFleetLocationsInput {
1320
1048
 
1321
1049
  Locations: string[] | undefined;
1322
1050
  }
1323
- export declare namespace DeleteFleetLocationsInput {
1324
-
1325
- const filterSensitiveLog: (obj: DeleteFleetLocationsInput) => any;
1326
- }
1327
1051
 
1328
1052
  export interface DeleteFleetLocationsOutput {
1329
1053
 
@@ -1333,10 +1057,6 @@ export interface DeleteFleetLocationsOutput {
1333
1057
 
1334
1058
  LocationStates?: LocationState[];
1335
1059
  }
1336
- export declare namespace DeleteFleetLocationsOutput {
1337
-
1338
- const filterSensitiveLog: (obj: DeleteFleetLocationsOutput) => any;
1339
- }
1340
1060
  export declare enum GameServerGroupDeleteOption {
1341
1061
  FORCE_DELETE = "FORCE_DELETE",
1342
1062
  RETAIN = "RETAIN",
@@ -1348,64 +1068,32 @@ export interface DeleteGameServerGroupInput {
1348
1068
 
1349
1069
  DeleteOption?: GameServerGroupDeleteOption | string;
1350
1070
  }
1351
- export declare namespace DeleteGameServerGroupInput {
1352
-
1353
- const filterSensitiveLog: (obj: DeleteGameServerGroupInput) => any;
1354
- }
1355
1071
  export interface DeleteGameServerGroupOutput {
1356
1072
 
1357
1073
  GameServerGroup?: GameServerGroup;
1358
1074
  }
1359
- export declare namespace DeleteGameServerGroupOutput {
1360
-
1361
- const filterSensitiveLog: (obj: DeleteGameServerGroupOutput) => any;
1362
- }
1363
1075
 
1364
1076
  export interface DeleteGameSessionQueueInput {
1365
1077
 
1366
1078
  Name: string | undefined;
1367
1079
  }
1368
- export declare namespace DeleteGameSessionQueueInput {
1369
-
1370
- const filterSensitiveLog: (obj: DeleteGameSessionQueueInput) => any;
1371
- }
1372
1080
  export interface DeleteGameSessionQueueOutput {
1373
1081
  }
1374
- export declare namespace DeleteGameSessionQueueOutput {
1375
-
1376
- const filterSensitiveLog: (obj: DeleteGameSessionQueueOutput) => any;
1377
- }
1378
1082
 
1379
1083
  export interface DeleteMatchmakingConfigurationInput {
1380
1084
 
1381
1085
  Name: string | undefined;
1382
1086
  }
1383
- export declare namespace DeleteMatchmakingConfigurationInput {
1384
-
1385
- const filterSensitiveLog: (obj: DeleteMatchmakingConfigurationInput) => any;
1386
- }
1387
1087
  export interface DeleteMatchmakingConfigurationOutput {
1388
1088
  }
1389
- export declare namespace DeleteMatchmakingConfigurationOutput {
1390
-
1391
- const filterSensitiveLog: (obj: DeleteMatchmakingConfigurationOutput) => any;
1392
- }
1393
1089
 
1394
1090
  export interface DeleteMatchmakingRuleSetInput {
1395
1091
 
1396
1092
  Name: string | undefined;
1397
1093
  }
1398
- export declare namespace DeleteMatchmakingRuleSetInput {
1399
-
1400
- const filterSensitiveLog: (obj: DeleteMatchmakingRuleSetInput) => any;
1401
- }
1402
1094
 
1403
1095
  export interface DeleteMatchmakingRuleSetOutput {
1404
1096
  }
1405
- export declare namespace DeleteMatchmakingRuleSetOutput {
1406
-
1407
- const filterSensitiveLog: (obj: DeleteMatchmakingRuleSetOutput) => any;
1408
- }
1409
1097
 
1410
1098
  export interface DeleteScalingPolicyInput {
1411
1099
 
@@ -1413,18 +1101,10 @@ export interface DeleteScalingPolicyInput {
1413
1101
 
1414
1102
  FleetId: string | undefined;
1415
1103
  }
1416
- export declare namespace DeleteScalingPolicyInput {
1417
-
1418
- const filterSensitiveLog: (obj: DeleteScalingPolicyInput) => any;
1419
- }
1420
1104
  export interface DeleteScriptInput {
1421
1105
 
1422
1106
  ScriptId: string | undefined;
1423
1107
  }
1424
- export declare namespace DeleteScriptInput {
1425
-
1426
- const filterSensitiveLog: (obj: DeleteScriptInput) => any;
1427
- }
1428
1108
 
1429
1109
  export interface DeleteVpcPeeringAuthorizationInput {
1430
1110
 
@@ -1432,16 +1112,8 @@ export interface DeleteVpcPeeringAuthorizationInput {
1432
1112
 
1433
1113
  PeerVpcId: string | undefined;
1434
1114
  }
1435
- export declare namespace DeleteVpcPeeringAuthorizationInput {
1436
-
1437
- const filterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationInput) => any;
1438
- }
1439
1115
  export interface DeleteVpcPeeringAuthorizationOutput {
1440
1116
  }
1441
- export declare namespace DeleteVpcPeeringAuthorizationOutput {
1442
-
1443
- const filterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationOutput) => any;
1444
- }
1445
1117
 
1446
1118
  export interface DeleteVpcPeeringConnectionInput {
1447
1119
 
@@ -1449,62 +1121,34 @@ export interface DeleteVpcPeeringConnectionInput {
1449
1121
 
1450
1122
  VpcPeeringConnectionId: string | undefined;
1451
1123
  }
1452
- export declare namespace DeleteVpcPeeringConnectionInput {
1453
-
1454
- const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionInput) => any;
1455
- }
1456
1124
  export interface DeleteVpcPeeringConnectionOutput {
1457
1125
  }
1458
- export declare namespace DeleteVpcPeeringConnectionOutput {
1459
-
1460
- const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionOutput) => any;
1461
- }
1462
1126
  export interface DeregisterGameServerInput {
1463
1127
 
1464
1128
  GameServerGroupName: string | undefined;
1465
1129
 
1466
1130
  GameServerId: string | undefined;
1467
1131
  }
1468
- export declare namespace DeregisterGameServerInput {
1469
-
1470
- const filterSensitiveLog: (obj: DeregisterGameServerInput) => any;
1471
- }
1472
1132
 
1473
1133
  export interface DescribeAliasInput {
1474
1134
 
1475
1135
  AliasId: string | undefined;
1476
1136
  }
1477
- export declare namespace DescribeAliasInput {
1478
-
1479
- const filterSensitiveLog: (obj: DescribeAliasInput) => any;
1480
- }
1481
1137
 
1482
1138
  export interface DescribeAliasOutput {
1483
1139
 
1484
1140
  Alias?: Alias;
1485
1141
  }
1486
- export declare namespace DescribeAliasOutput {
1487
-
1488
- const filterSensitiveLog: (obj: DescribeAliasOutput) => any;
1489
- }
1490
1142
 
1491
1143
  export interface DescribeBuildInput {
1492
1144
 
1493
1145
  BuildId: string | undefined;
1494
1146
  }
1495
- export declare namespace DescribeBuildInput {
1496
-
1497
- const filterSensitiveLog: (obj: DescribeBuildInput) => any;
1498
- }
1499
1147
 
1500
1148
  export interface DescribeBuildOutput {
1501
1149
 
1502
1150
  Build?: Build;
1503
1151
  }
1504
- export declare namespace DescribeBuildOutput {
1505
-
1506
- const filterSensitiveLog: (obj: DescribeBuildOutput) => any;
1507
- }
1508
1152
 
1509
1153
  export interface DescribeEC2InstanceLimitsInput {
1510
1154
 
@@ -1512,10 +1156,6 @@ export interface DescribeEC2InstanceLimitsInput {
1512
1156
 
1513
1157
  Location?: string;
1514
1158
  }
1515
- export declare namespace DescribeEC2InstanceLimitsInput {
1516
-
1517
- const filterSensitiveLog: (obj: DescribeEC2InstanceLimitsInput) => any;
1518
- }
1519
1159
 
1520
1160
  export interface EC2InstanceLimit {
1521
1161
 
@@ -1527,19 +1167,11 @@ export interface EC2InstanceLimit {
1527
1167
 
1528
1168
  Location?: string;
1529
1169
  }
1530
- export declare namespace EC2InstanceLimit {
1531
-
1532
- const filterSensitiveLog: (obj: EC2InstanceLimit) => any;
1533
- }
1534
1170
 
1535
1171
  export interface DescribeEC2InstanceLimitsOutput {
1536
1172
 
1537
1173
  EC2InstanceLimits?: EC2InstanceLimit[];
1538
1174
  }
1539
- export declare namespace DescribeEC2InstanceLimitsOutput {
1540
-
1541
- const filterSensitiveLog: (obj: DescribeEC2InstanceLimitsOutput) => any;
1542
- }
1543
1175
 
1544
1176
  export interface DescribeFleetAttributesInput {
1545
1177
 
@@ -1549,10 +1181,6 @@ export interface DescribeFleetAttributesInput {
1549
1181
 
1550
1182
  NextToken?: string;
1551
1183
  }
1552
- export declare namespace DescribeFleetAttributesInput {
1553
-
1554
- const filterSensitiveLog: (obj: DescribeFleetAttributesInput) => any;
1555
- }
1556
1184
 
1557
1185
  export interface DescribeFleetAttributesOutput {
1558
1186
 
@@ -1560,10 +1188,6 @@ export interface DescribeFleetAttributesOutput {
1560
1188
 
1561
1189
  NextToken?: string;
1562
1190
  }
1563
- export declare namespace DescribeFleetAttributesOutput {
1564
-
1565
- const filterSensitiveLog: (obj: DescribeFleetAttributesOutput) => any;
1566
- }
1567
1191
 
1568
1192
  export interface DescribeFleetCapacityInput {
1569
1193
 
@@ -1573,10 +1197,6 @@ export interface DescribeFleetCapacityInput {
1573
1197
 
1574
1198
  NextToken?: string;
1575
1199
  }
1576
- export declare namespace DescribeFleetCapacityInput {
1577
-
1578
- const filterSensitiveLog: (obj: DescribeFleetCapacityInput) => any;
1579
- }
1580
1200
 
1581
1201
  export interface EC2InstanceCounts {
1582
1202
 
@@ -1594,10 +1214,6 @@ export interface EC2InstanceCounts {
1594
1214
 
1595
1215
  TERMINATING?: number;
1596
1216
  }
1597
- export declare namespace EC2InstanceCounts {
1598
-
1599
- const filterSensitiveLog: (obj: EC2InstanceCounts) => any;
1600
- }
1601
1217
 
1602
1218
  export interface FleetCapacity {
1603
1219
 
@@ -1611,10 +1227,6 @@ export interface FleetCapacity {
1611
1227
 
1612
1228
  Location?: string;
1613
1229
  }
1614
- export declare namespace FleetCapacity {
1615
-
1616
- const filterSensitiveLog: (obj: FleetCapacity) => any;
1617
- }
1618
1230
 
1619
1231
  export interface DescribeFleetCapacityOutput {
1620
1232
 
@@ -1622,10 +1234,6 @@ export interface DescribeFleetCapacityOutput {
1622
1234
 
1623
1235
  NextToken?: string;
1624
1236
  }
1625
- export declare namespace DescribeFleetCapacityOutput {
1626
-
1627
- const filterSensitiveLog: (obj: DescribeFleetCapacityOutput) => any;
1628
- }
1629
1237
 
1630
1238
  export interface DescribeFleetEventsInput {
1631
1239
 
@@ -1639,10 +1247,6 @@ export interface DescribeFleetEventsInput {
1639
1247
 
1640
1248
  NextToken?: string;
1641
1249
  }
1642
- export declare namespace DescribeFleetEventsInput {
1643
-
1644
- const filterSensitiveLog: (obj: DescribeFleetEventsInput) => any;
1645
- }
1646
1250
  export declare enum EventCode {
1647
1251
  FLEET_ACTIVATION_FAILED = "FLEET_ACTIVATION_FAILED",
1648
1252
  FLEET_ACTIVATION_FAILED_NO_INSTANCES = "FLEET_ACTIVATION_FAILED_NO_INSTANCES",
@@ -1693,10 +1297,6 @@ export interface Event {
1693
1297
 
1694
1298
  PreSignedLogUrl?: string;
1695
1299
  }
1696
- export declare namespace Event {
1697
-
1698
- const filterSensitiveLog: (obj: Event) => any;
1699
- }
1700
1300
 
1701
1301
  export interface DescribeFleetEventsOutput {
1702
1302
 
@@ -1704,10 +1304,6 @@ export interface DescribeFleetEventsOutput {
1704
1304
 
1705
1305
  NextToken?: string;
1706
1306
  }
1707
- export declare namespace DescribeFleetEventsOutput {
1708
-
1709
- const filterSensitiveLog: (obj: DescribeFleetEventsOutput) => any;
1710
- }
1711
1307
 
1712
1308
  export interface DescribeFleetLocationAttributesInput {
1713
1309
 
@@ -1719,10 +1315,6 @@ export interface DescribeFleetLocationAttributesInput {
1719
1315
 
1720
1316
  NextToken?: string;
1721
1317
  }
1722
- export declare namespace DescribeFleetLocationAttributesInput {
1723
-
1724
- const filterSensitiveLog: (obj: DescribeFleetLocationAttributesInput) => any;
1725
- }
1726
1318
  export declare enum LocationUpdateStatus {
1727
1319
  PENDING_UPDATE = "PENDING_UPDATE"
1728
1320
  }
@@ -1735,10 +1327,6 @@ export interface LocationAttributes {
1735
1327
 
1736
1328
  UpdateStatus?: LocationUpdateStatus | string;
1737
1329
  }
1738
- export declare namespace LocationAttributes {
1739
-
1740
- const filterSensitiveLog: (obj: LocationAttributes) => any;
1741
- }
1742
1330
 
1743
1331
  export interface DescribeFleetLocationAttributesOutput {
1744
1332
 
@@ -1750,10 +1338,6 @@ export interface DescribeFleetLocationAttributesOutput {
1750
1338
 
1751
1339
  NextToken?: string;
1752
1340
  }
1753
- export declare namespace DescribeFleetLocationAttributesOutput {
1754
-
1755
- const filterSensitiveLog: (obj: DescribeFleetLocationAttributesOutput) => any;
1756
- }
1757
1341
 
1758
1342
  export interface DescribeFleetLocationCapacityInput {
1759
1343
 
@@ -1761,19 +1345,11 @@ export interface DescribeFleetLocationCapacityInput {
1761
1345
 
1762
1346
  Location: string | undefined;
1763
1347
  }
1764
- export declare namespace DescribeFleetLocationCapacityInput {
1765
-
1766
- const filterSensitiveLog: (obj: DescribeFleetLocationCapacityInput) => any;
1767
- }
1768
1348
 
1769
1349
  export interface DescribeFleetLocationCapacityOutput {
1770
1350
 
1771
1351
  FleetCapacity?: FleetCapacity;
1772
1352
  }
1773
- export declare namespace DescribeFleetLocationCapacityOutput {
1774
-
1775
- const filterSensitiveLog: (obj: DescribeFleetLocationCapacityOutput) => any;
1776
- }
1777
1353
 
1778
1354
  export interface DescribeFleetLocationUtilizationInput {
1779
1355
 
@@ -1781,10 +1357,6 @@ export interface DescribeFleetLocationUtilizationInput {
1781
1357
 
1782
1358
  Location: string | undefined;
1783
1359
  }
1784
- export declare namespace DescribeFleetLocationUtilizationInput {
1785
-
1786
- const filterSensitiveLog: (obj: DescribeFleetLocationUtilizationInput) => any;
1787
- }
1788
1360
 
1789
1361
  export interface FleetUtilization {
1790
1362
 
@@ -1802,19 +1374,11 @@ export interface FleetUtilization {
1802
1374
 
1803
1375
  Location?: string;
1804
1376
  }
1805
- export declare namespace FleetUtilization {
1806
-
1807
- const filterSensitiveLog: (obj: FleetUtilization) => any;
1808
- }
1809
1377
 
1810
1378
  export interface DescribeFleetLocationUtilizationOutput {
1811
1379
 
1812
1380
  FleetUtilization?: FleetUtilization;
1813
1381
  }
1814
- export declare namespace DescribeFleetLocationUtilizationOutput {
1815
-
1816
- const filterSensitiveLog: (obj: DescribeFleetLocationUtilizationOutput) => any;
1817
- }
1818
1382
 
1819
1383
  export interface DescribeFleetPortSettingsInput {
1820
1384
 
@@ -1822,10 +1386,6 @@ export interface DescribeFleetPortSettingsInput {
1822
1386
 
1823
1387
  Location?: string;
1824
1388
  }
1825
- export declare namespace DescribeFleetPortSettingsInput {
1826
-
1827
- const filterSensitiveLog: (obj: DescribeFleetPortSettingsInput) => any;
1828
- }
1829
1389
 
1830
1390
  export interface DescribeFleetPortSettingsOutput {
1831
1391
 
@@ -1839,10 +1399,6 @@ export interface DescribeFleetPortSettingsOutput {
1839
1399
 
1840
1400
  Location?: string;
1841
1401
  }
1842
- export declare namespace DescribeFleetPortSettingsOutput {
1843
-
1844
- const filterSensitiveLog: (obj: DescribeFleetPortSettingsOutput) => any;
1845
- }
1846
1402
 
1847
1403
  export interface DescribeFleetUtilizationInput {
1848
1404
 
@@ -1852,10 +1408,6 @@ export interface DescribeFleetUtilizationInput {
1852
1408
 
1853
1409
  NextToken?: string;
1854
1410
  }
1855
- export declare namespace DescribeFleetUtilizationInput {
1856
-
1857
- const filterSensitiveLog: (obj: DescribeFleetUtilizationInput) => any;
1858
- }
1859
1411
 
1860
1412
  export interface DescribeFleetUtilizationOutput {
1861
1413
 
@@ -1863,44 +1415,24 @@ export interface DescribeFleetUtilizationOutput {
1863
1415
 
1864
1416
  NextToken?: string;
1865
1417
  }
1866
- export declare namespace DescribeFleetUtilizationOutput {
1867
-
1868
- const filterSensitiveLog: (obj: DescribeFleetUtilizationOutput) => any;
1869
- }
1870
1418
  export interface DescribeGameServerInput {
1871
1419
 
1872
1420
  GameServerGroupName: string | undefined;
1873
1421
 
1874
1422
  GameServerId: string | undefined;
1875
1423
  }
1876
- export declare namespace DescribeGameServerInput {
1877
-
1878
- const filterSensitiveLog: (obj: DescribeGameServerInput) => any;
1879
- }
1880
1424
  export interface DescribeGameServerOutput {
1881
1425
 
1882
1426
  GameServer?: GameServer;
1883
1427
  }
1884
- export declare namespace DescribeGameServerOutput {
1885
-
1886
- const filterSensitiveLog: (obj: DescribeGameServerOutput) => any;
1887
- }
1888
1428
  export interface DescribeGameServerGroupInput {
1889
1429
 
1890
1430
  GameServerGroupName: string | undefined;
1891
1431
  }
1892
- export declare namespace DescribeGameServerGroupInput {
1893
-
1894
- const filterSensitiveLog: (obj: DescribeGameServerGroupInput) => any;
1895
- }
1896
1432
  export interface DescribeGameServerGroupOutput {
1897
1433
 
1898
1434
  GameServerGroup?: GameServerGroup;
1899
1435
  }
1900
- export declare namespace DescribeGameServerGroupOutput {
1901
-
1902
- const filterSensitiveLog: (obj: DescribeGameServerGroupOutput) => any;
1903
- }
1904
1436
  export interface DescribeGameServerInstancesInput {
1905
1437
 
1906
1438
  GameServerGroupName: string | undefined;
@@ -1911,10 +1443,6 @@ export interface DescribeGameServerInstancesInput {
1911
1443
 
1912
1444
  NextToken?: string;
1913
1445
  }
1914
- export declare namespace DescribeGameServerInstancesInput {
1915
-
1916
- const filterSensitiveLog: (obj: DescribeGameServerInstancesInput) => any;
1917
- }
1918
1446
  export declare enum GameServerInstanceStatus {
1919
1447
  ACTIVE = "ACTIVE",
1920
1448
  DRAINING = "DRAINING",
@@ -1931,20 +1459,12 @@ export interface GameServerInstance {
1931
1459
 
1932
1460
  InstanceStatus?: GameServerInstanceStatus | string;
1933
1461
  }
1934
- export declare namespace GameServerInstance {
1935
-
1936
- const filterSensitiveLog: (obj: GameServerInstance) => any;
1937
- }
1938
1462
  export interface DescribeGameServerInstancesOutput {
1939
1463
 
1940
1464
  GameServerInstances?: GameServerInstance[];
1941
1465
 
1942
1466
  NextToken?: string;
1943
1467
  }
1944
- export declare namespace DescribeGameServerInstancesOutput {
1945
-
1946
- const filterSensitiveLog: (obj: DescribeGameServerInstancesOutput) => any;
1947
- }
1948
1468
 
1949
1469
  export interface DescribeGameSessionDetailsInput {
1950
1470
 
@@ -1962,10 +1482,6 @@ export interface DescribeGameSessionDetailsInput {
1962
1482
 
1963
1483
  NextToken?: string;
1964
1484
  }
1965
- export declare namespace DescribeGameSessionDetailsInput {
1966
-
1967
- const filterSensitiveLog: (obj: DescribeGameSessionDetailsInput) => any;
1968
- }
1969
1485
 
1970
1486
  export interface GameSessionDetail {
1971
1487
 
@@ -1973,10 +1489,6 @@ export interface GameSessionDetail {
1973
1489
 
1974
1490
  ProtectionPolicy?: ProtectionPolicy | string;
1975
1491
  }
1976
- export declare namespace GameSessionDetail {
1977
-
1978
- const filterSensitiveLog: (obj: GameSessionDetail) => any;
1979
- }
1980
1492
 
1981
1493
  export interface DescribeGameSessionDetailsOutput {
1982
1494
 
@@ -1984,19 +1496,11 @@ export interface DescribeGameSessionDetailsOutput {
1984
1496
 
1985
1497
  NextToken?: string;
1986
1498
  }
1987
- export declare namespace DescribeGameSessionDetailsOutput {
1988
-
1989
- const filterSensitiveLog: (obj: DescribeGameSessionDetailsOutput) => any;
1990
- }
1991
1499
 
1992
1500
  export interface DescribeGameSessionPlacementInput {
1993
1501
 
1994
1502
  PlacementId: string | undefined;
1995
1503
  }
1996
- export declare namespace DescribeGameSessionPlacementInput {
1997
-
1998
- const filterSensitiveLog: (obj: DescribeGameSessionPlacementInput) => any;
1999
- }
2000
1504
 
2001
1505
  export interface PlacedPlayerSession {
2002
1506
 
@@ -2004,10 +1508,6 @@ export interface PlacedPlayerSession {
2004
1508
 
2005
1509
  PlayerSessionId?: string;
2006
1510
  }
2007
- export declare namespace PlacedPlayerSession {
2008
-
2009
- const filterSensitiveLog: (obj: PlacedPlayerSession) => any;
2010
- }
2011
1511
 
2012
1512
  export interface PlayerLatency {
2013
1513
 
@@ -2017,10 +1517,6 @@ export interface PlayerLatency {
2017
1517
 
2018
1518
  LatencyInMilliseconds?: number;
2019
1519
  }
2020
- export declare namespace PlayerLatency {
2021
-
2022
- const filterSensitiveLog: (obj: PlayerLatency) => any;
2023
- }
2024
1520
  export declare enum GameSessionPlacementState {
2025
1521
  CANCELLED = "CANCELLED",
2026
1522
  FAILED = "FAILED",
@@ -2067,19 +1563,11 @@ export interface GameSessionPlacement {
2067
1563
 
2068
1564
  MatchmakerData?: string;
2069
1565
  }
2070
- export declare namespace GameSessionPlacement {
2071
-
2072
- const filterSensitiveLog: (obj: GameSessionPlacement) => any;
2073
- }
2074
1566
 
2075
1567
  export interface DescribeGameSessionPlacementOutput {
2076
1568
 
2077
1569
  GameSessionPlacement?: GameSessionPlacement;
2078
1570
  }
2079
- export declare namespace DescribeGameSessionPlacementOutput {
2080
-
2081
- const filterSensitiveLog: (obj: DescribeGameSessionPlacementOutput) => any;
2082
- }
2083
1571
 
2084
1572
  export interface DescribeGameSessionQueuesInput {
2085
1573
 
@@ -2089,10 +1577,6 @@ export interface DescribeGameSessionQueuesInput {
2089
1577
 
2090
1578
  NextToken?: string;
2091
1579
  }
2092
- export declare namespace DescribeGameSessionQueuesInput {
2093
-
2094
- const filterSensitiveLog: (obj: DescribeGameSessionQueuesInput) => any;
2095
- }
2096
1580
 
2097
1581
  export interface DescribeGameSessionQueuesOutput {
2098
1582
 
@@ -2100,10 +1584,6 @@ export interface DescribeGameSessionQueuesOutput {
2100
1584
 
2101
1585
  NextToken?: string;
2102
1586
  }
2103
- export declare namespace DescribeGameSessionQueuesOutput {
2104
-
2105
- const filterSensitiveLog: (obj: DescribeGameSessionQueuesOutput) => any;
2106
- }
2107
1587
 
2108
1588
  export interface DescribeGameSessionsInput {
2109
1589
 
@@ -2121,10 +1601,6 @@ export interface DescribeGameSessionsInput {
2121
1601
 
2122
1602
  NextToken?: string;
2123
1603
  }
2124
- export declare namespace DescribeGameSessionsInput {
2125
-
2126
- const filterSensitiveLog: (obj: DescribeGameSessionsInput) => any;
2127
- }
2128
1604
 
2129
1605
  export interface DescribeGameSessionsOutput {
2130
1606
 
@@ -2132,10 +1608,6 @@ export interface DescribeGameSessionsOutput {
2132
1608
 
2133
1609
  NextToken?: string;
2134
1610
  }
2135
- export declare namespace DescribeGameSessionsOutput {
2136
-
2137
- const filterSensitiveLog: (obj: DescribeGameSessionsOutput) => any;
2138
- }
2139
1611
 
2140
1612
  export interface DescribeInstancesInput {
2141
1613
 
@@ -2149,10 +1621,6 @@ export interface DescribeInstancesInput {
2149
1621
 
2150
1622
  Location?: string;
2151
1623
  }
2152
- export declare namespace DescribeInstancesInput {
2153
-
2154
- const filterSensitiveLog: (obj: DescribeInstancesInput) => any;
2155
- }
2156
1624
  export declare enum InstanceStatus {
2157
1625
  ACTIVE = "ACTIVE",
2158
1626
  PENDING = "PENDING",
@@ -2181,10 +1649,6 @@ export interface Instance {
2181
1649
 
2182
1650
  Location?: string;
2183
1651
  }
2184
- export declare namespace Instance {
2185
-
2186
- const filterSensitiveLog: (obj: Instance) => any;
2187
- }
2188
1652
 
2189
1653
  export interface DescribeInstancesOutput {
2190
1654
 
@@ -2192,19 +1656,11 @@ export interface DescribeInstancesOutput {
2192
1656
 
2193
1657
  NextToken?: string;
2194
1658
  }
2195
- export declare namespace DescribeInstancesOutput {
2196
-
2197
- const filterSensitiveLog: (obj: DescribeInstancesOutput) => any;
2198
- }
2199
1659
 
2200
1660
  export interface DescribeMatchmakingInput {
2201
1661
 
2202
1662
  TicketIds: string[] | undefined;
2203
1663
  }
2204
- export declare namespace DescribeMatchmakingInput {
2205
-
2206
- const filterSensitiveLog: (obj: DescribeMatchmakingInput) => any;
2207
- }
2208
1664
 
2209
1665
  export interface MatchedPlayerSession {
2210
1666
 
@@ -2212,10 +1668,6 @@ export interface MatchedPlayerSession {
2212
1668
 
2213
1669
  PlayerSessionId?: string;
2214
1670
  }
2215
- export declare namespace MatchedPlayerSession {
2216
-
2217
- const filterSensitiveLog: (obj: MatchedPlayerSession) => any;
2218
- }
2219
1671
 
2220
1672
  export interface GameSessionConnectionInfo {
2221
1673
 
@@ -2229,10 +1681,6 @@ export interface GameSessionConnectionInfo {
2229
1681
 
2230
1682
  MatchedPlayerSessions?: MatchedPlayerSession[];
2231
1683
  }
2232
- export declare namespace GameSessionConnectionInfo {
2233
-
2234
- const filterSensitiveLog: (obj: GameSessionConnectionInfo) => any;
2235
- }
2236
1684
 
2237
1685
  export interface Player {
2238
1686
 
@@ -2244,10 +1692,6 @@ export interface Player {
2244
1692
 
2245
1693
  LatencyInMs?: Record<string, number>;
2246
1694
  }
2247
- export declare namespace Player {
2248
-
2249
- const filterSensitiveLog: (obj: Player) => any;
2250
- }
2251
1695
  export declare type MatchmakingConfigurationStatus = "CANCELLED" | "COMPLETED" | "FAILED" | "PLACING" | "QUEUED" | "REQUIRES_ACCEPTANCE" | "SEARCHING" | "TIMED_OUT";
2252
1696
 
2253
1697
  export interface MatchmakingTicket {
@@ -2274,19 +1718,11 @@ export interface MatchmakingTicket {
2274
1718
 
2275
1719
  EstimatedWaitTime?: number;
2276
1720
  }
2277
- export declare namespace MatchmakingTicket {
2278
-
2279
- const filterSensitiveLog: (obj: MatchmakingTicket) => any;
2280
- }
2281
1721
 
2282
1722
  export interface DescribeMatchmakingOutput {
2283
1723
 
2284
1724
  TicketList?: MatchmakingTicket[];
2285
1725
  }
2286
- export declare namespace DescribeMatchmakingOutput {
2287
-
2288
- const filterSensitiveLog: (obj: DescribeMatchmakingOutput) => any;
2289
- }
2290
1726
 
2291
1727
  export interface DescribeMatchmakingConfigurationsInput {
2292
1728
 
@@ -2298,10 +1734,6 @@ export interface DescribeMatchmakingConfigurationsInput {
2298
1734
 
2299
1735
  NextToken?: string;
2300
1736
  }
2301
- export declare namespace DescribeMatchmakingConfigurationsInput {
2302
-
2303
- const filterSensitiveLog: (obj: DescribeMatchmakingConfigurationsInput) => any;
2304
- }
2305
1737
 
2306
1738
  export interface DescribeMatchmakingConfigurationsOutput {
2307
1739
 
@@ -2309,10 +1741,6 @@ export interface DescribeMatchmakingConfigurationsOutput {
2309
1741
 
2310
1742
  NextToken?: string;
2311
1743
  }
2312
- export declare namespace DescribeMatchmakingConfigurationsOutput {
2313
-
2314
- const filterSensitiveLog: (obj: DescribeMatchmakingConfigurationsOutput) => any;
2315
- }
2316
1744
 
2317
1745
  export interface DescribeMatchmakingRuleSetsInput {
2318
1746
 
@@ -2322,10 +1750,6 @@ export interface DescribeMatchmakingRuleSetsInput {
2322
1750
 
2323
1751
  NextToken?: string;
2324
1752
  }
2325
- export declare namespace DescribeMatchmakingRuleSetsInput {
2326
-
2327
- const filterSensitiveLog: (obj: DescribeMatchmakingRuleSetsInput) => any;
2328
- }
2329
1753
 
2330
1754
  export interface DescribeMatchmakingRuleSetsOutput {
2331
1755
 
@@ -2333,10 +1757,6 @@ export interface DescribeMatchmakingRuleSetsOutput {
2333
1757
 
2334
1758
  NextToken?: string;
2335
1759
  }
2336
- export declare namespace DescribeMatchmakingRuleSetsOutput {
2337
-
2338
- const filterSensitiveLog: (obj: DescribeMatchmakingRuleSetsOutput) => any;
2339
- }
2340
1760
 
2341
1761
  export interface DescribePlayerSessionsInput {
2342
1762
 
@@ -2352,10 +1772,6 @@ export interface DescribePlayerSessionsInput {
2352
1772
 
2353
1773
  NextToken?: string;
2354
1774
  }
2355
- export declare namespace DescribePlayerSessionsInput {
2356
-
2357
- const filterSensitiveLog: (obj: DescribePlayerSessionsInput) => any;
2358
- }
2359
1775
 
2360
1776
  export interface DescribePlayerSessionsOutput {
2361
1777
 
@@ -2363,28 +1779,16 @@ export interface DescribePlayerSessionsOutput {
2363
1779
 
2364
1780
  NextToken?: string;
2365
1781
  }
2366
- export declare namespace DescribePlayerSessionsOutput {
2367
-
2368
- const filterSensitiveLog: (obj: DescribePlayerSessionsOutput) => any;
2369
- }
2370
1782
 
2371
1783
  export interface DescribeRuntimeConfigurationInput {
2372
1784
 
2373
1785
  FleetId: string | undefined;
2374
1786
  }
2375
- export declare namespace DescribeRuntimeConfigurationInput {
2376
-
2377
- const filterSensitiveLog: (obj: DescribeRuntimeConfigurationInput) => any;
2378
- }
2379
1787
 
2380
1788
  export interface DescribeRuntimeConfigurationOutput {
2381
1789
 
2382
1790
  RuntimeConfiguration?: RuntimeConfiguration;
2383
1791
  }
2384
- export declare namespace DescribeRuntimeConfigurationOutput {
2385
-
2386
- const filterSensitiveLog: (obj: DescribeRuntimeConfigurationOutput) => any;
2387
- }
2388
1792
  export declare enum ScalingStatusType {
2389
1793
  ACTIVE = "ACTIVE",
2390
1794
  DELETED = "DELETED",
@@ -2407,10 +1811,6 @@ export interface DescribeScalingPoliciesInput {
2407
1811
 
2408
1812
  Location?: string;
2409
1813
  }
2410
- export declare namespace DescribeScalingPoliciesInput {
2411
-
2412
- const filterSensitiveLog: (obj: DescribeScalingPoliciesInput) => any;
2413
- }
2414
1814
  export declare type MetricName = "ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime";
2415
1815
  export declare enum PolicyType {
2416
1816
  RuleBased = "RuleBased",
@@ -2426,10 +1826,6 @@ export interface TargetConfiguration {
2426
1826
 
2427
1827
  TargetValue: number | undefined;
2428
1828
  }
2429
- export declare namespace TargetConfiguration {
2430
-
2431
- const filterSensitiveLog: (obj: TargetConfiguration) => any;
2432
- }
2433
1829
 
2434
1830
  export interface ScalingPolicy {
2435
1831
 
@@ -2461,10 +1857,6 @@ export interface ScalingPolicy {
2461
1857
 
2462
1858
  Location?: string;
2463
1859
  }
2464
- export declare namespace ScalingPolicy {
2465
-
2466
- const filterSensitiveLog: (obj: ScalingPolicy) => any;
2467
- }
2468
1860
 
2469
1861
  export interface DescribeScalingPoliciesOutput {
2470
1862
 
@@ -2472,49 +1864,25 @@ export interface DescribeScalingPoliciesOutput {
2472
1864
 
2473
1865
  NextToken?: string;
2474
1866
  }
2475
- export declare namespace DescribeScalingPoliciesOutput {
2476
-
2477
- const filterSensitiveLog: (obj: DescribeScalingPoliciesOutput) => any;
2478
- }
2479
1867
  export interface DescribeScriptInput {
2480
1868
 
2481
1869
  ScriptId: string | undefined;
2482
1870
  }
2483
- export declare namespace DescribeScriptInput {
2484
-
2485
- const filterSensitiveLog: (obj: DescribeScriptInput) => any;
2486
- }
2487
1871
  export interface DescribeScriptOutput {
2488
1872
 
2489
1873
  Script?: Script;
2490
1874
  }
2491
- export declare namespace DescribeScriptOutput {
2492
-
2493
- const filterSensitiveLog: (obj: DescribeScriptOutput) => any;
2494
- }
2495
1875
  export interface DescribeVpcPeeringAuthorizationsInput {
2496
1876
  }
2497
- export declare namespace DescribeVpcPeeringAuthorizationsInput {
2498
-
2499
- const filterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsInput) => any;
2500
- }
2501
1877
  export interface DescribeVpcPeeringAuthorizationsOutput {
2502
1878
 
2503
1879
  VpcPeeringAuthorizations?: VpcPeeringAuthorization[];
2504
1880
  }
2505
- export declare namespace DescribeVpcPeeringAuthorizationsOutput {
2506
-
2507
- const filterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsOutput) => any;
2508
- }
2509
1881
 
2510
1882
  export interface DescribeVpcPeeringConnectionsInput {
2511
1883
 
2512
1884
  FleetId?: string;
2513
1885
  }
2514
- export declare namespace DescribeVpcPeeringConnectionsInput {
2515
-
2516
- const filterSensitiveLog: (obj: DescribeVpcPeeringConnectionsInput) => any;
2517
- }
2518
1886
 
2519
1887
  export interface VpcPeeringConnectionStatus {
2520
1888
 
@@ -2522,10 +1890,6 @@ export interface VpcPeeringConnectionStatus {
2522
1890
 
2523
1891
  Message?: string;
2524
1892
  }
2525
- export declare namespace VpcPeeringConnectionStatus {
2526
-
2527
- const filterSensitiveLog: (obj: VpcPeeringConnectionStatus) => any;
2528
- }
2529
1893
 
2530
1894
  export interface VpcPeeringConnection {
2531
1895
 
@@ -2543,19 +1907,11 @@ export interface VpcPeeringConnection {
2543
1907
 
2544
1908
  GameLiftVpcId?: string;
2545
1909
  }
2546
- export declare namespace VpcPeeringConnection {
2547
-
2548
- const filterSensitiveLog: (obj: VpcPeeringConnection) => any;
2549
- }
2550
1910
 
2551
1911
  export interface DescribeVpcPeeringConnectionsOutput {
2552
1912
 
2553
1913
  VpcPeeringConnections?: VpcPeeringConnection[];
2554
1914
  }
2555
- export declare namespace DescribeVpcPeeringConnectionsOutput {
2556
-
2557
- const filterSensitiveLog: (obj: DescribeVpcPeeringConnectionsOutput) => any;
2558
- }
2559
1915
 
2560
1916
  export interface DesiredPlayerSession {
2561
1917
 
@@ -2563,28 +1919,16 @@ export interface DesiredPlayerSession {
2563
1919
 
2564
1920
  PlayerData?: string;
2565
1921
  }
2566
- export declare namespace DesiredPlayerSession {
2567
-
2568
- const filterSensitiveLog: (obj: DesiredPlayerSession) => any;
2569
- }
2570
1922
 
2571
1923
  export interface GetGameSessionLogUrlInput {
2572
1924
 
2573
1925
  GameSessionId: string | undefined;
2574
1926
  }
2575
- export declare namespace GetGameSessionLogUrlInput {
2576
-
2577
- const filterSensitiveLog: (obj: GetGameSessionLogUrlInput) => any;
2578
- }
2579
1927
 
2580
1928
  export interface GetGameSessionLogUrlOutput {
2581
1929
 
2582
1930
  PreSignedUrl?: string;
2583
1931
  }
2584
- export declare namespace GetGameSessionLogUrlOutput {
2585
-
2586
- const filterSensitiveLog: (obj: GetGameSessionLogUrlOutput) => any;
2587
- }
2588
1932
 
2589
1933
  export interface GetInstanceAccessInput {
2590
1934
 
@@ -2592,10 +1936,6 @@ export interface GetInstanceAccessInput {
2592
1936
 
2593
1937
  InstanceId: string | undefined;
2594
1938
  }
2595
- export declare namespace GetInstanceAccessInput {
2596
-
2597
- const filterSensitiveLog: (obj: GetInstanceAccessInput) => any;
2598
- }
2599
1939
 
2600
1940
  export interface InstanceCredentials {
2601
1941
 
@@ -2603,10 +1943,6 @@ export interface InstanceCredentials {
2603
1943
 
2604
1944
  Secret?: string;
2605
1945
  }
2606
- export declare namespace InstanceCredentials {
2607
-
2608
- const filterSensitiveLog: (obj: InstanceCredentials) => any;
2609
- }
2610
1946
 
2611
1947
  export interface InstanceAccess {
2612
1948
 
@@ -2620,19 +1956,11 @@ export interface InstanceAccess {
2620
1956
 
2621
1957
  Credentials?: InstanceCredentials;
2622
1958
  }
2623
- export declare namespace InstanceAccess {
2624
-
2625
- const filterSensitiveLog: (obj: InstanceAccess) => any;
2626
- }
2627
1959
 
2628
1960
  export interface GetInstanceAccessOutput {
2629
1961
 
2630
1962
  InstanceAccess?: InstanceAccess;
2631
1963
  }
2632
- export declare namespace GetInstanceAccessOutput {
2633
-
2634
- const filterSensitiveLog: (obj: GetInstanceAccessOutput) => any;
2635
- }
2636
1964
 
2637
1965
  export interface ListAliasesInput {
2638
1966
 
@@ -2644,10 +1972,6 @@ export interface ListAliasesInput {
2644
1972
 
2645
1973
  NextToken?: string;
2646
1974
  }
2647
- export declare namespace ListAliasesInput {
2648
-
2649
- const filterSensitiveLog: (obj: ListAliasesInput) => any;
2650
- }
2651
1975
 
2652
1976
  export interface ListAliasesOutput {
2653
1977
 
@@ -2655,10 +1979,6 @@ export interface ListAliasesOutput {
2655
1979
 
2656
1980
  NextToken?: string;
2657
1981
  }
2658
- export declare namespace ListAliasesOutput {
2659
-
2660
- const filterSensitiveLog: (obj: ListAliasesOutput) => any;
2661
- }
2662
1982
 
2663
1983
  export interface ListBuildsInput {
2664
1984
 
@@ -2668,10 +1988,6 @@ export interface ListBuildsInput {
2668
1988
 
2669
1989
  NextToken?: string;
2670
1990
  }
2671
- export declare namespace ListBuildsInput {
2672
-
2673
- const filterSensitiveLog: (obj: ListBuildsInput) => any;
2674
- }
2675
1991
 
2676
1992
  export interface ListBuildsOutput {
2677
1993
 
@@ -2679,10 +1995,6 @@ export interface ListBuildsOutput {
2679
1995
 
2680
1996
  NextToken?: string;
2681
1997
  }
2682
- export declare namespace ListBuildsOutput {
2683
-
2684
- const filterSensitiveLog: (obj: ListBuildsOutput) => any;
2685
- }
2686
1998
 
2687
1999
  export interface ListFleetsInput {
2688
2000
 
@@ -2694,10 +2006,6 @@ export interface ListFleetsInput {
2694
2006
 
2695
2007
  NextToken?: string;
2696
2008
  }
2697
- export declare namespace ListFleetsInput {
2698
-
2699
- const filterSensitiveLog: (obj: ListFleetsInput) => any;
2700
- }
2701
2009
 
2702
2010
  export interface ListFleetsOutput {
2703
2011
 
@@ -2705,30 +2013,18 @@ export interface ListFleetsOutput {
2705
2013
 
2706
2014
  NextToken?: string;
2707
2015
  }
2708
- export declare namespace ListFleetsOutput {
2709
-
2710
- const filterSensitiveLog: (obj: ListFleetsOutput) => any;
2711
- }
2712
2016
  export interface ListGameServerGroupsInput {
2713
2017
 
2714
2018
  Limit?: number;
2715
2019
 
2716
2020
  NextToken?: string;
2717
2021
  }
2718
- export declare namespace ListGameServerGroupsInput {
2719
-
2720
- const filterSensitiveLog: (obj: ListGameServerGroupsInput) => any;
2721
- }
2722
2022
  export interface ListGameServerGroupsOutput {
2723
2023
 
2724
2024
  GameServerGroups?: GameServerGroup[];
2725
2025
 
2726
2026
  NextToken?: string;
2727
2027
  }
2728
- export declare namespace ListGameServerGroupsOutput {
2729
-
2730
- const filterSensitiveLog: (obj: ListGameServerGroupsOutput) => any;
2731
- }
2732
2028
  export declare enum SortOrder {
2733
2029
  ASCENDING = "ASCENDING",
2734
2030
  DESCENDING = "DESCENDING"
@@ -2743,56 +2039,32 @@ export interface ListGameServersInput {
2743
2039
 
2744
2040
  NextToken?: string;
2745
2041
  }
2746
- export declare namespace ListGameServersInput {
2747
-
2748
- const filterSensitiveLog: (obj: ListGameServersInput) => any;
2749
- }
2750
2042
  export interface ListGameServersOutput {
2751
2043
 
2752
2044
  GameServers?: GameServer[];
2753
2045
 
2754
2046
  NextToken?: string;
2755
2047
  }
2756
- export declare namespace ListGameServersOutput {
2757
-
2758
- const filterSensitiveLog: (obj: ListGameServersOutput) => any;
2759
- }
2760
2048
  export interface ListScriptsInput {
2761
2049
 
2762
2050
  Limit?: number;
2763
2051
 
2764
2052
  NextToken?: string;
2765
2053
  }
2766
- export declare namespace ListScriptsInput {
2767
-
2768
- const filterSensitiveLog: (obj: ListScriptsInput) => any;
2769
- }
2770
2054
  export interface ListScriptsOutput {
2771
2055
 
2772
2056
  Scripts?: Script[];
2773
2057
 
2774
2058
  NextToken?: string;
2775
2059
  }
2776
- export declare namespace ListScriptsOutput {
2777
-
2778
- const filterSensitiveLog: (obj: ListScriptsOutput) => any;
2779
- }
2780
2060
  export interface ListTagsForResourceRequest {
2781
2061
 
2782
2062
  ResourceARN: string | undefined;
2783
2063
  }
2784
- export declare namespace ListTagsForResourceRequest {
2785
-
2786
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2787
- }
2788
2064
  export interface ListTagsForResourceResponse {
2789
2065
 
2790
2066
  Tags?: Tag[];
2791
2067
  }
2792
- export declare namespace ListTagsForResourceResponse {
2793
-
2794
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2795
- }
2796
2068
 
2797
2069
  export interface PutScalingPolicyInput {
2798
2070
 
@@ -2816,19 +2088,11 @@ export interface PutScalingPolicyInput {
2816
2088
 
2817
2089
  TargetConfiguration?: TargetConfiguration;
2818
2090
  }
2819
- export declare namespace PutScalingPolicyInput {
2820
-
2821
- const filterSensitiveLog: (obj: PutScalingPolicyInput) => any;
2822
- }
2823
2091
 
2824
2092
  export interface PutScalingPolicyOutput {
2825
2093
 
2826
2094
  Name?: string;
2827
2095
  }
2828
- export declare namespace PutScalingPolicyOutput {
2829
-
2830
- const filterSensitiveLog: (obj: PutScalingPolicyOutput) => any;
2831
- }
2832
2096
  export interface RegisterGameServerInput {
2833
2097
 
2834
2098
  GameServerGroupName: string | undefined;
@@ -2841,27 +2105,15 @@ export interface RegisterGameServerInput {
2841
2105
 
2842
2106
  GameServerData?: string;
2843
2107
  }
2844
- export declare namespace RegisterGameServerInput {
2845
-
2846
- const filterSensitiveLog: (obj: RegisterGameServerInput) => any;
2847
- }
2848
2108
  export interface RegisterGameServerOutput {
2849
2109
 
2850
2110
  GameServer?: GameServer;
2851
2111
  }
2852
- export declare namespace RegisterGameServerOutput {
2853
-
2854
- const filterSensitiveLog: (obj: RegisterGameServerOutput) => any;
2855
- }
2856
2112
 
2857
2113
  export interface RequestUploadCredentialsInput {
2858
2114
 
2859
2115
  BuildId: string | undefined;
2860
2116
  }
2861
- export declare namespace RequestUploadCredentialsInput {
2862
-
2863
- const filterSensitiveLog: (obj: RequestUploadCredentialsInput) => any;
2864
- }
2865
2117
 
2866
2118
  export interface RequestUploadCredentialsOutput {
2867
2119
 
@@ -2869,19 +2121,11 @@ export interface RequestUploadCredentialsOutput {
2869
2121
 
2870
2122
  StorageLocation?: S3Location;
2871
2123
  }
2872
- export declare namespace RequestUploadCredentialsOutput {
2873
-
2874
- const filterSensitiveLog: (obj: RequestUploadCredentialsOutput) => any;
2875
- }
2876
2124
 
2877
2125
  export interface ResolveAliasInput {
2878
2126
 
2879
2127
  AliasId: string | undefined;
2880
2128
  }
2881
- export declare namespace ResolveAliasInput {
2882
-
2883
- const filterSensitiveLog: (obj: ResolveAliasInput) => any;
2884
- }
2885
2129
 
2886
2130
  export interface ResolveAliasOutput {
2887
2131
 
@@ -2889,28 +2133,16 @@ export interface ResolveAliasOutput {
2889
2133
 
2890
2134
  FleetArn?: string;
2891
2135
  }
2892
- export declare namespace ResolveAliasOutput {
2893
-
2894
- const filterSensitiveLog: (obj: ResolveAliasOutput) => any;
2895
- }
2896
2136
  export interface ResumeGameServerGroupInput {
2897
2137
 
2898
2138
  GameServerGroupName: string | undefined;
2899
2139
 
2900
2140
  ResumeActions: (GameServerGroupAction | string)[] | undefined;
2901
2141
  }
2902
- export declare namespace ResumeGameServerGroupInput {
2903
-
2904
- const filterSensitiveLog: (obj: ResumeGameServerGroupInput) => any;
2905
- }
2906
2142
  export interface ResumeGameServerGroupOutput {
2907
2143
 
2908
2144
  GameServerGroup?: GameServerGroup;
2909
2145
  }
2910
- export declare namespace ResumeGameServerGroupOutput {
2911
-
2912
- const filterSensitiveLog: (obj: ResumeGameServerGroupOutput) => any;
2913
- }
2914
2146
 
2915
2147
  export interface SearchGameSessionsInput {
2916
2148
 
@@ -2928,10 +2160,6 @@ export interface SearchGameSessionsInput {
2928
2160
 
2929
2161
  NextToken?: string;
2930
2162
  }
2931
- export declare namespace SearchGameSessionsInput {
2932
-
2933
- const filterSensitiveLog: (obj: SearchGameSessionsInput) => any;
2934
- }
2935
2163
 
2936
2164
  export interface SearchGameSessionsOutput {
2937
2165
 
@@ -2939,10 +2167,6 @@ export interface SearchGameSessionsOutput {
2939
2167
 
2940
2168
  NextToken?: string;
2941
2169
  }
2942
- export declare namespace SearchGameSessionsOutput {
2943
-
2944
- const filterSensitiveLog: (obj: SearchGameSessionsOutput) => any;
2945
- }
2946
2170
 
2947
2171
  export interface StartFleetActionsInput {
2948
2172
 
@@ -2952,10 +2176,6 @@ export interface StartFleetActionsInput {
2952
2176
 
2953
2177
  Location?: string;
2954
2178
  }
2955
- export declare namespace StartFleetActionsInput {
2956
-
2957
- const filterSensitiveLog: (obj: StartFleetActionsInput) => any;
2958
- }
2959
2179
 
2960
2180
  export interface StartFleetActionsOutput {
2961
2181
 
@@ -2963,10 +2183,6 @@ export interface StartFleetActionsOutput {
2963
2183
 
2964
2184
  FleetArn?: string;
2965
2185
  }
2966
- export declare namespace StartFleetActionsOutput {
2967
-
2968
- const filterSensitiveLog: (obj: StartFleetActionsOutput) => any;
2969
- }
2970
2186
 
2971
2187
  export interface StartGameSessionPlacementInput {
2972
2188
 
@@ -2986,19 +2202,11 @@ export interface StartGameSessionPlacementInput {
2986
2202
 
2987
2203
  GameSessionData?: string;
2988
2204
  }
2989
- export declare namespace StartGameSessionPlacementInput {
2990
-
2991
- const filterSensitiveLog: (obj: StartGameSessionPlacementInput) => any;
2992
- }
2993
2205
 
2994
2206
  export interface StartGameSessionPlacementOutput {
2995
2207
 
2996
2208
  GameSessionPlacement?: GameSessionPlacement;
2997
2209
  }
2998
- export declare namespace StartGameSessionPlacementOutput {
2999
-
3000
- const filterSensitiveLog: (obj: StartGameSessionPlacementOutput) => any;
3001
- }
3002
2210
 
3003
2211
  export interface StartMatchBackfillInput {
3004
2212
 
@@ -3010,19 +2218,11 @@ export interface StartMatchBackfillInput {
3010
2218
 
3011
2219
  Players: Player[] | undefined;
3012
2220
  }
3013
- export declare namespace StartMatchBackfillInput {
3014
-
3015
- const filterSensitiveLog: (obj: StartMatchBackfillInput) => any;
3016
- }
3017
2221
 
3018
2222
  export interface StartMatchBackfillOutput {
3019
2223
 
3020
2224
  MatchmakingTicket?: MatchmakingTicket;
3021
2225
  }
3022
- export declare namespace StartMatchBackfillOutput {
3023
-
3024
- const filterSensitiveLog: (obj: StartMatchBackfillOutput) => any;
3025
- }
3026
2226
 
3027
2227
  export interface StartMatchmakingInput {
3028
2228
 
@@ -3032,19 +2232,11 @@ export interface StartMatchmakingInput {
3032
2232
 
3033
2233
  Players: Player[] | undefined;
3034
2234
  }
3035
- export declare namespace StartMatchmakingInput {
3036
-
3037
- const filterSensitiveLog: (obj: StartMatchmakingInput) => any;
3038
- }
3039
2235
 
3040
2236
  export interface StartMatchmakingOutput {
3041
2237
 
3042
2238
  MatchmakingTicket?: MatchmakingTicket;
3043
2239
  }
3044
- export declare namespace StartMatchmakingOutput {
3045
-
3046
- const filterSensitiveLog: (obj: StartMatchmakingOutput) => any;
3047
- }
3048
2240
 
3049
2241
  export interface StopFleetActionsInput {
3050
2242
 
@@ -3054,10 +2246,6 @@ export interface StopFleetActionsInput {
3054
2246
 
3055
2247
  Location?: string;
3056
2248
  }
3057
- export declare namespace StopFleetActionsInput {
3058
-
3059
- const filterSensitiveLog: (obj: StopFleetActionsInput) => any;
3060
- }
3061
2249
 
3062
2250
  export interface StopFleetActionsOutput {
3063
2251
 
@@ -3065,93 +2253,49 @@ export interface StopFleetActionsOutput {
3065
2253
 
3066
2254
  FleetArn?: string;
3067
2255
  }
3068
- export declare namespace StopFleetActionsOutput {
3069
-
3070
- const filterSensitiveLog: (obj: StopFleetActionsOutput) => any;
3071
- }
3072
2256
 
3073
2257
  export interface StopGameSessionPlacementInput {
3074
2258
 
3075
2259
  PlacementId: string | undefined;
3076
2260
  }
3077
- export declare namespace StopGameSessionPlacementInput {
3078
-
3079
- const filterSensitiveLog: (obj: StopGameSessionPlacementInput) => any;
3080
- }
3081
2261
 
3082
2262
  export interface StopGameSessionPlacementOutput {
3083
2263
 
3084
2264
  GameSessionPlacement?: GameSessionPlacement;
3085
2265
  }
3086
- export declare namespace StopGameSessionPlacementOutput {
3087
-
3088
- const filterSensitiveLog: (obj: StopGameSessionPlacementOutput) => any;
3089
- }
3090
2266
 
3091
2267
  export interface StopMatchmakingInput {
3092
2268
 
3093
2269
  TicketId: string | undefined;
3094
2270
  }
3095
- export declare namespace StopMatchmakingInput {
3096
-
3097
- const filterSensitiveLog: (obj: StopMatchmakingInput) => any;
3098
- }
3099
2271
  export interface StopMatchmakingOutput {
3100
2272
  }
3101
- export declare namespace StopMatchmakingOutput {
3102
-
3103
- const filterSensitiveLog: (obj: StopMatchmakingOutput) => any;
3104
- }
3105
2273
  export interface SuspendGameServerGroupInput {
3106
2274
 
3107
2275
  GameServerGroupName: string | undefined;
3108
2276
 
3109
2277
  SuspendActions: (GameServerGroupAction | string)[] | undefined;
3110
2278
  }
3111
- export declare namespace SuspendGameServerGroupInput {
3112
-
3113
- const filterSensitiveLog: (obj: SuspendGameServerGroupInput) => any;
3114
- }
3115
2279
  export interface SuspendGameServerGroupOutput {
3116
2280
 
3117
2281
  GameServerGroup?: GameServerGroup;
3118
2282
  }
3119
- export declare namespace SuspendGameServerGroupOutput {
3120
-
3121
- const filterSensitiveLog: (obj: SuspendGameServerGroupOutput) => any;
3122
- }
3123
2283
  export interface TagResourceRequest {
3124
2284
 
3125
2285
  ResourceARN: string | undefined;
3126
2286
 
3127
2287
  Tags: Tag[] | undefined;
3128
2288
  }
3129
- export declare namespace TagResourceRequest {
3130
-
3131
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3132
- }
3133
2289
  export interface TagResourceResponse {
3134
2290
  }
3135
- export declare namespace TagResourceResponse {
3136
-
3137
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3138
- }
3139
2291
  export interface UntagResourceRequest {
3140
2292
 
3141
2293
  ResourceARN: string | undefined;
3142
2294
 
3143
2295
  TagKeys: string[] | undefined;
3144
2296
  }
3145
- export declare namespace UntagResourceRequest {
3146
-
3147
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3148
- }
3149
2297
  export interface UntagResourceResponse {
3150
2298
  }
3151
- export declare namespace UntagResourceResponse {
3152
-
3153
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3154
- }
3155
2299
 
3156
2300
  export interface UpdateAliasInput {
3157
2301
 
@@ -3163,19 +2307,11 @@ export interface UpdateAliasInput {
3163
2307
 
3164
2308
  RoutingStrategy?: RoutingStrategy;
3165
2309
  }
3166
- export declare namespace UpdateAliasInput {
3167
-
3168
- const filterSensitiveLog: (obj: UpdateAliasInput) => any;
3169
- }
3170
2310
 
3171
2311
  export interface UpdateAliasOutput {
3172
2312
 
3173
2313
  Alias?: Alias;
3174
2314
  }
3175
- export declare namespace UpdateAliasOutput {
3176
-
3177
- const filterSensitiveLog: (obj: UpdateAliasOutput) => any;
3178
- }
3179
2315
 
3180
2316
  export interface UpdateBuildInput {
3181
2317
 
@@ -3185,19 +2321,11 @@ export interface UpdateBuildInput {
3185
2321
 
3186
2322
  Version?: string;
3187
2323
  }
3188
- export declare namespace UpdateBuildInput {
3189
-
3190
- const filterSensitiveLog: (obj: UpdateBuildInput) => any;
3191
- }
3192
2324
 
3193
2325
  export interface UpdateBuildOutput {
3194
2326
 
3195
2327
  Build?: Build;
3196
2328
  }
3197
- export declare namespace UpdateBuildOutput {
3198
-
3199
- const filterSensitiveLog: (obj: UpdateBuildOutput) => any;
3200
- }
3201
2329
 
3202
2330
  export interface UpdateFleetAttributesInput {
3203
2331
 
@@ -3213,19 +2341,11 @@ export interface UpdateFleetAttributesInput {
3213
2341
 
3214
2342
  MetricGroups?: string[];
3215
2343
  }
3216
- export declare namespace UpdateFleetAttributesInput {
3217
-
3218
- const filterSensitiveLog: (obj: UpdateFleetAttributesInput) => any;
3219
- }
3220
2344
 
3221
2345
  export interface UpdateFleetAttributesOutput {
3222
2346
 
3223
2347
  FleetId?: string;
3224
2348
  }
3225
- export declare namespace UpdateFleetAttributesOutput {
3226
-
3227
- const filterSensitiveLog: (obj: UpdateFleetAttributesOutput) => any;
3228
- }
3229
2349
 
3230
2350
  export interface UpdateFleetCapacityInput {
3231
2351
 
@@ -3239,10 +2359,6 @@ export interface UpdateFleetCapacityInput {
3239
2359
 
3240
2360
  Location?: string;
3241
2361
  }
3242
- export declare namespace UpdateFleetCapacityInput {
3243
-
3244
- const filterSensitiveLog: (obj: UpdateFleetCapacityInput) => any;
3245
- }
3246
2362
 
3247
2363
  export interface UpdateFleetCapacityOutput {
3248
2364
 
@@ -3252,10 +2368,6 @@ export interface UpdateFleetCapacityOutput {
3252
2368
 
3253
2369
  Location?: string;
3254
2370
  }
3255
- export declare namespace UpdateFleetCapacityOutput {
3256
-
3257
- const filterSensitiveLog: (obj: UpdateFleetCapacityOutput) => any;
3258
- }
3259
2371
 
3260
2372
  export interface UpdateFleetPortSettingsInput {
3261
2373
 
@@ -3265,19 +2377,11 @@ export interface UpdateFleetPortSettingsInput {
3265
2377
 
3266
2378
  InboundPermissionRevocations?: IpPermission[];
3267
2379
  }
3268
- export declare namespace UpdateFleetPortSettingsInput {
3269
-
3270
- const filterSensitiveLog: (obj: UpdateFleetPortSettingsInput) => any;
3271
- }
3272
2380
 
3273
2381
  export interface UpdateFleetPortSettingsOutput {
3274
2382
 
3275
2383
  FleetId?: string;
3276
2384
  }
3277
- export declare namespace UpdateFleetPortSettingsOutput {
3278
-
3279
- const filterSensitiveLog: (obj: UpdateFleetPortSettingsOutput) => any;
3280
- }
3281
2385
  export declare enum GameServerHealthCheck {
3282
2386
  HEALTHY = "HEALTHY"
3283
2387
  }
@@ -3293,18 +2397,10 @@ export interface UpdateGameServerInput {
3293
2397
 
3294
2398
  HealthCheck?: GameServerHealthCheck | string;
3295
2399
  }
3296
- export declare namespace UpdateGameServerInput {
3297
-
3298
- const filterSensitiveLog: (obj: UpdateGameServerInput) => any;
3299
- }
3300
2400
  export interface UpdateGameServerOutput {
3301
2401
 
3302
2402
  GameServer?: GameServer;
3303
2403
  }
3304
- export declare namespace UpdateGameServerOutput {
3305
-
3306
- const filterSensitiveLog: (obj: UpdateGameServerOutput) => any;
3307
- }
3308
2404
  export interface UpdateGameServerGroupInput {
3309
2405
 
3310
2406
  GameServerGroupName: string | undefined;
@@ -3317,18 +2413,10 @@ export interface UpdateGameServerGroupInput {
3317
2413
 
3318
2414
  BalancingStrategy?: BalancingStrategy | string;
3319
2415
  }
3320
- export declare namespace UpdateGameServerGroupInput {
3321
-
3322
- const filterSensitiveLog: (obj: UpdateGameServerGroupInput) => any;
3323
- }
3324
2416
  export interface UpdateGameServerGroupOutput {
3325
2417
 
3326
2418
  GameServerGroup?: GameServerGroup;
3327
2419
  }
3328
- export declare namespace UpdateGameServerGroupOutput {
3329
-
3330
- const filterSensitiveLog: (obj: UpdateGameServerGroupOutput) => any;
3331
- }
3332
2420
 
3333
2421
  export interface UpdateGameSessionInput {
3334
2422
 
@@ -3342,19 +2430,11 @@ export interface UpdateGameSessionInput {
3342
2430
 
3343
2431
  ProtectionPolicy?: ProtectionPolicy | string;
3344
2432
  }
3345
- export declare namespace UpdateGameSessionInput {
3346
-
3347
- const filterSensitiveLog: (obj: UpdateGameSessionInput) => any;
3348
- }
3349
2433
 
3350
2434
  export interface UpdateGameSessionOutput {
3351
2435
 
3352
2436
  GameSession?: GameSession;
3353
2437
  }
3354
- export declare namespace UpdateGameSessionOutput {
3355
-
3356
- const filterSensitiveLog: (obj: UpdateGameSessionOutput) => any;
3357
- }
3358
2438
 
3359
2439
  export interface UpdateGameSessionQueueInput {
3360
2440
 
@@ -3374,19 +2454,11 @@ export interface UpdateGameSessionQueueInput {
3374
2454
 
3375
2455
  NotificationTarget?: string;
3376
2456
  }
3377
- export declare namespace UpdateGameSessionQueueInput {
3378
-
3379
- const filterSensitiveLog: (obj: UpdateGameSessionQueueInput) => any;
3380
- }
3381
2457
 
3382
2458
  export interface UpdateGameSessionQueueOutput {
3383
2459
 
3384
2460
  GameSessionQueue?: GameSessionQueue;
3385
2461
  }
3386
- export declare namespace UpdateGameSessionQueueOutput {
3387
-
3388
- const filterSensitiveLog: (obj: UpdateGameSessionQueueOutput) => any;
3389
- }
3390
2462
 
3391
2463
  export interface UpdateMatchmakingConfigurationInput {
3392
2464
 
@@ -3418,19 +2490,11 @@ export interface UpdateMatchmakingConfigurationInput {
3418
2490
 
3419
2491
  FlexMatchMode?: FlexMatchMode | string;
3420
2492
  }
3421
- export declare namespace UpdateMatchmakingConfigurationInput {
3422
-
3423
- const filterSensitiveLog: (obj: UpdateMatchmakingConfigurationInput) => any;
3424
- }
3425
2493
 
3426
2494
  export interface UpdateMatchmakingConfigurationOutput {
3427
2495
 
3428
2496
  Configuration?: MatchmakingConfiguration;
3429
2497
  }
3430
- export declare namespace UpdateMatchmakingConfigurationOutput {
3431
-
3432
- const filterSensitiveLog: (obj: UpdateMatchmakingConfigurationOutput) => any;
3433
- }
3434
2498
 
3435
2499
  export interface UpdateRuntimeConfigurationInput {
3436
2500
 
@@ -3438,19 +2502,11 @@ export interface UpdateRuntimeConfigurationInput {
3438
2502
 
3439
2503
  RuntimeConfiguration: RuntimeConfiguration | undefined;
3440
2504
  }
3441
- export declare namespace UpdateRuntimeConfigurationInput {
3442
-
3443
- const filterSensitiveLog: (obj: UpdateRuntimeConfigurationInput) => any;
3444
- }
3445
2505
 
3446
2506
  export interface UpdateRuntimeConfigurationOutput {
3447
2507
 
3448
2508
  RuntimeConfiguration?: RuntimeConfiguration;
3449
2509
  }
3450
- export declare namespace UpdateRuntimeConfigurationOutput {
3451
-
3452
- const filterSensitiveLog: (obj: UpdateRuntimeConfigurationOutput) => any;
3453
- }
3454
2510
  export interface UpdateScriptInput {
3455
2511
 
3456
2512
  ScriptId: string | undefined;
@@ -3463,33 +2519,497 @@ export interface UpdateScriptInput {
3463
2519
 
3464
2520
  ZipFile?: Uint8Array;
3465
2521
  }
3466
- export declare namespace UpdateScriptInput {
3467
-
3468
- const filterSensitiveLog: (obj: UpdateScriptInput) => any;
3469
- }
3470
2522
  export interface UpdateScriptOutput {
3471
2523
 
3472
2524
  Script?: Script;
3473
2525
  }
3474
- export declare namespace UpdateScriptOutput {
3475
-
3476
- const filterSensitiveLog: (obj: UpdateScriptOutput) => any;
3477
- }
3478
2526
 
3479
2527
  export interface ValidateMatchmakingRuleSetInput {
3480
2528
 
3481
2529
  RuleSetBody: string | undefined;
3482
2530
  }
3483
- export declare namespace ValidateMatchmakingRuleSetInput {
3484
-
3485
- const filterSensitiveLog: (obj: ValidateMatchmakingRuleSetInput) => any;
3486
- }
3487
2531
 
3488
2532
  export interface ValidateMatchmakingRuleSetOutput {
3489
2533
 
3490
2534
  Valid?: boolean;
3491
2535
  }
3492
- export declare namespace ValidateMatchmakingRuleSetOutput {
3493
-
3494
- const filterSensitiveLog: (obj: ValidateMatchmakingRuleSetOutput) => any;
3495
- }
2536
+
2537
+ export declare const AcceptMatchInputFilterSensitiveLog: (obj: AcceptMatchInput) => any;
2538
+
2539
+ export declare const AcceptMatchOutputFilterSensitiveLog: (obj: AcceptMatchOutput) => any;
2540
+
2541
+ export declare const RoutingStrategyFilterSensitiveLog: (obj: RoutingStrategy) => any;
2542
+
2543
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
2544
+
2545
+ export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
2546
+
2547
+ export declare const AwsCredentialsFilterSensitiveLog: (obj: AwsCredentials) => any;
2548
+
2549
+ export declare const BuildFilterSensitiveLog: (obj: Build) => any;
2550
+
2551
+ export declare const CertificateConfigurationFilterSensitiveLog: (obj: CertificateConfiguration) => any;
2552
+
2553
+ export declare const ClaimGameServerInputFilterSensitiveLog: (obj: ClaimGameServerInput) => any;
2554
+
2555
+ export declare const GameServerFilterSensitiveLog: (obj: GameServer) => any;
2556
+
2557
+ export declare const ClaimGameServerOutputFilterSensitiveLog: (obj: ClaimGameServerOutput) => any;
2558
+
2559
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2560
+
2561
+ export declare const CreateAliasInputFilterSensitiveLog: (obj: CreateAliasInput) => any;
2562
+
2563
+ export declare const CreateAliasOutputFilterSensitiveLog: (obj: CreateAliasOutput) => any;
2564
+
2565
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
2566
+
2567
+ export declare const CreateBuildInputFilterSensitiveLog: (obj: CreateBuildInput) => any;
2568
+
2569
+ export declare const CreateBuildOutputFilterSensitiveLog: (obj: CreateBuildOutput) => any;
2570
+
2571
+ export declare const IpPermissionFilterSensitiveLog: (obj: IpPermission) => any;
2572
+
2573
+ export declare const LocationConfigurationFilterSensitiveLog: (obj: LocationConfiguration) => any;
2574
+
2575
+ export declare const ResourceCreationLimitPolicyFilterSensitiveLog: (obj: ResourceCreationLimitPolicy) => any;
2576
+
2577
+ export declare const ServerProcessFilterSensitiveLog: (obj: ServerProcess) => any;
2578
+
2579
+ export declare const RuntimeConfigurationFilterSensitiveLog: (obj: RuntimeConfiguration) => any;
2580
+
2581
+ export declare const CreateFleetInputFilterSensitiveLog: (obj: CreateFleetInput) => any;
2582
+
2583
+ export declare const FleetAttributesFilterSensitiveLog: (obj: FleetAttributes) => any;
2584
+
2585
+ export declare const LocationStateFilterSensitiveLog: (obj: LocationState) => any;
2586
+
2587
+ export declare const CreateFleetOutputFilterSensitiveLog: (obj: CreateFleetOutput) => any;
2588
+
2589
+ export declare const CreateFleetLocationsInputFilterSensitiveLog: (obj: CreateFleetLocationsInput) => any;
2590
+
2591
+ export declare const CreateFleetLocationsOutputFilterSensitiveLog: (obj: CreateFleetLocationsOutput) => any;
2592
+
2593
+ export declare const TargetTrackingConfigurationFilterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
2594
+
2595
+ export declare const GameServerGroupAutoScalingPolicyFilterSensitiveLog: (obj: GameServerGroupAutoScalingPolicy) => any;
2596
+
2597
+ export declare const InstanceDefinitionFilterSensitiveLog: (obj: InstanceDefinition) => any;
2598
+
2599
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
2600
+
2601
+ export declare const CreateGameServerGroupInputFilterSensitiveLog: (obj: CreateGameServerGroupInput) => any;
2602
+
2603
+ export declare const GameServerGroupFilterSensitiveLog: (obj: GameServerGroup) => any;
2604
+
2605
+ export declare const CreateGameServerGroupOutputFilterSensitiveLog: (obj: CreateGameServerGroupOutput) => any;
2606
+
2607
+ export declare const GamePropertyFilterSensitiveLog: (obj: GameProperty) => any;
2608
+
2609
+ export declare const CreateGameSessionInputFilterSensitiveLog: (obj: CreateGameSessionInput) => any;
2610
+
2611
+ export declare const GameSessionFilterSensitiveLog: (obj: GameSession) => any;
2612
+
2613
+ export declare const CreateGameSessionOutputFilterSensitiveLog: (obj: CreateGameSessionOutput) => any;
2614
+
2615
+ export declare const GameSessionQueueDestinationFilterSensitiveLog: (obj: GameSessionQueueDestination) => any;
2616
+
2617
+ export declare const FilterConfigurationFilterSensitiveLog: (obj: FilterConfiguration) => any;
2618
+
2619
+ export declare const PlayerLatencyPolicyFilterSensitiveLog: (obj: PlayerLatencyPolicy) => any;
2620
+
2621
+ export declare const PriorityConfigurationFilterSensitiveLog: (obj: PriorityConfiguration) => any;
2622
+
2623
+ export declare const CreateGameSessionQueueInputFilterSensitiveLog: (obj: CreateGameSessionQueueInput) => any;
2624
+
2625
+ export declare const GameSessionQueueFilterSensitiveLog: (obj: GameSessionQueue) => any;
2626
+
2627
+ export declare const CreateGameSessionQueueOutputFilterSensitiveLog: (obj: CreateGameSessionQueueOutput) => any;
2628
+
2629
+ export declare const CreateMatchmakingConfigurationInputFilterSensitiveLog: (obj: CreateMatchmakingConfigurationInput) => any;
2630
+
2631
+ export declare const MatchmakingConfigurationFilterSensitiveLog: (obj: MatchmakingConfiguration) => any;
2632
+
2633
+ export declare const CreateMatchmakingConfigurationOutputFilterSensitiveLog: (obj: CreateMatchmakingConfigurationOutput) => any;
2634
+
2635
+ export declare const CreateMatchmakingRuleSetInputFilterSensitiveLog: (obj: CreateMatchmakingRuleSetInput) => any;
2636
+
2637
+ export declare const MatchmakingRuleSetFilterSensitiveLog: (obj: MatchmakingRuleSet) => any;
2638
+
2639
+ export declare const CreateMatchmakingRuleSetOutputFilterSensitiveLog: (obj: CreateMatchmakingRuleSetOutput) => any;
2640
+
2641
+ export declare const CreatePlayerSessionInputFilterSensitiveLog: (obj: CreatePlayerSessionInput) => any;
2642
+
2643
+ export declare const PlayerSessionFilterSensitiveLog: (obj: PlayerSession) => any;
2644
+
2645
+ export declare const CreatePlayerSessionOutputFilterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
2646
+
2647
+ export declare const CreatePlayerSessionsInputFilterSensitiveLog: (obj: CreatePlayerSessionsInput) => any;
2648
+
2649
+ export declare const CreatePlayerSessionsOutputFilterSensitiveLog: (obj: CreatePlayerSessionsOutput) => any;
2650
+
2651
+ export declare const CreateScriptInputFilterSensitiveLog: (obj: CreateScriptInput) => any;
2652
+
2653
+ export declare const ScriptFilterSensitiveLog: (obj: Script) => any;
2654
+
2655
+ export declare const CreateScriptOutputFilterSensitiveLog: (obj: CreateScriptOutput) => any;
2656
+
2657
+ export declare const CreateVpcPeeringAuthorizationInputFilterSensitiveLog: (obj: CreateVpcPeeringAuthorizationInput) => any;
2658
+
2659
+ export declare const VpcPeeringAuthorizationFilterSensitiveLog: (obj: VpcPeeringAuthorization) => any;
2660
+
2661
+ export declare const CreateVpcPeeringAuthorizationOutputFilterSensitiveLog: (obj: CreateVpcPeeringAuthorizationOutput) => any;
2662
+
2663
+ export declare const CreateVpcPeeringConnectionInputFilterSensitiveLog: (obj: CreateVpcPeeringConnectionInput) => any;
2664
+
2665
+ export declare const CreateVpcPeeringConnectionOutputFilterSensitiveLog: (obj: CreateVpcPeeringConnectionOutput) => any;
2666
+
2667
+ export declare const DeleteAliasInputFilterSensitiveLog: (obj: DeleteAliasInput) => any;
2668
+
2669
+ export declare const DeleteBuildInputFilterSensitiveLog: (obj: DeleteBuildInput) => any;
2670
+
2671
+ export declare const DeleteFleetInputFilterSensitiveLog: (obj: DeleteFleetInput) => any;
2672
+
2673
+ export declare const DeleteFleetLocationsInputFilterSensitiveLog: (obj: DeleteFleetLocationsInput) => any;
2674
+
2675
+ export declare const DeleteFleetLocationsOutputFilterSensitiveLog: (obj: DeleteFleetLocationsOutput) => any;
2676
+
2677
+ export declare const DeleteGameServerGroupInputFilterSensitiveLog: (obj: DeleteGameServerGroupInput) => any;
2678
+
2679
+ export declare const DeleteGameServerGroupOutputFilterSensitiveLog: (obj: DeleteGameServerGroupOutput) => any;
2680
+
2681
+ export declare const DeleteGameSessionQueueInputFilterSensitiveLog: (obj: DeleteGameSessionQueueInput) => any;
2682
+
2683
+ export declare const DeleteGameSessionQueueOutputFilterSensitiveLog: (obj: DeleteGameSessionQueueOutput) => any;
2684
+
2685
+ export declare const DeleteMatchmakingConfigurationInputFilterSensitiveLog: (obj: DeleteMatchmakingConfigurationInput) => any;
2686
+
2687
+ export declare const DeleteMatchmakingConfigurationOutputFilterSensitiveLog: (obj: DeleteMatchmakingConfigurationOutput) => any;
2688
+
2689
+ export declare const DeleteMatchmakingRuleSetInputFilterSensitiveLog: (obj: DeleteMatchmakingRuleSetInput) => any;
2690
+
2691
+ export declare const DeleteMatchmakingRuleSetOutputFilterSensitiveLog: (obj: DeleteMatchmakingRuleSetOutput) => any;
2692
+
2693
+ export declare const DeleteScalingPolicyInputFilterSensitiveLog: (obj: DeleteScalingPolicyInput) => any;
2694
+
2695
+ export declare const DeleteScriptInputFilterSensitiveLog: (obj: DeleteScriptInput) => any;
2696
+
2697
+ export declare const DeleteVpcPeeringAuthorizationInputFilterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationInput) => any;
2698
+
2699
+ export declare const DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationOutput) => any;
2700
+
2701
+ export declare const DeleteVpcPeeringConnectionInputFilterSensitiveLog: (obj: DeleteVpcPeeringConnectionInput) => any;
2702
+
2703
+ export declare const DeleteVpcPeeringConnectionOutputFilterSensitiveLog: (obj: DeleteVpcPeeringConnectionOutput) => any;
2704
+
2705
+ export declare const DeregisterGameServerInputFilterSensitiveLog: (obj: DeregisterGameServerInput) => any;
2706
+
2707
+ export declare const DescribeAliasInputFilterSensitiveLog: (obj: DescribeAliasInput) => any;
2708
+
2709
+ export declare const DescribeAliasOutputFilterSensitiveLog: (obj: DescribeAliasOutput) => any;
2710
+
2711
+ export declare const DescribeBuildInputFilterSensitiveLog: (obj: DescribeBuildInput) => any;
2712
+
2713
+ export declare const DescribeBuildOutputFilterSensitiveLog: (obj: DescribeBuildOutput) => any;
2714
+
2715
+ export declare const DescribeEC2InstanceLimitsInputFilterSensitiveLog: (obj: DescribeEC2InstanceLimitsInput) => any;
2716
+
2717
+ export declare const EC2InstanceLimitFilterSensitiveLog: (obj: EC2InstanceLimit) => any;
2718
+
2719
+ export declare const DescribeEC2InstanceLimitsOutputFilterSensitiveLog: (obj: DescribeEC2InstanceLimitsOutput) => any;
2720
+
2721
+ export declare const DescribeFleetAttributesInputFilterSensitiveLog: (obj: DescribeFleetAttributesInput) => any;
2722
+
2723
+ export declare const DescribeFleetAttributesOutputFilterSensitiveLog: (obj: DescribeFleetAttributesOutput) => any;
2724
+
2725
+ export declare const DescribeFleetCapacityInputFilterSensitiveLog: (obj: DescribeFleetCapacityInput) => any;
2726
+
2727
+ export declare const EC2InstanceCountsFilterSensitiveLog: (obj: EC2InstanceCounts) => any;
2728
+
2729
+ export declare const FleetCapacityFilterSensitiveLog: (obj: FleetCapacity) => any;
2730
+
2731
+ export declare const DescribeFleetCapacityOutputFilterSensitiveLog: (obj: DescribeFleetCapacityOutput) => any;
2732
+
2733
+ export declare const DescribeFleetEventsInputFilterSensitiveLog: (obj: DescribeFleetEventsInput) => any;
2734
+
2735
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
2736
+
2737
+ export declare const DescribeFleetEventsOutputFilterSensitiveLog: (obj: DescribeFleetEventsOutput) => any;
2738
+
2739
+ export declare const DescribeFleetLocationAttributesInputFilterSensitiveLog: (obj: DescribeFleetLocationAttributesInput) => any;
2740
+
2741
+ export declare const LocationAttributesFilterSensitiveLog: (obj: LocationAttributes) => any;
2742
+
2743
+ export declare const DescribeFleetLocationAttributesOutputFilterSensitiveLog: (obj: DescribeFleetLocationAttributesOutput) => any;
2744
+
2745
+ export declare const DescribeFleetLocationCapacityInputFilterSensitiveLog: (obj: DescribeFleetLocationCapacityInput) => any;
2746
+
2747
+ export declare const DescribeFleetLocationCapacityOutputFilterSensitiveLog: (obj: DescribeFleetLocationCapacityOutput) => any;
2748
+
2749
+ export declare const DescribeFleetLocationUtilizationInputFilterSensitiveLog: (obj: DescribeFleetLocationUtilizationInput) => any;
2750
+
2751
+ export declare const FleetUtilizationFilterSensitiveLog: (obj: FleetUtilization) => any;
2752
+
2753
+ export declare const DescribeFleetLocationUtilizationOutputFilterSensitiveLog: (obj: DescribeFleetLocationUtilizationOutput) => any;
2754
+
2755
+ export declare const DescribeFleetPortSettingsInputFilterSensitiveLog: (obj: DescribeFleetPortSettingsInput) => any;
2756
+
2757
+ export declare const DescribeFleetPortSettingsOutputFilterSensitiveLog: (obj: DescribeFleetPortSettingsOutput) => any;
2758
+
2759
+ export declare const DescribeFleetUtilizationInputFilterSensitiveLog: (obj: DescribeFleetUtilizationInput) => any;
2760
+
2761
+ export declare const DescribeFleetUtilizationOutputFilterSensitiveLog: (obj: DescribeFleetUtilizationOutput) => any;
2762
+
2763
+ export declare const DescribeGameServerInputFilterSensitiveLog: (obj: DescribeGameServerInput) => any;
2764
+
2765
+ export declare const DescribeGameServerOutputFilterSensitiveLog: (obj: DescribeGameServerOutput) => any;
2766
+
2767
+ export declare const DescribeGameServerGroupInputFilterSensitiveLog: (obj: DescribeGameServerGroupInput) => any;
2768
+
2769
+ export declare const DescribeGameServerGroupOutputFilterSensitiveLog: (obj: DescribeGameServerGroupOutput) => any;
2770
+
2771
+ export declare const DescribeGameServerInstancesInputFilterSensitiveLog: (obj: DescribeGameServerInstancesInput) => any;
2772
+
2773
+ export declare const GameServerInstanceFilterSensitiveLog: (obj: GameServerInstance) => any;
2774
+
2775
+ export declare const DescribeGameServerInstancesOutputFilterSensitiveLog: (obj: DescribeGameServerInstancesOutput) => any;
2776
+
2777
+ export declare const DescribeGameSessionDetailsInputFilterSensitiveLog: (obj: DescribeGameSessionDetailsInput) => any;
2778
+
2779
+ export declare const GameSessionDetailFilterSensitiveLog: (obj: GameSessionDetail) => any;
2780
+
2781
+ export declare const DescribeGameSessionDetailsOutputFilterSensitiveLog: (obj: DescribeGameSessionDetailsOutput) => any;
2782
+
2783
+ export declare const DescribeGameSessionPlacementInputFilterSensitiveLog: (obj: DescribeGameSessionPlacementInput) => any;
2784
+
2785
+ export declare const PlacedPlayerSessionFilterSensitiveLog: (obj: PlacedPlayerSession) => any;
2786
+
2787
+ export declare const PlayerLatencyFilterSensitiveLog: (obj: PlayerLatency) => any;
2788
+
2789
+ export declare const GameSessionPlacementFilterSensitiveLog: (obj: GameSessionPlacement) => any;
2790
+
2791
+ export declare const DescribeGameSessionPlacementOutputFilterSensitiveLog: (obj: DescribeGameSessionPlacementOutput) => any;
2792
+
2793
+ export declare const DescribeGameSessionQueuesInputFilterSensitiveLog: (obj: DescribeGameSessionQueuesInput) => any;
2794
+
2795
+ export declare const DescribeGameSessionQueuesOutputFilterSensitiveLog: (obj: DescribeGameSessionQueuesOutput) => any;
2796
+
2797
+ export declare const DescribeGameSessionsInputFilterSensitiveLog: (obj: DescribeGameSessionsInput) => any;
2798
+
2799
+ export declare const DescribeGameSessionsOutputFilterSensitiveLog: (obj: DescribeGameSessionsOutput) => any;
2800
+
2801
+ export declare const DescribeInstancesInputFilterSensitiveLog: (obj: DescribeInstancesInput) => any;
2802
+
2803
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
2804
+
2805
+ export declare const DescribeInstancesOutputFilterSensitiveLog: (obj: DescribeInstancesOutput) => any;
2806
+
2807
+ export declare const DescribeMatchmakingInputFilterSensitiveLog: (obj: DescribeMatchmakingInput) => any;
2808
+
2809
+ export declare const MatchedPlayerSessionFilterSensitiveLog: (obj: MatchedPlayerSession) => any;
2810
+
2811
+ export declare const GameSessionConnectionInfoFilterSensitiveLog: (obj: GameSessionConnectionInfo) => any;
2812
+
2813
+ export declare const PlayerFilterSensitiveLog: (obj: Player) => any;
2814
+
2815
+ export declare const MatchmakingTicketFilterSensitiveLog: (obj: MatchmakingTicket) => any;
2816
+
2817
+ export declare const DescribeMatchmakingOutputFilterSensitiveLog: (obj: DescribeMatchmakingOutput) => any;
2818
+
2819
+ export declare const DescribeMatchmakingConfigurationsInputFilterSensitiveLog: (obj: DescribeMatchmakingConfigurationsInput) => any;
2820
+
2821
+ export declare const DescribeMatchmakingConfigurationsOutputFilterSensitiveLog: (obj: DescribeMatchmakingConfigurationsOutput) => any;
2822
+
2823
+ export declare const DescribeMatchmakingRuleSetsInputFilterSensitiveLog: (obj: DescribeMatchmakingRuleSetsInput) => any;
2824
+
2825
+ export declare const DescribeMatchmakingRuleSetsOutputFilterSensitiveLog: (obj: DescribeMatchmakingRuleSetsOutput) => any;
2826
+
2827
+ export declare const DescribePlayerSessionsInputFilterSensitiveLog: (obj: DescribePlayerSessionsInput) => any;
2828
+
2829
+ export declare const DescribePlayerSessionsOutputFilterSensitiveLog: (obj: DescribePlayerSessionsOutput) => any;
2830
+
2831
+ export declare const DescribeRuntimeConfigurationInputFilterSensitiveLog: (obj: DescribeRuntimeConfigurationInput) => any;
2832
+
2833
+ export declare const DescribeRuntimeConfigurationOutputFilterSensitiveLog: (obj: DescribeRuntimeConfigurationOutput) => any;
2834
+
2835
+ export declare const DescribeScalingPoliciesInputFilterSensitiveLog: (obj: DescribeScalingPoliciesInput) => any;
2836
+
2837
+ export declare const TargetConfigurationFilterSensitiveLog: (obj: TargetConfiguration) => any;
2838
+
2839
+ export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
2840
+
2841
+ export declare const DescribeScalingPoliciesOutputFilterSensitiveLog: (obj: DescribeScalingPoliciesOutput) => any;
2842
+
2843
+ export declare const DescribeScriptInputFilterSensitiveLog: (obj: DescribeScriptInput) => any;
2844
+
2845
+ export declare const DescribeScriptOutputFilterSensitiveLog: (obj: DescribeScriptOutput) => any;
2846
+
2847
+ export declare const DescribeVpcPeeringAuthorizationsInputFilterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsInput) => any;
2848
+
2849
+ export declare const DescribeVpcPeeringAuthorizationsOutputFilterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsOutput) => any;
2850
+
2851
+ export declare const DescribeVpcPeeringConnectionsInputFilterSensitiveLog: (obj: DescribeVpcPeeringConnectionsInput) => any;
2852
+
2853
+ export declare const VpcPeeringConnectionStatusFilterSensitiveLog: (obj: VpcPeeringConnectionStatus) => any;
2854
+
2855
+ export declare const VpcPeeringConnectionFilterSensitiveLog: (obj: VpcPeeringConnection) => any;
2856
+
2857
+ export declare const DescribeVpcPeeringConnectionsOutputFilterSensitiveLog: (obj: DescribeVpcPeeringConnectionsOutput) => any;
2858
+
2859
+ export declare const DesiredPlayerSessionFilterSensitiveLog: (obj: DesiredPlayerSession) => any;
2860
+
2861
+ export declare const GetGameSessionLogUrlInputFilterSensitiveLog: (obj: GetGameSessionLogUrlInput) => any;
2862
+
2863
+ export declare const GetGameSessionLogUrlOutputFilterSensitiveLog: (obj: GetGameSessionLogUrlOutput) => any;
2864
+
2865
+ export declare const GetInstanceAccessInputFilterSensitiveLog: (obj: GetInstanceAccessInput) => any;
2866
+
2867
+ export declare const InstanceCredentialsFilterSensitiveLog: (obj: InstanceCredentials) => any;
2868
+
2869
+ export declare const InstanceAccessFilterSensitiveLog: (obj: InstanceAccess) => any;
2870
+
2871
+ export declare const GetInstanceAccessOutputFilterSensitiveLog: (obj: GetInstanceAccessOutput) => any;
2872
+
2873
+ export declare const ListAliasesInputFilterSensitiveLog: (obj: ListAliasesInput) => any;
2874
+
2875
+ export declare const ListAliasesOutputFilterSensitiveLog: (obj: ListAliasesOutput) => any;
2876
+
2877
+ export declare const ListBuildsInputFilterSensitiveLog: (obj: ListBuildsInput) => any;
2878
+
2879
+ export declare const ListBuildsOutputFilterSensitiveLog: (obj: ListBuildsOutput) => any;
2880
+
2881
+ export declare const ListFleetsInputFilterSensitiveLog: (obj: ListFleetsInput) => any;
2882
+
2883
+ export declare const ListFleetsOutputFilterSensitiveLog: (obj: ListFleetsOutput) => any;
2884
+
2885
+ export declare const ListGameServerGroupsInputFilterSensitiveLog: (obj: ListGameServerGroupsInput) => any;
2886
+
2887
+ export declare const ListGameServerGroupsOutputFilterSensitiveLog: (obj: ListGameServerGroupsOutput) => any;
2888
+
2889
+ export declare const ListGameServersInputFilterSensitiveLog: (obj: ListGameServersInput) => any;
2890
+
2891
+ export declare const ListGameServersOutputFilterSensitiveLog: (obj: ListGameServersOutput) => any;
2892
+
2893
+ export declare const ListScriptsInputFilterSensitiveLog: (obj: ListScriptsInput) => any;
2894
+
2895
+ export declare const ListScriptsOutputFilterSensitiveLog: (obj: ListScriptsOutput) => any;
2896
+
2897
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2898
+
2899
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2900
+
2901
+ export declare const PutScalingPolicyInputFilterSensitiveLog: (obj: PutScalingPolicyInput) => any;
2902
+
2903
+ export declare const PutScalingPolicyOutputFilterSensitiveLog: (obj: PutScalingPolicyOutput) => any;
2904
+
2905
+ export declare const RegisterGameServerInputFilterSensitiveLog: (obj: RegisterGameServerInput) => any;
2906
+
2907
+ export declare const RegisterGameServerOutputFilterSensitiveLog: (obj: RegisterGameServerOutput) => any;
2908
+
2909
+ export declare const RequestUploadCredentialsInputFilterSensitiveLog: (obj: RequestUploadCredentialsInput) => any;
2910
+
2911
+ export declare const RequestUploadCredentialsOutputFilterSensitiveLog: (obj: RequestUploadCredentialsOutput) => any;
2912
+
2913
+ export declare const ResolveAliasInputFilterSensitiveLog: (obj: ResolveAliasInput) => any;
2914
+
2915
+ export declare const ResolveAliasOutputFilterSensitiveLog: (obj: ResolveAliasOutput) => any;
2916
+
2917
+ export declare const ResumeGameServerGroupInputFilterSensitiveLog: (obj: ResumeGameServerGroupInput) => any;
2918
+
2919
+ export declare const ResumeGameServerGroupOutputFilterSensitiveLog: (obj: ResumeGameServerGroupOutput) => any;
2920
+
2921
+ export declare const SearchGameSessionsInputFilterSensitiveLog: (obj: SearchGameSessionsInput) => any;
2922
+
2923
+ export declare const SearchGameSessionsOutputFilterSensitiveLog: (obj: SearchGameSessionsOutput) => any;
2924
+
2925
+ export declare const StartFleetActionsInputFilterSensitiveLog: (obj: StartFleetActionsInput) => any;
2926
+
2927
+ export declare const StartFleetActionsOutputFilterSensitiveLog: (obj: StartFleetActionsOutput) => any;
2928
+
2929
+ export declare const StartGameSessionPlacementInputFilterSensitiveLog: (obj: StartGameSessionPlacementInput) => any;
2930
+
2931
+ export declare const StartGameSessionPlacementOutputFilterSensitiveLog: (obj: StartGameSessionPlacementOutput) => any;
2932
+
2933
+ export declare const StartMatchBackfillInputFilterSensitiveLog: (obj: StartMatchBackfillInput) => any;
2934
+
2935
+ export declare const StartMatchBackfillOutputFilterSensitiveLog: (obj: StartMatchBackfillOutput) => any;
2936
+
2937
+ export declare const StartMatchmakingInputFilterSensitiveLog: (obj: StartMatchmakingInput) => any;
2938
+
2939
+ export declare const StartMatchmakingOutputFilterSensitiveLog: (obj: StartMatchmakingOutput) => any;
2940
+
2941
+ export declare const StopFleetActionsInputFilterSensitiveLog: (obj: StopFleetActionsInput) => any;
2942
+
2943
+ export declare const StopFleetActionsOutputFilterSensitiveLog: (obj: StopFleetActionsOutput) => any;
2944
+
2945
+ export declare const StopGameSessionPlacementInputFilterSensitiveLog: (obj: StopGameSessionPlacementInput) => any;
2946
+
2947
+ export declare const StopGameSessionPlacementOutputFilterSensitiveLog: (obj: StopGameSessionPlacementOutput) => any;
2948
+
2949
+ export declare const StopMatchmakingInputFilterSensitiveLog: (obj: StopMatchmakingInput) => any;
2950
+
2951
+ export declare const StopMatchmakingOutputFilterSensitiveLog: (obj: StopMatchmakingOutput) => any;
2952
+
2953
+ export declare const SuspendGameServerGroupInputFilterSensitiveLog: (obj: SuspendGameServerGroupInput) => any;
2954
+
2955
+ export declare const SuspendGameServerGroupOutputFilterSensitiveLog: (obj: SuspendGameServerGroupOutput) => any;
2956
+
2957
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2958
+
2959
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2960
+
2961
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2962
+
2963
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2964
+
2965
+ export declare const UpdateAliasInputFilterSensitiveLog: (obj: UpdateAliasInput) => any;
2966
+
2967
+ export declare const UpdateAliasOutputFilterSensitiveLog: (obj: UpdateAliasOutput) => any;
2968
+
2969
+ export declare const UpdateBuildInputFilterSensitiveLog: (obj: UpdateBuildInput) => any;
2970
+
2971
+ export declare const UpdateBuildOutputFilterSensitiveLog: (obj: UpdateBuildOutput) => any;
2972
+
2973
+ export declare const UpdateFleetAttributesInputFilterSensitiveLog: (obj: UpdateFleetAttributesInput) => any;
2974
+
2975
+ export declare const UpdateFleetAttributesOutputFilterSensitiveLog: (obj: UpdateFleetAttributesOutput) => any;
2976
+
2977
+ export declare const UpdateFleetCapacityInputFilterSensitiveLog: (obj: UpdateFleetCapacityInput) => any;
2978
+
2979
+ export declare const UpdateFleetCapacityOutputFilterSensitiveLog: (obj: UpdateFleetCapacityOutput) => any;
2980
+
2981
+ export declare const UpdateFleetPortSettingsInputFilterSensitiveLog: (obj: UpdateFleetPortSettingsInput) => any;
2982
+
2983
+ export declare const UpdateFleetPortSettingsOutputFilterSensitiveLog: (obj: UpdateFleetPortSettingsOutput) => any;
2984
+
2985
+ export declare const UpdateGameServerInputFilterSensitiveLog: (obj: UpdateGameServerInput) => any;
2986
+
2987
+ export declare const UpdateGameServerOutputFilterSensitiveLog: (obj: UpdateGameServerOutput) => any;
2988
+
2989
+ export declare const UpdateGameServerGroupInputFilterSensitiveLog: (obj: UpdateGameServerGroupInput) => any;
2990
+
2991
+ export declare const UpdateGameServerGroupOutputFilterSensitiveLog: (obj: UpdateGameServerGroupOutput) => any;
2992
+
2993
+ export declare const UpdateGameSessionInputFilterSensitiveLog: (obj: UpdateGameSessionInput) => any;
2994
+
2995
+ export declare const UpdateGameSessionOutputFilterSensitiveLog: (obj: UpdateGameSessionOutput) => any;
2996
+
2997
+ export declare const UpdateGameSessionQueueInputFilterSensitiveLog: (obj: UpdateGameSessionQueueInput) => any;
2998
+
2999
+ export declare const UpdateGameSessionQueueOutputFilterSensitiveLog: (obj: UpdateGameSessionQueueOutput) => any;
3000
+
3001
+ export declare const UpdateMatchmakingConfigurationInputFilterSensitiveLog: (obj: UpdateMatchmakingConfigurationInput) => any;
3002
+
3003
+ export declare const UpdateMatchmakingConfigurationOutputFilterSensitiveLog: (obj: UpdateMatchmakingConfigurationOutput) => any;
3004
+
3005
+ export declare const UpdateRuntimeConfigurationInputFilterSensitiveLog: (obj: UpdateRuntimeConfigurationInput) => any;
3006
+
3007
+ export declare const UpdateRuntimeConfigurationOutputFilterSensitiveLog: (obj: UpdateRuntimeConfigurationOutput) => any;
3008
+
3009
+ export declare const UpdateScriptInputFilterSensitiveLog: (obj: UpdateScriptInput) => any;
3010
+
3011
+ export declare const UpdateScriptOutputFilterSensitiveLog: (obj: UpdateScriptOutput) => any;
3012
+
3013
+ export declare const ValidateMatchmakingRuleSetInputFilterSensitiveLog: (obj: ValidateMatchmakingRuleSetInput) => any;
3014
+
3015
+ export declare const ValidateMatchmakingRuleSetOutputFilterSensitiveLog: (obj: ValidateMatchmakingRuleSetOutput) => any;