@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
@@ -20,20 +20,8 @@ export interface AcceptMatchInput {
20
20
  */
21
21
  AcceptanceType: AcceptanceType | string | undefined;
22
22
  }
23
- export declare namespace AcceptMatchInput {
24
- /**
25
- * @internal
26
- */
27
- const filterSensitiveLog: (obj: AcceptMatchInput) => any;
28
- }
29
23
  export interface AcceptMatchOutput {
30
24
  }
31
- export declare namespace AcceptMatchOutput {
32
- /**
33
- * @internal
34
- */
35
- const filterSensitiveLog: (obj: AcceptMatchOutput) => any;
36
- }
37
25
  /**
38
26
  * <p>The service encountered an unrecoverable internal failure while processing the
39
27
  * request. Clients can retry such requests immediately or after a waiting
@@ -133,12 +121,6 @@ export interface RoutingStrategy {
133
121
  */
134
122
  Message?: string;
135
123
  }
136
- export declare namespace RoutingStrategy {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: RoutingStrategy) => any;
141
- }
142
124
  /**
143
125
  * <p>Properties that describe an alias resource.</p>
144
126
  * <p>
@@ -184,12 +166,6 @@ export interface Alias {
184
166
  */
185
167
  LastUpdatedTime?: Date;
186
168
  }
187
- export declare namespace Alias {
188
- /**
189
- * @internal
190
- */
191
- const filterSensitiveLog: (obj: Alias) => any;
192
- }
193
169
  /**
194
170
  * <p>Values for use in <a>Player</a> attribute key-value pairs. This object lets
195
171
  * you specify an attribute value using any of the valid data types: string, number, string
@@ -217,12 +193,6 @@ export interface AttributeValue {
217
193
  */
218
194
  SDM?: Record<string, number>;
219
195
  }
220
- export declare namespace AttributeValue {
221
- /**
222
- * @internal
223
- */
224
- const filterSensitiveLog: (obj: AttributeValue) => any;
225
- }
226
196
  /**
227
197
  * <p>Temporary access credentials used for uploading game build files to Amazon GameLift. They
228
198
  * are valid for a limited time. If they expire before you upload your game build, get a
@@ -243,12 +213,6 @@ export interface AwsCredentials {
243
213
  */
244
214
  SessionToken?: string;
245
215
  }
246
- export declare namespace AwsCredentials {
247
- /**
248
- * @internal
249
- */
250
- const filterSensitiveLog: (obj: AwsCredentials) => any;
251
- }
252
216
  export declare enum BackfillMode {
253
217
  AUTOMATIC = "AUTOMATIC",
254
218
  MANUAL = "MANUAL"
@@ -340,12 +304,6 @@ export interface Build {
340
304
  */
341
305
  CreationTime?: Date;
342
306
  }
343
- export declare namespace Build {
344
- /**
345
- * @internal
346
- */
347
- const filterSensitiveLog: (obj: Build) => any;
348
- }
349
307
  export declare enum CertificateType {
350
308
  Disabled = "DISABLED",
351
309
  Generated = "GENERATED"
@@ -377,12 +335,6 @@ export interface CertificateConfiguration {
377
335
  */
378
336
  CertificateType: CertificateType | string | undefined;
379
337
  }
380
- export declare namespace CertificateConfiguration {
381
- /**
382
- * @internal
383
- */
384
- const filterSensitiveLog: (obj: CertificateConfiguration) => any;
385
- }
386
338
  export interface ClaimGameServerInput {
387
339
  /**
388
340
  * <p>A unique identifier for the game server group where the game server is running.
@@ -403,12 +355,6 @@ export interface ClaimGameServerInput {
403
355
  */
404
356
  GameServerData?: string;
405
357
  }
406
- export declare namespace ClaimGameServerInput {
407
- /**
408
- * @internal
409
- */
410
- const filterSensitiveLog: (obj: ClaimGameServerInput) => any;
411
- }
412
358
  export declare enum GameServerClaimStatus {
413
359
  CLAIMED = "CLAIMED"
414
360
  }
@@ -513,24 +459,12 @@ export interface GameServer {
513
459
  */
514
460
  LastHealthCheckTime?: Date;
515
461
  }
516
- export declare namespace GameServer {
517
- /**
518
- * @internal
519
- */
520
- const filterSensitiveLog: (obj: GameServer) => any;
521
- }
522
462
  export interface ClaimGameServerOutput {
523
463
  /**
524
464
  * <p>Object that describes the newly claimed game server.</p>
525
465
  */
526
466
  GameServer?: GameServer;
527
467
  }
528
- export declare namespace ClaimGameServerOutput {
529
- /**
530
- * @internal
531
- */
532
- const filterSensitiveLog: (obj: ClaimGameServerOutput) => any;
533
- }
534
468
  /**
535
469
  * <p>The requested operation would cause a conflict with the current state of a service
536
470
  * resource associated with the request. Resolve the conflict before retrying this
@@ -618,12 +552,6 @@ export interface Tag {
618
552
  */
619
553
  Value: string | undefined;
620
554
  }
621
- export declare namespace Tag {
622
- /**
623
- * @internal
624
- */
625
- const filterSensitiveLog: (obj: Tag) => any;
626
- }
627
555
  /**
628
556
  * <p>Represents the input for a request operation.</p>
629
557
  */
@@ -653,12 +581,6 @@ export interface CreateAliasInput {
653
581
  */
654
582
  Tags?: Tag[];
655
583
  }
656
- export declare namespace CreateAliasInput {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: CreateAliasInput) => any;
661
- }
662
584
  /**
663
585
  * <p>Represents the returned data in response to a request operation.</p>
664
586
  */
@@ -668,12 +590,6 @@ export interface CreateAliasOutput {
668
590
  */
669
591
  Alias?: Alias;
670
592
  }
671
- export declare namespace CreateAliasOutput {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: CreateAliasOutput) => any;
676
- }
677
593
  /**
678
594
  * <p>The requested operation would cause the resource to exceed the allowed service
679
595
  * limit. Resolve the issue before retrying.</p>
@@ -732,12 +648,6 @@ export interface S3Location {
732
648
  */
733
649
  ObjectVersion?: string;
734
650
  }
735
- export declare namespace S3Location {
736
- /**
737
- * @internal
738
- */
739
- const filterSensitiveLog: (obj: S3Location) => any;
740
- }
741
651
  /**
742
652
  * <p>Represents the input for a request operation.</p>
743
653
  */
@@ -784,12 +694,6 @@ export interface CreateBuildInput {
784
694
  */
785
695
  Tags?: Tag[];
786
696
  }
787
- export declare namespace CreateBuildInput {
788
- /**
789
- * @internal
790
- */
791
- const filterSensitiveLog: (obj: CreateBuildInput) => any;
792
- }
793
697
  /**
794
698
  * <p>Represents the returned data in response to a request operation.</p>
795
699
  */
@@ -811,12 +715,6 @@ export interface CreateBuildOutput {
811
715
  */
812
716
  StorageLocation?: S3Location;
813
717
  }
814
- export declare namespace CreateBuildOutput {
815
- /**
816
- * @internal
817
- */
818
- const filterSensitiveLog: (obj: CreateBuildOutput) => any;
819
- }
820
718
  export declare enum IpProtocol {
821
719
  TCP = "TCP",
822
720
  UDP = "UDP"
@@ -857,12 +755,6 @@ export interface IpPermission {
857
755
  */
858
756
  Protocol: IpProtocol | string | undefined;
859
757
  }
860
- export declare namespace IpPermission {
861
- /**
862
- * @internal
863
- */
864
- const filterSensitiveLog: (obj: IpPermission) => any;
865
- }
866
758
  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";
867
759
  export declare enum FleetType {
868
760
  OnDemand = "ON_DEMAND",
@@ -884,12 +776,6 @@ export interface LocationConfiguration {
884
776
  */
885
777
  Location?: string;
886
778
  }
887
- export declare namespace LocationConfiguration {
888
- /**
889
- * @internal
890
- */
891
- const filterSensitiveLog: (obj: LocationConfiguration) => any;
892
- }
893
779
  export declare enum ProtectionPolicy {
894
780
  FullProtection = "FullProtection",
895
781
  NoProtection = "NoProtection"
@@ -915,12 +801,6 @@ export interface ResourceCreationLimitPolicy {
915
801
  */
916
802
  PolicyPeriodInMinutes?: number;
917
803
  }
918
- export declare namespace ResourceCreationLimitPolicy {
919
- /**
920
- * @internal
921
- */
922
- const filterSensitiveLog: (obj: ResourceCreationLimitPolicy) => any;
923
- }
924
804
  /**
925
805
  * <p>A set of instructions for launching server processes on each instance in a fleet.
926
806
  * Server processes run either an executable in a custom game build or a Realtime Servers script.
@@ -954,12 +834,6 @@ export interface ServerProcess {
954
834
  */
955
835
  ConcurrentExecutions: number | undefined;
956
836
  }
957
- export declare namespace ServerProcess {
958
- /**
959
- * @internal
960
- */
961
- const filterSensitiveLog: (obj: ServerProcess) => any;
962
- }
963
837
  /**
964
838
  * <p>A collection of server process configurations that describe the set of processes to
965
839
  * run on each instance in a fleet. Server processes run either an executable in a custom
@@ -998,12 +872,6 @@ export interface RuntimeConfiguration {
998
872
  */
999
873
  GameSessionActivationTimeoutSeconds?: number;
1000
874
  }
1001
- export declare namespace RuntimeConfiguration {
1002
- /**
1003
- * @internal
1004
- */
1005
- const filterSensitiveLog: (obj: RuntimeConfiguration) => any;
1006
- }
1007
875
  /**
1008
876
  * <p>Represents the input for a request operation.</p>
1009
877
  */
@@ -1167,12 +1035,6 @@ export interface CreateFleetInput {
1167
1035
  */
1168
1036
  Tags?: Tag[];
1169
1037
  }
1170
- export declare namespace CreateFleetInput {
1171
- /**
1172
- * @internal
1173
- */
1174
- const filterSensitiveLog: (obj: CreateFleetInput) => any;
1175
- }
1176
1038
  export declare enum FleetStatus {
1177
1039
  ACTIVATING = "ACTIVATING",
1178
1040
  ACTIVE = "ACTIVE",
@@ -1364,12 +1226,6 @@ export interface FleetAttributes {
1364
1226
  */
1365
1227
  CertificateConfiguration?: CertificateConfiguration;
1366
1228
  }
1367
- export declare namespace FleetAttributes {
1368
- /**
1369
- * @internal
1370
- */
1371
- const filterSensitiveLog: (obj: FleetAttributes) => any;
1372
- }
1373
1229
  /**
1374
1230
  * <p>A fleet location and its life-cycle state. A location state object might
1375
1231
  * be used to describe a fleet's remote location or home Region.
@@ -1395,12 +1251,6 @@ export interface LocationState {
1395
1251
  */
1396
1252
  Status?: FleetStatus | string;
1397
1253
  }
1398
- export declare namespace LocationState {
1399
- /**
1400
- * @internal
1401
- */
1402
- const filterSensitiveLog: (obj: LocationState) => any;
1403
- }
1404
1254
  /**
1405
1255
  * <p>Represents the returned data in response to a request operation.</p>
1406
1256
  */
@@ -1419,12 +1269,6 @@ export interface CreateFleetOutput {
1419
1269
  */
1420
1270
  LocationStates?: LocationState[];
1421
1271
  }
1422
- export declare namespace CreateFleetOutput {
1423
- /**
1424
- * @internal
1425
- */
1426
- const filterSensitiveLog: (obj: CreateFleetOutput) => any;
1427
- }
1428
1272
  /**
1429
1273
  * <p>Represents the input for a request operation.</p>
1430
1274
  */
@@ -1440,12 +1284,6 @@ export interface CreateFleetLocationsInput {
1440
1284
  */
1441
1285
  Locations: LocationConfiguration[] | undefined;
1442
1286
  }
1443
- export declare namespace CreateFleetLocationsInput {
1444
- /**
1445
- * @internal
1446
- */
1447
- const filterSensitiveLog: (obj: CreateFleetLocationsInput) => any;
1448
- }
1449
1287
  /**
1450
1288
  * <p>Represents the returned data in response to a request operation. </p>
1451
1289
  */
@@ -1468,12 +1306,6 @@ export interface CreateFleetLocationsOutput {
1468
1306
  */
1469
1307
  LocationStates?: LocationState[];
1470
1308
  }
1471
- export declare namespace CreateFleetLocationsOutput {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: CreateFleetLocationsOutput) => any;
1476
- }
1477
1309
  /**
1478
1310
  * <p>The requested operation would cause a conflict with the current state of a resource
1479
1311
  * associated with the request and/or the fleet. Resolve the conflict before
@@ -1505,12 +1337,6 @@ export interface TargetTrackingConfiguration {
1505
1337
  */
1506
1338
  TargetValue: number | undefined;
1507
1339
  }
1508
- export declare namespace TargetTrackingConfiguration {
1509
- /**
1510
- * @internal
1511
- */
1512
- const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
1513
- }
1514
1340
  /**
1515
1341
  * <p>
1516
1342
  * <b>This data type is used with the GameLift FleetIQ and game server groups.</b>
@@ -1538,12 +1364,6 @@ export interface GameServerGroupAutoScalingPolicy {
1538
1364
  */
1539
1365
  TargetTrackingConfiguration: TargetTrackingConfiguration | undefined;
1540
1366
  }
1541
- export declare namespace GameServerGroupAutoScalingPolicy {
1542
- /**
1543
- * @internal
1544
- */
1545
- const filterSensitiveLog: (obj: GameServerGroupAutoScalingPolicy) => any;
1546
- }
1547
1367
  export declare enum GameServerProtectionPolicy {
1548
1368
  FULL_PROTECTION = "FULL_PROTECTION",
1549
1369
  NO_PROTECTION = "NO_PROTECTION"
@@ -1573,12 +1393,6 @@ export interface InstanceDefinition {
1573
1393
  */
1574
1394
  WeightedCapacity?: string;
1575
1395
  }
1576
- export declare namespace InstanceDefinition {
1577
- /**
1578
- * @internal
1579
- */
1580
- const filterSensitiveLog: (obj: InstanceDefinition) => any;
1581
- }
1582
1396
  /**
1583
1397
  * <p>
1584
1398
  * <b>This data type is used with the GameLift FleetIQ and game server groups.</b>
@@ -1603,12 +1417,6 @@ export interface LaunchTemplateSpecification {
1603
1417
  */
1604
1418
  Version?: string;
1605
1419
  }
1606
- export declare namespace LaunchTemplateSpecification {
1607
- /**
1608
- * @internal
1609
- */
1610
- const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
1611
- }
1612
1420
  export interface CreateGameServerGroupInput {
1613
1421
  /**
1614
1422
  * <p>An identifier for the new game server group. This value is used to generate unique ARN
@@ -1730,12 +1538,6 @@ export interface CreateGameServerGroupInput {
1730
1538
  */
1731
1539
  Tags?: Tag[];
1732
1540
  }
1733
- export declare namespace CreateGameServerGroupInput {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: CreateGameServerGroupInput) => any;
1738
- }
1739
1541
  export declare enum GameServerGroupStatus {
1740
1542
  ACTIVATING = "ACTIVATING",
1741
1543
  ACTIVE = "ACTIVE",
@@ -1897,12 +1699,6 @@ export interface GameServerGroup {
1897
1699
  */
1898
1700
  LastUpdatedTime?: Date;
1899
1701
  }
1900
- export declare namespace GameServerGroup {
1901
- /**
1902
- * @internal
1903
- */
1904
- const filterSensitiveLog: (obj: GameServerGroup) => any;
1905
- }
1906
1702
  export interface CreateGameServerGroupOutput {
1907
1703
  /**
1908
1704
  * <p>The newly created game server group object, including the new ARN value for the GameLift FleetIQ
@@ -1912,12 +1708,6 @@ export interface CreateGameServerGroupOutput {
1912
1708
  */
1913
1709
  GameServerGroup?: GameServerGroup;
1914
1710
  }
1915
- export declare namespace CreateGameServerGroupOutput {
1916
- /**
1917
- * @internal
1918
- */
1919
- const filterSensitiveLog: (obj: CreateGameServerGroupOutput) => any;
1920
- }
1921
1711
  /**
1922
1712
  * <p>Set of key-value pairs that contain information about a game session. When included in
1923
1713
  * a game session request, these properties communicate details to be used when setting up
@@ -1935,12 +1725,6 @@ export interface GameProperty {
1935
1725
  */
1936
1726
  Value: string | undefined;
1937
1727
  }
1938
- export declare namespace GameProperty {
1939
- /**
1940
- * @internal
1941
- */
1942
- const filterSensitiveLog: (obj: GameProperty) => any;
1943
- }
1944
1728
  /**
1945
1729
  * <p>Represents the input for a request operation.</p>
1946
1730
  */
@@ -2008,12 +1792,6 @@ export interface CreateGameSessionInput {
2008
1792
  */
2009
1793
  Location?: string;
2010
1794
  }
2011
- export declare namespace CreateGameSessionInput {
2012
- /**
2013
- * @internal
2014
- */
2015
- const filterSensitiveLog: (obj: CreateGameSessionInput) => any;
2016
- }
2017
1795
  export declare enum PlayerSessionCreationPolicy {
2018
1796
  ACCEPT_ALL = "ACCEPT_ALL",
2019
1797
  DENY_ALL = "DENY_ALL"
@@ -2158,12 +1936,6 @@ export interface GameSession {
2158
1936
  */
2159
1937
  Location?: string;
2160
1938
  }
2161
- export declare namespace GameSession {
2162
- /**
2163
- * @internal
2164
- */
2165
- const filterSensitiveLog: (obj: GameSession) => any;
2166
- }
2167
1939
  /**
2168
1940
  * <p>Represents the returned data in response to a request operation.</p>
2169
1941
  */
@@ -2173,12 +1945,6 @@ export interface CreateGameSessionOutput {
2173
1945
  */
2174
1946
  GameSession?: GameSession;
2175
1947
  }
2176
- export declare namespace CreateGameSessionOutput {
2177
- /**
2178
- * @internal
2179
- */
2180
- const filterSensitiveLog: (obj: CreateGameSessionOutput) => any;
2181
- }
2182
1948
  /**
2183
1949
  * <p>The specified fleet has no available instances to fulfill a
2184
1950
  * <code>CreateGameSession</code> request. Clients can retry such requests immediately
@@ -2235,12 +2001,6 @@ export interface GameSessionQueueDestination {
2235
2001
  */
2236
2002
  DestinationArn?: string;
2237
2003
  }
2238
- export declare namespace GameSessionQueueDestination {
2239
- /**
2240
- * @internal
2241
- */
2242
- const filterSensitiveLog: (obj: GameSessionQueueDestination) => any;
2243
- }
2244
2004
  /**
2245
2005
  * <p>A list of fleet locations where a game session queue can place new game sessions. You
2246
2006
  * can use a filter to temporarily turn off placements for specific locations. For queues
@@ -2255,12 +2015,6 @@ export interface FilterConfiguration {
2255
2015
  */
2256
2016
  AllowedLocations?: string[];
2257
2017
  }
2258
- export declare namespace FilterConfiguration {
2259
- /**
2260
- * @internal
2261
- */
2262
- const filterSensitiveLog: (obj: FilterConfiguration) => any;
2263
- }
2264
2018
  /**
2265
2019
  * <p>Sets a latency cap for individual players when placing a game session. With a latency
2266
2020
  * policy in force, a game session cannot be placed in a fleet location where a player
@@ -2282,12 +2036,6 @@ export interface PlayerLatencyPolicy {
2282
2036
  */
2283
2037
  PolicyDurationSeconds?: number;
2284
2038
  }
2285
- export declare namespace PlayerLatencyPolicy {
2286
- /**
2287
- * @internal
2288
- */
2289
- const filterSensitiveLog: (obj: PlayerLatencyPolicy) => any;
2290
- }
2291
2039
  export declare enum PriorityType {
2292
2040
  COST = "COST",
2293
2041
  DESTINATION = "DESTINATION",
@@ -2356,12 +2104,6 @@ export interface PriorityConfiguration {
2356
2104
  */
2357
2105
  LocationOrder?: string[];
2358
2106
  }
2359
- export declare namespace PriorityConfiguration {
2360
- /**
2361
- * @internal
2362
- */
2363
- const filterSensitiveLog: (obj: PriorityConfiguration) => any;
2364
- }
2365
2107
  /**
2366
2108
  * <p>Represents the input for a request operation.</p>
2367
2109
  */
@@ -2423,12 +2165,6 @@ export interface CreateGameSessionQueueInput {
2423
2165
  */
2424
2166
  Tags?: Tag[];
2425
2167
  }
2426
- export declare namespace CreateGameSessionQueueInput {
2427
- /**
2428
- * @internal
2429
- */
2430
- const filterSensitiveLog: (obj: CreateGameSessionQueueInput) => any;
2431
- }
2432
2168
  /**
2433
2169
  * <p>Configuration for a game session placement mechanism that processes requests for new
2434
2170
  * game sessions. A queue can be used on its own or as part of a matchmaking
@@ -2495,12 +2231,6 @@ export interface GameSessionQueue {
2495
2231
  */
2496
2232
  NotificationTarget?: string;
2497
2233
  }
