@aws-sdk/client-gamelift 3.301.0 → 3.303.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.
@@ -14,10 +14,15 @@ export interface UpdateFleetPortSettingsOutput {
14
14
  }
15
15
  /**
16
16
  * @public
17
+ * @enum
17
18
  */
18
- export declare enum GameServerHealthCheck {
19
- HEALTHY = "HEALTHY"
20
- }
19
+ export declare const GameServerHealthCheck: {
20
+ readonly HEALTHY: "HEALTHY";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type GameServerHealthCheck = (typeof GameServerHealthCheck)[keyof typeof GameServerHealthCheck];
21
26
  /**
22
27
  * @public
23
28
  */