@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.
Files changed (49) hide show
  1. package/dist-cjs/index.js +2158 -11
  2. package/package.json +6 -6
  3. package/dist-cjs/GameLiftStreams.js +0 -59
  4. package/dist-cjs/GameLiftStreamsClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/AddStreamGroupLocationsCommand.js +0 -26
  7. package/dist-cjs/commands/AssociateApplicationsCommand.js +0 -26
  8. package/dist-cjs/commands/CreateApplicationCommand.js +0 -26
  9. package/dist-cjs/commands/CreateStreamGroupCommand.js +0 -26
  10. package/dist-cjs/commands/CreateStreamSessionConnectionCommand.js +0 -27
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -26
  12. package/dist-cjs/commands/DeleteStreamGroupCommand.js +0 -26
  13. package/dist-cjs/commands/DisassociateApplicationsCommand.js +0 -26
  14. package/dist-cjs/commands/ExportStreamSessionFilesCommand.js +0 -26
  15. package/dist-cjs/commands/GetApplicationCommand.js +0 -26
  16. package/dist-cjs/commands/GetStreamGroupCommand.js +0 -26
  17. package/dist-cjs/commands/GetStreamSessionCommand.js +0 -27
  18. package/dist-cjs/commands/ListApplicationsCommand.js +0 -26
  19. package/dist-cjs/commands/ListStreamGroupsCommand.js +0 -26
  20. package/dist-cjs/commands/ListStreamSessionsByAccountCommand.js +0 -26
  21. package/dist-cjs/commands/ListStreamSessionsCommand.js +0 -26
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  23. package/dist-cjs/commands/RemoveStreamGroupLocationsCommand.js +0 -26
  24. package/dist-cjs/commands/StartStreamSessionCommand.js +0 -27
  25. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  26. package/dist-cjs/commands/TerminateStreamSessionCommand.js +0 -26
  27. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  28. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -26
  29. package/dist-cjs/commands/UpdateStreamGroupCommand.js +0 -26
  30. package/dist-cjs/commands/index.js +0 -27
  31. package/dist-cjs/endpoint/EndpointParameters.js +0 -15
  32. package/dist-cjs/extensionConfiguration.js +0 -2
  33. package/dist-cjs/models/GameLiftStreamsServiceException.js +0 -12
  34. package/dist-cjs/models/index.js +0 -4
  35. package/dist-cjs/models/models_0.js +0 -211
  36. package/dist-cjs/pagination/Interfaces.js +0 -2
  37. package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -7
  38. package/dist-cjs/pagination/ListStreamGroupsPaginator.js +0 -7
  39. package/dist-cjs/pagination/ListStreamSessionsByAccountPaginator.js +0 -7
  40. package/dist-cjs/pagination/ListStreamSessionsPaginator.js +0 -7
  41. package/dist-cjs/pagination/index.js +0 -8
  42. package/dist-cjs/protocols/Aws_restJson1.js +0 -1006
  43. package/dist-cjs/runtimeExtensions.js +0 -13
  44. package/dist-cjs/waiters/index.js +0 -8
  45. package/dist-cjs/waiters/waitForApplicationDeleted.js +0 -30
  46. package/dist-cjs/waiters/waitForApplicationReady.js +0 -45
  47. package/dist-cjs/waiters/waitForStreamGroupActive.js +0 -63
  48. package/dist-cjs/waiters/waitForStreamGroupDeleted.js +0 -30
  49. package/dist-cjs/waiters/waitForStreamSessionActive.js +0 -45
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-gameliftstreams",
3
3
  "description": "AWS SDK for JavaScript Gameliftstreams Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.894.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-gameliftstreams",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.894.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
31
  "@aws-sdk/util-endpoints": "3.893.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.894.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -1,59 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GameLiftStreams = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddStreamGroupLocationsCommand_1 = require("./commands/AddStreamGroupLocationsCommand");