2498
- export declare namespace GameSessionQueue {
2499
- /**
2500
- * @internal
2501
- */
2502
- const filterSensitiveLog: (obj: GameSessionQueue) => any;
2503
- }
2504
2234
  /**
2505
2235
  * <p>Represents the returned data in response to a request operation.</p>
2506
2236
  */
@@ -2510,12 +2240,6 @@ export interface CreateGameSessionQueueOutput {
2510
2240
  */
2511
2241
  GameSessionQueue?: GameSessionQueue;
2512
2242
  }
2513
- export declare namespace CreateGameSessionQueueOutput {
2514
- /**
2515
- * @internal
2516
- */
2517
- const filterSensitiveLog: (obj: CreateGameSessionQueueOutput) => any;
2518
- }
2519
2243
  export declare enum FlexMatchMode {
2520
2244
  STANDALONE = "STANDALONE",
2521
2245
  WITH_QUEUE = "WITH_QUEUE"
@@ -2637,12 +2361,6 @@ export interface CreateMatchmakingConfigurationInput {
2637
2361
  */
2638
2362
  Tags?: Tag[];
2639
2363
  }
2640
- export declare namespace CreateMatchmakingConfigurationInput {
2641
- /**
2642
- * @internal
2643
- */
2644
- const filterSensitiveLog: (obj: CreateMatchmakingConfigurationInput) => any;
2645
- }
2646
2364
  /**
2647
2365
  * <p>Guidelines for use with FlexMatch to match players into games. All matchmaking
2648
2366
  * requests must specify a matchmaking configuration.</p>
@@ -2758,12 +2476,6 @@ export interface MatchmakingConfiguration {
2758
2476
  */
2759
2477
  FlexMatchMode?: FlexMatchMode | string;
2760
2478
  }
2761
- export declare namespace MatchmakingConfiguration {
2762
- /**
2763
- * @internal
2764
- */
2765
- const filterSensitiveLog: (obj: MatchmakingConfiguration) => any;
2766
- }
2767
2479
  /**
2768
2480
  * <p>Represents the returned data in response to a request operation.</p>
2769
2481
  */
@@ -2773,12 +2485,6 @@ export interface CreateMatchmakingConfigurationOutput {
2773
2485
  */
2774
2486
  Configuration?: MatchmakingConfiguration;
2775
2487
  }
2776
- export declare namespace CreateMatchmakingConfigurationOutput {
2777
- /**
2778
- * @internal
2779
- */
2780
- const filterSensitiveLog: (obj: CreateMatchmakingConfigurationOutput) => any;
2781
- }
2782
2488
  /**
2783
2489
  * <p>Represents the input for a request operation.</p>
2784
2490
  */
@@ -2807,12 +2513,6 @@ export interface CreateMatchmakingRuleSetInput {
2807
2513
  */
2808
2514
  Tags?: Tag[];
2809
2515
  }
2810
- export declare namespace CreateMatchmakingRuleSetInput {
2811
- /**
2812
- * @internal
2813
- */
2814
- const filterSensitiveLog: (obj: CreateMatchmakingRuleSetInput) => any;
2815
- }
2816
2516
  /**
2817
2517
  * <p>Set of rule statements, used with FlexMatch, that determine how to build your player
2818
2518
  * matches. Each rule set describes a type of group to be created and defines the
@@ -2872,12 +2572,6 @@ export interface MatchmakingRuleSet {
2872
2572
  */
2873
2573
  CreationTime?: Date;
2874
2574
  }
2875
- export declare namespace MatchmakingRuleSet {
2876
- /**
2877
- * @internal
2878
- */
2879
- const filterSensitiveLog: (obj: MatchmakingRuleSet) => any;
2880
- }
2881
2575
  /**
2882
2576
  * <p>Represents the returned data in response to a request operation.</p>
2883
2577
  */
@@ -2887,12 +2581,6 @@ export interface CreateMatchmakingRuleSetOutput {
2887
2581
  */
2888
2582
  RuleSet: MatchmakingRuleSet | undefined;
2889
2583
  }
2890
- export declare namespace CreateMatchmakingRuleSetOutput {
2891
- /**
2892
- * @internal
2893
- */
2894
- const filterSensitiveLog: (obj: CreateMatchmakingRuleSetOutput) => any;
2895
- }
2896
2584
  /**
2897
2585
  * <p>Represents the input for a request operation.</p>
2898
2586
  */
@@ -2910,12 +2598,6 @@ export interface CreatePlayerSessionInput {
2910
2598
  */
2911
2599
  PlayerData?: string;
2912
2600
  }
2913
- export declare namespace CreatePlayerSessionInput {
2914
- /**
2915
- * @internal
2916
- */
2917
- const filterSensitiveLog: (obj: CreatePlayerSessionInput) => any;
2918
- }
2919
2601
  export declare enum PlayerSessionStatus {
2920
2602
  ACTIVE = "ACTIVE",
2921
2603
  COMPLETED = "COMPLETED",
@@ -3032,12 +2714,6 @@ export interface PlayerSession {
3032
2714
  */
3033
2715
  PlayerData?: string;
3034
2716
  }
3035
- export declare namespace PlayerSession {
3036
- /**
3037
- * @internal
3038
- */
3039
- const filterSensitiveLog: (obj: PlayerSession) => any;
3040
- }
3041
2717
  /**
3042
2718
  * <p>Represents the returned data in response to a request operation.</p>
3043
2719
  */
@@ -3047,12 +2723,6 @@ export interface CreatePlayerSessionOutput {
3047
2723
  */
3048
2724
  PlayerSession?: PlayerSession;
3049
2725
  }
3050
- export declare namespace CreatePlayerSessionOutput {
3051
- /**
3052
- * @internal
3053
- */
3054
- const filterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
3055
- }
3056
2726
  /**
3057
2727
  * <p>The game instance is currently full and cannot allow the requested player(s) to
3058
2728
  * join. Clients can retry such requests immediately or after a waiting period.</p>
@@ -3100,12 +2770,6 @@ export interface CreatePlayerSessionsInput {
3100
2770
  */
3101
2771
  PlayerDataMap?: Record<string, string>;
3102
2772
  }
3103
- export declare namespace CreatePlayerSessionsInput {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: CreatePlayerSessionsInput) => any;
3108
- }
3109
2773
  /**
3110
2774
  * <p>Represents the returned data in response to a request operation.</p>
3111
2775
  */
@@ -3115,12 +2779,6 @@ export interface CreatePlayerSessionsOutput {
3115
2779
  */
3116
2780
  PlayerSessions?: PlayerSession[];
3117
2781
  }
3118
- export declare namespace CreatePlayerSessionsOutput {
3119
- /**
3120
- * @internal
3121
- */
3122
- const filterSensitiveLog: (obj: CreatePlayerSessionsOutput) => any;
3123
- }
3124
2782
  export interface CreateScriptInput {
3125
2783
  /**
3126
2784
  * <p>A descriptive label that is associated with a script. Script names do not need to be unique. You can use <a>UpdateScript</a> to change this value later.
@@ -3162,12 +2820,6 @@ export interface CreateScriptInput {
3162
2820
  */
3163
2821
  Tags?: Tag[];
3164
2822
  }
3165
- export declare namespace CreateScriptInput {
3166
- /**
3167
- * @internal
3168
- */
3169
- const filterSensitiveLog: (obj: CreateScriptInput) => any;
3170
- }
3171
2823
  /**
3172
2824
  * <p>Properties describing a Realtime script.</p>
3173
2825
  * <p>
@@ -3216,12 +2868,6 @@ export interface Script {
3216
2868
  */
3217
2869
  StorageLocation?: S3Location;
3218
2870
  }
3219
- export declare namespace Script {
3220
- /**
3221
- * @internal
3222
- */
3223
- const filterSensitiveLog: (obj: Script) => any;
3224
- }
3225
2871
  export interface CreateScriptOutput {
3226
2872
  /**
3227
2873
  * <p>The newly created script record with a unique script ID and ARN. The new script's
@@ -3233,12 +2879,6 @@ export interface CreateScriptOutput {
3233
2879
  */
3234
2880
  Script?: Script;
3235
2881
  }
3236
- export declare namespace CreateScriptOutput {
3237
- /**
3238
- * @internal
3239
- */
3240
- const filterSensitiveLog: (obj: CreateScriptOutput) => any;
3241
- }
3242
2882
  /**
3243
2883
  * <p>Represents the input for a request operation.</p>
3244
2884
  */
@@ -3256,12 +2896,6 @@ export interface CreateVpcPeeringAuthorizationInput {
3256
2896
  */
3257
2897
  PeerVpcId: string | undefined;
3258
2898
  }
3259
- export declare namespace CreateVpcPeeringAuthorizationInput {
3260
- /**
3261
- * @internal
3262
- */
3263
- const filterSensitiveLog: (obj: CreateVpcPeeringAuthorizationInput) => any;
3264
- }
3265
2899
  /**
3266
2900
  * <p>Represents an authorization for a VPC peering connection between the VPC for an
3267
2901
  * Amazon GameLift fleet and another VPC on an account you have access to. This authorization
@@ -3307,12 +2941,6 @@ export interface VpcPeeringAuthorization {
3307
2941
  */
3308
2942
  ExpirationTime?: Date;
3309
2943
  }
3310
- export declare namespace VpcPeeringAuthorization {
3311
- /**
3312
- * @internal
3313
- */
3314
- const filterSensitiveLog: (obj: VpcPeeringAuthorization) => any;
3315
- }
3316
2944
  /**
3317
2945
  * <p>Represents the returned data in response to a request operation.</p>
3318
2946
  */
@@ -3322,12 +2950,6 @@ export interface CreateVpcPeeringAuthorizationOutput {
3322
2950
  */
3323
2951
  VpcPeeringAuthorization?: VpcPeeringAuthorization;
3324
2952
  }
3325
- export declare namespace CreateVpcPeeringAuthorizationOutput {
3326
- /**
3327
- * @internal
3328
- */
3329
- const filterSensitiveLog: (obj: CreateVpcPeeringAuthorizationOutput) => any;
3330
- }
3331
2953
  /**
3332
2954
  * <p>Represents the input for a request operation.</p>
3333
2955
  */
@@ -3351,20 +2973,8 @@ export interface CreateVpcPeeringConnectionInput {
3351
2973
  */
3352
2974
  PeerVpcId: string | undefined;
3353
2975
  }
3354
- export declare namespace CreateVpcPeeringConnectionInput {
3355
- /**
3356
- * @internal
3357
- */
3358
- const filterSensitiveLog: (obj: CreateVpcPeeringConnectionInput) => any;
3359
- }
3360
2976
  export interface CreateVpcPeeringConnectionOutput {
3361
2977
  }
3362
- export declare namespace CreateVpcPeeringConnectionOutput {
3363
- /**
3364
- * @internal
3365
- */
3366
- const filterSensitiveLog: (obj: CreateVpcPeeringConnectionOutput) => any;
3367
- }
3368
2978
  /**
3369
2979
  * <p>Represents the input for a request operation.</p>
3370
2980
  */
@@ -3375,12 +2985,6 @@ export interface DeleteAliasInput {
3375
2985
  */
3376
2986
  AliasId: string | undefined;
3377
2987
  }
3378
- export declare namespace DeleteAliasInput {
3379
- /**
3380
- * @internal
3381
- */
3382
- const filterSensitiveLog: (obj: DeleteAliasInput) => any;
3383
- }
3384
2988
  /**
3385
2989
  * <p>Represents the input for a request operation.</p>
3386
2990
  */
@@ -3390,12 +2994,6 @@ export interface DeleteBuildInput {
3390
2994
  */
3391
2995
  BuildId: string | undefined;
3392
2996
  }
3393
- export declare namespace DeleteBuildInput {
3394
- /**
3395
- * @internal
3396
- */
3397
- const filterSensitiveLog: (obj: DeleteBuildInput) => any;
3398
- }
3399
2997
  /**
3400
2998
  * <p>Represents the input for a request operation.</p>
3401
2999
  */
@@ -3405,12 +3003,6 @@ export interface DeleteFleetInput {
3405
3003
  */
3406
3004
  FleetId: string | undefined;
3407
3005
  }
3408
- export declare namespace DeleteFleetInput {
3409
- /**
3410
- * @internal
3411
- */
3412
- const filterSensitiveLog: (obj: DeleteFleetInput) => any;
3413
- }
3414
3006
  /**
3415
3007
  * <p>Represents the input for a request operation.</p>
3416
3008
  */
@@ -3426,12 +3018,6 @@ export interface DeleteFleetLocationsInput {
3426
3018
  */
3427
3019
  Locations: string[] | undefined;
3428
3020
  }
3429
- export declare namespace DeleteFleetLocationsInput {
3430
- /**
3431
- * @internal
3432
- */
3433
- const filterSensitiveLog: (obj: DeleteFleetLocationsInput) => any;
3434
- }
3435
3021
  /**
3436
3022
  * <p>Represents the returned data in response to a request operation.</p>
3437
3023
  */
@@ -3450,12 +3036,6 @@ export interface DeleteFleetLocationsOutput {
3450
3036
  */
3451
3037
  LocationStates?: LocationState[];
3452
3038
  }
3453
- export declare namespace DeleteFleetLocationsOutput {
3454
- /**
3455
- * @internal
3456
- */
3457
- const filterSensitiveLog: (obj: DeleteFleetLocationsOutput) => any;
3458
- }
3459
3039
  export declare enum GameServerGroupDeleteOption {
3460
3040
  FORCE_DELETE = "FORCE_DELETE",
3461
3041
  RETAIN = "RETAIN",
@@ -3490,12 +3070,6 @@ export interface DeleteGameServerGroupInput {
3490
3070
  */
3491
3071
  DeleteOption?: GameServerGroupDeleteOption | string;
3492
3072
  }
3493
- export declare namespace DeleteGameServerGroupInput {
3494
- /**
3495
- * @internal
3496
- */
3497
- const filterSensitiveLog: (obj: DeleteGameServerGroupInput) => any;
3498
- }
3499
3073
  export interface DeleteGameServerGroupOutput {
3500
3074
  /**
3501
3075
  * <p>An object that describes the deleted game server group resource, with status updated
@@ -3503,12 +3077,6 @@ export interface DeleteGameServerGroupOutput {
3503
3077
  */
3504
3078
  GameServerGroup?: GameServerGroup;
3505
3079
  }
3506
- export declare namespace DeleteGameServerGroupOutput {
3507
- /**
3508
- * @internal
3509
- */
3510
- const filterSensitiveLog: (obj: DeleteGameServerGroupOutput) => any;
3511
- }
3512
3080
  /**
3513
3081
  * <p>Represents the input for a request operation. </p>
3514
3082
  */
@@ -3518,20 +3086,8 @@ export interface DeleteGameSessionQueueInput {
3518
3086
  */
3519
3087
  Name: string | undefined;
3520
3088
  }
3521
- export declare namespace DeleteGameSessionQueueInput {
3522
- /**
3523
- * @internal
3524
- */
3525
- const filterSensitiveLog: (obj: DeleteGameSessionQueueInput) => any;
3526
- }
3527
3089
  export interface DeleteGameSessionQueueOutput {
3528
3090
  }
3529
- export declare namespace DeleteGameSessionQueueOutput {
3530
- /**
3531
- * @internal
3532
- */
3533
- const filterSensitiveLog: (obj: DeleteGameSessionQueueOutput) => any;
3534
- }
3535
3091
  /**
3536
3092
  * <p>Represents the input for a request operation.</p>
3537
3093
  */
@@ -3541,20 +3097,8 @@ export interface DeleteMatchmakingConfigurationInput {
3541
3097
  */
3542
3098
  Name: string | undefined;
3543
3099
  }
3544
- export declare namespace DeleteMatchmakingConfigurationInput {
3545
- /**
3546
- * @internal
3547
- */
3548
- const filterSensitiveLog: (obj: DeleteMatchmakingConfigurationInput) => any;
3549
- }
3550
3100
  export interface DeleteMatchmakingConfigurationOutput {
3551
3101
  }
3552
- export declare namespace DeleteMatchmakingConfigurationOutput {
3553
- /**
3554
- * @internal
3555
- */
3556
- const filterSensitiveLog: (obj: DeleteMatchmakingConfigurationOutput) => any;
3557
- }
3558
3102
  /**
3559
3103
  * <p>Represents the input for a request operation.</p>
3560
3104
  */
@@ -3565,23 +3109,11 @@ export interface DeleteMatchmakingRuleSetInput {
3565
3109
  */
3566
3110
  Name: string | undefined;
3567
3111
  }
3568
- export declare namespace DeleteMatchmakingRuleSetInput {
3569
- /**
3570
- * @internal
3571
- */
3572
- const filterSensitiveLog: (obj: DeleteMatchmakingRuleSetInput) => any;
3573
- }
3574
3112
  /**
3575
3113
  * <p>Represents the returned data in response to a request operation.</p>
3576
3114
  */
3577
3115
  export interface DeleteMatchmakingRuleSetOutput {
3578
3116
  }
3579
- export declare namespace DeleteMatchmakingRuleSetOutput {
3580
- /**
3581
- * @internal
3582
- */
3583
- const filterSensitiveLog: (obj: DeleteMatchmakingRuleSetOutput) => any;
3584
- }
3585
3117
  /**
3586
3118
  * <p>Represents the input for a request operation.</p>
3587
3119
  */
@@ -3595,24 +3127,12 @@ export interface DeleteScalingPolicyInput {
3595
3127
  */
3596
3128
  FleetId: string | undefined;
3597
3129
  }
3598
- export declare namespace DeleteScalingPolicyInput {
3599
- /**
3600
- * @internal
3601
- */
3602
- const filterSensitiveLog: (obj: DeleteScalingPolicyInput) => any;
3603
- }
3604
3130
  export interface DeleteScriptInput {
3605
3131
  /**
3606
3132
  * <p>A unique identifier for the Realtime script to delete. You can use either the script ID or ARN value.</p>
3607
3133
  */
3608
3134
  ScriptId: string | undefined;
3609
3135
  }
3610
- export declare namespace DeleteScriptInput {
3611
- /**
3612
- * @internal
3613
- */
3614
- const filterSensitiveLog: (obj: DeleteScriptInput) => any;
3615
- }
3616
3136
  /**
3617
3137
  * <p>Represents the input for a request operation.</p>
3618
3138
  */
@@ -3630,20 +3150,8 @@ export interface DeleteVpcPeeringAuthorizationInput {
3630
3150
  */
3631
3151
  PeerVpcId: string | undefined;
3632
3152
  }
3633
- export declare namespace DeleteVpcPeeringAuthorizationInput {
3634
- /**
3635
- * @internal
3636
- */
3637
- const filterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationInput) => any;
3638
- }
3639
3153
  export interface DeleteVpcPeeringAuthorizationOutput {
3640
3154
  }
3641
- export declare namespace DeleteVpcPeeringAuthorizationOutput {
3642
- /**
3643
- * @internal
3644
- */
3645
- const filterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationOutput) => any;
3646
- }
3647
3155
  /**
3648
3156
  * <p>Represents the input for a request operation.</p>
3649
3157
  */
@@ -3658,20 +3166,8 @@ export interface DeleteVpcPeeringConnectionInput {
3658
3166
  */
3659
3167
  VpcPeeringConnectionId: string | undefined;
3660
3168
  }
3661
- export declare namespace DeleteVpcPeeringConnectionInput {
3662
- /**
3663
- * @internal
3664
- */
3665
- const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionInput) => any;
3666
- }
3667
3169
  export interface DeleteVpcPeeringConnectionOutput {
3668
3170
  }
3669
- export declare namespace DeleteVpcPeeringConnectionOutput {
3670
- /**
3671
- * @internal
3672
- */
3673
- const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionOutput) => any;
3674
- }
3675
3171
  export interface DeregisterGameServerInput {
3676
3172
  /**
3677
3173
  * <p>A unique identifier for the game server group where the game server is running.
@@ -3683,12 +3179,6 @@ export interface DeregisterGameServerInput {
3683
3179
  */
3684
3180
  GameServerId: string | undefined;
3685
3181
  }
