@aws-sdk/client-gameliftstreams 3.893.0 → 3.894.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 +2158 -11
- package/package.json +6 -6
- package/dist-cjs/GameLiftStreams.js +0 -59
- package/dist-cjs/GameLiftStreamsClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AddStreamGroupLocationsCommand.js +0 -26
- package/dist-cjs/commands/AssociateApplicationsCommand.js +0 -26
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -26
- package/dist-cjs/commands/CreateStreamGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateStreamSessionConnectionCommand.js +0 -27
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -26
- package/dist-cjs/commands/DeleteStreamGroupCommand.js +0 -26
- package/dist-cjs/commands/DisassociateApplicationsCommand.js +0 -26
- package/dist-cjs/commands/ExportStreamSessionFilesCommand.js +0 -26
- package/dist-cjs/commands/GetApplicationCommand.js +0 -26
- package/dist-cjs/commands/GetStreamGroupCommand.js +0 -26
- package/dist-cjs/commands/GetStreamSessionCommand.js +0 -27
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -26
- package/dist-cjs/commands/ListStreamGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListStreamSessionsByAccountCommand.js +0 -26
- package/dist-cjs/commands/ListStreamSessionsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/RemoveStreamGroupLocationsCommand.js +0 -26
- package/dist-cjs/commands/StartStreamSessionCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/TerminateStreamSessionCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -26
- package/dist-cjs/commands/UpdateStreamGroupCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -27
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/GameLiftStreamsServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -211
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListStreamGroupsPaginator.js +0 -7
- package/dist-cjs/pagination/ListStreamSessionsByAccountPaginator.js +0 -7
- package/dist-cjs/pagination/ListStreamSessionsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -8
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1006
- package/dist-cjs/runtimeExtensions.js +0 -13
- package/dist-cjs/waiters/index.js +0 -8
- package/dist-cjs/waiters/waitForApplicationDeleted.js +0 -30
- package/dist-cjs/waiters/waitForApplicationReady.js +0 -45
- package/dist-cjs/waiters/waitForStreamGroupActive.js +0 -63
- package/dist-cjs/waiters/waitForStreamGroupDeleted.js +0 -30
- package/dist-cjs/waiters/waitForStreamSessionActive.js +0 -45
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "ListTagsForResource", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "ListTagsForResourceCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveStreamGroupLocationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class RemoveStreamGroupLocationsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "RemoveStreamGroupLocations", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "RemoveStreamGroupLocationsCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_RemoveStreamGroupLocationsCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_RemoveStreamGroupLocationsCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.RemoveStreamGroupLocationsCommand = RemoveStreamGroupLocationsCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartStreamSessionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class StartStreamSessionCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("GameLiftStreams", "StartStreamSession", {})
|
|
21
|
-
.n("GameLiftStreamsClient", "StartStreamSessionCommand")
|
|
22
|
-
.f(models_0_1.StartStreamSessionInputFilterSensitiveLog, models_0_1.StartStreamSessionOutputFilterSensitiveLog)
|
|
23
|
-
.ser(Aws_restJson1_1.se_StartStreamSessionCommand)
|
|
24
|
-
.de(Aws_restJson1_1.de_StartStreamSessionCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.StartStreamSessionCommand = StartStreamSessionCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "TagResource", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "TagResourceCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TerminateStreamSessionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TerminateStreamSessionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "TerminateStreamSession", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "TerminateStreamSessionCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_TerminateStreamSessionCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_TerminateStreamSessionCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.TerminateStreamSessionCommand = TerminateStreamSessionCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "UntagResource", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "UntagResourceCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateApplicationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateApplicationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "UpdateApplication", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "UpdateApplicationCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UpdateApplicationCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UpdateApplicationCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStreamGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateStreamGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("GameLiftStreams", "UpdateStreamGroup", {})
|
|
20
|
-
.n("GameLiftStreamsClient", "UpdateStreamGroupCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UpdateStreamGroupCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UpdateStreamGroupCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateStreamGroupCommand = UpdateStreamGroupCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddStreamGroupLocationsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateApplicationsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateStreamGroupCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateStreamSessionConnectionCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteStreamGroupCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DisassociateApplicationsCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ExportStreamSessionFilesCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./GetApplicationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./GetStreamGroupCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./GetStreamSessionCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListApplicationsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListStreamGroupsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListStreamSessionsByAccountCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListStreamSessionsCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./RemoveStreamGroupLocationsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./StartStreamSessionCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./TerminateStreamSessionCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./UpdateStreamGroupCommand"), exports);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return Object.assign(options, {
|
|
6
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
7
|
-
defaultSigningName: "gameliftstreams",
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
11
|
-
exports.commonParams = {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GameLiftStreamsServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class GameLiftStreamsServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, GameLiftStreamsServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.GameLiftStreamsServiceException = GameLiftStreamsServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartStreamSessionOutputFilterSensitiveLog = exports.StartStreamSessionInputFilterSensitiveLog = exports.GetStreamSessionOutputFilterSensitiveLog = exports.CreateStreamSessionConnectionOutputFilterSensitiveLog = exports.CreateStreamSessionConnectionInputFilterSensitiveLog = exports.StreamSessionStatusReason = exports.StreamSessionStatus = exports.Protocol = exports.ExportFilesStatus = exports.StreamGroupStatusReason = exports.StreamGroupStatus = exports.StreamClass = exports.ReplicationStatusType = exports.RuntimeEnvironmentType = exports.ConflictException = exports.ApplicationStatusReason = exports.ApplicationStatus = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.StreamGroupLocationStatus = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const GameLiftStreamsServiceException_1 = require("./GameLiftStreamsServiceException");
|
|
6
|
-
class AccessDeniedException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
7
|
-
name = "AccessDeniedException";
|
|
8
|
-
$fault = "client";
|
|
9
|
-
Message;
|
|
10
|
-
constructor(opts) {
|
|
11
|
-
super({
|
|
12
|
-
name: "AccessDeniedException",
|
|
13
|
-
$fault: "client",
|
|
14
|
-
...opts,
|
|
15
|
-
});
|
|
16
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
-
this.Message = opts.Message;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
exports.StreamGroupLocationStatus = {
|
|
22
|
-
ACTIVATING: "ACTIVATING",
|
|
23
|
-
ACTIVE: "ACTIVE",
|
|
24
|
-
ERROR: "ERROR",
|
|
25
|
-
REMOVING: "REMOVING",
|
|
26
|
-
};
|
|
27
|
-
class InternalServerException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
28
|
-
name = "InternalServerException";
|
|
29
|
-
$fault = "server";
|
|
30
|
-
$retryable = {};
|
|
31
|
-
Message;
|
|
32
|
-
constructor(opts) {
|
|
33
|
-
super({
|
|
34
|
-
name: "InternalServerException",
|
|
35
|
-
$fault: "server",
|
|
36
|
-
...opts,
|
|
37
|
-
});
|
|
38
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
39
|
-
this.Message = opts.Message;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.InternalServerException = InternalServerException;
|
|
43
|
-
class ResourceNotFoundException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
44
|
-
name = "ResourceNotFoundException";
|
|
45
|
-
$fault = "client";
|
|
46
|
-
Message;
|
|
47
|
-
constructor(opts) {
|
|
48
|
-
super({
|
|
49
|
-
name: "ResourceNotFoundException",
|
|
50
|
-
$fault: "client",
|
|
51
|
-
...opts,
|
|
52
|
-
});
|
|
53
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
54
|
-
this.Message = opts.Message;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
58
|
-
class ServiceQuotaExceededException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
59
|
-
name = "ServiceQuotaExceededException";
|
|
60
|
-
$fault = "client";
|
|
61
|
-
Message;
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "ServiceQuotaExceededException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
69
|
-
this.Message = opts.Message;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
73
|
-
class ThrottlingException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
74
|
-
name = "ThrottlingException";
|
|
75
|
-
$fault = "client";
|
|
76
|
-
$retryable = {
|
|
77
|
-
throttling: true,
|
|
78
|
-
};
|
|
79
|
-
Message;
|
|
80
|
-
constructor(opts) {
|
|
81
|
-
super({
|
|
82
|
-
name: "ThrottlingException",
|
|
83
|
-
$fault: "client",
|
|
84
|
-
...opts,
|
|
85
|
-
});
|
|
86
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
87
|
-
this.Message = opts.Message;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
exports.ThrottlingException = ThrottlingException;
|
|
91
|
-
class ValidationException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
92
|
-
name = "ValidationException";
|
|
93
|
-
$fault = "client";
|
|
94
|
-
Message;
|
|
95
|
-
constructor(opts) {
|
|
96
|
-
super({
|
|
97
|
-
name: "ValidationException",
|
|
98
|
-
$fault: "client",
|
|
99
|
-
...opts,
|
|
100
|
-
});
|
|
101
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
102
|
-
this.Message = opts.Message;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
exports.ValidationException = ValidationException;
|
|
106
|
-
exports.ApplicationStatus = {
|
|
107
|
-
DELETING: "DELETING",
|
|
108
|
-
ERROR: "ERROR",
|
|
109
|
-
INITIALIZED: "INITIALIZED",
|
|
110
|
-
PROCESSING: "PROCESSING",
|
|
111
|
-
READY: "READY",
|
|
112
|
-
};
|
|
113
|
-
exports.ApplicationStatusReason = {
|
|
114
|
-
ACCESS_DENIED: "accessDenied",
|
|
115
|
-
INTERNAL_ERROR: "internalError",
|
|
116
|
-
};
|
|
117
|
-
class ConflictException extends GameLiftStreamsServiceException_1.GameLiftStreamsServiceException {
|
|
118
|
-
name = "ConflictException";
|
|
119
|
-
$fault = "client";
|
|
120
|
-
Message;
|
|
121
|
-
constructor(opts) {
|
|
122
|
-
super({
|
|
123
|
-
name: "ConflictException",
|
|
124
|
-
$fault: "client",
|
|
125
|
-
...opts,
|
|
126
|
-
});
|
|
127
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
128
|
-
this.Message = opts.Message;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
exports.ConflictException = ConflictException;
|
|
132
|
-
exports.RuntimeEnvironmentType = {
|
|
133
|
-
PROTON: "PROTON",
|
|
134
|
-
UBUNTU: "UBUNTU",
|
|
135
|
-
WINDOWS: "WINDOWS",
|
|
136
|
-
};
|
|
137
|
-
exports.ReplicationStatusType = {
|
|
138
|
-
COMPLETED: "COMPLETED",
|
|
139
|
-
REPLICATING: "REPLICATING",
|
|
140
|
-
};
|
|
141
|
-
exports.StreamClass = {
|
|
142
|
-
gen4n_high: "gen4n_high",
|
|
143
|
-
gen4n_ultra: "gen4n_ultra",
|
|
144
|
-
gen4n_win2022: "gen4n_win2022",
|
|
145
|
-
gen5n_high: "gen5n_high",
|
|
146
|
-
gen5n_ultra: "gen5n_ultra",
|
|
147
|
-
gen5n_win2022: "gen5n_win2022",
|
|
148
|
-
};
|
|
149
|
-
exports.StreamGroupStatus = {
|
|
150
|
-
ACTIVATING: "ACTIVATING",
|
|
151
|
-
ACTIVE: "ACTIVE",
|
|
152
|
-
ACTIVE_WITH_ERRORS: "ACTIVE_WITH_ERRORS",
|
|
153
|
-
DELETING: "DELETING",
|
|
154
|
-
ERROR: "ERROR",
|
|
155
|
-
UPDATING_LOCATIONS: "UPDATING_LOCATIONS",
|
|
156
|
-
};
|
|
157
|
-
exports.StreamGroupStatusReason = {
|
|
158
|
-
INTERNAL_ERROR: "internalError",
|
|
159
|
-
NO_AVAILABLE_INSTANCES: "noAvailableInstances",
|
|
160
|
-
};
|
|
161
|
-
exports.ExportFilesStatus = {
|
|
162
|
-
FAILED: "FAILED",
|
|
163
|
-
PENDING: "PENDING",
|
|
164
|
-
SUCCEEDED: "SUCCEEDED",
|
|
165
|
-
};
|
|
166
|
-
exports.Protocol = {
|
|
167
|
-
WEBRTC: "WebRTC",
|
|
168
|
-
};
|
|
169
|
-
exports.StreamSessionStatus = {
|
|
170
|
-
ACTIVATING: "ACTIVATING",
|
|
171
|
-
ACTIVE: "ACTIVE",
|
|
172
|
-
CONNECTED: "CONNECTED",
|
|
173
|
-
ERROR: "ERROR",
|
|
174
|
-
PENDING_CLIENT_RECONNECTION: "PENDING_CLIENT_RECONNECTION",
|
|
175
|
-
RECONNECTING: "RECONNECTING",
|
|
176
|
-
TERMINATED: "TERMINATED",
|
|
177
|
-
TERMINATING: "TERMINATING",
|
|
178
|
-
};
|
|
179
|
-
exports.StreamSessionStatusReason = {
|
|
180
|
-
APP_LOG_S3_DESTINATION_ERROR: "applicationLogS3DestinationError",
|
|
181
|
-
INTERNAL_ERROR: "internalError",
|
|
182
|
-
INVALID_SIGNAL_REQUEST: "invalidSignalRequest",
|
|
183
|
-
PLACEMENT_TIMEOUT: "placementTimeout",
|
|
184
|
-
};
|
|
185
|
-
const CreateStreamSessionConnectionInputFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
...(obj.SignalRequest && { SignalRequest: smithy_client_1.SENSITIVE_STRING }),
|
|
188
|
-
});
|
|
189
|
-
exports.CreateStreamSessionConnectionInputFilterSensitiveLog = CreateStreamSessionConnectionInputFilterSensitiveLog;
|
|
190
|
-
const CreateStreamSessionConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
...(obj.SignalResponse && { SignalResponse: smithy_client_1.SENSITIVE_STRING }),
|
|
193
|
-
});
|
|
194
|
-
exports.CreateStreamSessionConnectionOutputFilterSensitiveLog = CreateStreamSessionConnectionOutputFilterSensitiveLog;
|
|
195
|
-
const GetStreamSessionOutputFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
...(obj.SignalRequest && { SignalRequest: smithy_client_1.SENSITIVE_STRING }),
|
|
198
|
-
...(obj.SignalResponse && { SignalResponse: smithy_client_1.SENSITIVE_STRING }),
|
|
199
|
-
});
|
|
200
|
-
exports.GetStreamSessionOutputFilterSensitiveLog = GetStreamSessionOutputFilterSensitiveLog;
|
|
201
|
-
const StartStreamSessionInputFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
...(obj.SignalRequest && { SignalRequest: smithy_client_1.SENSITIVE_STRING }),
|
|
204
|
-
});
|
|
205
|
-
exports.StartStreamSessionInputFilterSensitiveLog = StartStreamSessionInputFilterSensitiveLog;
|
|
206
|
-
const StartStreamSessionOutputFilterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
...(obj.SignalRequest && { SignalRequest: smithy_client_1.SENSITIVE_STRING }),
|
|
209
|
-
...(obj.SignalResponse && { SignalResponse: smithy_client_1.SENSITIVE_STRING }),
|
|
210
|
-
});
|
|
211
|
-
exports.StartStreamSessionOutputFilterSensitiveLog = StartStreamSessionOutputFilterSensitiveLog;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListApplications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
6
|
-
const GameLiftStreamsClient_1 = require("../GameLiftStreamsClient");
|
|
7
|
-
exports.paginateListApplications = (0, core_1.createPaginator)(GameLiftStreamsClient_1.GameLiftStreamsClient, ListApplicationsCommand_1.ListApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStreamGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListStreamGroupsCommand_1 = require("../commands/ListStreamGroupsCommand");
|
|
6
|
-
const GameLiftStreamsClient_1 = require("../GameLiftStreamsClient");
|
|
7
|
-
exports.paginateListStreamGroups = (0, core_1.createPaginator)(GameLiftStreamsClient_1.GameLiftStreamsClient, ListStreamGroupsCommand_1.ListStreamGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStreamSessionsByAccount = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListStreamSessionsByAccountCommand_1 = require("../commands/ListStreamSessionsByAccountCommand");
|
|
6
|
-
const GameLiftStreamsClient_1 = require("../GameLiftStreamsClient");
|
|
7
|
-
exports.paginateListStreamSessionsByAccount = (0, core_1.createPaginator)(GameLiftStreamsClient_1.GameLiftStreamsClient, ListStreamSessionsByAccountCommand_1.ListStreamSessionsByAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStreamSessions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListStreamSessionsCommand_1 = require("../commands/ListStreamSessionsCommand");
|
|
6
|
-
const GameLiftStreamsClient_1 = require("../GameLiftStreamsClient");
|
|
7
|
-
exports.paginateListStreamSessions = (0, core_1.createPaginator)(GameLiftStreamsClient_1.GameLiftStreamsClient, ListStreamSessionsCommand_1.ListStreamSessionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListStreamGroupsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListStreamSessionsByAccountPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListStreamSessionsPaginator"), exports);
|