@aws-sdk/client-gamelift 3.994.0 → 3.996.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/index.js +17 -18
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -2694,18 +2694,9 @@ const GameServerHealthCheck = {
|
|
|
2694
2694
|
HEALTHY: "HEALTHY",
|
|
2695
2695
|
};
|
|
2696
2696
|
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
});
|
|
2701
|
-
Object.defineProperty(exports, "__Client", {
|
|
2702
|
-
enumerable: true,
|
|
2703
|
-
get: function () { return smithyClient.Client; }
|
|
2704
|
-
});
|
|
2705
|
-
Object.defineProperty(exports, "GameLiftServiceException", {
|
|
2706
|
-
enumerable: true,
|
|
2707
|
-
get: function () { return GameLiftServiceException.GameLiftServiceException; }
|
|
2708
|
-
});
|
|
2697
|
+
exports.$Command = smithyClient.Command;
|
|
2698
|
+
exports.__Client = smithyClient.Client;
|
|
2699
|
+
exports.GameLiftServiceException = GameLiftServiceException.GameLiftServiceException;
|
|
2709
2700
|
exports.AcceptMatchCommand = AcceptMatchCommand;
|
|
2710
2701
|
exports.AcceptanceType = AcceptanceType;
|
|
2711
2702
|
exports.BackfillMode = BackfillMode;
|
|
@@ -2914,15 +2905,23 @@ exports.paginateListGameServers = paginateListGameServers;
|
|
|
2914
2905
|
exports.paginateListLocations = paginateListLocations;
|
|
2915
2906
|
exports.paginateListScripts = paginateListScripts;
|
|
2916
2907
|
exports.paginateSearchGameSessions = paginateSearchGameSessions;
|
|
2917
|
-
Object.
|
|
2918
|
-
|
|
2908
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
2909
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
2910
|
+
Object.defineProperty(exports, '__proto__', {
|
|
2919
2911
|
enumerable: true,
|
|
2920
|
-
|
|
2912
|
+
value: schemas_0['__proto__']
|
|
2921
2913
|
});
|
|
2914
|
+
|
|
2915
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
2916
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
2922
2917
|
});
|
|
2923
|
-
Object.
|
|
2924
|
-
|
|
2918
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
2919
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
2920
|
+
Object.defineProperty(exports, '__proto__', {
|
|
2925
2921
|
enumerable: true,
|
|
2926
|
-
|
|
2922
|
+
value: errors['__proto__']
|
|
2927
2923
|
});
|
|
2924
|
+
|
|
2925
|
+
Object.keys(errors).forEach(function (k) {
|
|
2926
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
2928
2927
|
});
|
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.996.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",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.12",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.11",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.12",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.996.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.11",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
38
|
"@smithy/core": "^3.23.2",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|