3686
- export declare namespace DeregisterGameServerInput {
3687
- /**
3688
- * @internal
3689
- */
3690
- const filterSensitiveLog: (obj: DeregisterGameServerInput) => any;
3691
- }
3692
3182
  /**
3693
3183
  * <p>Represents the input for a request operation.</p>
3694
3184
  */
@@ -3699,12 +3189,6 @@ export interface DescribeAliasInput {
3699
3189
  */
3700
3190
  AliasId: string | undefined;
3701
3191
  }
3702
- export declare namespace DescribeAliasInput {
3703
- /**
3704
- * @internal
3705
- */
3706
- const filterSensitiveLog: (obj: DescribeAliasInput) => any;
3707
- }
3708
3192
  /**
3709
3193
  * <p>Represents the returned data in response to a request operation.</p>
3710
3194
  */
@@ -3714,12 +3198,6 @@ export interface DescribeAliasOutput {
3714
3198
  */
3715
3199
  Alias?: Alias;
3716
3200
  }
3717
- export declare namespace DescribeAliasOutput {
3718
- /**
3719
- * @internal
3720
- */
3721
- const filterSensitiveLog: (obj: DescribeAliasOutput) => any;
3722
- }
3723
3201
  /**
3724
3202
  * <p>Represents the input for a request operation.</p>
3725
3203
  */
@@ -3729,12 +3207,6 @@ export interface DescribeBuildInput {
3729
3207
  */
3730
3208
  BuildId: string | undefined;
3731
3209
  }
3732
- export declare namespace DescribeBuildInput {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: DescribeBuildInput) => any;
3737
- }
3738
3210
  /**
3739
3211
  * <p>Represents the returned data in response to a request operation.</p>
3740
3212
  */
@@ -3744,12 +3216,6 @@ export interface DescribeBuildOutput {
3744
3216
  */
3745
3217
  Build?: Build;
3746
3218
  }
3747
- export declare namespace DescribeBuildOutput {
3748
- /**
3749
- * @internal
3750
- */
3751
- const filterSensitiveLog: (obj: DescribeBuildOutput) => any;
3752
- }
3753
3219
  /**
3754
3220
  * <p>Represents the input for a request operation.</p>
3755
3221
  */
@@ -3767,12 +3233,6 @@ export interface DescribeEC2InstanceLimitsInput {
3767
3233
  */
3768
3234
  Location?: string;
3769
3235
  }
3770
- export declare namespace DescribeEC2InstanceLimitsInput {
3771
- /**
3772
- * @internal
3773
- */
3774
- const filterSensitiveLog: (obj: DescribeEC2InstanceLimitsInput) => any;
3775
- }
3776
3236
  /**
3777
3237
  * <p>The GameLift service limits for an Amazon EC2 instance type and current utilization. GameLift
3778
3238
  * allows Amazon Web Services accounts a maximum number of instances, per instance type, per Amazon Web Services Region or
@@ -3807,12 +3267,6 @@ export interface EC2InstanceLimit {
3807
3267
  */
3808
3268
  Location?: string;
3809
3269
  }
3810
- export declare namespace EC2InstanceLimit {
3811
- /**
3812
- * @internal
3813
- */
3814
- const filterSensitiveLog: (obj: EC2InstanceLimit) => any;
3815
- }
3816
3270
  /**
3817
3271
  * <p>Represents the returned data in response to a request operation.</p>
3818
3272
  */
@@ -3823,12 +3277,6 @@ export interface DescribeEC2InstanceLimitsOutput {
3823
3277
  */
3824
3278
  EC2InstanceLimits?: EC2InstanceLimit[];
3825
3279
  }
3826
- export declare namespace DescribeEC2InstanceLimitsOutput {
3827
- /**
3828
- * @internal
3829
- */
3830
- const filterSensitiveLog: (obj: DescribeEC2InstanceLimitsOutput) => any;
3831
- }
3832
3280
  /**
3833
3281
  * <p>Represents the input for a request operation.</p>
3834
3282
  */
@@ -3850,12 +3298,6 @@ export interface DescribeFleetAttributesInput {
3850
3298
  */
3851
3299
  NextToken?: string;
3852
3300
  }
3853
- export declare namespace DescribeFleetAttributesInput {
3854
- /**
3855
- * @internal
3856
- */
3857
- const filterSensitiveLog: (obj: DescribeFleetAttributesInput) => any;
3858
- }
3859
3301
  /**
3860
3302
  * <p>Represents the returned data in response to a request operation.</p>
3861
3303
  */
@@ -3870,12 +3312,6 @@ export interface DescribeFleetAttributesOutput {
3870
3312
  */
3871
3313
  NextToken?: string;
3872
3314
  }
3873
- export declare namespace DescribeFleetAttributesOutput {
3874
- /**
3875
- * @internal
3876
- */
3877
- const filterSensitiveLog: (obj: DescribeFleetAttributesOutput) => any;
3878
- }
3879
3315
  /**
3880
3316
  * <p>Represents the input for a request operation.</p>
3881
3317
  */
@@ -3897,12 +3333,6 @@ export interface DescribeFleetCapacityInput {
3897
3333
  */
3898
3334
  NextToken?: string;
3899
3335
  }
3900
- export declare namespace DescribeFleetCapacityInput {
3901
- /**
3902
- * @internal
3903
- */
3904
- const filterSensitiveLog: (obj: DescribeFleetCapacityInput) => any;
3905
- }
3906
3336
  /**
3907
3337
  * <p>Resource capacity settings. Fleet capacity is measured in Amazon EC2 instances. Pending and
3908
3338
  * terminating counts are non-zero when the fleet capacity is adjusting to a scaling event
@@ -3940,12 +3370,6 @@ export interface EC2InstanceCounts {
3940
3370
  */
3941
3371
  TERMINATING?: number;
3942
3372
  }
3943
- export declare namespace EC2InstanceCounts {
3944
- /**
3945
- * @internal
3946
- */
3947
- const filterSensitiveLog: (obj: EC2InstanceCounts) => any;
3948
- }
3949
3373
  /**
3950
3374
  * <p>Current resource capacity settings in a specified fleet or location. The location
3951
3375
  * value might refer to a fleet's remote location or its home Region. </p>
@@ -3986,12 +3410,6 @@ export interface FleetCapacity {
3986
3410
  */
3987
3411
  Location?: string;
3988
3412
  }
3989
- export declare namespace FleetCapacity {
3990
- /**
3991
- * @internal
3992
- */
3993
- const filterSensitiveLog: (obj: FleetCapacity) => any;
3994
- }
3995
3413
  /**
3996
3414
  * <p>Represents the returned data in response to a request operation.</p>
3997
3415
  */
@@ -4006,12 +3424,6 @@ export interface DescribeFleetCapacityOutput {
4006
3424
  */
4007
3425
  NextToken?: string;
4008
3426
  }
4009
- export declare namespace DescribeFleetCapacityOutput {
4010
- /**
4011
- * @internal
4012
- */
4013
- const filterSensitiveLog: (obj: DescribeFleetCapacityOutput) => any;
4014
- }
4015
3427
  /**
4016
3428
  * <p>Represents the input for a request operation.</p>
4017
3429
  */
@@ -4041,12 +3453,6 @@ export interface DescribeFleetEventsInput {
4041
3453
  */
4042
3454
  NextToken?: string;
4043
3455
  }
4044
- export declare namespace DescribeFleetEventsInput {
4045
- /**
4046
- * @internal
4047
- */
4048
- const filterSensitiveLog: (obj: DescribeFleetEventsInput) => any;
4049
- }
4050
3456
  export declare enum EventCode {
4051
3457
  FLEET_ACTIVATION_FAILED = "FLEET_ACTIVATION_FAILED",
4052
3458
  FLEET_ACTIVATION_FAILED_NO_INSTANCES = "FLEET_ACTIVATION_FAILED_NO_INSTANCES",
@@ -4282,12 +3688,6 @@ export interface Event {
4282
3688
  */
4283
3689
  PreSignedLogUrl?: string;
4284
3690
  }
4285
- export declare namespace Event {
4286
- /**
4287
- * @internal
4288
- */
4289
- const filterSensitiveLog: (obj: Event) => any;
4290
- }
4291
3691
  /**
4292
3692
  * <p>Represents the returned data in response to a request operation.</p>
4293
3693
  */
@@ -4302,12 +3702,6 @@ export interface DescribeFleetEventsOutput {
4302
3702
  */
4303
3703
  NextToken?: string;
4304
3704
  }
4305
- export declare namespace DescribeFleetEventsOutput {
4306
- /**
4307
- * @internal
4308
- */
4309
- const filterSensitiveLog: (obj: DescribeFleetEventsOutput) => any;
4310
- }
4311
3705
  /**
4312
3706
  * <p>Represents the input for a request operation.</p>
4313
3707
  */
@@ -4331,12 +3725,6 @@ export interface DescribeFleetLocationAttributesInput {
4331
3725
  */
4332
3726
  NextToken?: string;
4333
3727
  }
4334
- export declare namespace DescribeFleetLocationAttributesInput {
4335
- /**
4336
- * @internal
4337
- */
4338
- const filterSensitiveLog: (obj: DescribeFleetLocationAttributesInput) => any;
4339
- }
4340
3728
  export declare enum LocationUpdateStatus {
4341
3729
  PENDING_UPDATE = "PENDING_UPDATE"
4342
3730
  }
@@ -4365,12 +3753,6 @@ export interface LocationAttributes {
4365
3753
  */
4366
3754
  UpdateStatus?: LocationUpdateStatus | string;
4367
3755
  }
4368
- export declare namespace LocationAttributes {
4369
- /**
4370
- * @internal
4371
- */
4372
- const filterSensitiveLog: (obj: LocationAttributes) => any;
4373
- }
4374
3756
  /**
4375
3757
  * <p>Represents the returned data in response to a request operation. </p>
4376
3758
  */
@@ -4392,12 +3774,6 @@ export interface DescribeFleetLocationAttributesOutput {
4392
3774
  */
4393
3775
  NextToken?: string;
4394
3776
  }
4395
- export declare namespace DescribeFleetLocationAttributesOutput {
4396
- /**
4397
- * @internal
4398
- */
4399
- const filterSensitiveLog: (obj: DescribeFleetLocationAttributesOutput) => any;
4400
- }
4401
3777
  /**
4402
3778
  * <p>Represents the input for a request operation.</p>
4403
3779
  */
@@ -4413,12 +3789,6 @@ export interface DescribeFleetLocationCapacityInput {
4413
3789
  */
4414
3790
  Location: string | undefined;
4415
3791
  }
4416
- export declare namespace DescribeFleetLocationCapacityInput {
4417
- /**
4418
- * @internal
4419
- */
4420
- const filterSensitiveLog: (obj: DescribeFleetLocationCapacityInput) => any;
4421
- }
4422
3792
  /**
4423
3793
  * <p>Represents the returned data in response to a request operation.</p>
4424
3794
  */
@@ -4429,12 +3799,6 @@ export interface DescribeFleetLocationCapacityOutput {
4429
3799
  */
4430
3800
  FleetCapacity?: FleetCapacity;
4431
3801
  }
4432
- export declare namespace DescribeFleetLocationCapacityOutput {
4433
- /**
4434
- * @internal
4435
- */
4436
- const filterSensitiveLog: (obj: DescribeFleetLocationCapacityOutput) => any;
4437
- }
4438
3802
  /**
4439
3803
  * <p>Represents the input for a request operation.</p>
4440
3804
  */
@@ -4450,12 +3814,6 @@ export interface DescribeFleetLocationUtilizationInput {
4450
3814
  */
4451
3815
  Location: string | undefined;
4452
3816
  }
4453
- export declare namespace DescribeFleetLocationUtilizationInput {
4454
- /**
4455
- * @internal
4456
- */
4457
- const filterSensitiveLog: (obj: DescribeFleetLocationUtilizationInput) => any;
4458
- }
4459
3817
  /**
4460
3818
  * <p>Current resource utilization statistics in a specified fleet or location. The location
4461
3819
  * value might refer to a fleet's remote location or its home Region.</p>
@@ -4501,12 +3859,6 @@ export interface FleetUtilization {
4501
3859
  */
4502
3860
  Location?: string;
4503
3861
  }
4504
- export declare namespace FleetUtilization {
4505
- /**
4506
- * @internal
4507
- */
4508
- const filterSensitiveLog: (obj: FleetUtilization) => any;
4509
- }
4510
3862
  /**
4511
3863
  * <p>Represents the returned data in response to a request operation.</p>
4512
3864
  */
@@ -4517,12 +3869,6 @@ export interface DescribeFleetLocationUtilizationOutput {
4517
3869
  */
4518
3870
  FleetUtilization?: FleetUtilization;
4519
3871
  }
4520
- export declare namespace DescribeFleetLocationUtilizationOutput {
4521
- /**
4522
- * @internal
4523
- */
4524
- const filterSensitiveLog: (obj: DescribeFleetLocationUtilizationOutput) => any;
4525
- }
4526
3872
  /**
4527
3873
  * <p>Represents the input for a request operation.</p>
4528
3874
  */
@@ -4538,12 +3884,6 @@ export interface DescribeFleetPortSettingsInput {
4538
3884
  */
4539
3885
  Location?: string;
4540
3886
  }
4541
- export declare namespace DescribeFleetPortSettingsInput {
4542
- /**
4543
- * @internal
4544
- */
4545
- const filterSensitiveLog: (obj: DescribeFleetPortSettingsInput) => any;
4546
- }
4547
3887
  /**
4548
3888
  * <p>Represents the returned data in response to a request operation.</p>
4549
3889
  */
@@ -4572,12 +3912,6 @@ export interface DescribeFleetPortSettingsOutput {
4572
3912
  */
4573
3913
  Location?: string;
4574
3914
  }
4575
- export declare namespace DescribeFleetPortSettingsOutput {
4576
- /**
4577
- * @internal
4578
- */
4579
- const filterSensitiveLog: (obj: DescribeFleetPortSettingsOutput) => any;
4580
- }
4581
3915
  /**
4582
3916
  * <p>Represents the input for a request operation.</p>
4583
3917
  */
@@ -4598,12 +3932,6 @@ export interface DescribeFleetUtilizationInput {
4598
3932
  */
4599
3933
  NextToken?: string;
4600
3934
  }
4601
- export declare namespace DescribeFleetUtilizationInput {
4602
- /**
4603
- * @internal
4604
- */
4605
- const filterSensitiveLog: (obj: DescribeFleetUtilizationInput) => any;
4606
- }
4607
3935
  /**
4608
3936
  * <p>Represents the returned data in response to a request operation.</p>
4609
3937
  */
@@ -4618,12 +3946,6 @@ export interface DescribeFleetUtilizationOutput {
4618
3946
  */
4619
3947
  NextToken?: string;
4620
3948
  }
4621
- export declare namespace DescribeFleetUtilizationOutput {
4622
- /**
4623
- * @internal
4624
- */
4625
- const filterSensitiveLog: (obj: DescribeFleetUtilizationOutput) => any;
4626
- }
4627
3949
  export interface DescribeGameServerInput {
4628
3950
  /**
4629
3951
  * <p>A unique identifier for the game server group where the game server is running.
@@ -4635,48 +3957,24 @@ export interface DescribeGameServerInput {
4635
3957
  */
4636
3958
  GameServerId: string | undefined;
4637
3959
  }
4638
- export declare namespace DescribeGameServerInput {
4639
- /**
4640
- * @internal
4641
- */
4642
- const filterSensitiveLog: (obj: DescribeGameServerInput) => any;
4643
- }
4644
3960
  export interface DescribeGameServerOutput {
4645
3961
  /**
4646
3962
  * <p>Object that describes the requested game server.</p>
4647
3963
  */
4648
3964
  GameServer?: GameServer;
4649
3965
  }
4650
- export declare namespace DescribeGameServerOutput {
4651
- /**
4652
- * @internal
4653
- */
4654
- const filterSensitiveLog: (obj: DescribeGameServerOutput) => any;
4655
- }
4656
3966
  export interface DescribeGameServerGroupInput {
4657
3967
  /**
4658
3968
  * <p>A unique identifier for the game server group. Use either the <a>GameServerGroup</a> name or ARN value.</p>
4659
3969
  */
4660
3970
  GameServerGroupName: string | undefined;
4661
3971
  }
4662
- export declare namespace DescribeGameServerGroupInput {
4663
- /**
4664
- * @internal
4665
- */
4666
- const filterSensitiveLog: (obj: DescribeGameServerGroupInput) => any;
4667
- }
4668
3972
  export interface DescribeGameServerGroupOutput {
4669
3973
  /**
4670
3974
  * <p>An object with the property settings for the requested game server group resource. </p>
4671
3975
  */
4672
3976
  GameServerGroup?: GameServerGroup;
4673
3977
  }
4674
- export declare namespace DescribeGameServerGroupOutput {
4675
- /**
4676
- * @internal
4677
- */
4678
- const filterSensitiveLog: (obj: DescribeGameServerGroupOutput) => any;
4679
- }
4680
3978
  export interface DescribeGameServerInstancesInput {
4681
3979
  /**
4682
3980
  * <p>A unique identifier for the game server group. Use either the <a>GameServerGroup</a> name or ARN value.</p>
@@ -4701,12 +3999,6 @@ export interface DescribeGameServerInstancesInput {
4701
3999
  */
4702
4000
  NextToken?: string;
4703
4001
  }
4704
- export declare namespace DescribeGameServerInstancesInput {
4705
- /**
4706
- * @internal
4707
- */
4708
- const filterSensitiveLog: (obj: DescribeGameServerInstancesInput) => any;
4709
- }
4710
4002
  export declare enum GameServerInstanceStatus {
4711
4003
  ACTIVE = "ACTIVE",
4712
4004
  DRAINING = "DRAINING",
@@ -4783,12 +4075,6 @@ export interface GameServerInstance {
4783
4075
  */
4784
4076
  InstanceStatus?: GameServerInstanceStatus | string;
4785
4077
  }
4786
- export declare namespace GameServerInstance {
4787
- /**
4788
- * @internal
4789
- */
4790
- const filterSensitiveLog: (obj: GameServerInstance) => any;
4791
- }
4792
4078
  export interface DescribeGameServerInstancesOutput {
4793
4079
  /**
4794
4080
  * <p>
@@ -4803,12 +4089,6 @@ export interface DescribeGameServerInstancesOutput {
4803
4089
  */
4804
4090
  NextToken?: string;
4805
4091
  }
4806
- export declare namespace DescribeGameServerInstancesOutput {
4807
- /**
4808
- * @internal
4809
- */
4810
- const filterSensitiveLog: (obj: DescribeGameServerInstancesOutput) => any;
4811
- }
4812
4092
  /**
4813
4093
  * <p>Represents the input for a request operation.</p>
4814
4094
  */
@@ -4847,12 +4127,6 @@ export interface DescribeGameSessionDetailsInput {
4847
4127
  */
4848
4128
  NextToken?: string;
4849
4129
  }
4850
- export declare namespace DescribeGameSessionDetailsInput {
4851
- /**
4852
- * @internal
4853
- */
4854
- const filterSensitiveLog: (obj: DescribeGameSessionDetailsInput) => any;
4855
- }
4856
4130
  /**
4857
4131
  * <p>A game session's properties plus the protection policy currently in
4858
4132
  * force.</p>
@@ -4880,12 +4154,6 @@ export interface GameSessionDetail {
4880
4154
  */
4881
4155
  ProtectionPolicy?: ProtectionPolicy | string;
4882
4156
  }
4883
- export declare namespace GameSessionDetail {
4884
- /**
4885
- * @internal
4886
- */
4887
- const filterSensitiveLog: (obj: GameSessionDetail) => any;
4888
- }
4889
4157
  /**
4890
4158
  * <p>Represents the returned data in response to a request operation.</p>
4891
4159
  */
@@ -4899,12 +4167,6 @@ export interface DescribeGameSessionDetailsOutput {
4899
4167
  */
4900
4168
  NextToken?: string;
4901
4169
  }
4902
- export declare namespace DescribeGameSessionDetailsOutput {
4903
- /**
4904
- * @internal
4905
- */
4906
- const filterSensitiveLog: (obj: DescribeGameSessionDetailsOutput) => any;
4907
- }
4908
4170
  /**
4909
4171
  * <p>Represents the input for a request operation.</p>
4910
4172
  */
@@ -4914,12 +4176,6 @@ export interface DescribeGameSessionPlacementInput {
4914
4176
  */
4915
4177
  PlacementId: string | undefined;
4916
4178
  }
