@aws-sdk/client-gameliftstreams 3.1077.0 → 3.1078.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 (100) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +84 -243
  3. package/dist-es/GameLiftStreams.js +2 -0
  4. package/dist-es/commandBuilder.js +6 -0
  5. package/dist-es/commands/AddStreamGroupLocationsCommand.js +2 -14
  6. package/dist-es/commands/AssociateApplicationsCommand.js +2 -14
  7. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  8. package/dist-es/commands/CreateStreamGroupCommand.js +2 -14
  9. package/dist-es/commands/CreateStreamSessionAdminShellCommand.js +4 -0
  10. package/dist-es/commands/CreateStreamSessionConnectionCommand.js +2 -14
  11. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  12. package/dist-es/commands/DeleteStreamGroupCommand.js +2 -14
  13. package/dist-es/commands/DisassociateApplicationsCommand.js +2 -14
  14. package/dist-es/commands/ExportStreamSessionFilesCommand.js +2 -14
  15. package/dist-es/commands/GetApplicationCommand.js +2 -14
  16. package/dist-es/commands/GetStreamGroupCommand.js +2 -14
  17. package/dist-es/commands/GetStreamSessionCommand.js +2 -14
  18. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  19. package/dist-es/commands/ListStreamGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListStreamSessionsByAccountCommand.js +2 -14
  21. package/dist-es/commands/ListStreamSessionsCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/RemoveStreamGroupLocationsCommand.js +2 -14
  24. package/dist-es/commands/StartStreamSessionCommand.js +2 -14
  25. package/dist-es/commands/TagResourceCommand.js +2 -14
  26. package/dist-es/commands/TerminateStreamSessionCommand.js +2 -14
  27. package/dist-es/commands/UntagResourceCommand.js +2 -14
  28. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  29. package/dist-es/commands/UpdateStreamGroupCommand.js +2 -14
  30. package/dist-es/commands/index.js +1 -0
  31. package/dist-es/index.js +1 -0
  32. package/dist-es/models/errors.js +15 -0
  33. package/dist-es/schemas/schemas_0.js +28 -1
  34. package/dist-types/GameLiftStreams.d.ts +7 -0
  35. package/dist-types/GameLiftStreamsClient.d.ts +3 -2
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/AddStreamGroupLocationsCommand.d.ts +3 -8
  38. package/dist-types/commands/AssociateApplicationsCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -9
  40. package/dist-types/commands/CreateStreamGroupCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateStreamSessionAdminShellCommand.d.ts +92 -0
  42. package/dist-types/commands/CreateStreamSessionConnectionCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteStreamGroupCommand.d.ts +3 -8
  45. package/dist-types/commands/DisassociateApplicationsCommand.d.ts +3 -8
  46. package/dist-types/commands/ExportStreamSessionFilesCommand.d.ts +3 -8
  47. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  48. package/dist-types/commands/GetStreamGroupCommand.d.ts +3 -8
  49. package/dist-types/commands/GetStreamSessionCommand.d.ts +3 -8
  50. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListStreamGroupsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListStreamSessionsByAccountCommand.d.ts +3 -8
  53. package/dist-types/commands/ListStreamSessionsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/RemoveStreamGroupLocationsCommand.d.ts +3 -8
  56. package/dist-types/commands/StartStreamSessionCommand.d.ts +3 -8
  57. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/TerminateStreamSessionCommand.d.ts +3 -8
  59. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  61. package/dist-types/commands/UpdateStreamGroupCommand.d.ts +3 -8
  62. package/dist-types/commands/index.d.ts +1 -0
  63. package/dist-types/index.d.ts +1 -0
  64. package/dist-types/models/errors.d.ts +18 -0
  65. package/dist-types/models/models_0.d.ts +35 -0
  66. package/dist-types/schemas/schemas_0.d.ts +4 -0
  67. package/dist-types/ts3.4/GameLiftStreams.d.ts +17 -0
  68. package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +6 -0
  69. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  70. package/dist-types/ts3.4/commands/AddStreamGroupLocationsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/AssociateApplicationsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateStreamGroupCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateStreamSessionAdminShellCommand.d.ts +44 -0
  75. package/dist-types/ts3.4/commands/CreateStreamSessionConnectionCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteStreamGroupCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DisassociateApplicationsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ExportStreamSessionFilesCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetStreamGroupCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListStreamGroupsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListStreamSessionsByAccountCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/RemoveStreamGroupLocationsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/StartStreamSessionCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/TerminateStreamSessionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/UpdateStreamGroupCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  96. package/dist-types/ts3.4/index.d.ts +1 -0
  97. package/dist-types/ts3.4/models/errors.d.ts +12 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  100. package/package.json +8 -8
