@aws-sdk/client-gameliftstreams 3.943.0 → 3.946.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 +45 -233
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/GameLiftStreamsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +45 -233
- package/dist-types/GameLiftStreams.d.ts +1 -1
- package/dist-types/GameLiftStreamsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddStreamGroupLocationsCommand.d.ts +3 -3
- package/dist-types/commands/AssociateApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateStreamGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateStreamSessionConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStreamGroupCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ExportStreamSessionFilesCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetStreamGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetStreamSessionCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListStreamGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListStreamSessionsByAccountCommand.d.ts +3 -3
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RemoveStreamGroupLocationsCommand.d.ts +3 -3
- package/dist-types/commands/StartStreamSessionCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TerminateStreamSessionCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateStreamGroupCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/GameLiftStreamsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamSessionsByAccountPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamSessionsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GameLiftStreamsServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -156,17 +156,7 @@ import { AccessDeniedException as __AccessDeniedException, ConflictException as
|
|
|
156
156
|
import { GameLiftStreamsServiceException as __GameLiftStreamsServiceException } from "../models/GameLiftStreamsServiceException";
|
|
157
157
|
export var SignalRequest = [0, n0, _SR, 8, 0];
|
|
158
158
|
export var SignalResponse = [0, n0, _SRi, 8, 0];
|
|
159
|
-
export var AccessDeniedException = [
|
|
160
|
-
-3,
|
|
161
|
-
n0,
|
|
162
|
-
_ADE,
|
|
163
|
-
{
|
|
164
|
-
[_e]: _c,
|
|
165
|
-
[_hE]: 403,
|
|
166
|
-
},
|
|
167
|
-
[_M],
|
|
168
|
-
[0],
|
|
169
|
-
];
|
|
159
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
170
160
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
171
161
|
export var AddStreamGroupLocationsInput = [
|
|
172
162
|
3,
|
|
@@ -194,17 +184,7 @@ export var ApplicationSummary = [
|
|
|
194
184
|
];
|
|
195
185
|
export var AssociateApplicationsInput = [3, n0, _AAI, 0, [_I, _AI], [[0, 1], 64 | 0]];
|
|
196
186
|
export var AssociateApplicationsOutput = [3, n0, _AAO, 0, [_A, _AA], [0, 64 | 0]];
|
|
197
|
-
export var ConflictException = [
|
|
198
|
-
-3,
|
|
199
|
-
n0,
|
|
200
|
-
_CE,
|
|
201
|
-
{
|
|
202
|
-
[_e]: _c,
|
|
203
|
-
[_hE]: 409,
|
|
204
|
-
},
|
|
205
|
-
[_M],
|
|
206
|
-
[0],
|
|
207
|
-
];
|
|
187
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
208
188
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
209
189
|
export var CreateApplicationInput = [
|
|
210
190
|
3,
|
|
@@ -332,17 +312,7 @@ export var GetStreamSessionOutput = [
|
|
|
332
312
|
() => ExportFilesMetadata,
|
|
333
313
|
],
|
|
334
314
|
];
|
|
335
|
-
export var InternalServerException = [
|
|
336
|
-
-3,
|
|
337
|
-
n0,
|
|
338
|
-
_ISE,
|
|
339
|
-
{
|
|
340
|
-
[_e]: _s,
|
|
341
|
-
[_hE]: 500,
|
|
342
|
-
},
|
|
343
|
-
[_M],
|
|
344
|
-
[0],
|
|
345
|
-
];
|
|
315
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
346
316
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
347
317
|
export var ListApplicationsInput = [
|
|
348
318
|
3,
|
|
@@ -351,18 +321,8 @@ export var ListApplicationsInput = [
|
|
|
351
321
|
0,
|
|
352
322
|
[_NT, _MR],
|
|
353
323
|
[
|
|
354
|
-
[
|
|
355
|
-
|
|
356
|
-
{
|
|
357
|
-
[_hQ]: _NT,
|
|
358
|
-
},
|
|
359
|
-
],
|
|
360
|
-
[
|
|
361
|
-
1,
|
|
362
|
-
{
|
|
363
|
-
[_hQ]: _MR,
|
|
364
|
-
},
|
|
365
|
-
],
|
|
324
|
+
[0, { [_hQ]: _NT }],
|
|
325
|
+
[1, { [_hQ]: _MR }],
|
|
366
326
|
],
|
|
367
327
|
];
|
|
368
328
|
export var ListApplicationsOutput = [
|
|
@@ -380,18 +340,8 @@ export var ListStreamGroupsInput = [
|
|
|
380
340
|
0,
|
|
381
341
|
[_NT, _MR],
|
|
382
342
|
[
|
|
383
|
-
[
|
|
384
|
-
|
|
385
|
-
{
|
|
386
|
-
[_hQ]: _NT,
|
|
387
|
-
},
|
|
388
|
-
],
|
|
389
|
-
[
|
|
390
|
-
1,
|
|
391
|
-
{
|
|
392
|
-
[_hQ]: _MR,
|
|
393
|
-
},
|
|
394
|
-
],
|
|
343
|
+
[0, { [_hQ]: _NT }],
|
|
344
|
+
[1, { [_hQ]: _MR }],
|
|
395
345
|
],
|
|
396
346
|
];
|
|
397
347
|
export var ListStreamGroupsOutput = [
|
|
@@ -409,30 +359,10 @@ export var ListStreamSessionsByAccountInput = [
|
|
|
409
359
|
0,
|
|
410
360
|
[_S, _EFS, _NT, _MR],
|
|
411
361
|
[
|
|
412
|
-
[
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
},
|
|
417
|
-
],
|
|
418
|
-
[
|
|
419
|
-
0,
|
|
420
|
-
{
|
|
421
|
-
[_hQ]: _EFS,
|
|
422
|
-
},
|
|
423
|
-
],
|
|
424
|
-
[
|
|
425
|
-
0,
|
|
426
|
-
{
|
|
427
|
-
[_hQ]: _NT,
|
|
428
|
-
},
|
|
429
|
-
],
|
|
430
|
-
[
|
|
431
|
-
1,
|
|
432
|
-
{
|
|
433
|
-
[_hQ]: _MR,
|
|
434
|
-
},
|
|
435
|
-
],
|
|
362
|
+
[0, { [_hQ]: _S }],
|
|
363
|
+
[0, { [_hQ]: _EFS }],
|
|
364
|
+
[0, { [_hQ]: _NT }],
|
|
365
|
+
[1, { [_hQ]: _MR }],
|
|
436
366
|
],
|
|
437
367
|
];
|
|
438
368
|
export var ListStreamSessionsByAccountOutput = [
|
|
@@ -450,30 +380,10 @@ export var ListStreamSessionsInput = [
|
|
|
450
380
|
0,
|
|
451
381
|
[_S, _EFS, _NT, _MR, _I],
|
|
452
382
|
[
|
|
453
|
-
[
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
},
|
|
458
|
-
],
|
|
459
|
-
[
|
|
460
|
-
0,
|
|
461
|
-
{
|
|
462
|
-
[_hQ]: _EFS,
|
|
463
|
-
},
|
|
464
|
-
],
|
|
465
|
-
[
|
|
466
|
-
0,
|
|
467
|
-
{
|
|
468
|
-
[_hQ]: _NT,
|
|
469
|
-
},
|
|
470
|
-
],
|
|
471
|
-
[
|
|
472
|
-
1,
|
|
473
|
-
{
|
|
474
|
-
[_hQ]: _MR,
|
|
475
|
-
},
|
|
476
|
-
],
|
|
383
|
+
[0, { [_hQ]: _S }],
|
|
384
|
+
[0, { [_hQ]: _EFS }],
|
|
385
|
+
[0, { [_hQ]: _NT }],
|
|
386
|
+
[1, { [_hQ]: _MR }],
|
|
477
387
|
[0, 1],
|
|
478
388
|
],
|
|
479
389
|
];
|
|
@@ -504,39 +414,14 @@ export var RemoveStreamGroupLocationsInput = [
|
|
|
504
414
|
[_I, _L],
|
|
505
415
|
[
|
|
506
416
|
[0, 1],
|
|
507
|
-
[
|
|
508
|
-
64 | 0,
|
|
509
|
-
{
|
|
510
|
-
[_hQ]: _l,
|
|
511
|
-
},
|
|
512
|
-
],
|
|
417
|
+
[64 | 0, { [_hQ]: _l }],
|
|
513
418
|
],
|
|
514
419
|
];
|
|
515
420
|
export var ReplicationStatus = [3, n0, _RSe, 0, [_Lo, _S], [0, 0]];
|
|
516
|
-
export var ResourceNotFoundException = [
|
|
517
|
-
-3,
|
|
518
|
-
n0,
|
|
519
|
-
_RNFE,
|
|
520
|
-
{
|
|
521
|
-
[_e]: _c,
|
|
522
|
-
[_hE]: 404,
|
|
523
|
-
},
|
|
524
|
-
[_M],
|
|
525
|
-
[0],
|
|
526
|
-
];
|
|
421
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
527
422
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
528
423
|
export var RuntimeEnvironment = [3, n0, _RE, 0, [_Ty, _V], [0, 0]];
|
|
529
|
-
export var ServiceQuotaExceededException = [
|
|
530
|
-
-3,
|
|
531
|
-
n0,
|
|
532
|
-
_SQEE,
|
|
533
|
-
{
|
|
534
|
-
[_e]: _c,
|
|
535
|
-
[_hE]: 402,
|
|
536
|
-
},
|
|
537
|
-
[_M],
|
|
538
|
-
[0],
|
|
539
|
-
];
|
|
424
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
540
425
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
541
426
|
export var StartStreamSessionInput = [
|
|
542
427
|
3,
|
|
@@ -604,17 +489,7 @@ export var TerminateStreamSessionInput = [
|
|
|
604
489
|
[0, 1],
|
|
605
490
|
],
|
|
606
491
|
];
|
|
607
|
-
export var ThrottlingException = [
|
|
608
|
-
-3,
|
|
609
|
-
n0,
|
|
610
|
-
_TE,
|
|
611
|
-
{
|
|
612
|
-
[_e]: _c,
|
|
613
|
-
[_hE]: 429,
|
|
614
|
-
},
|
|
615
|
-
[_M],
|
|
616
|
-
[0],
|
|
617
|
-
];
|
|
492
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
618
493
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
619
494
|
export var UntagResourceRequest = [
|
|
620
495
|
3,
|
|
@@ -624,12 +499,7 @@ export var UntagResourceRequest = [
|
|
|
624
499
|
[_RA, _TK],
|
|
625
500
|
[
|
|
626
501
|
[0, 1],
|
|
627
|
-
[
|
|
628
|
-
64 | 0,
|
|
629
|
-
{
|
|
630
|
-
[_hQ]: _tK,
|
|
631
|
-
},
|
|
632
|
-
],
|
|
502
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
633
503
|
],
|
|
634
504
|
];
|
|
635
505
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -665,17 +535,7 @@ export var UpdateStreamGroupOutput = [
|
|
|
665
535
|
[_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
|
|
666
536
|
[0, 0, () => DefaultApplication, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0],
|
|
667
537
|
];
|
|
668
|
-
export var ValidationException = [
|
|
669
|
-
-3,
|
|
670
|
-
n0,
|
|
671
|
-
_VE,
|
|
672
|
-
{
|
|
673
|
-
[_e]: _c,
|
|
674
|
-
[_hE]: 400,
|
|
675
|
-
},
|
|
676
|
-
[_M],
|
|
677
|
-
[0],
|
|
678
|
-
];
|
|
538
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
679
539
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
680
540
|
export var __Unit = "unit";
|
|
681
541
|
export var GameLiftStreamsServiceException = [-3, _sm, "GameLiftStreamsServiceException", 0, [], []];
|
|
@@ -699,9 +559,7 @@ export var AddStreamGroupLocations = [
|
|
|
699
559
|
9,
|
|
700
560
|
n0,
|
|
701
561
|
_ASGL,
|
|
702
|
-
{
|
|
703
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/locations", 200],
|
|
704
|
-
},
|
|
562
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/locations", 200] },
|
|
705
563
|
() => AddStreamGroupLocationsInput,
|
|
706
564
|
() => AddStreamGroupLocationsOutput,
|
|
707
565
|
];
|
|
@@ -709,9 +567,7 @@ export var AssociateApplications = [
|
|
|
709
567
|
9,
|
|
710
568
|
n0,
|
|
711
569
|
_AAss,
|
|
712
|
-
{
|
|
713
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/associations", 200],
|
|
714
|
-
},
|
|
570
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/associations", 200] },
|
|
715
571
|
() => AssociateApplicationsInput,
|
|
716
572
|
() => AssociateApplicationsOutput,
|
|
717
573
|
];
|
|
@@ -719,9 +575,7 @@ export var CreateApplication = [
|
|
|
719
575
|
9,
|
|
720
576
|
n0,
|
|
721
577
|
_CAr,
|
|
722
|
-
{
|
|
723
|
-
[_h]: ["POST", "/applications", 201],
|
|
724
|
-
},
|
|
578
|
+
{ [_h]: ["POST", "/applications", 201] },
|
|
725
579
|
() => CreateApplicationInput,
|
|
726
580
|
() => CreateApplicationOutput,
|
|
727
581
|
];
|
|
@@ -729,9 +583,7 @@ export var CreateStreamGroup = [
|
|
|
729
583
|
9,
|
|
730
584
|
n0,
|
|
731
585
|
_CSG,
|
|
732
|
-
{
|
|
733
|
-
[_h]: ["POST", "/streamgroups", 201],
|
|
734
|
-
},
|
|
586
|
+
{ [_h]: ["POST", "/streamgroups", 201] },
|
|
735
587
|
() => CreateStreamGroupInput,
|
|
736
588
|
() => CreateStreamGroupOutput,
|
|
737
589
|
];
|
|
@@ -739,9 +591,7 @@ export var CreateStreamSessionConnection = [
|
|
|
739
591
|
9,
|
|
740
592
|
n0,
|
|
741
593
|
_CSSC,
|
|
742
|
-
{
|
|
743
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200],
|
|
744
|
-
},
|
|
594
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200] },
|
|
745
595
|
() => CreateStreamSessionConnectionInput,
|
|
746
596
|
() => CreateStreamSessionConnectionOutput,
|
|
747
597
|
];
|
|
@@ -749,9 +599,7 @@ export var DeleteApplication = [
|
|
|
749
599
|
9,
|
|
750
600
|
n0,
|
|
751
601
|
_DAe,
|
|
752
|
-
{
|
|
753
|
-
[_h]: ["DELETE", "/applications/{Identifier}", 204],
|
|
754
|
-
},
|
|
602
|
+
{ [_h]: ["DELETE", "/applications/{Identifier}", 204] },
|
|
755
603
|
() => DeleteApplicationInput,
|
|
756
604
|
() => __Unit,
|
|
757
605
|
];
|
|
@@ -759,9 +607,7 @@ export var DeleteStreamGroup = [
|
|
|
759
607
|
9,
|
|
760
608
|
n0,
|
|
761
609
|
_DSG,
|
|
762
|
-
{
|
|
763
|
-
[_h]: ["DELETE", "/streamgroups/{Identifier}", 204],
|
|
764
|
-
},
|
|
610
|
+
{ [_h]: ["DELETE", "/streamgroups/{Identifier}", 204] },
|
|
765
611
|
() => DeleteStreamGroupInput,
|
|
766
612
|
() => __Unit,
|
|
767
613
|
];
|
|
@@ -769,9 +615,7 @@ export var DisassociateApplications = [
|
|
|
769
615
|
9,
|
|
770
616
|
n0,
|
|
771
617
|
_DAi,
|
|
772
|
-
{
|
|
773
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/disassociations", 200],
|
|
774
|
-
},
|
|
618
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/disassociations", 200] },
|
|
775
619
|
() => DisassociateApplicationsInput,
|
|
776
620
|
() => DisassociateApplicationsOutput,
|
|
777
621
|
];
|
|
@@ -779,9 +623,7 @@ export var ExportStreamSessionFiles = [
|
|
|
779
623
|
9,
|
|
780
624
|
n0,
|
|
781
625
|
_ESSF,
|
|
782
|
-
{
|
|
783
|
-
[_h]: ["PUT", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/exportfiles", 200],
|
|
784
|
-
},
|
|
626
|
+
{ [_h]: ["PUT", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/exportfiles", 200] },
|
|
785
627
|
() => ExportStreamSessionFilesInput,
|
|
786
628
|
() => ExportStreamSessionFilesOutput,
|
|
787
629
|
];
|
|
@@ -789,9 +631,7 @@ export var GetApplication = [
|
|
|
789
631
|
9,
|
|
790
632
|
n0,
|
|
791
633
|
_GA,
|
|
792
|
-
{
|
|
793
|
-
[_h]: ["GET", "/applications/{Identifier}", 200],
|
|
794
|
-
},
|
|
634
|
+
{ [_h]: ["GET", "/applications/{Identifier}", 200] },
|
|
795
635
|
() => GetApplicationInput,
|
|
796
636
|
() => GetApplicationOutput,
|
|
797
637
|
];
|
|
@@ -799,9 +639,7 @@ export var GetStreamGroup = [
|
|
|
799
639
|
9,
|
|
800
640
|
n0,
|
|
801
641
|
_GSG,
|
|
802
|
-
{
|
|
803
|
-
[_h]: ["GET", "/streamgroups/{Identifier}", 200],
|
|
804
|
-
},
|
|
642
|
+
{ [_h]: ["GET", "/streamgroups/{Identifier}", 200] },
|
|
805
643
|
() => GetStreamGroupInput,
|
|
806
644
|
() => GetStreamGroupOutput,
|
|
807
645
|
];
|
|
@@ -809,9 +647,7 @@ export var GetStreamSession = [
|
|
|
809
647
|
9,
|
|
810
648
|
n0,
|
|
811
649
|
_GSS,
|
|
812
|
-
{
|
|
813
|
-
[_h]: ["GET", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 200],
|
|
814
|
-
},
|
|
650
|
+
{ [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 200] },
|
|
815
651
|
() => GetStreamSessionInput,
|
|
816
652
|
() => GetStreamSessionOutput,
|
|
817
653
|
];
|
|
@@ -819,9 +655,7 @@ export var ListApplications = [
|
|
|
819
655
|
9,
|
|
820
656
|
n0,
|
|
821
657
|
_LA,
|
|
822
|
-
{
|
|
823
|
-
[_h]: ["GET", "/applications", 200],
|
|
824
|
-
},
|
|
658
|
+
{ [_h]: ["GET", "/applications", 200] },
|
|
825
659
|
() => ListApplicationsInput,
|
|
826
660
|
() => ListApplicationsOutput,
|
|
827
661
|
];
|
|
@@ -829,9 +663,7 @@ export var ListStreamGroups = [
|
|
|
829
663
|
9,
|
|
830
664
|
n0,
|
|
831
665
|
_LSG,
|
|
832
|
-
{
|
|
833
|
-
[_h]: ["GET", "/streamgroups", 200],
|
|
834
|
-
},
|
|
666
|
+
{ [_h]: ["GET", "/streamgroups", 200] },
|
|
835
667
|
() => ListStreamGroupsInput,
|
|
836
668
|
() => ListStreamGroupsOutput,
|
|
837
669
|
];
|
|
@@ -839,9 +671,7 @@ export var ListStreamSessions = [
|
|
|
839
671
|
9,
|
|
840
672
|
n0,
|
|
841
673
|
_LSS,
|
|
842
|
-
{
|
|
843
|
-
[_h]: ["GET", "/streamgroups/{Identifier}/streamsessions", 200],
|
|
844
|
-
},
|
|
674
|
+
{ [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions", 200] },
|
|
845
675
|
() => ListStreamSessionsInput,
|
|
846
676
|
() => ListStreamSessionsOutput,
|
|
847
677
|
];
|
|
@@ -849,9 +679,7 @@ export var ListStreamSessionsByAccount = [
|
|
|
849
679
|
9,
|
|
850
680
|
n0,
|
|
851
681
|
_LSSBA,
|
|
852
|
-
{
|
|
853
|
-
[_h]: ["GET", "/streamsessions", 200],
|
|
854
|
-
},
|
|
682
|
+
{ [_h]: ["GET", "/streamsessions", 200] },
|
|
855
683
|
() => ListStreamSessionsByAccountInput,
|
|
856
684
|
() => ListStreamSessionsByAccountOutput,
|
|
857
685
|
];
|
|
@@ -859,9 +687,7 @@ export var ListTagsForResource = [
|
|
|
859
687
|
9,
|
|
860
688
|
n0,
|
|
861
689
|
_LTFR,
|
|
862
|
-
{
|
|
863
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
864
|
-
},
|
|
690
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
865
691
|
() => ListTagsForResourceRequest,
|
|
866
692
|
() => ListTagsForResourceResponse,
|
|
867
693
|
];
|
|
@@ -869,9 +695,7 @@ export var RemoveStreamGroupLocations = [
|
|
|
869
695
|
9,
|
|
870
696
|
n0,
|
|
871
697
|
_RSGL,
|
|
872
|
-
{
|
|
873
|
-
[_h]: ["DELETE", "/streamgroups/{Identifier}/locations", 204],
|
|
874
|
-
},
|
|
698
|
+
{ [_h]: ["DELETE", "/streamgroups/{Identifier}/locations", 204] },
|
|
875
699
|
() => RemoveStreamGroupLocationsInput,
|
|
876
700
|
() => __Unit,
|
|
877
701
|
];
|
|
@@ -879,9 +703,7 @@ export var StartStreamSession = [
|
|
|
879
703
|
9,
|
|
880
704
|
n0,
|
|
881
705
|
_SSSt,
|
|
882
|
-
{
|
|
883
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/streamsessions", 201],
|
|
884
|
-
},
|
|
706
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions", 201] },
|
|
885
707
|
() => StartStreamSessionInput,
|
|
886
708
|
() => StartStreamSessionOutput,
|
|
887
709
|
];
|
|
@@ -889,9 +711,7 @@ export var TagResource = [
|
|
|
889
711
|
9,
|
|
890
712
|
n0,
|
|
891
713
|
_TR,
|
|
892
|
-
{
|
|
893
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
894
|
-
},
|
|
714
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
895
715
|
() => TagResourceRequest,
|
|
896
716
|
() => TagResourceResponse,
|
|
897
717
|
];
|
|
@@ -899,9 +719,7 @@ export var TerminateStreamSession = [
|
|
|
899
719
|
9,
|
|
900
720
|
n0,
|
|
901
721
|
_TSS,
|
|
902
|
-
{
|
|
903
|
-
[_h]: ["DELETE", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 204],
|
|
904
|
-
},
|
|
722
|
+
{ [_h]: ["DELETE", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 204] },
|
|
905
723
|
() => TerminateStreamSessionInput,
|
|
906
724
|
() => __Unit,
|
|
907
725
|
];
|
|
@@ -909,9 +727,7 @@ export var UntagResource = [
|
|
|
909
727
|
9,
|
|
910
728
|
n0,
|
|
911
729
|
_UR,
|
|
912
|
-
{
|
|
913
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
914
|
-
},
|
|
730
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
915
731
|
() => UntagResourceRequest,
|
|
916
732
|
() => UntagResourceResponse,
|
|
917
733
|
];
|
|
@@ -919,9 +735,7 @@ export var UpdateApplication = [
|
|
|
919
735
|
9,
|
|
920
736
|
n0,
|
|
921
737
|
_UA,
|
|
922
|
-
{
|
|
923
|
-
[_h]: ["PATCH", "/applications/{Identifier}", 200],
|
|
924
|
-
},
|
|
738
|
+
{ [_h]: ["PATCH", "/applications/{Identifier}", 200] },
|
|
925
739
|
() => UpdateApplicationInput,
|
|
926
740
|
() => UpdateApplicationOutput,
|
|
927
741
|
];
|
|
@@ -929,9 +743,7 @@ export var UpdateStreamGroup = [
|
|
|
929
743
|
9,
|
|
930
744
|
n0,
|
|
931
745
|
_USG,
|
|
932
|
-
{
|
|
933
|
-
[_h]: ["PATCH", "/streamgroups/{Identifier}", 200],
|
|
934
|
-
},
|
|
746
|
+
{ [_h]: ["PATCH", "/streamgroups/{Identifier}", 200] },
|
|
935
747
|
() => UpdateStreamGroupInput,
|
|
936
748
|
() => UpdateStreamGroupOutput,
|
|
937
749
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AddStreamGroupLocationsCommandInput, AddStreamGroupLocationsCommandOutput } from "./commands/AddStreamGroupLocationsCommand";
|
|
3
3
|
import { AssociateApplicationsCommandInput, AssociateApplicationsCommandOutput } from "./commands/AssociateApplicationsCommand";
|
|
4
4
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AddStreamGroupLocationsCommandInput, AddStreamGroupLocationsCommandOutput } from "./commands/AddStreamGroupLocationsCommand";
|
|
11
11
|
import { AssociateApplicationsCommandInput, AssociateApplicationsCommandOutput } from "./commands/AssociateApplicationsCommand";
|
|
12
12
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
@@ -32,7 +32,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
32
32
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
33
33
|
import { UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput } from "./commands/UpdateStreamGroupCommand";
|
|
34
34
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
35
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
35
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
36
36
|
export { __Client };
|
|
37
37
|
/**
|
|
38
38
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { GameLiftStreamsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { GameLiftStreamsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig } from "../GameLiftStreamsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type GameLiftStreamsClientResolvedConfig } from "../GameLiftStreamsClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { AddStreamGroupLocationsInput, AddStreamGroupLocationsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { AddStreamGroupLocationsInput, AddStreamGroupLocationsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { AssociateApplicationsInput, AssociateApplicationsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { AssociateApplicationsInput, AssociateApplicationsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { CreateStreamGroupInput, CreateStreamGroupOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { CreateStreamGroupInput, CreateStreamGroupOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { CreateStreamSessionConnectionInput, CreateStreamSessionConnectionOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { CreateStreamSessionConnectionInput, CreateStreamSessionConnectionOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { DeleteApplicationInput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { DeleteApplicationInput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { DeleteStreamGroupInput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { DeleteStreamGroupInput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
-
import { DisassociateApplicationsInput, DisassociateApplicationsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import type { DisassociateApplicationsInput, DisassociateApplicationsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|