4917
- export declare namespace DescribeGameSessionPlacementInput {
4918
- /**
4919
- * @internal
4920
- */
4921
- const filterSensitiveLog: (obj: DescribeGameSessionPlacementInput) => any;
4922
- }
4923
4179
  /**
4924
4180
  * <p>Information about a player session that was created as part of a <a>StartGameSessionPlacement</a> request. This object contains only the player
4925
4181
  * ID and player session ID. To retrieve full details on a player session, call <a>DescribePlayerSessions</a> with the player session ID.</p>
@@ -4946,12 +4202,6 @@ export interface PlacedPlayerSession {
4946
4202
  */
4947
4203
  PlayerSessionId?: string;
4948
4204
  }
4949
- export declare namespace PlacedPlayerSession {
4950
- /**
4951
- * @internal
4952
- */
4953
- const filterSensitiveLog: (obj: PlacedPlayerSession) => any;
4954
- }
4955
4205
  /**
4956
4206
  * <p>Regional latency information for a player, used when requesting a new game session
4957
4207
  * with <a>StartGameSessionPlacement</a>. This value indicates the amount of
@@ -4975,12 +4225,6 @@ export interface PlayerLatency {
4975
4225
  */
4976
4226
  LatencyInMilliseconds?: number;
4977
4227
  }
4978
- export declare namespace PlayerLatency {
4979
- /**
4980
- * @internal
4981
- */
4982
- const filterSensitiveLog: (obj: PlayerLatency) => any;
4983
- }
4984
4228
  export declare enum GameSessionPlacementState {
4985
4229
  CANCELLED = "CANCELLED",
4986
4230
  FAILED = "FAILED",
@@ -5147,12 +4391,6 @@ export interface GameSessionPlacement {
5147
4391
  */
5148
4392
  MatchmakerData?: string;
5149
4393
  }
5150
- export declare namespace GameSessionPlacement {
5151
- /**
5152
- * @internal
5153
- */
5154
- const filterSensitiveLog: (obj: GameSessionPlacement) => any;
5155
- }
5156
4394
  /**
5157
4395
  * <p>Represents the returned data in response to a request operation.</p>
5158
4396
  */
@@ -5162,12 +4400,6 @@ export interface DescribeGameSessionPlacementOutput {
5162
4400
  */
5163
4401
  GameSessionPlacement?: GameSessionPlacement;
5164
4402
  }
5165
- export declare namespace DescribeGameSessionPlacementOutput {
5166
- /**
5167
- * @internal
5168
- */
5169
- const filterSensitiveLog: (obj: DescribeGameSessionPlacementOutput) => any;
5170
- }
5171
4403
  /**
5172
4404
  * <p>Represents the input for a request operation.</p>
5173
4405
  */
@@ -5186,12 +4418,6 @@ export interface DescribeGameSessionQueuesInput {
5186
4418
  */
5187
4419
  NextToken?: string;
5188
4420
  }
5189
- export declare namespace DescribeGameSessionQueuesInput {
5190
- /**
5191
- * @internal
5192
- */
5193
- const filterSensitiveLog: (obj: DescribeGameSessionQueuesInput) => any;
5194
- }
5195
4421
  /**
5196
4422
  * <p>Represents the returned data in response to a request operation.</p>
5197
4423
  */
@@ -5205,12 +4431,6 @@ export interface DescribeGameSessionQueuesOutput {
5205
4431
  */
5206
4432
  NextToken?: string;
5207
4433
  }
5208
- export declare namespace DescribeGameSessionQueuesOutput {
5209
- /**
5210
- * @internal
5211
- */
5212
- const filterSensitiveLog: (obj: DescribeGameSessionQueuesOutput) => any;
5213
- }
5214
4434
  /**
5215
4435
  * <p>Represents the input for a request operation.</p>
5216
4436
  */
@@ -5250,12 +4470,6 @@ export interface DescribeGameSessionsInput {
5250
4470
  */
5251
4471
  NextToken?: string;
5252
4472
  }
5253
- export declare namespace DescribeGameSessionsInput {
5254
- /**
5255
- * @internal
5256
- */
5257
- const filterSensitiveLog: (obj: DescribeGameSessionsInput) => any;
5258
- }
5259
4473
  /**
5260
4474
  * <p>Represents the returned data in response to a request operation.</p>
5261
4475
  */
@@ -5269,12 +4483,6 @@ export interface DescribeGameSessionsOutput {
5269
4483
  */
5270
4484
  NextToken?: string;
5271
4485
  }
5272
- export declare namespace DescribeGameSessionsOutput {
5273
- /**
5274
- * @internal
5275
- */
5276
- const filterSensitiveLog: (obj: DescribeGameSessionsOutput) => any;
5277
- }
5278
4486
  /**
5279
4487
  * <p>Represents the input for a request operation.</p>
5280
4488
  */
@@ -5303,12 +4511,6 @@ export interface DescribeInstancesInput {
5303
4511
  */
5304
4512
  Location?: string;
5305
4513
  }
5306
- export declare namespace DescribeInstancesInput {
5307
- /**
5308
- * @internal
5309
- */
5310
- const filterSensitiveLog: (obj: DescribeInstancesInput) => any;
5311
- }
5312
4514
  export declare enum InstanceStatus {
5313
4515
  ACTIVE = "ACTIVE",
5314
4516
  PENDING = "PENDING",
@@ -5400,12 +4602,6 @@ export interface Instance {
5400
4602
  */
5401
4603
  Location?: string;
5402
4604
  }
5403
- export declare namespace Instance {
5404
- /**
5405
- * @internal
5406
- */
5407
- const filterSensitiveLog: (obj: Instance) => any;
5408
- }
5409
4605
  /**
5410
4606
  * <p>Represents the returned data in response to a request operation.</p>
5411
4607
  */
@@ -5419,12 +4615,6 @@ export interface DescribeInstancesOutput {
5419
4615
  */
5420
4616
  NextToken?: string;
5421
4617
  }
5422
- export declare namespace DescribeInstancesOutput {
5423
- /**
5424
- * @internal
5425
- */
5426
- const filterSensitiveLog: (obj: DescribeInstancesOutput) => any;
5427
- }
5428
4618
  /**
5429
4619
  * <p>Represents the input for a request operation.</p>
5430
4620
  */
@@ -5434,12 +4624,6 @@ export interface DescribeMatchmakingInput {
5434
4624
  */
5435
4625
  TicketIds: string[] | undefined;
5436
4626
  }
5437
- export declare namespace DescribeMatchmakingInput {
5438
- /**
5439
- * @internal
5440
- */
5441
- const filterSensitiveLog: (obj: DescribeMatchmakingInput) => any;
5442
- }
5443
4627
  /**
5444
4628
  * <p>Represents a new player session that is created as a result of a successful FlexMatch
5445
4629
  * match. A successful match automatically creates new player sessions for every player ID
@@ -5457,12 +4641,6 @@ export interface MatchedPlayerSession {
5457
4641
  */
5458
4642
  PlayerSessionId?: string;
5459
4643
  }
5460
- export declare namespace MatchedPlayerSession {
5461
- /**
5462
- * @internal
5463
- */
5464
- const filterSensitiveLog: (obj: MatchedPlayerSession) => any;
5465
- }
5466
4644
  /**
5467
4645
  * <p>Connection information for a new game session that is created in response to a <a>StartMatchmaking</a> request. Once a match is made, the FlexMatch engine
5468
4646
  * creates a new game session for it. This information, including the game session endpoint
@@ -5503,12 +4681,6 @@ export interface GameSessionConnectionInfo {
5503
4681
  */
5504
4682
  MatchedPlayerSessions?: MatchedPlayerSession[];
5505
4683
  }
5506
- export declare namespace GameSessionConnectionInfo {
5507
- /**
5508
- * @internal
5509
- */
5510
- const filterSensitiveLog: (obj: GameSessionConnectionInfo) => any;
5511
- }
5512
4684
  /**
5513
4685
  * <p>Represents a player in matchmaking. When starting a matchmaking request, a player
5514
4686
  * has a player ID, attributes, and may have latency data. Team information is added after
@@ -5541,12 +4713,6 @@ export interface Player {
5541
4713
  */
5542
4714
  LatencyInMs?: Record<string, number>;
5543
4715
  }
5544
- export declare namespace Player {
5545
- /**
5546
- * @internal
5547
- */
5548
- const filterSensitiveLog: (obj: Player) => any;
5549
- }
5550
4716
  export declare type MatchmakingConfigurationStatus = "CANCELLED" | "COMPLETED" | "FAILED" | "PLACING" | "QUEUED" | "REQUIRES_ACCEPTANCE" | "SEARCHING" | "TIMED_OUT";
5551
4717
  /**
5552
4718
  * <p>Ticket generated to track the progress of a matchmaking request. Each ticket is
@@ -5665,12 +4831,6 @@ export interface MatchmakingTicket {
5665
4831
  */
5666
4832
  EstimatedWaitTime?: number;
5667
4833
  }
5668
- export declare namespace MatchmakingTicket {
5669
- /**
5670
- * @internal
5671
- */
5672
- const filterSensitiveLog: (obj: MatchmakingTicket) => any;
5673
- }
5674
4834
  /**
5675
4835
  * <p>Represents the returned data in response to a request operation.</p>
5676
4836
  */
@@ -5680,12 +4840,6 @@ export interface DescribeMatchmakingOutput {
5680
4840
  */
5681
4841
  TicketList?: MatchmakingTicket[];
5682
4842
  }
5683
- export declare namespace DescribeMatchmakingOutput {
5684
- /**
5685
- * @internal
5686
- */
5687
- const filterSensitiveLog: (obj: DescribeMatchmakingOutput) => any;
5688
- }
5689
4843
  /**
5690
4844
  * <p>Represents the input for a request operation.</p>
5691
4845
  */
@@ -5709,12 +4863,6 @@ export interface DescribeMatchmakingConfigurationsInput {
5709
4863
  */
5710
4864
  NextToken?: string;
5711
4865
  }
5712
- export declare namespace DescribeMatchmakingConfigurationsInput {
5713
- /**
5714
- * @internal
5715
- */
5716
- const filterSensitiveLog: (obj: DescribeMatchmakingConfigurationsInput) => any;
5717
- }
5718
4866
  /**
5719
4867
  * <p>Represents the returned data in response to a request operation.</p>
5720
4868
  */
@@ -5728,12 +4876,6 @@ export interface DescribeMatchmakingConfigurationsOutput {
5728
4876
  */
5729
4877
  NextToken?: string;
5730
4878
  }
5731
- export declare namespace DescribeMatchmakingConfigurationsOutput {
5732
- /**
5733
- * @internal
5734
- */
5735
- const filterSensitiveLog: (obj: DescribeMatchmakingConfigurationsOutput) => any;
5736
- }
5737
4879
  /**
5738
4880
  * <p>Represents the input for a request operation.</p>
5739
4881
  */
@@ -5753,12 +4895,6 @@ export interface DescribeMatchmakingRuleSetsInput {
5753
4895
  */
5754
4896
  NextToken?: string;
5755
4897
  }
5756
- export declare namespace DescribeMatchmakingRuleSetsInput {
5757
- /**
5758
- * @internal
5759
- */
5760
- const filterSensitiveLog: (obj: DescribeMatchmakingRuleSetsInput) => any;
5761
- }
5762
4898
  /**
5763
4899
  * <p>Represents the returned data in response to a request operation.</p>
5764
4900
  */
@@ -5772,12 +4908,6 @@ export interface DescribeMatchmakingRuleSetsOutput {
5772
4908
  */
5773
4909
  NextToken?: string;
5774
4910
  }
5775
- export declare namespace DescribeMatchmakingRuleSetsOutput {
5776
- /**
5777
- * @internal
5778
- */
5779
- const filterSensitiveLog: (obj: DescribeMatchmakingRuleSetsOutput) => any;
5780
- }
5781
4911
  /**
5782
4912
  * <p>Represents the input for a request operation.</p>
5783
4913
  */
@@ -5832,12 +4962,6 @@ export interface DescribePlayerSessionsInput {
5832
4962
  */
5833
4963
  NextToken?: string;
5834
4964
  }
5835
- export declare namespace DescribePlayerSessionsInput {
5836
- /**
5837
- * @internal
5838
- */
5839
- const filterSensitiveLog: (obj: DescribePlayerSessionsInput) => any;
5840
- }
5841
4965
  /**
5842
4966
  * <p>Represents the returned data in response to a request operation.</p>
5843
4967
  */
@@ -5852,12 +4976,6 @@ export interface DescribePlayerSessionsOutput {
5852
4976
  */
5853
4977
  NextToken?: string;
5854
4978
  }
5855
- export declare namespace DescribePlayerSessionsOutput {
5856
- /**
5857
- * @internal
5858
- */
5859
- const filterSensitiveLog: (obj: DescribePlayerSessionsOutput) => any;
5860
- }
5861
4979
  /**
5862
4980
  * <p>Represents the input for a request operation.</p>
5863
4981
  */
@@ -5868,12 +4986,6 @@ export interface DescribeRuntimeConfigurationInput {
5868
4986
  */
5869
4987
  FleetId: string | undefined;
5870
4988
  }
5871
- export declare namespace DescribeRuntimeConfigurationInput {
5872
- /**
5873
- * @internal
5874
- */
5875
- const filterSensitiveLog: (obj: DescribeRuntimeConfigurationInput) => any;
5876
- }
5877
4989
  /**
5878
4990
  * <p>Represents the returned data in response to a request operation.</p>
5879
4991
  */
@@ -5884,12 +4996,6 @@ export interface DescribeRuntimeConfigurationOutput {
5884
4996
  */
5885
4997
  RuntimeConfiguration?: RuntimeConfiguration;
5886
4998
  }
5887
- export declare namespace DescribeRuntimeConfigurationOutput {
5888
- /**
5889
- * @internal
5890
- */
5891
- const filterSensitiveLog: (obj: DescribeRuntimeConfigurationOutput) => any;
5892
- }
5893
4999
  export declare enum ScalingStatusType {
5894
5000
  ACTIVE = "ACTIVE",
5895
5001
  DELETED = "DELETED",
@@ -5965,12 +5071,6 @@ export interface DescribeScalingPoliciesInput {
5965
5071
  */
5966
5072
  Location?: string;
5967
5073
  }
5968
- export declare namespace DescribeScalingPoliciesInput {
5969
- /**
5970
- * @internal
5971
- */
5972
- const filterSensitiveLog: (obj: DescribeScalingPoliciesInput) => any;
5973
- }
5974
5074
  export declare type MetricName = "ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime";
5975
5075
  export declare enum PolicyType {
5976
5076
  RuleBased = "RuleBased",
@@ -6012,12 +5112,6 @@ export interface TargetConfiguration {
6012
5112
  */
6013
5113
  TargetValue: number | undefined;
6014
5114
  }
6015
- export declare namespace TargetConfiguration {
6016
- /**
6017
- * @internal
6018
- */
6019
- const filterSensitiveLog: (obj: TargetConfiguration) => any;
6020
- }
6021
5115
  /**
6022
5116
  * <p>Rule that controls how a fleet is scaled. Scaling policies are uniquely identified
6023
5117
  * by the combination of name and fleet ID.</p>
@@ -6231,12 +5325,6 @@ export interface ScalingPolicy {
6231
5325
  */
6232
5326
  Location?: string;
6233
5327
  }
6234
- export declare namespace ScalingPolicy {
6235
- /**
6236
- * @internal
6237
- */
6238
- const filterSensitiveLog: (obj: ScalingPolicy) => any;
6239
- }
6240
5328
  /**
6241
5329
  * <p>Represents the returned data in response to a request operation.</p>
6242
5330
  */
@@ -6251,12 +5339,6 @@ export interface DescribeScalingPoliciesOutput {
6251
5339
  */
6252
5340
  NextToken?: string;
6253
5341
  }
6254
- export declare namespace DescribeScalingPoliciesOutput {
6255
- /**
6256
- * @internal
6257
- */
6258
- const filterSensitiveLog: (obj: DescribeScalingPoliciesOutput) => any;
6259
- }
6260
5342
  export interface DescribeScriptInput {
6261
5343
  /**
6262
5344
  * <p>A unique identifier for the Realtime script to retrieve properties for. You can use either the script ID or ARN
@@ -6264,32 +5346,14 @@ export interface DescribeScriptInput {
6264
5346
  */
6265
5347
  ScriptId: string | undefined;
6266
5348
  }
6267
- export declare namespace DescribeScriptInput {
6268
- /**
6269
- * @internal
6270
- */
6271
- const filterSensitiveLog: (obj: DescribeScriptInput) => any;
6272
- }
6273
5349
  export interface DescribeScriptOutput {
6274
5350
  /**
6275
5351
  * <p>A set of properties describing the requested script.</p>
6276
5352
  */
6277
5353
  Script?: Script;
6278
5354
  }
6279
- export declare namespace DescribeScriptOutput {
6280
- /**
6281
- * @internal
6282
- */
6283
- const filterSensitiveLog: (obj: DescribeScriptOutput) => any;
6284
- }
6285
5355
  export interface DescribeVpcPeeringAuthorizationsInput {
6286
5356
  }
6287
- export declare namespace DescribeVpcPeeringAuthorizationsInput {
6288
- /**
6289
- * @internal
6290
- */
6291
- const filterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsInput) => any;
6292
- }
6293
5357
  export interface DescribeVpcPeeringAuthorizationsOutput {
6294
5358
  /**
6295
5359
  * <p>A collection of objects that describe all valid VPC peering operations for the
@@ -6297,12 +5361,6 @@ export interface DescribeVpcPeeringAuthorizationsOutput {
6297
5361
  */
6298
5362
  VpcPeeringAuthorizations?: VpcPeeringAuthorization[];
6299
5363
  }
6300
- export declare namespace DescribeVpcPeeringAuthorizationsOutput {
6301
- /**
6302
- * @internal
6303
- */
6304
- const filterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsOutput) => any;
6305
- }
6306
5364
  /**
6307
5365
  * <p>Represents the input for a request operation.</p>
6308
5366
  */
@@ -6312,12 +5370,6 @@ export interface DescribeVpcPeeringConnectionsInput {
6312
5370
  */
6313
5371
  FleetId?: string;
6314
5372
  }
6315
- export declare namespace DescribeVpcPeeringConnectionsInput {
6316
- /**
6317
- * @internal
6318
- */
6319
- const filterSensitiveLog: (obj: DescribeVpcPeeringConnectionsInput) => any;
6320
- }
6321
5373
  /**
6322
5374
  * <p>Represents status information for a VPC peering connection. Status is associated
6323
5375
  * with a <a>VpcPeeringConnection</a> object. Status codes and messages are
@@ -6334,12 +5386,6 @@ export interface VpcPeeringConnectionStatus {
6334
5386
  */
6335
5387
  Message?: string;
6336
5388
  }
6337
- export declare namespace VpcPeeringConnectionStatus {
6338
- /**
6339
- * @internal
6340
- */
6341
- const filterSensitiveLog: (obj: VpcPeeringConnectionStatus) => any;
6342
- }
6343
5389
  /**
6344
5390
  * <p>Represents a peering connection between a VPC on one of your Amazon Web Services accounts and the
6345
5391
  * VPC for your Amazon GameLift fleets. This record may be for an active peering connection or a
@@ -6399,12 +5445,6 @@ export interface VpcPeeringConnection {
6399
5445
  */
6400
5446
  GameLiftVpcId?: string;
6401
5447
  }
6402
- export declare namespace VpcPeeringConnection {
6403
- /**
6404
- * @internal
6405
- */
6406
- const filterSensitiveLog: (obj: VpcPeeringConnection) => any;
6407
- }
6408
5448
  /**
6409
5449
  * <p>Represents the returned data in response to a request operation.</p>
6410
5450
  */
@@ -6414,12 +5454,6 @@ export interface DescribeVpcPeeringConnectionsOutput {
6414
5454
  */
6415
5455
  VpcPeeringConnections?: VpcPeeringConnection[];
6416
5456
  }
6417
- export declare namespace DescribeVpcPeeringConnectionsOutput {
6418
- /**
6419
- * @internal
6420
- */
6421
- const filterSensitiveLog: (obj: DescribeVpcPeeringConnectionsOutput) => any;
6422
- }
6423
5457
  /**
6424
5458
  * <p>Player information for use when creating player sessions using a game session
6425
5459
  * placement request with <a>StartGameSessionPlacement</a>.</p>
@@ -6434,12 +5468,6 @@ export interface DesiredPlayerSession {
6434
5468
  */
6435
5469
  PlayerData?: string;
6436
5470
  }
6437
- export declare namespace DesiredPlayerSession {
6438
- /**
6439
- * @internal
6440
- */
6441
- const filterSensitiveLog: (obj: DesiredPlayerSession) => any;
6442
- }
6443
5471
  /**
6444
5472
  * <p>Represents the input for a request operation.</p>
6445
5473
  */
