@aws-sdk/client-gamelift 3.1022.0 → 3.1023.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.
- package/dist-cjs/schemas/schemas_0.js +2 -2
- package/dist-es/schemas/schemas_0.js +2 -2
- package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +1 -0
- package/dist-types/commands/TerminateGameSessionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1811,8 +1811,8 @@ exports.GameServerInstance$ = [3, n0, _GSIame,
|
|
|
1811
1811
|
];
|
|
1812
1812
|
exports.GameSession$ = [3, n0, _GSa,
|
|
1813
1813
|
0,
|
|
1814
|
-
[_GSIa, _N, _FI, _FA, _CT, _TT, _CPSC, _MPSC, _St, _SR, _GP, _IA, _DN, _Po, _PSCP, _CIr, _GSDa, _MD, _L, _PGS],
|
|
1815
|
-
[0, 0, 0, 0, 4, 4, 1, 1, 0, 0, () => GamePropertyList, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0, 0, 0, 0, 0, 0]
|
|
1814
|
+
[_GSIa, _N, _FI, _FA, _CT, _TT, _CPSC, _MPSC, _St, _SR, _GP, _IA, _DN, _Po, _PSCP, _CIr, _GSDa, _MD, _L, _CN, _PGS],
|
|
1815
|
+
[0, 0, 0, 0, 4, 4, 1, 1, 0, 0, () => GamePropertyList, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0, 0, 0, 0, 0, 0, 0]
|
|
1816
1816
|
];
|
|
1817
1817
|
exports.GameSessionConnectionInfo$ = [3, n0, _GSCI,
|
|
1818
1818
|
0,
|
|
@@ -1799,8 +1799,8 @@ export var GameServerInstance$ = [3, n0, _GSIame,
|
|
|
1799
1799
|
];
|
|
1800
1800
|
export var GameSession$ = [3, n0, _GSa,
|
|
1801
1801
|
0,
|
|
1802
|
-
[_GSIa, _N, _FI, _FA, _CT, _TT, _CPSC, _MPSC, _St, _SR, _GP, _IA, _DN, _Po, _PSCP, _CIr, _GSDa, _MD, _L, _PGS],
|
|
1803
|
-
[0, 0, 0, 0, 4, 4, 1, 1, 0, 0, () => GamePropertyList, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0, 0, 0, 0, 0, 0]
|
|
1802
|
+
[_GSIa, _N, _FI, _FA, _CT, _TT, _CPSC, _MPSC, _St, _SR, _GP, _IA, _DN, _Po, _PSCP, _CIr, _GSDa, _MD, _L, _CN, _PGS],
|
|
1803
|
+
[0, 0, 0, 0, 4, 4, 1, 1, 0, 0, () => GamePropertyList, [() => IpAddress, 0], 0, [() => PortNumber, 0], 0, 0, 0, 0, 0, 0, 0]
|
|
1804
1804
|
];
|
|
1805
1805
|
export var GameSessionConnectionInfo$ = [3, n0, _GSCI,
|
|
1806
1806
|
0,
|
|
@@ -126,6 +126,7 @@ declare const CreateGameSessionCommand_base: {
|
|
|
126
126
|
* // GameSessionData: "STRING_VALUE",
|
|
127
127
|
* // MatchmakerData: "STRING_VALUE",
|
|
128
128
|
* // Location: "STRING_VALUE",
|
|
129
|
+
* // ComputeName: "STRING_VALUE",
|
|
129
130
|
* // PlayerGatewayStatus: "DISABLED" || "ENABLED",
|
|
130
131
|
* // },
|
|
131
132
|
* // };
|
|
@@ -111,6 +111,7 @@ declare const DescribeGameSessionDetailsCommand_base: {
|
|
|
111
111
|
* // GameSessionData: "STRING_VALUE",
|
|
112
112
|
* // MatchmakerData: "STRING_VALUE",
|
|
113
113
|
* // Location: "STRING_VALUE",
|
|
114
|
+
* // ComputeName: "STRING_VALUE",
|
|
114
115
|
* // PlayerGatewayStatus: "DISABLED" || "ENABLED",
|
|
115
116
|
* // },
|
|
116
117
|
* // ProtectionPolicy: "NoProtection" || "FullProtection",
|
|
@@ -117,6 +117,7 @@ declare const DescribeGameSessionsCommand_base: {
|
|
|
117
117
|
* // GameSessionData: "STRING_VALUE",
|
|
118
118
|
* // MatchmakerData: "STRING_VALUE",
|
|
119
119
|
* // Location: "STRING_VALUE",
|
|
120
|
+
* // ComputeName: "STRING_VALUE",
|
|
120
121
|
* // PlayerGatewayStatus: "DISABLED" || "ENABLED",
|
|
121
122
|
* // },
|
|
122
123
|
* // ],
|
|
@@ -167,6 +167,7 @@ declare const SearchGameSessionsCommand_base: {
|
|
|
167
167
|
* // GameSessionData: "STRING_VALUE",
|
|
168
168
|
* // MatchmakerData: "STRING_VALUE",
|
|
169
169
|
* // Location: "STRING_VALUE",
|
|
170
|
+
* // ComputeName: "STRING_VALUE",
|
|
170
171
|
* // PlayerGatewayStatus: "DISABLED" || "ENABLED",
|
|
171
172
|
* // },
|
|
172
173
|
* // ],
|
|
@@ -118,6 +118,7 @@ declare const TerminateGameSessionCommand_base: {
|
|
|
118
118
|
* // GameSessionData: "STRING_VALUE",
|
|
119
119
|
* // MatchmakerData: "STRING_VALUE",
|
|
120
120
|
* // Location: "STRING_VALUE",
|
|
121
|
+
* // ComputeName: "STRING_VALUE",
|
|
121
122
|
* // PlayerGatewayStatus: "DISABLED" || "ENABLED",
|
|
122
123
|
* // },
|
|
123
124
|
* // };
|
|
@@ -85,6 +85,7 @@ declare const UpdateGameSessionCommand_base: {
|
|
|
85
85
|
* // GameSessionData: "STRING_VALUE",
|
|
86
86
|
* // MatchmakerData: "STRING_VALUE",
|
|
87
87
|
* // Location: "STRING_VALUE",
|
|
88
|
+
* // ComputeName: "STRING_VALUE",
|
|
88
89
|
* // PlayerGatewayStatus: "DISABLED" || "ENABLED",
|
|
89
90
|
* // },
|
|
90
91
|
* // };
|
|
@@ -3796,6 +3796,11 @@ export interface GameSession {
|
|
|
3796
3796
|
* @public
|
|
3797
3797
|
*/
|
|
3798
3798
|
Location?: string | undefined;
|
|
3799
|
+
/**
|
|
3800
|
+
* <p>A descriptive label for the compute resource. The compute resource that is hosting the game session. For EC2 fleets, this is the EC2 instance ID. For Container fleets, each game server container group on a fleet instance is assigned a compute name. For Anywhere fleets, this is the custom compute name.</p>
|
|
3801
|
+
* @public
|
|
3802
|
+
*/
|
|
3803
|
+
ComputeName?: string | undefined;
|
|
3799
3804
|
/**
|
|
3800
3805
|
* <p>Indicates whether player gateway is available for use for this game session. Note, even if a fleet has PlayerGatewayMode configured as <code>ENABLED</code>, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see <a href="https://docs.aws.amazon.com/gameliftservers/latest/developerguide/gamelift-regions.html">Amazon GameLift Servers service locations</a>.</p>
|
|
3801
3806
|
* <p>Possible values include:</p>
|
|
@@ -547,6 +547,7 @@ export interface GameSession {
|
|
|
547
547
|
GameSessionData?: string | undefined;
|
|
548
548
|
MatchmakerData?: string | undefined;
|
|
549
549
|
Location?: string | undefined;
|
|
550
|
+
ComputeName?: string | undefined;
|
|
550
551
|
PlayerGatewayStatus?: PlayerGatewayStatus | undefined;
|
|
551
552
|
}
|
|
552
553
|
export interface CreateGameSessionOutput {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-gamelift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1023.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-gamelift",
|