6
- const AssociateApplicationsCommand_1 = require("./commands/AssociateApplicationsCommand");
7
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
8
- const CreateStreamGroupCommand_1 = require("./commands/CreateStreamGroupCommand");
9
- const CreateStreamSessionConnectionCommand_1 = require("./commands/CreateStreamSessionConnectionCommand");
10
- const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
11
- const DeleteStreamGroupCommand_1 = require("./commands/DeleteStreamGroupCommand");
12
- const DisassociateApplicationsCommand_1 = require("./commands/DisassociateApplicationsCommand");
13
- const ExportStreamSessionFilesCommand_1 = require("./commands/ExportStreamSessionFilesCommand");
14
- const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
15
- const GetStreamGroupCommand_1 = require("./commands/GetStreamGroupCommand");
16
- const GetStreamSessionCommand_1 = require("./commands/GetStreamSessionCommand");
17
- const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
18
- const ListStreamGroupsCommand_1 = require("./commands/ListStreamGroupsCommand");
19
- const ListStreamSessionsByAccountCommand_1 = require("./commands/ListStreamSessionsByAccountCommand");
20
- const ListStreamSessionsCommand_1 = require("./commands/ListStreamSessionsCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const RemoveStreamGroupLocationsCommand_1 = require("./commands/RemoveStreamGroupLocationsCommand");
23
- const StartStreamSessionCommand_1 = require("./commands/StartStreamSessionCommand");
24
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
25
- const TerminateStreamSessionCommand_1 = require("./commands/TerminateStreamSessionCommand");
26
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
27
- const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
28
- const UpdateStreamGroupCommand_1 = require("./commands/UpdateStreamGroupCommand");
29
- const GameLiftStreamsClient_1 = require("./GameLiftStreamsClient");
30
- const commands = {
31
- AddStreamGroupLocationsCommand: AddStreamGroupLocationsCommand_1.AddStreamGroupLocationsCommand,
32
- AssociateApplicationsCommand: AssociateApplicationsCommand_1.AssociateApplicationsCommand,
33
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
34
- CreateStreamGroupCommand: CreateStreamGroupCommand_1.CreateStreamGroupCommand,
35
- CreateStreamSessionConnectionCommand: CreateStreamSessionConnectionCommand_1.CreateStreamSessionConnectionCommand,
36
- DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
37
- DeleteStreamGroupCommand: DeleteStreamGroupCommand_1.DeleteStreamGroupCommand,
38
- DisassociateApplicationsCommand: DisassociateApplicationsCommand_1.DisassociateApplicationsCommand,
39
- ExportStreamSessionFilesCommand: ExportStreamSessionFilesCommand_1.ExportStreamSessionFilesCommand,
40
- GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
41
- GetStreamGroupCommand: GetStreamGroupCommand_1.GetStreamGroupCommand,
42
- GetStreamSessionCommand: GetStreamSessionCommand_1.GetStreamSessionCommand,
43
- ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
44
- ListStreamGroupsCommand: ListStreamGroupsCommand_1.ListStreamGroupsCommand,
45
- ListStreamSessionsCommand: ListStreamSessionsCommand_1.ListStreamSessionsCommand,
46
- ListStreamSessionsByAccountCommand: ListStreamSessionsByAccountCommand_1.ListStreamSessionsByAccountCommand,
47
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
48
- RemoveStreamGroupLocationsCommand: RemoveStreamGroupLocationsCommand_1.RemoveStreamGroupLocationsCommand,
49
- StartStreamSessionCommand: StartStreamSessionCommand_1.StartStreamSessionCommand,
50
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
51
- TerminateStreamSessionCommand: TerminateStreamSessionCommand_1.TerminateStreamSessionCommand,
52
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
53
- UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
54
- UpdateStreamGroupCommand: UpdateStreamGroupCommand_1.UpdateStreamGroupCommand,
55
- };
56
- class GameLiftStreams extends GameLiftStreamsClient_1.GameLiftStreamsClient {
57
- }
58
- exports.GameLiftStreams = GameLiftStreams;
59
- (0, smithy_client_1.createAggregatedClient)(commands, GameLiftStreams);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GameLiftStreamsClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class GameLiftStreamsClient extends smithy_client_1.Client {
20
- config;
21
- constructor(...[configuration]) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
- super(_config_0);
24
- this.initConfig = _config_0;
25
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
26
- const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
27
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
28
- const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
29
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
30
- const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
31
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
32
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
33
- this.config = _config_8;
34
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
40
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
41
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultGameLiftStreamsHttpAuthSchemeParametersProvider,
42
- identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
43
- "aws.auth#sigv4": config.credentials,
44
- }),
45
- }));
46
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
47
- }
48
- destroy() {
49
- super.destroy();
50
- }
51
- }
52
- exports.GameLiftStreamsClient = GameLiftStreamsClient;
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _credentials = runtimeConfig.credentials;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setCredentials(credentials) {
28
- _credentials = credentials;
29
- },
30
- credentials() {
31
- return _credentials;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- credentials: config.credentials(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddStreamGroupLocationsCommand = 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 AddStreamGroupLocationsCommand 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", "AddStreamGroupLocations", {})
20
- .n("GameLiftStreamsClient", "AddStreamGroupLocationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_AddStreamGroupLocationsCommand)
23
- .de(Aws_restJson1_1.de_AddStreamGroupLocationsCommand)
24
- .build() {
25
- }
26
- exports.AddStreamGroupLocationsCommand = AddStreamGroupLocationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateApplicationsCommand = 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 AssociateApplicationsCommand 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", "AssociateApplications", {})
20
- .n("GameLiftStreamsClient", "AssociateApplicationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_AssociateApplicationsCommand)
23
- .de(Aws_restJson1_1.de_AssociateApplicationsCommand)
24
- .build() {
25
- }
26
- exports.AssociateApplicationsCommand = AssociateApplicationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = 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 CreateApplicationCommand 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", "CreateApplication", {})
20
- .n("GameLiftStreamsClient", "CreateApplicationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CreateApplicationCommand)
23
- .de(Aws_restJson1_1.de_CreateApplicationCommand)
24
- .build() {
25
- }
26
- exports.CreateApplicationCommand = CreateApplicationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateStreamGroupCommand = 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 CreateStreamGroupCommand 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", "CreateStreamGroup", {})
20
- .n("GameLiftStreamsClient", "CreateStreamGroupCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CreateStreamGroupCommand)
23
- .de(Aws_restJson1_1.de_CreateStreamGroupCommand)
24
- .build() {
25
- }
26
- exports.CreateStreamGroupCommand = CreateStreamGroupCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateStreamSessionConnectionCommand = 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 CreateStreamSessionConnectionCommand 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", "CreateStreamSessionConnection", {})
21
- .n("GameLiftStreamsClient", "CreateStreamSessionConnectionCommand")
22
- .f(models_0_1.CreateStreamSessionConnectionInputFilterSensitiveLog, models_0_1.CreateStreamSessionConnectionOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_CreateStreamSessionConnectionCommand)
24
- .de(Aws_restJson1_1.de_CreateStreamSessionConnectionCommand)
25
- .build() {
26
- }
27
- exports.CreateStreamSessionConnectionCommand = CreateStreamSessionConnectionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationCommand = 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 DeleteApplicationCommand 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", "DeleteApplication", {})
20
- .n("GameLiftStreamsClient", "DeleteApplicationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteApplicationCommand)
23
- .de(Aws_restJson1_1.de_DeleteApplicationCommand)
24
- .build() {
25
- }
26
- exports.DeleteApplicationCommand = DeleteApplicationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteStreamGroupCommand = 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 DeleteStreamGroupCommand 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", "DeleteStreamGroup", {})
20
- .n("GameLiftStreamsClient", "DeleteStreamGroupCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteStreamGroupCommand)
23
- .de(Aws_restJson1_1.de_DeleteStreamGroupCommand)
24
- .build() {
25
- }
26
- exports.DeleteStreamGroupCommand = DeleteStreamGroupCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateApplicationsCommand = 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 DisassociateApplicationsCommand 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", "DisassociateApplications", {})
20
- .n("GameLiftStreamsClient", "DisassociateApplicationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DisassociateApplicationsCommand)
23
- .de(Aws_restJson1_1.de_DisassociateApplicationsCommand)
24
- .build() {
25
- }
26
- exports.DisassociateApplicationsCommand = DisassociateApplicationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportStreamSessionFilesCommand = 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 ExportStreamSessionFilesCommand 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", "ExportStreamSessionFiles", {})
20
- .n("GameLiftStreamsClient", "ExportStreamSessionFilesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ExportStreamSessionFilesCommand)
23
- .de(Aws_restJson1_1.de_ExportStreamSessionFilesCommand)
24
- .build() {
25
- }
26
- exports.ExportStreamSessionFilesCommand = ExportStreamSessionFilesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApplicationCommand = 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 GetApplicationCommand 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", "GetApplication", {})
20
- .n("GameLiftStreamsClient", "GetApplicationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetApplicationCommand)
23
- .de(Aws_restJson1_1.de_GetApplicationCommand)
24
- .build() {
25
- }
26
- exports.GetApplicationCommand = GetApplicationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetStreamGroupCommand = 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 GetStreamGroupCommand 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", "GetStreamGroup", {})
20
- .n("GameLiftStreamsClient", "GetStreamGroupCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetStreamGroupCommand)
23
- .de(Aws_restJson1_1.de_GetStreamGroupCommand)
24
- .build() {
25
- }
26
- exports.GetStreamGroupCommand = GetStreamGroupCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetStreamSessionCommand = 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 GetStreamSessionCommand 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", "GetStreamSession", {})
21
- .n("GameLiftStreamsClient", "GetStreamSessionCommand")
22
- .f(void 0, models_0_1.GetStreamSessionOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetStreamSessionCommand)
24
- .de(Aws_restJson1_1.de_GetStreamSessionCommand)
25
- .build() {
26
- }
27
- exports.GetStreamSessionCommand = GetStreamSessionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApplicationsCommand = 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 ListApplicationsCommand 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", "ListApplications", {})
20
- .n("GameLiftStreamsClient", "ListApplicationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListApplicationsCommand)
23
- .de(Aws_restJson1_1.de_ListApplicationsCommand)
24
- .build() {
25
- }
26
- exports.ListApplicationsCommand = ListApplicationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStreamGroupsCommand = 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 ListStreamGroupsCommand 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", "ListStreamGroups", {})
20
- .n("GameLiftStreamsClient", "ListStreamGroupsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListStreamGroupsCommand)
23
- .de(Aws_restJson1_1.de_ListStreamGroupsCommand)
24
- .build() {
25
- }
26
- exports.ListStreamGroupsCommand = ListStreamGroupsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStreamSessionsByAccountCommand = 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 ListStreamSessionsByAccountCommand 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", "ListStreamSessionsByAccount", {})
20
- .n("GameLiftStreamsClient", "ListStreamSessionsByAccountCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListStreamSessionsByAccountCommand)
23
- .de(Aws_restJson1_1.de_ListStreamSessionsByAccountCommand)
24
- .build() {
25
- }
26
- exports.ListStreamSessionsByAccountCommand = ListStreamSessionsByAccountCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStreamSessionsCommand = 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 ListStreamSessionsCommand 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", "ListStreamSessions", {})
20
- .n("GameLiftStreamsClient", "ListStreamSessionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListStreamSessionsCommand)
23
- .de(Aws_restJson1_1.de_ListStreamSessionsCommand)
24
- .build() {
25
- }
26
- exports.ListStreamSessionsCommand = ListStreamSessionsCommand;