@@ -6449,12 +5477,6 @@ export interface GetGameSessionLogUrlInput {
6449
5477
  */
6450
5478
  GameSessionId: string | undefined;
6451
5479
  }
6452
- export declare namespace GetGameSessionLogUrlInput {
6453
- /**
6454
- * @internal
6455
- */
6456
- const filterSensitiveLog: (obj: GetGameSessionLogUrlInput) => any;
6457
- }
6458
5480
  /**
6459
5481
  * <p>Represents the returned data in response to a request operation.</p>
6460
5482
  */
@@ -6467,12 +5489,6 @@ export interface GetGameSessionLogUrlOutput {
6467
5489
  */
6468
5490
  PreSignedUrl?: string;
6469
5491
  }
6470
- export declare namespace GetGameSessionLogUrlOutput {
6471
- /**
6472
- * @internal
6473
- */
6474
- const filterSensitiveLog: (obj: GetGameSessionLogUrlOutput) => any;
6475
- }
6476
5492
  /**
6477
5493
  * <p>Represents the input for a request operation.</p>
6478
5494
  */
@@ -6491,12 +5507,6 @@ export interface GetInstanceAccessInput {
6491
5507
  */
6492
5508
  InstanceId: string | undefined;
6493
5509
  }
6494
- export declare namespace GetInstanceAccessInput {
6495
- /**
6496
- * @internal
6497
- */
6498
- const filterSensitiveLog: (obj: GetInstanceAccessInput) => any;
6499
- }
6500
5510
  /**
6501
5511
  * <p>Set of credentials required to remotely access a fleet instance. Access credentials
6502
5512
  * are requested by calling <a>GetInstanceAccess</a> and returned in an <a>InstanceAccess</a> object.</p>
@@ -6513,12 +5523,6 @@ export interface InstanceCredentials {
6513
5523
  */
6514
5524
  Secret?: string;
6515
5525
  }
6516
- export declare namespace InstanceCredentials {
6517
- /**
6518
- * @internal
6519
- */
6520
- const filterSensitiveLog: (obj: InstanceCredentials) => any;
6521
- }
6522
5526
  /**
6523
5527
  * <p>Information required to remotely connect to a fleet instance. Access is requested
6524
5528
  * by calling <a>GetInstanceAccess</a>. </p>
@@ -6545,12 +5549,6 @@ export interface InstanceAccess {
6545
5549
  */
6546
5550
  Credentials?: InstanceCredentials;
6547
5551
  }
6548
- export declare namespace InstanceAccess {
6549
- /**
6550
- * @internal
6551
- */
6552
- const filterSensitiveLog: (obj: InstanceAccess) => any;
6553
- }
6554
5552
  /**
6555
5553
  * <p>Represents the returned data in response to a request operation.</p>
6556
5554
  */
@@ -6561,12 +5559,6 @@ export interface GetInstanceAccessOutput {
6561
5559
  */
6562
5560
  InstanceAccess?: InstanceAccess;
6563
5561
  }
6564
- export declare namespace GetInstanceAccessOutput {
6565
- /**
6566
- * @internal
6567
- */
6568
- const filterSensitiveLog: (obj: GetInstanceAccessOutput) => any;
6569
- }
6570
5562
  /**
6571
5563
  * <p>Represents the input for a request operation.</p>
6572
5564
  */
@@ -6603,12 +5595,6 @@ export interface ListAliasesInput {
6603
5595
  */
6604
5596
  NextToken?: string;
6605
5597
  }
6606
- export declare namespace ListAliasesInput {
6607
- /**
6608
- * @internal
6609
- */
6610
- const filterSensitiveLog: (obj: ListAliasesInput) => any;
6611
- }
6612
5598
  /**
6613
5599
  * <p>Represents the returned data in response to a request operation.</p>
6614
5600
  */
@@ -6622,12 +5608,6 @@ export interface ListAliasesOutput {
6622
5608
  */
6623
5609
  NextToken?: string;
6624
5610
  }
6625
- export declare namespace ListAliasesOutput {
6626
- /**
6627
- * @internal
6628
- */
6629
- const filterSensitiveLog: (obj: ListAliasesOutput) => any;
6630
- }
6631
5611
  /**
6632
5612
  * <p>Represents the input for a request operation.</p>
6633
5613
  */
@@ -6666,12 +5646,6 @@ export interface ListBuildsInput {
6666
5646
  */
6667
5647
  NextToken?: string;
6668
5648
  }
6669
- export declare namespace ListBuildsInput {
6670
- /**
6671
- * @internal
6672
- */
6673
- const filterSensitiveLog: (obj: ListBuildsInput) => any;
6674
- }
6675
5649
  /**
6676
5650
  * <p>Represents the returned data in response to a request operation.</p>
6677
5651
  */
@@ -6685,12 +5659,6 @@ export interface ListBuildsOutput {
6685
5659
  */
6686
5660
  NextToken?: string;
6687
5661
  }
6688
- export declare namespace ListBuildsOutput {
6689
- /**
6690
- * @internal
6691
- */
6692
- const filterSensitiveLog: (obj: ListBuildsOutput) => any;
6693
- }
6694
5662
  /**
6695
5663
  * <p>Represents the input for a request operation.</p>
6696
5664
  */
@@ -6714,12 +5682,6 @@ export interface ListFleetsInput {
6714
5682
  */
6715
5683
  NextToken?: string;
6716
5684
  }
6717
- export declare namespace ListFleetsInput {
6718
- /**
6719
- * @internal
6720
- */
6721
- const filterSensitiveLog: (obj: ListFleetsInput) => any;
6722
- }
6723
5685
  /**
6724
5686
  * <p>Represents the returned data in response to a request operation.</p>
6725
5687
  */
@@ -6736,12 +5698,6 @@ export interface ListFleetsOutput {
6736
5698
  */
6737
5699
  NextToken?: string;
6738
5700
  }
6739
- export declare namespace ListFleetsOutput {
6740
- /**
6741
- * @internal
6742
- */
6743
- const filterSensitiveLog: (obj: ListFleetsOutput) => any;
6744
- }
6745
5701
  export interface ListGameServerGroupsInput {
6746
5702
  /**
6747
5703
  * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
@@ -6752,12 +5708,6 @@ export interface ListGameServerGroupsInput {
6752
5708
  */
6753
5709
  NextToken?: string;
6754
5710
  }
6755
- export declare namespace ListGameServerGroupsInput {
6756
- /**
6757
- * @internal
6758
- */
6759
- const filterSensitiveLog: (obj: ListGameServerGroupsInput) => any;
6760
- }
6761
5711
  export interface ListGameServerGroupsOutput {
6762
5712
  /**
6763
5713
  * <p>A collection of game server group objects that match the request.</p>
@@ -6768,12 +5718,6 @@ export interface ListGameServerGroupsOutput {
6768
5718
  */
6769
5719
  NextToken?: string;
6770
5720
  }