package/README.md CHANGED
@@ -209,6 +209,13 @@ CreateStreamGroup
209
209
  </details>
210
210
  <details>
211
211
  <summary>
212
+ CreateStreamSessionAdminShell
213
+ </summary>
214
+
215
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/gameliftstreams/command/CreateStreamSessionAdminShellCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gameliftstreams/Interface/CreateStreamSessionAdminShellCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-gameliftstreams/Interface/CreateStreamSessionAdminShellCommandOutput/)
216
+ </details>
217
+ <details>
218
+ <summary>
212
219
  CreateStreamSessionConnection
213
220
  </summary>
214
221
 
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -66,7 +67,7 @@ const commonParams = {
66
67
  Region: { type: "builtInParams", name: "region" },
67
68
  };
68
69
 
69
- var version = "3.1076.0";
70
+ var version = "3.1077.0";
70
71
  var packageInfo = {
71
72
  version: version};
72
73
 
@@ -220,6 +221,21 @@ class ConflictException extends GameLiftStreamsServiceException {
220
221
  this.Message = opts.Message;
221
222
  }
222
223
  }
224
+ class StreamSessionAccessNotReadyException extends GameLiftStreamsServiceException {
225
+ name = "StreamSessionAccessNotReadyException";
226
+ $fault = "client";
227
+ $retryable = {};
228
+ Message;
229
+ constructor(opts) {
230
+ super({
231
+ name: "StreamSessionAccessNotReadyException",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ Object.setPrototypeOf(this, StreamSessionAccessNotReadyException.prototype);
236
+ this.Message = opts.Message;
237
+ }
238
+ }
223
239
 
224
240
  const _A = "Arn";
225
241
  const _AA = "ApplicationArns";
@@ -252,6 +268,9 @@ const _CE = "ConflictException";
252
268
  const _CSG = "CreateStreamGroup";
253
269
  const _CSGI = "CreateStreamGroupInput";
254
270
  const _CSGO = "CreateStreamGroupOutput";
271
+ const _CSSAS = "CreateStreamSessionAdminShell";
272
+ const _CSSASI = "CreateStreamSessionAdminShellInput";
273
+ const _CSSASO = "CreateStreamSessionAdminShellOutput";
255
274
  const _CSSC = "CreateStreamSessionConnection";
256
275
  const _CSSCI = "CreateStreamSessionConnectionInput";
257
276
  const _CSSCO = "CreateStreamSessionConnectionOutput";
@@ -335,17 +354,20 @@ const _SC = "StreamClass";
335
354
  const _SGI = "StreamGroupId";
336
355
  const _SGS = "StreamGroupSummary";
337
356
  const _SGSL = "StreamGroupSummaryList";
357
+ const _SI = "SessionId";
338
358
  const _SLS = "SessionLengthSeconds";
339
359
  const _SQEE = "ServiceQuotaExceededException";
340
360
  const _SR = "SignalRequest";
341
361
  const _SRi = "SignalResponse";
342
362
  const _SRt = "StatusReason";
363
+ const _SSANRE = "StreamSessionAccessNotReadyException";
343
364
  const _SSI = "StreamSessionIdentifier";
344
365
  const _SSS = "StreamSessionSummary";
345
366
  const _SSSI = "StartStreamSessionInput";
346
367
  const _SSSL = "StreamSessionSummaryList";
347
368
  const _SSSO = "StartStreamSessionOutput";
348
369
  const _SSSt = "StartStreamSession";
370
+ const _SU = "StreamUrl";
349
371
  const _SWC = "SharedWithClient";
350
372
  const _T = "Tags";
351
373
  const _TE = "ThrottlingException";
@@ -358,6 +380,7 @@ const _TRR = "TagResourceRequest";
358
380
  const _TRRa = "TagResourceResponse";
359
381
  const _TSS = "TerminateStreamSession";
360
382
  const _TSSI = "TerminateStreamSessionInput";
383
+ const _TV = "TokenValue";
361
384
  const _Ty = "Type";
362
385
  const _UA = "UpdateApplication";
363
386
  const _UAI = "UpdateApplicationInput";
@@ -419,6 +442,12 @@ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
419
442
  [0], 1
420
443
  ];
421
444
  n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
445
+ var StreamSessionAccessNotReadyException$ = [-3, n0, _SSANRE,
446
+ { [_e]: _c, [_hE]: 409 },
447
+ [_M],
448
+ [0], 1
449
+ ];
450
+ n0_registry.registerError(StreamSessionAccessNotReadyException$, StreamSessionAccessNotReadyException);
422
451
  var ThrottlingException$ = [-3, n0, _TE,
423
452
  { [_e]: _c, [_hE]: 429 },
424
453
  [_M],
@@ -437,6 +466,7 @@ const errorTypeRegistries = [
437
466
  ];
438
467
  var SignalRequest = [0, n0, _SR, 8, 0];
439
468
  var SignalResponse = [0, n0, _SRi, 8, 0];
469
+ var TokenValue = [0, n0, _TV, 8, 0];
440
470
  var AddStreamGroupLocationsInput$ = [3, n0, _ASGLI,
441
471
  0,
442
472
  [_I, _LC],
@@ -482,6 +512,16 @@ var CreateStreamGroupOutput$ = [3, n0, _CSGO,
482
512
  [_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
483
513
  [0, 0, () => DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
484
514
  ];
515
+ var CreateStreamSessionAdminShellInput$ = [3, n0, _CSSASI,
516
+ 0,
517
+ [_I, _SSI],
518
+ [[0, 1], [0, 1]], 2
519
+ ];
520
+ var CreateStreamSessionAdminShellOutput$ = [3, n0, _CSSASO,
521
+ 0,
522
+ [_SI, _SU, _TV],
523
+ [0, 0, [() => TokenValue, 0]]
524
+ ];
485
525
  var CreateStreamSessionConnectionInput$ = [3, n0, _CSSCI,
486
526
  0,
487
527
  [_I, _SSI, _SR, _CT],
@@ -748,6 +788,9 @@ var CreateApplication$ = [9, n0, _CAr,
748
788
  var CreateStreamGroup$ = [9, n0, _CSG,
749
789
  { [_h]: ["POST", "/streamgroups", 201] }, () => CreateStreamGroupInput$, () => CreateStreamGroupOutput$
750
790
  ];
791
+ var CreateStreamSessionAdminShell$ = [9, n0, _CSSAS,
792
+ { [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/access", 200] }, () => CreateStreamSessionAdminShellInput$, () => CreateStreamSessionAdminShellOutput$
793
+ ];
751
794
  var CreateStreamSessionConnection$ = [9, n0, _CSSC,
752
795
  { [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200] }, () => CreateStreamSessionConnectionInput$, () => CreateStreamSessionConnectionOutput$
753
796
  ];
@@ -955,292 +998,83 @@ class GameLiftStreamsClient extends Client {
955
998
  }
956
999
  }
957
1000
 
958
- class AddStreamGroupLocationsCommand extends Command
959
- .classBuilder()
960
- .ep(commonParams)
961
- .m(function (Command, cs, config, o) {
962
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
963
- })
964
- .s("GameLiftStreams", "AddStreamGroupLocations", {})
965
- .n("GameLiftStreamsClient", "AddStreamGroupLocationsCommand")
966
- .sc(AddStreamGroupLocations$)
967
- .build() {
1001
+ const command = makeBuilder(commonParams, "GameLiftStreams", "GameLiftStreamsClient", getEndpointPlugin);
1002
+ const _ep0 = {};
1003
+ const _mw0 = (Command, cs, config, o) => [];
1004
+
1005
+ class AddStreamGroupLocationsCommand extends command(_ep0, _mw0, "AddStreamGroupLocations", AddStreamGroupLocations$) {
1006
+ }
1007
+
1008
+ class AssociateApplicationsCommand extends command(_ep0, _mw0, "AssociateApplications", AssociateApplications$) {
968
1009
  }
969
1010
 
970
- class AssociateApplicationsCommand extends Command
971
- .classBuilder()
972
- .ep(commonParams)
973
- .m(function (Command, cs, config, o) {
974
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
975
- })
976
- .s("GameLiftStreams", "AssociateApplications", {})
977
- .n("GameLiftStreamsClient", "AssociateApplicationsCommand")
978
- .sc(AssociateApplications$)
979
- .build() {
1011
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
980
1012
  }
981
1013
 
982
- class CreateApplicationCommand extends Command
983
- .classBuilder()
984
- .ep(commonParams)
985
- .m(function (Command, cs, config, o) {
986
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
987
- })
988
- .s("GameLiftStreams", "CreateApplication", {})
989
- .n("GameLiftStreamsClient", "CreateApplicationCommand")
990
- .sc(CreateApplication$)
991
- .build() {
1014
+ class CreateStreamGroupCommand extends command(_ep0, _mw0, "CreateStreamGroup", CreateStreamGroup$) {
992
1015
  }
993
1016
 
994
- class CreateStreamGroupCommand extends Command
995
- .classBuilder()
996
- .ep(commonParams)
997
- .m(function (Command, cs, config, o) {
998
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
999
- })
1000
- .s("GameLiftStreams", "CreateStreamGroup", {})
1001
- .n("GameLiftStreamsClient", "CreateStreamGroupCommand")
1002
- .sc(CreateStreamGroup$)
1003
- .build() {
1017
+ class CreateStreamSessionAdminShellCommand extends command(_ep0, _mw0, "CreateStreamSessionAdminShell", CreateStreamSessionAdminShell$) {
1004
1018
  }
1005
1019
 
1006
- class CreateStreamSessionConnectionCommand extends Command
1007
- .classBuilder()
1008
- .ep(commonParams)
1009
- .m(function (Command, cs, config, o) {
1010
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1011
- })
1012
- .s("GameLiftStreams", "CreateStreamSessionConnection", {})
1013
- .n("GameLiftStreamsClient", "CreateStreamSessionConnectionCommand")
1014
- .sc(CreateStreamSessionConnection$)
1015
- .build() {
1020
+ class CreateStreamSessionConnectionCommand extends command(_ep0, _mw0, "CreateStreamSessionConnection", CreateStreamSessionConnection$) {
1016
1021
  }
1017
1022
 
1018
- class DeleteApplicationCommand extends Command
1019
- .classBuilder()
1020
- .ep(commonParams)
1021
- .m(function (Command, cs, config, o) {
1022
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1023
- })
1024
- .s("GameLiftStreams", "DeleteApplication", {})
1025
- .n("GameLiftStreamsClient", "DeleteApplicationCommand")
1026
- .sc(DeleteApplication$)
1027
- .build() {
1023
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
1028
1024
  }
1029
1025
 
1030
- class DeleteStreamGroupCommand extends Command
1031
- .classBuilder()
1032
- .ep(commonParams)
1033
- .m(function (Command, cs, config, o) {
1034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1035
- })
1036
- .s("GameLiftStreams", "DeleteStreamGroup", {})
1037
- .n("GameLiftStreamsClient", "DeleteStreamGroupCommand")
1038
- .sc(DeleteStreamGroup$)
1039
- .build() {
1026
+ class DeleteStreamGroupCommand extends command(_ep0, _mw0, "DeleteStreamGroup", DeleteStreamGroup$) {
1040
1027
  }
1041
1028
 
1042
- class DisassociateApplicationsCommand extends Command
1043
- .classBuilder()
1044
- .ep(commonParams)
1045
- .m(function (Command, cs, config, o) {
1046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1047
- })
1048
- .s("GameLiftStreams", "DisassociateApplications", {})
1049
- .n("GameLiftStreamsClient", "DisassociateApplicationsCommand")
1050
- .sc(DisassociateApplications$)
1051
- .build() {
1029
+ class DisassociateApplicationsCommand extends command(_ep0, _mw0, "DisassociateApplications", DisassociateApplications$) {
1052
1030
  }
1053
1031
 
1054
- class ExportStreamSessionFilesCommand extends Command
1055
- .classBuilder()
1056
- .ep(commonParams)
1057
- .m(function (Command, cs, config, o) {
1058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1059
- })
1060
- .s("GameLiftStreams", "ExportStreamSessionFiles", {})
1061
- .n("GameLiftStreamsClient", "ExportStreamSessionFilesCommand")
1062
- .sc(ExportStreamSessionFiles$)
1063
- .build() {
1032
+ class ExportStreamSessionFilesCommand extends command(_ep0, _mw0, "ExportStreamSessionFiles", ExportStreamSessionFiles$) {
1064
1033
  }
1065
1034
 
1066
- class GetApplicationCommand extends Command
1067
- .classBuilder()
1068
- .ep(commonParams)
1069
- .m(function (Command, cs, config, o) {
1070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1071
- })
1072
- .s("GameLiftStreams", "GetApplication", {})
1073
- .n("GameLiftStreamsClient", "GetApplicationCommand")
1074
- .sc(GetApplication$)
1075
- .build() {
1035
+ class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
1076
1036
  }
1077
1037
 
1078
- class GetStreamGroupCommand extends Command
1079
- .classBuilder()
1080
- .ep(commonParams)
1081
- .m(function (Command, cs, config, o) {
1082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1083
- })
1084
- .s("GameLiftStreams", "GetStreamGroup", {})
1085
- .n("GameLiftStreamsClient", "GetStreamGroupCommand")
1086
- .sc(GetStreamGroup$)
1087
- .build() {
1038
+ class GetStreamGroupCommand extends command(_ep0, _mw0, "GetStreamGroup", GetStreamGroup$) {
1088
1039
  }
1089
1040
 
1090
- class GetStreamSessionCommand extends Command
1091
- .classBuilder()
1092
- .ep(commonParams)
1093
- .m(function (Command, cs, config, o) {
1094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1095
- })
1096
- .s("GameLiftStreams", "GetStreamSession", {})
1097
- .n("GameLiftStreamsClient", "GetStreamSessionCommand")
1098
- .sc(GetStreamSession$)
1099
- .build() {
1041
+ class GetStreamSessionCommand extends command(_ep0, _mw0, "GetStreamSession", GetStreamSession$) {
1100
1042
  }
1101
1043
 
1102
- class ListApplicationsCommand extends Command
1103
- .classBuilder()
1104
- .ep(commonParams)
1105
- .m(function (Command, cs, config, o) {
1106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1107
- })
1108
- .s("GameLiftStreams", "ListApplications", {})
1109
- .n("GameLiftStreamsClient", "ListApplicationsCommand")
1110
- .sc(ListApplications$)
1111
- .build() {
1044
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
1112
1045
  }
1113
1046
 
1114
- class ListStreamGroupsCommand extends Command
1115
- .classBuilder()
1116
- .ep(commonParams)
1117
- .m(function (Command, cs, config, o) {
1118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1119
- })
1120
- .s("GameLiftStreams", "ListStreamGroups", {})
1121
- .n("GameLiftStreamsClient", "ListStreamGroupsCommand")
1122
- .sc(ListStreamGroups$)
1123
- .build() {
1047
+ class ListStreamGroupsCommand extends command(_ep0, _mw0, "ListStreamGroups", ListStreamGroups$) {
1124
1048
  }
1125
1049
 
1126
- class ListStreamSessionsByAccountCommand extends Command
1127
- .classBuilder()
1128
- .ep(commonParams)
1129
- .m(function (Command, cs, config, o) {
1130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1131
- })
1132
- .s("GameLiftStreams", "ListStreamSessionsByAccount", {})
1133
- .n("GameLiftStreamsClient", "ListStreamSessionsByAccountCommand")
1134
- .sc(ListStreamSessionsByAccount$)
1135
- .build() {
1050
+ class ListStreamSessionsByAccountCommand extends command(_ep0, _mw0, "ListStreamSessionsByAccount", ListStreamSessionsByAccount$) {
1136
1051
  }
1137
1052
 
1138
- class ListStreamSessionsCommand extends Command
1139
- .classBuilder()
1140
- .ep(commonParams)
1141
- .m(function (Command, cs, config, o) {
1142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1143
- })
1144
- .s("GameLiftStreams", "ListStreamSessions", {})
1145
- .n("GameLiftStreamsClient", "ListStreamSessionsCommand")
1146
- .sc(ListStreamSessions$)
1147
- .build() {
1053
+ class ListStreamSessionsCommand extends command(_ep0, _mw0, "ListStreamSessions", ListStreamSessions$) {
1148
1054
  }
1149
1055
 
1150
- class ListTagsForResourceCommand extends Command
1151
- .classBuilder()
1152
- .ep(commonParams)
1153
- .m(function (Command, cs, config, o) {
1154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1155
- })
1156
- .s("GameLiftStreams", "ListTagsForResource", {})
1157
- .n("GameLiftStreamsClient", "ListTagsForResourceCommand")
1158
- .sc(ListTagsForResource$)
1159
- .build() {
1056
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1160
1057
  }
1161
1058
 
1162
- class RemoveStreamGroupLocationsCommand extends Command
1163
- .classBuilder()
1164
- .ep(commonParams)
1165
- .m(function (Command, cs, config, o) {
1166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1167
- })
1168
- .s("GameLiftStreams", "RemoveStreamGroupLocations", {})
1169
- .n("GameLiftStreamsClient", "RemoveStreamGroupLocationsCommand")
1170
- .sc(RemoveStreamGroupLocations$)
1171
- .build() {
1059
+ class RemoveStreamGroupLocationsCommand extends command(_ep0, _mw0, "RemoveStreamGroupLocations", RemoveStreamGroupLocations$) {
1172
1060
  }
1173
1061
 
1174
- class StartStreamSessionCommand extends Command
1175
- .classBuilder()
1176
- .ep(commonParams)
1177
- .m(function (Command, cs, config, o) {
1178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1179
- })
1180
- .s("GameLiftStreams", "StartStreamSession", {})
1181
- .n("GameLiftStreamsClient", "StartStreamSessionCommand")
1182
- .sc(StartStreamSession$)
1183
- .build() {
1062
+ class StartStreamSessionCommand extends command(_ep0, _mw0, "StartStreamSession", StartStreamSession$) {
1184
1063
  }
1185
1064
 
1186
- class TagResourceCommand extends Command
1187
- .classBuilder()
1188
- .ep(commonParams)
1189
- .m(function (Command, cs, config, o) {
1190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1191
- })
1192
- .s("GameLiftStreams", "TagResource", {})
1193
- .n("GameLiftStreamsClient", "TagResourceCommand")
1194
- .sc(TagResource$)
1195
- .build() {
1065
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1196
1066
  }
1197
1067
 
1198
- class TerminateStreamSessionCommand extends Command
1199
- .classBuilder()
1200
- .ep(commonParams)
1201
- .m(function (Command, cs, config, o) {
1202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1203
- })
1204
- .s("GameLiftStreams", "TerminateStreamSession", {})
1205
- .n("GameLiftStreamsClient", "TerminateStreamSessionCommand")
1206
- .sc(TerminateStreamSession$)
1207
- .build() {
1068
+ class TerminateStreamSessionCommand extends command(_ep0, _mw0, "TerminateStreamSession", TerminateStreamSession$) {
1208
1069
  }
1209
1070
 
1210
- class UntagResourceCommand extends Command
1211
- .classBuilder()
1212
- .ep(commonParams)
1213
- .m(function (Command, cs, config, o) {
1214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1215
- })
1216
- .s("GameLiftStreams", "UntagResource", {})
1217
- .n("GameLiftStreamsClient", "UntagResourceCommand")
1218
- .sc(UntagResource$)
1219
- .build() {
1071
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1220
1072
  }
1221
1073
 
1222
- class UpdateApplicationCommand extends Command
1223
- .classBuilder()
1224
- .ep(commonParams)
1225
- .m(function (Command, cs, config, o) {
1226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1227
- })
1228
- .s("GameLiftStreams", "UpdateApplication", {})
1229
- .n("GameLiftStreamsClient", "UpdateApplicationCommand")
1230
- .sc(UpdateApplication$)
1231
- .build() {
1074
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
1232
1075
  }
1233
1076
 
1234
- class UpdateStreamGroupCommand extends Command
1235
- .classBuilder()
1236
- .ep(commonParams)
1237
- .m(function (Command, cs, config, o) {
1238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1239
- })
1240
- .s("GameLiftStreams", "UpdateStreamGroup", {})
1241
- .n("GameLiftStreamsClient", "UpdateStreamGroupCommand")
1242
- .sc(UpdateStreamGroup$)
1243
- .build() {
1077
+ class UpdateStreamGroupCommand extends command(_ep0, _mw0, "UpdateStreamGroup", UpdateStreamGroup$) {
1244
1078
  }
1245
1079
 
1246
1080
  const paginateListApplications = createPaginator(GameLiftStreamsClient, ListApplicationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1439,6 +1273,7 @@ const commands = {
1439
1273
  AssociateApplicationsCommand,
1440
1274
  CreateApplicationCommand,
1441
1275
  CreateStreamGroupCommand,
1276
+ CreateStreamSessionAdminShellCommand,
1442
1277
  CreateStreamSessionConnectionCommand,
1443
1278
  DeleteApplicationCommand,
1444
1279
  DeleteStreamGroupCommand,
@@ -1590,6 +1425,10 @@ exports.CreateStreamGroup$ = CreateStreamGroup$;
1590
1425
  exports.CreateStreamGroupCommand = CreateStreamGroupCommand;
1591
1426
  exports.CreateStreamGroupInput$ = CreateStreamGroupInput$;
1592
1427
  exports.CreateStreamGroupOutput$ = CreateStreamGroupOutput$;
1428
+ exports.CreateStreamSessionAdminShell$ = CreateStreamSessionAdminShell$;
1429
+ exports.CreateStreamSessionAdminShellCommand = CreateStreamSessionAdminShellCommand;
1430
+ exports.CreateStreamSessionAdminShellInput$ = CreateStreamSessionAdminShellInput$;
1431
+ exports.CreateStreamSessionAdminShellOutput$ = CreateStreamSessionAdminShellOutput$;
1593
1432
  exports.CreateStreamSessionConnection$ = CreateStreamSessionConnection$;
1594
1433
  exports.CreateStreamSessionConnectionCommand = CreateStreamSessionConnectionCommand;
1595
1434
  exports.CreateStreamSessionConnectionInput$ = CreateStreamSessionConnectionInput$;
@@ -1673,6 +1512,8 @@ exports.StreamGroupLocationStatus = StreamGroupLocationStatus;
1673
1512
  exports.StreamGroupStatus = StreamGroupStatus;
1674
1513
  exports.StreamGroupStatusReason = StreamGroupStatusReason;
1675
1514
  exports.StreamGroupSummary$ = StreamGroupSummary$;
1515
+ exports.StreamSessionAccessNotReadyException = StreamSessionAccessNotReadyException;
1516
+ exports.StreamSessionAccessNotReadyException$ = StreamSessionAccessNotReadyException$;
1676
1517
  exports.StreamSessionStatus = StreamSessionStatus;
1677
1518
  exports.StreamSessionStatusReason = StreamSessionStatusReason;
1678
1519
  exports.StreamSessionSummary$ = StreamSessionSummary$;
@@ -3,6 +3,7 @@ import { AddStreamGroupLocationsCommand, } from "./commands/AddStreamGroupLocati
3
3
  import { AssociateApplicationsCommand, } from "./commands/AssociateApplicationsCommand";
4
4
  import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
5
5
  import { CreateStreamGroupCommand, } from "./commands/CreateStreamGroupCommand";
6
+ import { CreateStreamSessionAdminShellCommand, } from "./commands/CreateStreamSessionAdminShellCommand";
6
7
  import { CreateStreamSessionConnectionCommand, } from "./commands/CreateStreamSessionConnectionCommand";
7
8
  import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
8
9
  import { DeleteStreamGroupCommand, } from "./commands/DeleteStreamGroupCommand";
@@ -38,6 +39,7 @@ const commands = {
38
39
  AssociateApplicationsCommand,
39
40
  CreateApplicationCommand,
40
41
  CreateStreamGroupCommand,
42
+ CreateStreamSessionAdminShellCommand,
41
43
  CreateStreamSessionConnectionCommand,
42
44
  DeleteApplicationCommand,
43
45
  DeleteStreamGroupCommand,
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "GameLiftStreams", "GameLiftStreamsClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AddStreamGroupLocations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddStreamGroupLocationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "AddStreamGroupLocations", {})
13
- .n("GameLiftStreamsClient", "AddStreamGroupLocationsCommand")
14
- .sc(AddStreamGroupLocations$)
15
- .build() {
3
+ export class AddStreamGroupLocationsCommand extends command(_ep0, _mw0, "AddStreamGroupLocations", AddStreamGroupLocations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateApplicationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "AssociateApplications", {})
13
- .n("GameLiftStreamsClient", "AssociateApplicationsCommand")
14
- .sc(AssociateApplications$)
15
- .build() {
3
+ export class AssociateApplicationsCommand extends command(_ep0, _mw0, "AssociateApplications", AssociateApplications$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "CreateApplication", {})
13
- .n("GameLiftStreamsClient", "CreateApplicationCommand")
14
- .sc(CreateApplication$)
15
- .build() {
3
+ export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateStreamGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateStreamGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "CreateStreamGroup", {})
13
- .n("GameLiftStreamsClient", "CreateStreamGroupCommand")
14
- .sc(CreateStreamGroup$)
15
- .build() {
3
+ export class CreateStreamGroupCommand extends command(_ep0, _mw0, "CreateStreamGroup", CreateStreamGroup$) {
16
4
  }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { CreateStreamSessionAdminShell$ } from "../schemas/schemas_0";
3
+ export class CreateStreamSessionAdminShellCommand extends command(_ep0, _mw0, "CreateStreamSessionAdminShell", CreateStreamSessionAdminShell$) {
4
+ }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateStreamSessionConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateStreamSessionConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "CreateStreamSessionConnection", {})
13
- .n("GameLiftStreamsClient", "CreateStreamSessionConnectionCommand")
14
- .sc(CreateStreamSessionConnection$)
15
- .build() {
3
+ export class CreateStreamSessionConnectionCommand extends command(_ep0, _mw0, "CreateStreamSessionConnection", CreateStreamSessionConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "DeleteApplication", {})
13
- .n("GameLiftStreamsClient", "DeleteApplicationCommand")
14
- .sc(DeleteApplication$)
15
- .build() {
3
+ export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteStreamGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteStreamGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GameLiftStreams", "DeleteStreamGroup", {})
13
- .n("GameLiftStreamsClient", "DeleteStreamGroupCommand")
14
- .sc(DeleteStreamGroup$)
15
- .build() {
3
+ export class DeleteStreamGroupCommand extends command(_ep0, _mw0, "DeleteStreamGroup", DeleteStreamGroup$) {
16
4
  }