6771
- export declare namespace ListGameServerGroupsOutput {
6772
- /**
6773
- * @internal
6774
- */
6775
- const filterSensitiveLog: (obj: ListGameServerGroupsOutput) => any;
6776
- }
6777
5721
  export declare enum SortOrder {
6778
5722
  ASCENDING = "ASCENDING",
6779
5723
  DESCENDING = "DESCENDING"
@@ -6800,12 +5744,6 @@ export interface ListGameServersInput {
6800
5744
  */
6801
5745
  NextToken?: string;
6802
5746
  }
6803
- export declare namespace ListGameServersInput {
6804
- /**
6805
- * @internal
6806
- */
6807
- const filterSensitiveLog: (obj: ListGameServersInput) => any;
6808
- }
6809
5747
  export interface ListGameServersOutput {
6810
5748
  /**
6811
5749
  * <p>A collection of game server objects that match the request.</p>
@@ -6816,12 +5754,6 @@ export interface ListGameServersOutput {
6816
5754
  */
6817
5755
  NextToken?: string;
6818
5756
  }
6819
- export declare namespace ListGameServersOutput {
6820
- /**
6821
- * @internal
6822
- */
6823
- const filterSensitiveLog: (obj: ListGameServersOutput) => any;
6824
- }
6825
5757
  export interface ListScriptsInput {
6826
5758
  /**
6827
5759
  * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
@@ -6832,12 +5764,6 @@ export interface ListScriptsInput {
6832
5764
  */
6833
5765
  NextToken?: string;
6834
5766
  }
6835
- export declare namespace ListScriptsInput {
6836
- /**
6837
- * @internal
6838
- */
6839
- const filterSensitiveLog: (obj: ListScriptsInput) => any;
6840
- }
6841
5767
  export interface ListScriptsOutput {
6842
5768
  /**
6843
5769
  * <p>A set of properties describing the requested script.</p>
@@ -6848,12 +5774,6 @@ export interface ListScriptsOutput {
6848
5774
  */
6849
5775
  NextToken?: string;
6850
5776
  }
6851
- export declare namespace ListScriptsOutput {
6852
- /**
6853
- * @internal
6854
- */
6855
- const filterSensitiveLog: (obj: ListScriptsOutput) => any;
6856
- }
6857
5777
  export interface ListTagsForResourceRequest {
6858
5778
  /**
6859
5779
  * <p>
@@ -6865,12 +5785,6 @@ export interface ListTagsForResourceRequest {
6865
5785
  */
6866
5786
  ResourceARN: string | undefined;
6867
5787
  }
6868
- export declare namespace ListTagsForResourceRequest {
6869
- /**
6870
- * @internal
6871
- */
6872
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6873
- }
6874
5788
  export interface ListTagsForResourceResponse {
6875
5789
  /**
6876
5790
  * <p>
@@ -6879,12 +5793,6 @@ export interface ListTagsForResourceResponse {
6879
5793
  */
6880
5794
  Tags?: Tag[];
6881
5795
  }
6882
- export declare namespace ListTagsForResourceResponse {
6883
- /**
6884
- * @internal
6885
- */
6886
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6887
- }
6888
5796
  /**
6889
5797
  * <p>Represents the input for a request operation.</p>
6890
5798
  */
@@ -7025,12 +5933,6 @@ export interface PutScalingPolicyInput {
7025
5933
  */
7026
5934
  TargetConfiguration?: TargetConfiguration;
7027
5935
  }
7028
- export declare namespace PutScalingPolicyInput {
7029
- /**
7030
- * @internal
7031
- */
7032
- const filterSensitiveLog: (obj: PutScalingPolicyInput) => any;
7033
- }
7034
5936
  /**
7035
5937
  * <p>Represents the returned data in response to a request operation.</p>
7036
5938
  */
@@ -7040,12 +5942,6 @@ export interface PutScalingPolicyOutput {
7040
5942
  */
7041
5943
  Name?: string;
7042
5944
  }
7043
- export declare namespace PutScalingPolicyOutput {
7044
- /**
7045
- * @internal
7046
- */
7047
- const filterSensitiveLog: (obj: PutScalingPolicyOutput) => any;
7048
- }
7049
5945
  export interface RegisterGameServerInput {
7050
5946
  /**
7051
5947
  * <p>A unique identifier for the game server group where the game server is running.
@@ -7075,24 +5971,12 @@ export interface RegisterGameServerInput {
7075
5971
  */
7076
5972
  GameServerData?: string;
7077
5973
  }
7078
- export declare namespace RegisterGameServerInput {
7079
- /**
7080
- * @internal
7081
- */
7082
- const filterSensitiveLog: (obj: RegisterGameServerInput) => any;
7083
- }
7084
5974
  export interface RegisterGameServerOutput {
7085
5975
  /**
7086
5976
  * <p>Object that describes the newly registered game server.</p>
7087
5977
  */
7088
5978
  GameServer?: GameServer;
7089
5979
  }
7090
- export declare namespace RegisterGameServerOutput {
7091
- /**
7092
- * @internal
7093
- */
7094
- const filterSensitiveLog: (obj: RegisterGameServerOutput) => any;
7095
- }
7096
5980
  /**
7097
5981
  * <p>Represents the input for a request operation.</p>
7098
5982
  */
@@ -7102,12 +5986,6 @@ export interface RequestUploadCredentialsInput {
7102
5986
  */
7103
5987
  BuildId: string | undefined;
7104
5988
  }
7105
- export declare namespace RequestUploadCredentialsInput {
7106
- /**
7107
- * @internal
7108
- */
7109
- const filterSensitiveLog: (obj: RequestUploadCredentialsInput) => any;
7110
- }
7111
5989
  /**
7112
5990
  * <p>Represents the returned data in response to a request operation.</p>
7113
5991
  */
@@ -7124,12 +6002,6 @@ export interface RequestUploadCredentialsOutput {
7124
6002
  */
7125
6003
  StorageLocation?: S3Location;
7126
6004
  }
7127
- export declare namespace RequestUploadCredentialsOutput {
7128
- /**
7129
- * @internal
7130
- */
7131
- const filterSensitiveLog: (obj: RequestUploadCredentialsOutput) => any;
7132
- }
7133
6005
  /**
7134
6006
  * <p>Represents the input for a request operation.</p>
7135
6007
  */
@@ -7140,12 +6012,6 @@ export interface ResolveAliasInput {
7140
6012
  */
7141
6013
  AliasId: string | undefined;
7142
6014
  }
7143
- export declare namespace ResolveAliasInput {
7144
- /**
7145
- * @internal
7146
- */
7147
- const filterSensitiveLog: (obj: ResolveAliasInput) => any;
7148
- }
7149
6015
  /**
7150
6016
  * <p>Represents the returned data in response to a request operation.</p>
7151
6017
  */
@@ -7161,12 +6027,6 @@ export interface ResolveAliasOutput {
7161
6027
  */
7162
6028
  FleetArn?: string;
7163
6029
  }
7164
- export declare namespace ResolveAliasOutput {
7165
- /**
7166
- * @internal
7167
- */
7168
- const filterSensitiveLog: (obj: ResolveAliasOutput) => any;
7169
- }
7170
6030
  export interface ResumeGameServerGroupInput {
7171
6031
  /**
7172
6032
  * <p>A unique identifier for the game server group. Use either the <a>GameServerGroup</a> name or ARN value.</p>
@@ -7177,12 +6037,6 @@ export interface ResumeGameServerGroupInput {
7177
6037
  */
7178
6038
  ResumeActions: (GameServerGroupAction | string)[] | undefined;
7179
6039
  }
7180
- export declare namespace ResumeGameServerGroupInput {
7181
- /**
7182
- * @internal
7183
- */
7184
- const filterSensitiveLog: (obj: ResumeGameServerGroupInput) => any;
7185
- }
7186
6040
  export interface ResumeGameServerGroupOutput {
7187
6041
  /**
7188
6042
  * <p>An object that describes the game server group resource, with the
@@ -7191,12 +6045,6 @@ export interface ResumeGameServerGroupOutput {
7191
6045
  */
7192
6046
  GameServerGroup?: GameServerGroup;
7193
6047
  }
7194
- export declare namespace ResumeGameServerGroupOutput {
7195
- /**
7196
- * @internal
7197
- */
7198
- const filterSensitiveLog: (obj: ResumeGameServerGroupOutput) => any;
7199
- }
7200
6048
  /**
7201
6049
  * <p>Represents the input for a request operation.</p>
7202
6050
  */
@@ -7316,12 +6164,6 @@ export interface SearchGameSessionsInput {
7316
6164
  */
7317
6165
  NextToken?: string;
7318
6166
  }
7319
- export declare namespace SearchGameSessionsInput {
7320
- /**
7321
- * @internal
7322
- */
7323
- const filterSensitiveLog: (obj: SearchGameSessionsInput) => any;
7324
- }
7325
6167
  /**
7326
6168
  * <p>Represents the returned data in response to a request operation.</p>
7327
6169
  */
@@ -7336,12 +6178,6 @@ export interface SearchGameSessionsOutput {
7336
6178
  */
7337
6179
  NextToken?: string;
7338
6180
  }
7339
- export declare namespace SearchGameSessionsOutput {
7340
- /**
7341
- * @internal
7342
- */
7343
- const filterSensitiveLog: (obj: SearchGameSessionsOutput) => any;
7344
- }
7345
6181
  /**
7346
6182
  * <p>Represents the input for a request operation.</p>
7347
6183
  */
@@ -7360,12 +6196,6 @@ export interface StartFleetActionsInput {
7360
6196
  */
7361
6197
  Location?: string;
7362
6198
  }
7363
- export declare namespace StartFleetActionsInput {
7364
- /**
7365
- * @internal
7366
- */
7367
- const filterSensitiveLog: (obj: StartFleetActionsInput) => any;
7368
- }
7369
6199
  /**
7370
6200
  * <p>Represents the returned data in response to a request operation.</p>
7371
6201
  */
@@ -7379,12 +6209,6 @@ export interface StartFleetActionsOutput {
7379
6209
  */
7380
6210
  FleetArn?: string;
7381
6211
  }
7382
- export declare namespace StartFleetActionsOutput {
7383
- /**
7384
- * @internal
7385
- */
7386
- const filterSensitiveLog: (obj: StartFleetActionsOutput) => any;
7387
- }
7388
6212
  /**
7389
6213
  * <p>Represents the input for a request operation.</p>
7390
6214
  */
@@ -7428,12 +6252,6 @@ export interface StartGameSessionPlacementInput {
7428
6252
  */
7429
6253
  GameSessionData?: string;
7430
6254
  }
7431
- export declare namespace StartGameSessionPlacementInput {
7432
- /**
7433
- * @internal
7434
- */
7435
- const filterSensitiveLog: (obj: StartGameSessionPlacementInput) => any;
7436
- }
7437
6255
  /**
7438
6256
  * <p>Represents the returned data in response to a request operation.</p>
7439
6257
  */
@@ -7445,12 +6263,6 @@ export interface StartGameSessionPlacementOutput {
7445
6263
  */
7446
6264
  GameSessionPlacement?: GameSessionPlacement;
7447
6265
  }
7448
- export declare namespace StartGameSessionPlacementOutput {
7449
- /**
7450
- * @internal
7451
- */
7452
- const filterSensitiveLog: (obj: StartGameSessionPlacementOutput) => any;
7453
- }
7454
6266
  /**
7455
6267
  * <p>Represents the input for a request operation.</p>
7456
6268
  */
@@ -7496,12 +6308,6 @@ export interface StartMatchBackfillInput {
7496
6308
  */
7497
6309
  Players: Player[] | undefined;
7498
6310
  }
7499
- export declare namespace StartMatchBackfillInput {
7500
- /**
7501
- * @internal
7502
- */
7503
- const filterSensitiveLog: (obj: StartMatchBackfillInput) => any;
7504
- }
7505
6311
  /**
7506
6312
  * <p>Represents the returned data in response to a request operation.</p>
7507
6313
  */
@@ -7513,12 +6319,6 @@ export interface StartMatchBackfillOutput {
7513
6319
  */
7514
6320
  MatchmakingTicket?: MatchmakingTicket;
7515
6321
  }
7516
- export declare namespace StartMatchBackfillOutput {
7517
- /**
7518
- * @internal
7519
- */
7520
- const filterSensitiveLog: (obj: StartMatchBackfillOutput) => any;
7521
- }
7522
6322
  /**
7523
6323
  * <p>Represents the input for a request operation.</p>
7524
6324
  */
@@ -7543,12 +6343,6 @@ export interface StartMatchmakingInput {
7543
6343
  */
7544
6344
  Players: Player[] | undefined;
7545
6345
  }
7546
- export declare namespace StartMatchmakingInput {
7547
- /**
7548
- * @internal
7549
- */
7550
- const filterSensitiveLog: (obj: StartMatchmakingInput) => any;
7551
- }
7552
6346
  /**
7553
6347
  * <p>Represents the returned data in response to a request operation.</p>
7554
6348
  */
@@ -7560,12 +6354,6 @@ export interface StartMatchmakingOutput {
7560
6354
  */
7561
6355
  MatchmakingTicket?: MatchmakingTicket;
7562
6356
  }
7563
- export declare namespace StartMatchmakingOutput {
7564
- /**
7565
- * @internal
7566
- */
7567
- const filterSensitiveLog: (obj: StartMatchmakingOutput) => any;
7568
- }
7569
6357
  /**
7570
6358
  * <p>Represents the input for a request operation.</p>
7571
6359
  */
@@ -7584,12 +6372,6 @@ export interface StopFleetActionsInput {
7584
6372
  */
7585
6373
  Location?: string;
7586
6374
  }
7587
- export declare namespace StopFleetActionsInput {
7588
- /**
7589
- * @internal
7590
- */
7591
- const filterSensitiveLog: (obj: StopFleetActionsInput) => any;
7592
- }
7593
6375
  /**
7594
6376
  * <p>Represents the input for a request operation.</p>
7595
6377
  */
@@ -7603,12 +6385,6 @@ export interface StopFleetActionsOutput {
7603
6385
  */
7604
6386
  FleetArn?: string;
7605
6387
  }
7606
- export declare namespace StopFleetActionsOutput {
7607
- /**
7608
- * @internal
7609
- */
7610
- const filterSensitiveLog: (obj: StopFleetActionsOutput) => any;
7611
- }
7612
6388
  /**
7613
6389
  * <p>Represents the input for a request operation.</p>
7614
6390
  */
@@ -7618,12 +6394,6 @@ export interface StopGameSessionPlacementInput {
7618
6394
  */
7619
6395
  PlacementId: string | undefined;
7620
6396
  }
7621
- export declare namespace StopGameSessionPlacementInput {
7622
- /**
7623
- * @internal
7624
- */
7625
- const filterSensitiveLog: (obj: StopGameSessionPlacementInput) => any;
7626
- }
7627
6397
  /**
7628
6398
  * <p>Represents the returned data in response to a request operation.</p>
7629
6399
  */
@@ -7634,12 +6404,6 @@ export interface StopGameSessionPlacementOutput {
7634
6404
  */
7635
6405
  GameSessionPlacement?: GameSessionPlacement;
7636
6406
  }
7637
- export declare namespace StopGameSessionPlacementOutput {
7638
- /**
7639
- * @internal
7640
- */
7641
- const filterSensitiveLog: (obj: StopGameSessionPlacementOutput) => any;
7642
- }
7643
6407
  /**
7644
6408
  * <p>Represents the input for a request operation.</p>
7645
6409
  */
@@ -7649,20 +6413,8 @@ export interface StopMatchmakingInput {
7649
6413
  */
7650
6414
  TicketId: string | undefined;
7651
6415
  }
7652
- export declare namespace StopMatchmakingInput {
7653
- /**
7654
- * @internal
7655
- */
7656
- const filterSensitiveLog: (obj: StopMatchmakingInput) => any;
7657
- }
7658
6416
  export interface StopMatchmakingOutput {
7659
6417
  }
7660
- export declare namespace StopMatchmakingOutput {
7661
- /**
7662
- * @internal
7663
- */
7664
- const filterSensitiveLog: (obj: StopMatchmakingOutput) => any;
7665
- }
7666
6418
  export interface SuspendGameServerGroupInput {
7667
6419
  /**
7668
6420
  * <p>A unique identifier for the game server group. Use either the <a>GameServerGroup</a> name or ARN value.</p>
@@ -7673,12 +6425,6 @@ export interface SuspendGameServerGroupInput {
7673
6425
  */
7674
6426
  SuspendActions: (GameServerGroupAction | string)[] | undefined;
7675
6427
  }
7676
- export declare namespace SuspendGameServerGroupInput {
7677
- /**
7678
- * @internal
7679
- */
7680
- const filterSensitiveLog: (obj: SuspendGameServerGroupInput) => any;
7681
- }
7682
6428
  export interface SuspendGameServerGroupOutput {
7683
6429
  /**
7684
6430
  * <p>An object that describes the game server group resource, with the
@@ -7687,12 +6433,6 @@ export interface SuspendGameServerGroupOutput {
7687
6433
  */
7688
6434
  GameServerGroup?: GameServerGroup;
7689
6435
  }
7690
- export declare namespace SuspendGameServerGroupOutput {
7691
- /**
7692
- * @internal
7693
- */
7694
- const filterSensitiveLog: (obj: SuspendGameServerGroupOutput) => any;
7695
- }
7696
6436
  export interface TagResourceRequest {
7697
6437
  /**
7698
6438
  * <p>
@@ -7711,20 +6451,8 @@ export interface TagResourceRequest {
7711
6451
  */
7712
6452
  Tags: Tag[] | undefined;
7713
6453
  }
7714
- export declare namespace TagResourceRequest {
7715
- /**
7716
- * @internal
7717
- */
7718
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
7719
- }
7720
6454
  export interface TagResourceResponse {
7721
6455
  }
7722
- export declare namespace TagResourceResponse {
7723
- /**
7724
- * @internal
7725
- */
7726
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
7727
- }
7728
6456
  export interface UntagResourceRequest {
7729
6457
  /**
7730
6458
  * <p>The Amazon Resource Name (<a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html">ARN</a>) that is assigned to and
@@ -7740,20 +6468,8 @@ export interface UntagResourceRequest {
7740
6468
  */
7741
6469
  TagKeys: string[] | undefined;
7742
6470
  }
7743
- export declare namespace UntagResourceRequest {
7744
- /**
7745
- * @internal
7746
- */
7747
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
7748
- }
7749
6471
  export interface UntagResourceResponse {
7750
6472
  }
7751
- export declare namespace UntagResourceResponse {
7752
- /**
7753
- * @internal
7754
- */
7755
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
7756
- }
7757
6473
  /**
7758
6474
  * <p>Represents the input for a request operation.</p>
7759
6475
  */
@@ -7777,12 +6493,6 @@ export interface UpdateAliasInput {
7777
6493
  */
7778
6494
  RoutingStrategy?: RoutingStrategy;
7779
6495
  }
7780
- export declare namespace UpdateAliasInput {
7781
- /**
7782
- * @internal
7783
- */
7784
- const filterSensitiveLog: (obj: UpdateAliasInput) => any;
7785
- }
7786
6496
  /**
7787
6497
  * <p>Represents the returned data in response to a request operation.</p>
7788
6498
  */
@@ -7792,12 +6502,6 @@ export interface UpdateAliasOutput {
7792
6502
  */
7793
6503
  Alias?: Alias;
7794
6504
  }
7795
- export declare namespace UpdateAliasOutput {
7796
- /**
7797
- * @internal
7798
- */
7799
- const filterSensitiveLog: (obj: UpdateAliasOutput) => any;
7800
- }
7801
6505
  /**
7802
6506
  * <p>Represents the input for a request operation.</p>
7803
6507
  */
@@ -7815,12 +6519,6 @@ export interface UpdateBuildInput {
7815
6519
  */
7816
6520
  Version?: string;
7817
6521
  }
7818
- export declare namespace UpdateBuildInput {
7819
- /**
7820
- * @internal
7821
- */
7822
- const filterSensitiveLog: (obj: UpdateBuildInput) => any;
7823
- }
7824
6522
  /**
7825
6523
  * <p>Represents the returned data in response to a request operation.</p>
7826
6524
  */
@@ -7830,12 +6528,6 @@ export interface UpdateBuildOutput {
7830
6528
  */
7831
6529
  Build?: Build;
7832
6530
  }
7833
- export declare namespace UpdateBuildOutput {
7834
- /**
7835
- * @internal
7836
- */
7837
- const filterSensitiveLog: (obj: UpdateBuildOutput) => any;
7838
- }
7839
6531
  /**
7840
6532
  * <p>Represents the input for a request operation.</p>
7841
6533
  */
@@ -7885,12 +6577,6 @@ export interface UpdateFleetAttributesInput {
7885
6577
  */
7886
6578
  MetricGroups?: string[];
7887
6579
  }
7888
- export declare namespace UpdateFleetAttributesInput {
7889
- /**
7890
- * @internal
7891
- */
7892
- const filterSensitiveLog: (obj: UpdateFleetAttributesInput) => any;
7893
- }
7894
6580
  /**
7895
6581
  * <p>Represents the returned data in response to a request operation.</p>
7896
6582
  */
@@ -7900,12 +6586,6 @@ export interface UpdateFleetAttributesOutput {
7900
6586
  */
7901
6587
  FleetId?: string;
7902
6588
  }
7903
- export declare namespace UpdateFleetAttributesOutput {
7904
- /**
7905
- * @internal
7906
- */
7907
- const filterSensitiveLog: (obj: UpdateFleetAttributesOutput) => any;
7908
- }
7909
6589
  /**
7910
6590
  * <p>Represents the input for a request operation.</p>
7911
6591
  */
@@ -7936,12 +6616,6 @@ export interface UpdateFleetCapacityInput {
7936
6616
  */
7937
6617
  Location?: string;
7938
6618
  }
7939
- export declare namespace UpdateFleetCapacityInput {
7940
- /**
7941
- * @internal
7942
- */
7943
- const filterSensitiveLog: (obj: UpdateFleetCapacityInput) => any;
7944
- }
7945
6619
  /**
7946
6620
  * <p>Represents the returned data in response to a request operation.</p>
7947
6621
  */
@@ -7960,12 +6634,6 @@ export interface UpdateFleetCapacityOutput {
7960
6634
  */
7961
6635
  Location?: string;
7962
6636
  }
7963
- export declare namespace UpdateFleetCapacityOutput {
7964
- /**
7965
- * @internal
7966
- */
7967
- const filterSensitiveLog: (obj: UpdateFleetCapacityOutput) => any;
7968
- }
7969
6637
  /**
7970
6638
  * <p>Represents the input for a request operation.</p>
7971
6639
  */
@@ -7984,12 +6652,6 @@ export interface UpdateFleetPortSettingsInput {
7984
6652
  */
7985
6653
  InboundPermissionRevocations?: IpPermission[];
7986
6654
  }
7987
- export declare namespace UpdateFleetPortSettingsInput {
7988
- /**
7989
- * @internal
7990
- */
7991
- const filterSensitiveLog: (obj: UpdateFleetPortSettingsInput) => any;
7992
- }
7993
6655
  /**
7994
6656
  * <p>Represents the returned data in response to a request operation.</p>
7995
6657
  */
@@ -7999,12 +6661,6 @@ export interface UpdateFleetPortSettingsOutput {
7999
6661
  */
8000
6662
  FleetId?: string;
8001
6663
  }
8002
- export declare namespace UpdateFleetPortSettingsOutput {
8003
- /**
8004
- * @internal
8005
- */
8006
- const filterSensitiveLog: (obj: UpdateFleetPortSettingsOutput) => any;
8007
- }
8008
6664
  export declare enum GameServerHealthCheck {
8009
6665
  HEALTHY = "HEALTHY"
8010
6666
  }
@@ -8035,24 +6691,12 @@ export interface UpdateGameServerInput {
8035
6691
  */
8036
6692
  HealthCheck?: GameServerHealthCheck | string;
8037
6693
  }
8038
- export declare namespace UpdateGameServerInput {
8039
- /**
8040
- * @internal
8041
- */
8042
- const filterSensitiveLog: (obj: UpdateGameServerInput) => any;
8043
- }
8044
6694
  export interface UpdateGameServerOutput {
8045
6695
  /**
8046
6696
  * <p>Object that describes the newly updated game server.</p>
8047
6697
  */
8048
6698
  GameServer?: GameServer;
8049
6699
  }
8050
- export declare namespace UpdateGameServerOutput {
8051
- /**
8052
- * @internal
8053
- */
8054
- const filterSensitiveLog: (obj: UpdateGameServerOutput) => any;
8055
- }
8056
6700
  export interface UpdateGameServerGroupInput {
8057
6701
  /**
8058
6702
  * <p>A unique identifier for the game server group. Use either the <a>GameServerGroup</a> name or ARN value.</p>
@@ -8114,24 +6758,12 @@ export interface UpdateGameServerGroupInput {
8114
6758
  */
8115
6759
  BalancingStrategy?: BalancingStrategy | string;
8116
6760
  }
8117
- export declare namespace UpdateGameServerGroupInput {
8118
- /**
8119
- * @internal
8120
- */
8121
- const filterSensitiveLog: (obj: UpdateGameServerGroupInput) => any;
8122
- }
8123
6761
  export interface UpdateGameServerGroupOutput {
8124
6762
  /**
8125
6763
  * <p>An object that describes the game server group resource with updated properties. </p>
8126
6764
  */
8127
6765
  GameServerGroup?: GameServerGroup;
8128
6766
  }
8129
- export declare namespace UpdateGameServerGroupOutput {
8130
- /**
8131
- * @internal
8132
- */
8133
- const filterSensitiveLog: (obj: UpdateGameServerGroupOutput) => any;
8134
- }
8135
6767
  /**
8136
6768
  * <p>Represents the input for a request operation.</p>
8137
6769
  */
@@ -8170,12 +6802,6 @@ export interface UpdateGameSessionInput {
8170
6802
  */
8171
6803
  ProtectionPolicy?: ProtectionPolicy | string;
8172
6804
  }
8173
- export declare namespace UpdateGameSessionInput {
8174
- /**
8175
- * @internal
8176
- */
8177
- const filterSensitiveLog: (obj: UpdateGameSessionInput) => any;
8178
- }
8179
6805
  /**
8180
6806
  * <p>Represents the returned data in response to a request operation.</p>
8181
6807
  */
@@ -8185,12 +6811,6 @@ export interface UpdateGameSessionOutput {
8185
6811
  */
8186
6812
  GameSession?: GameSession;
8187
6813
  }
8188
- export declare namespace UpdateGameSessionOutput {
8189
- /**
8190
- * @internal
8191
- */
8192
- const filterSensitiveLog: (obj: UpdateGameSessionOutput) => any;
8193
- }
8194
6814
  /**
8195
6815
  * <p>Represents the input for a request operation.</p>
8196
6816
  */
@@ -8241,12 +6861,6 @@ export interface UpdateGameSessionQueueInput {
8241
6861
  */
8242
6862
  NotificationTarget?: string;
8243
6863
  }
8244
- export declare namespace UpdateGameSessionQueueInput {
8245
- /**
8246
- * @internal
8247
- */
8248
- const filterSensitiveLog: (obj: UpdateGameSessionQueueInput) => any;
8249
- }
8250
6864
  /**
8251
6865
  * <p>Represents the returned data in response to a request operation.</p>
8252
6866
  */
@@ -8256,12 +6870,6 @@ export interface UpdateGameSessionQueueOutput {
8256
6870
  */
8257
6871
  GameSessionQueue?: GameSessionQueue;
8258
6872
  }
8259
- export declare namespace UpdateGameSessionQueueOutput {
8260
- /**
8261
- * @internal
8262
- */
8263
- const filterSensitiveLog: (obj: UpdateGameSessionQueueOutput) => any;
8264
- }
8265
6873
  /**
8266
6874
  * <p>Represents the input for a request operation.</p>
8267
6875
  */
@@ -8363,12 +6971,6 @@ export interface UpdateMatchmakingConfigurationInput {
8363
6971
  */
8364
6972
  FlexMatchMode?: FlexMatchMode | string;
8365
6973
  }
8366
- export declare namespace UpdateMatchmakingConfigurationInput {
8367
- /**
8368
- * @internal
8369
- */
8370
- const filterSensitiveLog: (obj: UpdateMatchmakingConfigurationInput) => any;
8371
- }
8372
6974
  /**
8373
6975
  * <p>Represents the returned data in response to a request operation.</p>
8374
6976
  */
@@ -8378,12 +6980,6 @@ export interface UpdateMatchmakingConfigurationOutput {
8378
6980
  */
8379
6981
  Configuration?: MatchmakingConfiguration;
8380
6982
  }
8381
- export declare namespace UpdateMatchmakingConfigurationOutput {
8382
- /**
8383
- * @internal
8384
- */
8385
- const filterSensitiveLog: (obj: UpdateMatchmakingConfigurationOutput) => any;
8386
- }
8387
6983
  /**
8388
6984
  * <p>Represents the input for a request operation.</p>
8389
6985
  */
@@ -8401,12 +6997,6 @@ export interface UpdateRuntimeConfigurationInput {
8401
6997
  */
8402
6998
  RuntimeConfiguration: RuntimeConfiguration | undefined;
8403
6999
  }
8404
- export declare namespace UpdateRuntimeConfigurationInput {
8405
- /**
8406
- * @internal
8407
- */
8408
- const filterSensitiveLog: (obj: UpdateRuntimeConfigurationInput) => any;
8409
- }
8410
7000
  /**
8411
7001
  * <p>Represents the returned data in response to a request operation.</p>
8412
7002
  */
@@ -8417,12 +7007,6 @@ export interface UpdateRuntimeConfigurationOutput {
8417
7007
  */
8418
7008
  RuntimeConfiguration?: RuntimeConfiguration;
8419
7009
  }
8420
- export declare namespace UpdateRuntimeConfigurationOutput {
8421
- /**
8422
- * @internal
8423
- */
8424
- const filterSensitiveLog: (obj: UpdateRuntimeConfigurationOutput) => any;
8425
- }
8426
7010
  export interface UpdateScriptInput {
8427
7011
  /**
8428
7012
  * <p>A unique identifier for the Realtime script to update. You can use either the script ID or ARN value.</p>
@@ -8456,12 +7040,6 @@ export interface UpdateScriptInput {
8456
7040
  */
8457
7041
  ZipFile?: Uint8Array;
8458
7042
  }
8459
- export declare namespace UpdateScriptInput {
8460
- /**
8461
- * @internal
8462
- */
8463
- const filterSensitiveLog: (obj: UpdateScriptInput) => any;
8464
- }
8465
7043
  export interface UpdateScriptOutput {
8466
7044
  /**
8467
7045
  * <p>The newly created script record with a unique script ID. The new script's storage
@@ -8473,12 +7051,6 @@ export interface UpdateScriptOutput {
8473
7051
  */
8474
7052
  Script?: Script;
8475
7053
  }
8476
- export declare namespace UpdateScriptOutput {
8477
- /**
8478
- * @internal
8479
- */
8480
- const filterSensitiveLog: (obj: UpdateScriptOutput) => any;
8481
- }
8482
7054
  /**
8483
7055
  * <p>Represents the input for a request operation.</p>
8484
7056
  */
@@ -8488,12 +7060,6 @@ export interface ValidateMatchmakingRuleSetInput {
8488
7060
  */
8489
7061
  RuleSetBody: string | undefined;
8490
7062
  }
8491
- export declare namespace ValidateMatchmakingRuleSetInput {
8492
- /**
8493
- * @internal
8494
- */
8495
- const filterSensitiveLog: (obj: ValidateMatchmakingRuleSetInput) => any;
8496
- }
8497
7063
  /**
8498
7064
  * <p>Represents the returned data in response to a request operation.</p>
8499
7065
  */
@@ -8503,9 +7069,963 @@ export interface ValidateMatchmakingRuleSetOutput {
8503
7069
  */
8504
7070
  Valid?: boolean;
8505
7071
  }
8506
- export declare namespace ValidateMatchmakingRuleSetOutput {
8507
- /**
8508
- * @internal
8509
- */
8510
- const filterSensitiveLog: (obj: ValidateMatchmakingRuleSetOutput) => any;
8511
- }
7072
+ /**
7073
+ * @internal
7074
+ */
7075
+ export declare const AcceptMatchInputFilterSensitiveLog: (obj: AcceptMatchInput) => any;
7076
+ /**
7077
+ * @internal
7078
+ */
7079
+ export declare const AcceptMatchOutputFilterSensitiveLog: (obj: AcceptMatchOutput) => any;
7080
+ /**
7081
+ * @internal
7082
+ */
7083
+ export declare const RoutingStrategyFilterSensitiveLog: (obj: RoutingStrategy) => any;
7084
+ /**
7085
+ * @internal
7086
+ */
7087
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
7088
+ /**
7089
+ * @internal
7090
+ */
7091
+ export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
7092
+ /**
7093
+ * @internal
7094
+ */
7095
+ export declare const AwsCredentialsFilterSensitiveLog: (obj: AwsCredentials) => any;
7096
+ /**
7097
+ * @internal
7098
+ */
7099
+ export declare const BuildFilterSensitiveLog: (obj: Build) => any;
7100
+ /**
7101
+ * @internal
7102
+ */
7103
+ export declare const CertificateConfigurationFilterSensitiveLog: (obj: CertificateConfiguration) => any;
7104
+ /**
7105
+ * @internal
7106
+ */
7107
+ export declare const ClaimGameServerInputFilterSensitiveLog: (obj: ClaimGameServerInput) => any;
7108
+ /**
7109
+ * @internal
7110
+ */
7111
+ export declare const GameServerFilterSensitiveLog: (obj: GameServer) => any;
7112
+ /**
7113
+ * @internal
7114
+ */
7115
+ export declare const ClaimGameServerOutputFilterSensitiveLog: (obj: ClaimGameServerOutput) => any;
7116
+ /**
7117
+ * @internal
7118
+ */
7119
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
7120
+ /**
7121
+ * @internal
7122
+ */
7123
+ export declare const CreateAliasInputFilterSensitiveLog: (obj: CreateAliasInput) => any;
7124
+ /**
7125
+ * @internal
7126
+ */
7127
+ export declare const CreateAliasOutputFilterSensitiveLog: (obj: CreateAliasOutput) => any;
7128
+ /**
7129
+ * @internal
7130
+ */
7131
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
7132
+ /**
7133
+ * @internal
7134
+ */
7135
+ export declare const CreateBuildInputFilterSensitiveLog: (obj: CreateBuildInput) => any;
7136
+ /**
7137
+ * @internal
7138
+ */
7139
+ export declare const CreateBuildOutputFilterSensitiveLog: (obj: CreateBuildOutput) => any;
7140
+ /**
7141
+ * @internal
7142
+ */
7143
+ export declare const IpPermissionFilterSensitiveLog: (obj: IpPermission) => any;
7144
+ /**
7145
+ * @internal
7146
+ */
7147
+ export declare const LocationConfigurationFilterSensitiveLog: (obj: LocationConfiguration) => any;
7148
+ /**
7149
+ * @internal
7150
+ */
7151
+ export declare const ResourceCreationLimitPolicyFilterSensitiveLog: (obj: ResourceCreationLimitPolicy) => any;
7152
+ /**
7153
+ * @internal
7154
+ */
7155
+ export declare const ServerProcessFilterSensitiveLog: (obj: ServerProcess) => any;
7156
+ /**
7157
+ * @internal
7158
+ */
7159
+ export declare const RuntimeConfigurationFilterSensitiveLog: (obj: RuntimeConfiguration) => any;
7160
+ /**
7161
+ * @internal
7162
+ */
7163
+ export declare const CreateFleetInputFilterSensitiveLog: (obj: CreateFleetInput) => any;
7164
+ /**
7165
+ * @internal
7166
+ */
7167
+ export declare const FleetAttributesFilterSensitiveLog: (obj: FleetAttributes) => any;
7168
+ /**
7169
+ * @internal
7170
+ */
7171
+ export declare const LocationStateFilterSensitiveLog: (obj: LocationState) => any;
7172
+ /**
7173
+ * @internal
7174
+ */
7175
+ export declare const CreateFleetOutputFilterSensitiveLog: (obj: CreateFleetOutput) => any;
7176
+ /**
7177
+ * @internal
7178
+ */
7179
+ export declare const CreateFleetLocationsInputFilterSensitiveLog: (obj: CreateFleetLocationsInput) => any;
7180
+ /**
7181
+ * @internal
7182
+ */
7183
+ export declare const CreateFleetLocationsOutputFilterSensitiveLog: (obj: CreateFleetLocationsOutput) => any;
7184
+ /**
7185
+ * @internal
7186
+ */
7187
+ export declare const TargetTrackingConfigurationFilterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
7188
+ /**
7189
+ * @internal
7190
+ */
7191
+ export declare const GameServerGroupAutoScalingPolicyFilterSensitiveLog: (obj: GameServerGroupAutoScalingPolicy) => any;
7192
+ /**
7193
+ * @internal
7194
+ */
7195
+ export declare const InstanceDefinitionFilterSensitiveLog: (obj: InstanceDefinition) => any;
7196
+ /**
7197
+ * @internal
7198
+ */
7199
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
7200
+ /**
7201
+ * @internal
7202
+ */
7203
+ export declare const CreateGameServerGroupInputFilterSensitiveLog: (obj: CreateGameServerGroupInput) => any;
7204
+ /**
7205
+ * @internal
7206
+ */
7207
+ export declare const GameServerGroupFilterSensitiveLog: (obj: GameServerGroup) => any;
7208
+ /**
7209
+ * @internal
7210
+ */
7211
+ export declare const CreateGameServerGroupOutputFilterSensitiveLog: (obj: CreateGameServerGroupOutput) => any;
7212
+ /**
7213
+ * @internal
7214
+ */
7215
+ export declare const GamePropertyFilterSensitiveLog: (obj: GameProperty) => any;
7216
+ /**
7217
+ * @internal
7218
+ */
7219
+ export declare const CreateGameSessionInputFilterSensitiveLog: (obj: CreateGameSessionInput) => any;
7220
+ /**
7221
+ * @internal
7222
+ */
7223
+ export declare const GameSessionFilterSensitiveLog: (obj: GameSession) => any;
7224
+ /**
7225
+ * @internal
7226
+ */
7227
+ export declare const CreateGameSessionOutputFilterSensitiveLog: (obj: CreateGameSessionOutput) => any;
7228
+ /**
7229
+ * @internal
7230
+ */
7231
+ export declare const GameSessionQueueDestinationFilterSensitiveLog: (obj: GameSessionQueueDestination) => any;
7232
+ /**
7233
+ * @internal
7234
+ */
7235
+ export declare const FilterConfigurationFilterSensitiveLog: (obj: FilterConfiguration) => any;
7236
+ /**
7237
+ * @internal
7238
+ */
7239
+ export declare const PlayerLatencyPolicyFilterSensitiveLog: (obj: PlayerLatencyPolicy) => any;
7240
+ /**
7241
+ * @internal
7242
+ */
7243
+ export declare const PriorityConfigurationFilterSensitiveLog: (obj: PriorityConfiguration) => any;
7244
+ /**
7245
+ * @internal
7246
+ */
7247
+ export declare const CreateGameSessionQueueInputFilterSensitiveLog: (obj: CreateGameSessionQueueInput) => any;
7248
+ /**
7249
+ * @internal
7250
+ */
7251
+ export declare const GameSessionQueueFilterSensitiveLog: (obj: GameSessionQueue) => any;
7252
+ /**
7253
+ * @internal
7254
+ */
7255
+ export declare const CreateGameSessionQueueOutputFilterSensitiveLog: (obj: CreateGameSessionQueueOutput) => any;
7256
+ /**
7257
+ * @internal
7258
+ */
7259
+ export declare const CreateMatchmakingConfigurationInputFilterSensitiveLog: (obj: CreateMatchmakingConfigurationInput) => any;
7260
+ /**
7261
+ * @internal
7262
+ */
7263
+ export declare const MatchmakingConfigurationFilterSensitiveLog: (obj: MatchmakingConfiguration) => any;
7264
+ /**
7265
+ * @internal
7266
+ */
7267
+ export declare const CreateMatchmakingConfigurationOutputFilterSensitiveLog: (obj: CreateMatchmakingConfigurationOutput) => any;
7268
+ /**
7269
+ * @internal
7270
+ */
7271
+ export declare const CreateMatchmakingRuleSetInputFilterSensitiveLog: (obj: CreateMatchmakingRuleSetInput) => any;
7272
+ /**
7273
+ * @internal
7274
+ */
7275
+ export declare const MatchmakingRuleSetFilterSensitiveLog: (obj: MatchmakingRuleSet) => any;
7276
+ /**
7277
+ * @internal
7278
+ */
7279
+ export declare const CreateMatchmakingRuleSetOutputFilterSensitiveLog: (obj: CreateMatchmakingRuleSetOutput) => any;
7280
+ /**
7281
+ * @internal
7282
+ */
7283
+ export declare const CreatePlayerSessionInputFilterSensitiveLog: (obj: CreatePlayerSessionInput) => any;
7284
+ /**
7285
+ * @internal
7286
+ */
7287
+ export declare const PlayerSessionFilterSensitiveLog: (obj: PlayerSession) => any;
7288
+ /**
7289
+ * @internal
7290
+ */
7291
+ export declare const CreatePlayerSessionOutputFilterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
7292
+ /**
7293
+ * @internal
7294
+ */
7295
+ export declare const CreatePlayerSessionsInputFilterSensitiveLog: (obj: CreatePlayerSessionsInput) => any;
7296
+ /**
7297
+ * @internal
7298
+ */
7299
+ export declare const CreatePlayerSessionsOutputFilterSensitiveLog: (obj: CreatePlayerSessionsOutput) => any;
7300
+ /**
7301
+ * @internal
7302
+ */
7303
+ export declare const CreateScriptInputFilterSensitiveLog: (obj: CreateScriptInput) => any;
7304
+ /**
7305
+ * @internal
7306
+ */
7307
+ export declare const ScriptFilterSensitiveLog: (obj: Script) => any;
7308
+ /**
7309
+ * @internal
7310
+ */
7311
+ export declare const CreateScriptOutputFilterSensitiveLog: (obj: CreateScriptOutput) => any;
7312
+ /**
7313
+ * @internal
7314
+ */
7315
+ export declare const CreateVpcPeeringAuthorizationInputFilterSensitiveLog: (obj: CreateVpcPeeringAuthorizationInput) => any;
7316
+ /**
7317
+ * @internal
7318
+ */
7319
+ export declare const VpcPeeringAuthorizationFilterSensitiveLog: (obj: VpcPeeringAuthorization) => any;
7320
+ /**
7321
+ * @internal
7322
+ */
7323
+ export declare const CreateVpcPeeringAuthorizationOutputFilterSensitiveLog: (obj: CreateVpcPeeringAuthorizationOutput) => any;
7324
+ /**
7325
+ * @internal
7326
+ */
7327
+ export declare const CreateVpcPeeringConnectionInputFilterSensitiveLog: (obj: CreateVpcPeeringConnectionInput) => any;
7328
+ /**
7329
+ * @internal
7330
+ */
7331
+ export declare const CreateVpcPeeringConnectionOutputFilterSensitiveLog: (obj: CreateVpcPeeringConnectionOutput) => any;
7332
+ /**
7333
+ * @internal
7334
+ */
7335
+ export declare const DeleteAliasInputFilterSensitiveLog: (obj: DeleteAliasInput) => any;
7336
+ /**
7337
+ * @internal
7338
+ */
7339
+ export declare const DeleteBuildInputFilterSensitiveLog: (obj: DeleteBuildInput) => any;
7340
+ /**
7341
+ * @internal
7342
+ */
7343
+ export declare const DeleteFleetInputFilterSensitiveLog: (obj: DeleteFleetInput) => any;
7344
+ /**
7345
+ * @internal
7346
+ */
7347
+ export declare const DeleteFleetLocationsInputFilterSensitiveLog: (obj: DeleteFleetLocationsInput) => any;
7348
+ /**
7349
+ * @internal
7350
+ */
7351
+ export declare const DeleteFleetLocationsOutputFilterSensitiveLog: (obj: DeleteFleetLocationsOutput) => any;
7352
+ /**
7353
+ * @internal
7354
+ */
7355
+ export declare const DeleteGameServerGroupInputFilterSensitiveLog: (obj: DeleteGameServerGroupInput) => any;
7356
+ /**
7357
+ * @internal
7358
+ */
7359
+ export declare const DeleteGameServerGroupOutputFilterSensitiveLog: (obj: DeleteGameServerGroupOutput) => any;
7360
+ /**
7361
+ * @internal
7362
+ */
7363
+ export declare const DeleteGameSessionQueueInputFilterSensitiveLog: (obj: DeleteGameSessionQueueInput) => any;
7364
+ /**
7365
+ * @internal
7366
+ */
7367
+ export declare const DeleteGameSessionQueueOutputFilterSensitiveLog: (obj: DeleteGameSessionQueueOutput) => any;
7368
+ /**
7369
+ * @internal
7370
+ */
7371
+ export declare const DeleteMatchmakingConfigurationInputFilterSensitiveLog: (obj: DeleteMatchmakingConfigurationInput) => any;
7372
+ /**
7373
+ * @internal
7374
+ */
7375
+ export declare const DeleteMatchmakingConfigurationOutputFilterSensitiveLog: (obj: DeleteMatchmakingConfigurationOutput) => any;
7376
+ /**
7377
+ * @internal
7378
+ */
7379
+ export declare const DeleteMatchmakingRuleSetInputFilterSensitiveLog: (obj: DeleteMatchmakingRuleSetInput) => any;
7380
+ /**
7381
+ * @internal
7382
+ */
7383
+ export declare const DeleteMatchmakingRuleSetOutputFilterSensitiveLog: (obj: DeleteMatchmakingRuleSetOutput) => any;
7384
+ /**
7385
+ * @internal
7386
+ */
7387
+ export declare const DeleteScalingPolicyInputFilterSensitiveLog: (obj: DeleteScalingPolicyInput) => any;
7388
+ /**
7389
+ * @internal
7390
+ */
7391
+ export declare const DeleteScriptInputFilterSensitiveLog: (obj: DeleteScriptInput) => any;
7392
+ /**
7393
+ * @internal
7394
+ */
7395
+ export declare const DeleteVpcPeeringAuthorizationInputFilterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationInput) => any;
7396
+ /**
7397
+ * @internal
7398
+ */
7399
+ export declare const DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationOutput) => any;
7400
+ /**
7401
+ * @internal
7402
+ */
7403
+ export declare const DeleteVpcPeeringConnectionInputFilterSensitiveLog: (obj: DeleteVpcPeeringConnectionInput) => any;
7404
+ /**
7405
+ * @internal
7406
+ */
7407
+ export declare const DeleteVpcPeeringConnectionOutputFilterSensitiveLog: (obj: DeleteVpcPeeringConnectionOutput) => any;
7408
+ /**
7409
+ * @internal
7410
+ */
7411
+ export declare const DeregisterGameServerInputFilterSensitiveLog: (obj: DeregisterGameServerInput) => any;
7412
+ /**
7413
+ * @internal
7414
+ */
7415
+ export declare const DescribeAliasInputFilterSensitiveLog: (obj: DescribeAliasInput) => any;
7416
+ /**
7417
+ * @internal
7418
+ */
7419
+ export declare const DescribeAliasOutputFilterSensitiveLog: (obj: DescribeAliasOutput) => any;
7420
+ /**
7421
+ * @internal
7422
+ */
7423
+ export declare const DescribeBuildInputFilterSensitiveLog: (obj: DescribeBuildInput) => any;
7424
+ /**
7425
+ * @internal
7426
+ */
7427
+ export declare const DescribeBuildOutputFilterSensitiveLog: (obj: DescribeBuildOutput) => any;
7428
+ /**
7429
+ * @internal
7430
+ */
7431
+ export declare const DescribeEC2InstanceLimitsInputFilterSensitiveLog: (obj: DescribeEC2InstanceLimitsInput) => any;
7432
+ /**
7433
+ * @internal
7434
+ */
7435
+ export declare const EC2InstanceLimitFilterSensitiveLog: (obj: EC2InstanceLimit) => any;
7436
+ /**
7437
+ * @internal
7438
+ */
7439
+ export declare const DescribeEC2InstanceLimitsOutputFilterSensitiveLog: (obj: DescribeEC2InstanceLimitsOutput) => any;
7440
+ /**
7441
+ * @internal
7442
+ */
7443
+ export declare const DescribeFleetAttributesInputFilterSensitiveLog: (obj: DescribeFleetAttributesInput) => any;
7444
+ /**
7445
+ * @internal
7446
+ */
7447
+ export declare const DescribeFleetAttributesOutputFilterSensitiveLog: (obj: DescribeFleetAttributesOutput) => any;
7448
+ /**
7449
+ * @internal
7450
+ */
7451
+ export declare const DescribeFleetCapacityInputFilterSensitiveLog: (obj: DescribeFleetCapacityInput) => any;
7452
+ /**
7453
+ * @internal
7454
+ */
7455
+ export declare const EC2InstanceCountsFilterSensitiveLog: (obj: EC2InstanceCounts) => any;
7456
+ /**
7457
+ * @internal
7458
+ */
7459
+ export declare const FleetCapacityFilterSensitiveLog: (obj: FleetCapacity) => any;
7460
+ /**
7461
+ * @internal
7462
+ */
7463
+ export declare const DescribeFleetCapacityOutputFilterSensitiveLog: (obj: DescribeFleetCapacityOutput) => any;
7464
+ /**
7465
+ * @internal
7466
+ */
7467
+ export declare const DescribeFleetEventsInputFilterSensitiveLog: (obj: DescribeFleetEventsInput) => any;
7468
+ /**
7469
+ * @internal
7470
+ */
7471
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
7472
+ /**
7473
+ * @internal
7474
+ */
7475
+ export declare const DescribeFleetEventsOutputFilterSensitiveLog: (obj: DescribeFleetEventsOutput) => any;
7476
+ /**
7477
+ * @internal
7478
+ */
7479
+ export declare const DescribeFleetLocationAttributesInputFilterSensitiveLog: (obj: DescribeFleetLocationAttributesInput) => any;
7480
+ /**
7481
+ * @internal
7482
+ */
7483
+ export declare const LocationAttributesFilterSensitiveLog: (obj: LocationAttributes) => any;
7484
+ /**
7485
+ * @internal
7486
+ */
7487
+ export declare const DescribeFleetLocationAttributesOutputFilterSensitiveLog: (obj: DescribeFleetLocationAttributesOutput) => any;
7488
+ /**
7489
+ * @internal
7490
+ */
7491
+ export declare const DescribeFleetLocationCapacityInputFilterSensitiveLog: (obj: DescribeFleetLocationCapacityInput) => any;
7492
+ /**
7493
+ * @internal
7494
+ */
7495
+ export declare const DescribeFleetLocationCapacityOutputFilterSensitiveLog: (obj: DescribeFleetLocationCapacityOutput) => any;
7496
+ /**
7497
+ * @internal
7498
+ */
7499
+ export declare const DescribeFleetLocationUtilizationInputFilterSensitiveLog: (obj: DescribeFleetLocationUtilizationInput) => any;
7500
+ /**
7501
+ * @internal
7502
+ */
7503
+ export declare const FleetUtilizationFilterSensitiveLog: (obj: FleetUtilization) => any;
7504
+ /**
7505
+ * @internal
7506
+ */
7507
+ export declare const DescribeFleetLocationUtilizationOutputFilterSensitiveLog: (obj: DescribeFleetLocationUtilizationOutput) => any;
7508
+ /**
7509
+ * @internal
7510
+ */
7511
+ export declare const DescribeFleetPortSettingsInputFilterSensitiveLog: (obj: DescribeFleetPortSettingsInput) => any;
7512
+ /**
7513
+ * @internal
7514
+ */
7515
+ export declare const DescribeFleetPortSettingsOutputFilterSensitiveLog: (obj: DescribeFleetPortSettingsOutput) => any;
7516
+ /**
7517
+ * @internal
7518
+ */
7519
+ export declare const DescribeFleetUtilizationInputFilterSensitiveLog: (obj: DescribeFleetUtilizationInput) => any;
7520
+ /**
7521
+ * @internal
7522
+ */
7523
+ export declare const DescribeFleetUtilizationOutputFilterSensitiveLog: (obj: DescribeFleetUtilizationOutput) => any;
7524
+ /**
7525
+ * @internal
7526
+ */
7527
+ export declare const DescribeGameServerInputFilterSensitiveLog: (obj: DescribeGameServerInput) => any;
7528
+ /**
7529
+ * @internal
7530
+ */
7531
+ export declare const DescribeGameServerOutputFilterSensitiveLog: (obj: DescribeGameServerOutput) => any;
7532
+ /**
7533
+ * @internal
7534
+ */
7535
+ export declare const DescribeGameServerGroupInputFilterSensitiveLog: (obj: DescribeGameServerGroupInput) => any;
7536
+ /**
7537
+ * @internal
7538
+ */
7539
+ export declare const DescribeGameServerGroupOutputFilterSensitiveLog: (obj: DescribeGameServerGroupOutput) => any;
7540
+ /**
7541
+ * @internal
7542
+ */
7543
+ export declare const DescribeGameServerInstancesInputFilterSensitiveLog: (obj: DescribeGameServerInstancesInput) => any;
7544
+ /**
7545
+ * @internal
7546
+ */
7547
+ export declare const GameServerInstanceFilterSensitiveLog: (obj: GameServerInstance) => any;
7548
+ /**
7549
+ * @internal
7550
+ */
7551
+ export declare const DescribeGameServerInstancesOutputFilterSensitiveLog: (obj: DescribeGameServerInstancesOutput) => any;
7552
+ /**
7553
+ * @internal
7554
+ */
7555
+ export declare const DescribeGameSessionDetailsInputFilterSensitiveLog: (obj: DescribeGameSessionDetailsInput) => any;
7556
+ /**
7557
+ * @internal
7558
+ */
7559
+ export declare const GameSessionDetailFilterSensitiveLog: (obj: GameSessionDetail) => any;
7560
+ /**
7561
+ * @internal
7562
+ */
7563
+ export declare const DescribeGameSessionDetailsOutputFilterSensitiveLog: (obj: DescribeGameSessionDetailsOutput) => any;
7564
+ /**
7565
+ * @internal
7566
+ */
7567
+ export declare const DescribeGameSessionPlacementInputFilterSensitiveLog: (obj: DescribeGameSessionPlacementInput) => any;
7568
+ /**
7569
+ * @internal
7570
+ */
7571
+ export declare const PlacedPlayerSessionFilterSensitiveLog: (obj: PlacedPlayerSession) => any;
7572
+ /**
7573
+ * @internal
7574
+ */
7575
+ export declare const PlayerLatencyFilterSensitiveLog: (obj: PlayerLatency) => any;
7576
+ /**
7577
+ * @internal
7578
+ */
7579
+ export declare const GameSessionPlacementFilterSensitiveLog: (obj: GameSessionPlacement) => any;
7580
+ /**
7581
+ * @internal
7582
+ */
7583
+ export declare const DescribeGameSessionPlacementOutputFilterSensitiveLog: (obj: DescribeGameSessionPlacementOutput) => any;
7584
+ /**
7585
+ * @internal
7586
+ */
7587
+ export declare const DescribeGameSessionQueuesInputFilterSensitiveLog: (obj: DescribeGameSessionQueuesInput) => any;
7588
+ /**
7589
+ * @internal
7590
+ */
7591
+ export declare const DescribeGameSessionQueuesOutputFilterSensitiveLog: (obj: DescribeGameSessionQueuesOutput) => any;
7592
+ /**
7593
+ * @internal
7594
+ */
7595
+ export declare const DescribeGameSessionsInputFilterSensitiveLog: (obj: DescribeGameSessionsInput) => any;
7596
+ /**
7597
+ * @internal
7598
+ */
7599
+ export declare const DescribeGameSessionsOutputFilterSensitiveLog: (obj: DescribeGameSessionsOutput) => any;
7600
+ /**
7601
+ * @internal
7602
+ */
7603
+ export declare const DescribeInstancesInputFilterSensitiveLog: (obj: DescribeInstancesInput) => any;
7604
+ /**
7605
+ * @internal
7606
+ */
7607
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
7608
+ /**
7609
+ * @internal
7610
+ */
7611
+ export declare const DescribeInstancesOutputFilterSensitiveLog: (obj: DescribeInstancesOutput) => any;
7612
+ /**
7613
+ * @internal
7614
+ */
7615
+ export declare const DescribeMatchmakingInputFilterSensitiveLog: (obj: DescribeMatchmakingInput) => any;
7616
+ /**
7617
+ * @internal
7618
+ */
7619
+ export declare const MatchedPlayerSessionFilterSensitiveLog: (obj: MatchedPlayerSession) => any;
7620
+ /**
7621
+ * @internal
7622
+ */
7623
+ export declare const GameSessionConnectionInfoFilterSensitiveLog: (obj: GameSessionConnectionInfo) => any;
7624
+ /**
7625
+ * @internal
7626
+ */
7627
+ export declare const PlayerFilterSensitiveLog: (obj: Player) => any;
7628
+ /**
7629
+ * @internal
7630
+ */
7631
+ export declare const MatchmakingTicketFilterSensitiveLog: (obj: MatchmakingTicket) => any;
7632
+ /**
7633
+ * @internal
7634
+ */
7635
+ export declare const DescribeMatchmakingOutputFilterSensitiveLog: (obj: DescribeMatchmakingOutput) => any;
7636
+ /**
7637
+ * @internal
7638
+ */
7639
+ export declare const DescribeMatchmakingConfigurationsInputFilterSensitiveLog: (obj: DescribeMatchmakingConfigurationsInput) => any;
7640
+ /**
7641
+ * @internal
7642
+ */
7643
+ export declare const DescribeMatchmakingConfigurationsOutputFilterSensitiveLog: (obj: DescribeMatchmakingConfigurationsOutput) => any;
7644
+ /**
7645
+ * @internal
7646
+ */
7647
+ export declare const DescribeMatchmakingRuleSetsInputFilterSensitiveLog: (obj: DescribeMatchmakingRuleSetsInput) => any;
7648
+ /**
7649
+ * @internal
7650
+ */
7651
+ export declare const DescribeMatchmakingRuleSetsOutputFilterSensitiveLog: (obj: DescribeMatchmakingRuleSetsOutput) => any;
7652
+ /**
7653
+ * @internal
7654
+ */
7655
+ export declare const DescribePlayerSessionsInputFilterSensitiveLog: (obj: DescribePlayerSessionsInput) => any;
7656
+ /**
7657
+ * @internal
7658
+ */
7659
+ export declare const DescribePlayerSessionsOutputFilterSensitiveLog: (obj: DescribePlayerSessionsOutput) => any;
7660
+ /**
7661
+ * @internal
7662
+ */
7663
+ export declare const DescribeRuntimeConfigurationInputFilterSensitiveLog: (obj: DescribeRuntimeConfigurationInput) => any;
7664
+ /**
7665
+ * @internal
7666
+ */
7667
+ export declare const DescribeRuntimeConfigurationOutputFilterSensitiveLog: (obj: DescribeRuntimeConfigurationOutput) => any;
7668
+ /**
7669
+ * @internal
7670
+ */
7671
+ export declare const DescribeScalingPoliciesInputFilterSensitiveLog: (obj: DescribeScalingPoliciesInput) => any;
7672
+ /**
7673
+ * @internal
7674
+ */
7675
+ export declare const TargetConfigurationFilterSensitiveLog: (obj: TargetConfiguration) => any;
7676
+ /**
7677
+ * @internal
7678
+ */
7679
+ export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
7680
+ /**
7681
+ * @internal
7682
+ */
7683
+ export declare const DescribeScalingPoliciesOutputFilterSensitiveLog: (obj: DescribeScalingPoliciesOutput) => any;
7684
+ /**
7685
+ * @internal
7686
+ */
7687
+ export declare const DescribeScriptInputFilterSensitiveLog: (obj: DescribeScriptInput) => any;
7688
+ /**
7689
+ * @internal
7690
+ */
7691
+ export declare const DescribeScriptOutputFilterSensitiveLog: (obj: DescribeScriptOutput) => any;
7692
+ /**
7693
+ * @internal
7694
+ */
7695
+ export declare const DescribeVpcPeeringAuthorizationsInputFilterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsInput) => any;
7696
+ /**
7697
+ * @internal
7698
+ */
7699
+ export declare const DescribeVpcPeeringAuthorizationsOutputFilterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsOutput) => any;
7700
+ /**
7701
+ * @internal
7702
+ */
7703
+ export declare const DescribeVpcPeeringConnectionsInputFilterSensitiveLog: (obj: DescribeVpcPeeringConnectionsInput) => any;
7704
+ /**
7705
+ * @internal
7706
+ */
7707
+ export declare const VpcPeeringConnectionStatusFilterSensitiveLog: (obj: VpcPeeringConnectionStatus) => any;
7708
+ /**
7709
+ * @internal
7710
+ */
7711
+ export declare const VpcPeeringConnectionFilterSensitiveLog: (obj: VpcPeeringConnection) => any;
7712
+ /**
7713
+ * @internal
7714
+ */
7715
+ export declare const DescribeVpcPeeringConnectionsOutputFilterSensitiveLog: (obj: DescribeVpcPeeringConnectionsOutput) => any;
7716
+ /**
7717
+ * @internal
7718
+ */
7719
+ export declare const DesiredPlayerSessionFilterSensitiveLog: (obj: DesiredPlayerSession) => any;
7720
+ /**
7721
+ * @internal
7722
+ */
7723
+ export declare const GetGameSessionLogUrlInputFilterSensitiveLog: (obj: GetGameSessionLogUrlInput) => any;
7724
+ /**
7725
+ * @internal
7726
+ */
7727
+ export declare const GetGameSessionLogUrlOutputFilterSensitiveLog: (obj: GetGameSessionLogUrlOutput) => any;
7728
+ /**
7729
+ * @internal
7730
+ */
7731
+ export declare const GetInstanceAccessInputFilterSensitiveLog: (obj: GetInstanceAccessInput) => any;
7732
+ /**
7733
+ * @internal
7734
+ */
7735
+ export declare const InstanceCredentialsFilterSensitiveLog: (obj: InstanceCredentials) => any;
7736
+ /**
7737
+ * @internal
7738
+ */
7739
+ export declare const InstanceAccessFilterSensitiveLog: (obj: InstanceAccess) => any;
7740
+ /**
7741
+ * @internal
7742
+ */
7743
+ export declare const GetInstanceAccessOutputFilterSensitiveLog: (obj: GetInstanceAccessOutput) => any;
7744
+ /**
7745
+ * @internal
7746
+ */
7747
+ export declare const ListAliasesInputFilterSensitiveLog: (obj: ListAliasesInput) => any;
7748
+ /**
7749
+ * @internal
7750
+ */
7751
+ export declare const ListAliasesOutputFilterSensitiveLog: (obj: ListAliasesOutput) => any;
7752
+ /**
7753
+ * @internal
7754
+ */
7755
+ export declare const ListBuildsInputFilterSensitiveLog: (obj: ListBuildsInput) => any;
7756
+ /**
7757
+ * @internal
7758
+ */
7759
+ export declare const ListBuildsOutputFilterSensitiveLog: (obj: ListBuildsOutput) => any;
7760
+ /**
7761
+ * @internal
7762
+ */
7763
+ export declare const ListFleetsInputFilterSensitiveLog: (obj: ListFleetsInput) => any;
7764
+ /**
7765
+ * @internal
7766
+ */
7767
+ export declare const ListFleetsOutputFilterSensitiveLog: (obj: ListFleetsOutput) => any;
7768
+ /**
7769
+ * @internal
7770
+ */
7771
+ export declare const ListGameServerGroupsInputFilterSensitiveLog: (obj: ListGameServerGroupsInput) => any;
7772
+ /**
7773
+ * @internal
7774
+ */
7775
+ export declare const ListGameServerGroupsOutputFilterSensitiveLog: (obj: ListGameServerGroupsOutput) => any;
7776
+ /**
7777
+ * @internal
7778
+ */
7779
+ export declare const ListGameServersInputFilterSensitiveLog: (obj: ListGameServersInput) => any;
7780
+ /**
7781
+ * @internal
7782
+ */
7783
+ export declare const ListGameServersOutputFilterSensitiveLog: (obj: ListGameServersOutput) => any;
7784
+ /**
7785
+ * @internal
7786
+ */
7787
+ export declare const ListScriptsInputFilterSensitiveLog: (obj: ListScriptsInput) => any;
7788
+ /**
7789
+ * @internal
7790
+ */
7791
+ export declare const ListScriptsOutputFilterSensitiveLog: (obj: ListScriptsOutput) => any;
7792
+ /**
7793
+ * @internal
7794
+ */
7795
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
7796
+ /**
7797
+ * @internal
7798
+ */
7799
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
7800
+ /**
7801
+ * @internal
7802
+ */
7803
+ export declare const PutScalingPolicyInputFilterSensitiveLog: (obj: PutScalingPolicyInput) => any;
7804
+ /**
7805
+ * @internal
7806
+ */
7807
+ export declare const PutScalingPolicyOutputFilterSensitiveLog: (obj: PutScalingPolicyOutput) => any;
7808
+ /**
7809
+ * @internal
7810
+ */
7811
+ export declare const RegisterGameServerInputFilterSensitiveLog: (obj: RegisterGameServerInput) => any;
7812
+ /**
7813
+ * @internal
7814
+ */
7815
+ export declare const RegisterGameServerOutputFilterSensitiveLog: (obj: RegisterGameServerOutput) => any;
7816
+ /**
7817
+ * @internal
7818
+ */
7819
+ export declare const RequestUploadCredentialsInputFilterSensitiveLog: (obj: RequestUploadCredentialsInput) => any;
7820
+ /**
7821
+ * @internal
7822
+ */
7823
+ export declare const RequestUploadCredentialsOutputFilterSensitiveLog: (obj: RequestUploadCredentialsOutput) => any;
7824
+ /**
7825
+ * @internal
7826
+ */
7827
+ export declare const ResolveAliasInputFilterSensitiveLog: (obj: ResolveAliasInput) => any;
7828
+ /**
7829
+ * @internal
7830
+ */
7831
+ export declare const ResolveAliasOutputFilterSensitiveLog: (obj: ResolveAliasOutput) => any;
7832
+ /**
7833
+ * @internal
7834
+ */
7835
+ export declare const ResumeGameServerGroupInputFilterSensitiveLog: (obj: ResumeGameServerGroupInput) => any;
7836
+ /**
7837
+ * @internal
7838
+ */
7839
+ export declare const ResumeGameServerGroupOutputFilterSensitiveLog: (obj: ResumeGameServerGroupOutput) => any;
7840
+ /**
7841
+ * @internal
7842
+ */
7843
+ export declare const SearchGameSessionsInputFilterSensitiveLog: (obj: SearchGameSessionsInput) => any;
7844
+ /**
7845
+ * @internal
7846
+ */
7847
+ export declare const SearchGameSessionsOutputFilterSensitiveLog: (obj: SearchGameSessionsOutput) => any;
7848
+ /**
7849
+ * @internal
7850
+ */
7851
+ export declare const StartFleetActionsInputFilterSensitiveLog: (obj: StartFleetActionsInput) => any;
7852
+ /**
7853
+ * @internal
7854
+ */
7855
+ export declare const StartFleetActionsOutputFilterSensitiveLog: (obj: StartFleetActionsOutput) => any;
7856
+ /**
7857
+ * @internal
7858
+ */
7859
+ export declare const StartGameSessionPlacementInputFilterSensitiveLog: (obj: StartGameSessionPlacementInput) => any;
7860
+ /**
7861
+ * @internal
7862
+ */
7863
+ export declare const StartGameSessionPlacementOutputFilterSensitiveLog: (obj: StartGameSessionPlacementOutput) => any;
7864
+ /**
7865
+ * @internal
7866
+ */
7867
+ export declare const StartMatchBackfillInputFilterSensitiveLog: (obj: StartMatchBackfillInput) => any;
7868
+ /**
7869
+ * @internal
7870
+ */
7871
+ export declare const StartMatchBackfillOutputFilterSensitiveLog: (obj: StartMatchBackfillOutput) => any;
7872
+ /**
7873
+ * @internal
7874
+ */
7875
+ export declare const StartMatchmakingInputFilterSensitiveLog: (obj: StartMatchmakingInput) => any;
7876
+ /**
7877
+ * @internal
7878
+ */
7879
+ export declare const StartMatchmakingOutputFilterSensitiveLog: (obj: StartMatchmakingOutput) => any;
7880
+ /**
7881
+ * @internal
7882
+ */
7883
+ export declare const StopFleetActionsInputFilterSensitiveLog: (obj: StopFleetActionsInput) => any;
7884
+ /**
7885
+ * @internal
7886
+ */
7887
+ export declare const StopFleetActionsOutputFilterSensitiveLog: (obj: StopFleetActionsOutput) => any;
7888
+ /**
7889
+ * @internal
7890
+ */
7891
+ export declare const StopGameSessionPlacementInputFilterSensitiveLog: (obj: StopGameSessionPlacementInput) => any;
7892
+ /**
7893
+ * @internal
7894
+ */
7895
+ export declare const StopGameSessionPlacementOutputFilterSensitiveLog: (obj: StopGameSessionPlacementOutput) => any;
7896
+ /**
7897
+ * @internal
7898
+ */
7899
+ export declare const StopMatchmakingInputFilterSensitiveLog: (obj: StopMatchmakingInput) => any;
7900
+ /**
7901
+ * @internal
7902
+ */
7903
+ export declare const StopMatchmakingOutputFilterSensitiveLog: (obj: StopMatchmakingOutput) => any;
7904
+ /**
7905
+ * @internal
7906
+ */
7907
+ export declare const SuspendGameServerGroupInputFilterSensitiveLog: (obj: SuspendGameServerGroupInput) => any;
7908
+ /**
7909
+ * @internal
7910
+ */
7911
+ export declare const SuspendGameServerGroupOutputFilterSensitiveLog: (obj: SuspendGameServerGroupOutput) => any;
7912
+ /**
7913
+ * @internal
7914
+ */
7915
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
7916
+ /**
7917
+ * @internal
7918
+ */
7919
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
7920
+ /**
7921
+ * @internal
7922
+ */
7923
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
7924
+ /**
7925
+ * @internal
7926
+ */
7927
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
7928
+ /**
7929
+ * @internal
7930
+ */
7931
+ export declare const UpdateAliasInputFilterSensitiveLog: (obj: UpdateAliasInput) => any;
7932
+ /**
7933
+ * @internal
7934
+ */
7935
+ export declare const UpdateAliasOutputFilterSensitiveLog: (obj: UpdateAliasOutput) => any;
7936
+ /**
7937
+ * @internal
7938
+ */
7939
+ export declare const UpdateBuildInputFilterSensitiveLog: (obj: UpdateBuildInput) => any;
7940
+ /**
7941
+ * @internal
7942
+ */
7943
+ export declare const UpdateBuildOutputFilterSensitiveLog: (obj: UpdateBuildOutput) => any;
7944
+ /**
7945
+ * @internal
7946
+ */
7947
+ export declare const UpdateFleetAttributesInputFilterSensitiveLog: (obj: UpdateFleetAttributesInput) => any;
7948
+ /**
7949
+ * @internal
7950
+ */
7951
+ export declare const UpdateFleetAttributesOutputFilterSensitiveLog: (obj: UpdateFleetAttributesOutput) => any;
7952
+ /**
7953
+ * @internal
7954
+ */
7955
+ export declare const UpdateFleetCapacityInputFilterSensitiveLog: (obj: UpdateFleetCapacityInput) => any;
7956
+ /**
7957
+ * @internal
7958
+ */
7959
+ export declare const UpdateFleetCapacityOutputFilterSensitiveLog: (obj: UpdateFleetCapacityOutput) => any;
7960
+ /**
7961
+ * @internal
7962
+ */
7963
+ export declare const UpdateFleetPortSettingsInputFilterSensitiveLog: (obj: UpdateFleetPortSettingsInput) => any;
7964
+ /**
7965
+ * @internal
7966
+ */
7967
+ export declare const UpdateFleetPortSettingsOutputFilterSensitiveLog: (obj: UpdateFleetPortSettingsOutput) => any;
7968
+ /**
7969
+ * @internal
7970
+ */
7971
+ export declare const UpdateGameServerInputFilterSensitiveLog: (obj: UpdateGameServerInput) => any;
7972
+ /**
7973
+ * @internal
7974
+ */
7975
+ export declare const UpdateGameServerOutputFilterSensitiveLog: (obj: UpdateGameServerOutput) => any;
7976
+ /**
7977
+ * @internal
7978
+ */
7979
+ export declare const UpdateGameServerGroupInputFilterSensitiveLog: (obj: UpdateGameServerGroupInput) => any;
7980
+ /**
7981
+ * @internal
7982
+ */
7983
+ export declare const UpdateGameServerGroupOutputFilterSensitiveLog: (obj: UpdateGameServerGroupOutput) => any;
7984
+ /**
7985
+ * @internal
7986
+ */
7987
+ export declare const UpdateGameSessionInputFilterSensitiveLog: (obj: UpdateGameSessionInput) => any;
7988
+ /**
7989
+ * @internal
7990
+ */
7991
+ export declare const UpdateGameSessionOutputFilterSensitiveLog: (obj: UpdateGameSessionOutput) => any;
7992
+ /**
7993
+ * @internal
7994
+ */
7995
+ export declare const UpdateGameSessionQueueInputFilterSensitiveLog: (obj: UpdateGameSessionQueueInput) => any;
7996
+ /**
7997
+ * @internal
7998
+ */
7999
+ export declare const UpdateGameSessionQueueOutputFilterSensitiveLog: (obj: UpdateGameSessionQueueOutput) => any;
8000
+ /**
8001
+ * @internal
8002
+ */
8003
+ export declare const UpdateMatchmakingConfigurationInputFilterSensitiveLog: (obj: UpdateMatchmakingConfigurationInput) => any;
8004
+ /**
8005
+ * @internal
8006
+ */
8007
+ export declare const UpdateMatchmakingConfigurationOutputFilterSensitiveLog: (obj: UpdateMatchmakingConfigurationOutput) => any;
8008
+ /**
8009
+ * @internal
8010
+ */
8011
+ export declare const UpdateRuntimeConfigurationInputFilterSensitiveLog: (obj: UpdateRuntimeConfigurationInput) => any;
8012
+ /**
8013
+ * @internal
8014
+ */
8015
+ export declare const UpdateRuntimeConfigurationOutputFilterSensitiveLog: (obj: UpdateRuntimeConfigurationOutput) => any;
8016
+ /**
8017
+ * @internal
8018
+ */
8019
+ export declare const UpdateScriptInputFilterSensitiveLog: (obj: UpdateScriptInput) => any;
8020
+ /**
8021
+ * @internal
8022
+ */
8023
+ export declare const UpdateScriptOutputFilterSensitiveLog: (obj: UpdateScriptOutput) => any;
8024
+ /**
8025
+ * @internal
8026
+ */
8027
+ export declare const ValidateMatchmakingRuleSetInputFilterSensitiveLog: (obj: ValidateMatchmakingRuleSetInput) => any;
8028
+ /**
8029
+ * @internal
8030
+ */
8031
+ export declare const ValidateMatchmakingRuleSetOutputFilterSensitiveLog: (obj: ValidateMatchmakingRuleSetOutput) => any;