@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
package/dist-cjs/index.js
CHANGED
|
@@ -374,17 +374,7 @@ const _tK = "tagKeys";
|
|
|
374
374
|
const n0 = "com.amazonaws.gameliftstreams";
|
|
375
375
|
var SignalRequest = [0, n0, _SR, 8, 0];
|
|
376
376
|
var SignalResponse = [0, n0, _SRi, 8, 0];
|
|
377
|
-
var AccessDeniedException = [
|
|
378
|
-
-3,
|
|
379
|
-
n0,
|
|
380
|
-
_ADE,
|
|
381
|
-
{
|
|
382
|
-
[_e]: _c,
|
|
383
|
-
[_hE]: 403,
|
|
384
|
-
},
|
|
385
|
-
[_M],
|
|
386
|
-
[0],
|
|
387
|
-
];
|
|
377
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
388
378
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
389
379
|
var AddStreamGroupLocationsInput = [
|
|
390
380
|
3,
|
|
@@ -412,17 +402,7 @@ var ApplicationSummary = [
|
|
|
412
402
|
];
|
|
413
403
|
var AssociateApplicationsInput = [3, n0, _AAI, 0, [_I, _AI], [[0, 1], 64 | 0]];
|
|
414
404
|
var AssociateApplicationsOutput = [3, n0, _AAO, 0, [_A, _AA], [0, 64 | 0]];
|
|
415
|
-
var ConflictException = [
|
|
416
|
-
-3,
|
|
417
|
-
n0,
|
|
418
|
-
_CE,
|
|
419
|
-
{
|
|
420
|
-
[_e]: _c,
|
|
421
|
-
[_hE]: 409,
|
|
422
|
-
},
|
|
423
|
-
[_M],
|
|
424
|
-
[0],
|
|
425
|
-
];
|
|
405
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
426
406
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
427
407
|
var CreateApplicationInput = [
|
|
428
408
|
3,
|
|
@@ -550,17 +530,7 @@ var GetStreamSessionOutput = [
|
|
|
550
530
|
() => ExportFilesMetadata,
|
|
551
531
|
],
|
|
552
532
|
];
|
|
553
|
-
var InternalServerException = [
|
|
554
|
-
-3,
|
|
555
|
-
n0,
|
|
556
|
-
_ISE,
|
|
557
|
-
{
|
|
558
|
-
[_e]: _s,
|
|
559
|
-
[_hE]: 500,
|
|
560
|
-
},
|
|
561
|
-
[_M],
|
|
562
|
-
[0],
|
|
563
|
-
];
|
|
533
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
564
534
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
565
535
|
var ListApplicationsInput = [
|
|
566
536
|
3,
|
|
@@ -569,18 +539,8 @@ var ListApplicationsInput = [
|
|
|
569
539
|
0,
|
|
570
540
|
[_NT, _MR],
|
|
571
541
|
[
|
|
572
|
-
[
|
|
573
|
-
|
|
574
|
-
{
|
|
575
|
-
[_hQ]: _NT,
|
|
576
|
-
},
|
|
577
|
-
],
|
|
578
|
-
[
|
|
579
|
-
1,
|
|
580
|
-
{
|
|
581
|
-
[_hQ]: _MR,
|
|
582
|
-
},
|
|
583
|
-
],
|
|
542
|
+
[0, { [_hQ]: _NT }],
|
|
543
|
+
[1, { [_hQ]: _MR }],
|
|
584
544
|
],
|
|
585
545
|
];
|
|
586
546
|
var ListApplicationsOutput = [
|
|
@@ -598,18 +558,8 @@ var ListStreamGroupsInput = [
|
|
|
598
558
|
0,
|
|
599
559
|
[_NT, _MR],
|
|
600
560
|
[
|
|
601
|
-
[
|
|
602
|
-
|
|
603
|
-
{
|
|
604
|
-
[_hQ]: _NT,
|
|
605
|
-
},
|
|
606
|
-
],
|
|
607
|
-
[
|
|
608
|
-
1,
|
|
609
|
-
{
|
|
610
|
-
[_hQ]: _MR,
|
|
611
|
-
},
|
|
612
|
-
],
|
|
561
|
+
[0, { [_hQ]: _NT }],
|
|
562
|
+
[1, { [_hQ]: _MR }],
|
|
613
563
|
],
|
|
614
564
|
];
|
|
615
565
|
var ListStreamGroupsOutput = [
|
|
@@ -627,30 +577,10 @@ var ListStreamSessionsByAccountInput = [
|
|
|
627
577
|
0,
|
|
628
578
|
[_S, _EFS, _NT, _MR],
|
|
629
579
|
[
|
|
630
|
-
[
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
},
|
|
635
|
-
],
|
|
636
|
-
[
|
|
637
|
-
0,
|
|
638
|
-
{
|
|
639
|
-
[_hQ]: _EFS,
|
|
640
|
-
},
|
|
641
|
-
],
|
|
642
|
-
[
|
|
643
|
-
0,
|
|
644
|
-
{
|
|
645
|
-
[_hQ]: _NT,
|
|
646
|
-
},
|
|
647
|
-
],
|
|
648
|
-
[
|
|
649
|
-
1,
|
|
650
|
-
{
|
|
651
|
-
[_hQ]: _MR,
|
|
652
|
-
},
|
|
653
|
-
],
|
|
580
|
+
[0, { [_hQ]: _S }],
|
|
581
|
+
[0, { [_hQ]: _EFS }],
|
|
582
|
+
[0, { [_hQ]: _NT }],
|
|
583
|
+
[1, { [_hQ]: _MR }],
|
|
654
584
|
],
|
|
655
585
|
];
|
|
656
586
|
var ListStreamSessionsByAccountOutput = [
|
|
@@ -668,30 +598,10 @@ var ListStreamSessionsInput = [
|
|
|
668
598
|
0,
|
|
669
599
|
[_S, _EFS, _NT, _MR, _I],
|
|
670
600
|
[
|
|
671
|
-
[
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
},
|
|
676
|
-
],
|
|
677
|
-
[
|
|
678
|
-
0,
|
|
679
|
-
{
|
|
680
|
-
[_hQ]: _EFS,
|
|
681
|
-
},
|
|
682
|
-
],
|
|
683
|
-
[
|
|
684
|
-
0,
|
|
685
|
-
{
|
|
686
|
-
[_hQ]: _NT,
|
|
687
|
-
},
|
|
688
|
-
],
|
|
689
|
-
[
|
|
690
|
-
1,
|
|
691
|
-
{
|
|
692
|
-
[_hQ]: _MR,
|
|
693
|
-
},
|
|
694
|
-
],
|
|
601
|
+
[0, { [_hQ]: _S }],
|
|
602
|
+
[0, { [_hQ]: _EFS }],
|
|
603
|
+
[0, { [_hQ]: _NT }],
|
|
604
|
+
[1, { [_hQ]: _MR }],
|
|
695
605
|
[0, 1],
|
|
696
606
|
],
|
|
697
607
|
];
|
|
@@ -722,39 +632,14 @@ var RemoveStreamGroupLocationsInput = [
|
|
|
722
632
|
[_I, _L],
|
|
723
633
|
[
|
|
724
634
|
[0, 1],
|
|
725
|
-
[
|
|
726
|
-
64 | 0,
|
|
727
|
-
{
|
|
728
|
-
[_hQ]: _l,
|
|
729
|
-
},
|
|
730
|
-
],
|
|
635
|
+
[64 | 0, { [_hQ]: _l }],
|
|
731
636
|
],
|
|
732
637
|
];
|
|
733
638
|
var ReplicationStatus = [3, n0, _RSe, 0, [_Lo, _S], [0, 0]];
|
|
734
|
-
var ResourceNotFoundException = [
|
|
735
|
-
-3,
|
|
736
|
-
n0,
|
|
737
|
-
_RNFE,
|
|
738
|
-
{
|
|
739
|
-
[_e]: _c,
|
|
740
|
-
[_hE]: 404,
|
|
741
|
-
},
|
|
742
|
-
[_M],
|
|
743
|
-
[0],
|
|
744
|
-
];
|
|
639
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
745
640
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
746
641
|
var RuntimeEnvironment = [3, n0, _RE, 0, [_Ty, _V], [0, 0]];
|
|
747
|
-
var ServiceQuotaExceededException = [
|
|
748
|
-
-3,
|
|
749
|
-
n0,
|
|
750
|
-
_SQEE,
|
|
751
|
-
{
|
|
752
|
-
[_e]: _c,
|
|
753
|
-
[_hE]: 402,
|
|
754
|
-
},
|
|
755
|
-
[_M],
|
|
756
|
-
[0],
|
|
757
|
-
];
|
|
642
|
+
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
758
643
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
759
644
|
var StartStreamSessionInput = [
|
|
760
645
|
3,
|
|
@@ -822,17 +707,7 @@ var TerminateStreamSessionInput = [
|
|
|
822
707
|
[0, 1],
|
|
823
708
|
],
|
|
824
709
|
];
|
|
825
|
-
var ThrottlingException = [
|
|
826
|
-
-3,
|
|
827
|
-
n0,
|
|
828
|
-
_TE,
|
|
829
|
-
{
|
|
830
|
-
[_e]: _c,
|
|
831
|
-
[_hE]: 429,
|
|
832
|
-
},
|
|
833
|
-
[_M],
|
|
834
|
-
[0],
|
|
835
|
-
];
|
|
710
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
836
711
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
837
712
|
var UntagResourceRequest = [
|
|
838
713
|
3,
|
|
@@ -842,12 +717,7 @@ var UntagResourceRequest = [
|
|
|
842
717
|
[_RA, _TK],
|
|
843
718
|
[
|
|
844
719
|
[0, 1],
|
|
845
|
-
[
|
|
846
|
-
64 | 0,
|
|
847
|
-
{
|
|
848
|
-
[_hQ]: _tK,
|
|
849
|
-
},
|
|
850
|
-
],
|
|
720
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
851
721
|
],
|
|
852
722
|
];
|
|
853
723
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -883,17 +753,7 @@ var UpdateStreamGroupOutput = [
|
|
|
883
753
|
[_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
|
|
884
754
|
[0, 0, () => DefaultApplication, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0],
|
|
885
755
|
];
|
|
886
|
-
var ValidationException = [
|
|
887
|
-
-3,
|
|
888
|
-
n0,
|
|
889
|
-
_VE,
|
|
890
|
-
{
|
|
891
|
-
[_e]: _c,
|
|
892
|
-
[_hE]: 400,
|
|
893
|
-
},
|
|
894
|
-
[_M],
|
|
895
|
-
[0],
|
|
896
|
-
];
|
|
756
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
897
757
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
898
758
|
var __Unit = "unit";
|
|
899
759
|
var GameLiftStreamsServiceException = [-3, _sm, "GameLiftStreamsServiceException", 0, [], []];
|
|
@@ -908,9 +768,7 @@ var AddStreamGroupLocations = [
|
|
|
908
768
|
9,
|
|
909
769
|
n0,
|
|
910
770
|
_ASGL,
|
|
911
|
-
{
|
|
912
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/locations", 200],
|
|
913
|
-
},
|
|
771
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/locations", 200] },
|
|
914
772
|
() => AddStreamGroupLocationsInput,
|
|
915
773
|
() => AddStreamGroupLocationsOutput,
|
|
916
774
|
];
|
|
@@ -918,9 +776,7 @@ var AssociateApplications = [
|
|
|
918
776
|
9,
|
|
919
777
|
n0,
|
|
920
778
|
_AAss,
|
|
921
|
-
{
|
|
922
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/associations", 200],
|
|
923
|
-
},
|
|
779
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/associations", 200] },
|
|
924
780
|
() => AssociateApplicationsInput,
|
|
925
781
|
() => AssociateApplicationsOutput,
|
|
926
782
|
];
|
|
@@ -928,9 +784,7 @@ var CreateApplication = [
|
|
|
928
784
|
9,
|
|
929
785
|
n0,
|
|
930
786
|
_CAr,
|
|
931
|
-
{
|
|
932
|
-
[_h]: ["POST", "/applications", 201],
|
|
933
|
-
},
|
|
787
|
+
{ [_h]: ["POST", "/applications", 201] },
|
|
934
788
|
() => CreateApplicationInput,
|
|
935
789
|
() => CreateApplicationOutput,
|
|
936
790
|
];
|
|
@@ -938,9 +792,7 @@ var CreateStreamGroup = [
|
|
|
938
792
|
9,
|
|
939
793
|
n0,
|
|
940
794
|
_CSG,
|
|
941
|
-
{
|
|
942
|
-
[_h]: ["POST", "/streamgroups", 201],
|
|
943
|
-
},
|
|
795
|
+
{ [_h]: ["POST", "/streamgroups", 201] },
|
|
944
796
|
() => CreateStreamGroupInput,
|
|
945
797
|
() => CreateStreamGroupOutput,
|
|
946
798
|
];
|
|
@@ -948,9 +800,7 @@ var CreateStreamSessionConnection = [
|
|
|
948
800
|
9,
|
|
949
801
|
n0,
|
|
950
802
|
_CSSC,
|
|
951
|
-
{
|
|
952
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200],
|
|
953
|
-
},
|
|
803
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200] },
|
|
954
804
|
() => CreateStreamSessionConnectionInput,
|
|
955
805
|
() => CreateStreamSessionConnectionOutput,
|
|
956
806
|
];
|
|
@@ -958,9 +808,7 @@ var DeleteApplication = [
|
|
|
958
808
|
9,
|
|
959
809
|
n0,
|
|
960
810
|
_DAe,
|
|
961
|
-
{
|
|
962
|
-
[_h]: ["DELETE", "/applications/{Identifier}", 204],
|
|
963
|
-
},
|
|
811
|
+
{ [_h]: ["DELETE", "/applications/{Identifier}", 204] },
|
|
964
812
|
() => DeleteApplicationInput,
|
|
965
813
|
() => __Unit,
|
|
966
814
|
];
|
|
@@ -968,9 +816,7 @@ var DeleteStreamGroup = [
|
|
|
968
816
|
9,
|
|
969
817
|
n0,
|
|
970
818
|
_DSG,
|
|
971
|
-
{
|
|
972
|
-
[_h]: ["DELETE", "/streamgroups/{Identifier}", 204],
|
|
973
|
-
},
|
|
819
|
+
{ [_h]: ["DELETE", "/streamgroups/{Identifier}", 204] },
|
|
974
820
|
() => DeleteStreamGroupInput,
|
|
975
821
|
() => __Unit,
|
|
976
822
|
];
|
|
@@ -978,9 +824,7 @@ var DisassociateApplications = [
|
|
|
978
824
|
9,
|
|
979
825
|
n0,
|
|
980
826
|
_DAi,
|
|
981
|
-
{
|
|
982
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/disassociations", 200],
|
|
983
|
-
},
|
|
827
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/disassociations", 200] },
|
|
984
828
|
() => DisassociateApplicationsInput,
|
|
985
829
|
() => DisassociateApplicationsOutput,
|
|
986
830
|
];
|
|
@@ -988,9 +832,7 @@ var ExportStreamSessionFiles = [
|
|
|
988
832
|
9,
|
|
989
833
|
n0,
|
|
990
834
|
_ESSF,
|
|
991
|
-
{
|
|
992
|
-
[_h]: ["PUT", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/exportfiles", 200],
|
|
993
|
-
},
|
|
835
|
+
{ [_h]: ["PUT", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/exportfiles", 200] },
|
|
994
836
|
() => ExportStreamSessionFilesInput,
|
|
995
837
|
() => ExportStreamSessionFilesOutput,
|
|
996
838
|
];
|
|
@@ -998,9 +840,7 @@ var GetApplication = [
|
|
|
998
840
|
9,
|
|
999
841
|
n0,
|
|
1000
842
|
_GA,
|
|
1001
|
-
{
|
|
1002
|
-
[_h]: ["GET", "/applications/{Identifier}", 200],
|
|
1003
|
-
},
|
|
843
|
+
{ [_h]: ["GET", "/applications/{Identifier}", 200] },
|
|
1004
844
|
() => GetApplicationInput,
|
|
1005
845
|
() => GetApplicationOutput,
|
|
1006
846
|
];
|
|
@@ -1008,9 +848,7 @@ var GetStreamGroup = [
|
|
|
1008
848
|
9,
|
|
1009
849
|
n0,
|
|
1010
850
|
_GSG,
|
|
1011
|
-
{
|
|
1012
|
-
[_h]: ["GET", "/streamgroups/{Identifier}", 200],
|
|
1013
|
-
},
|
|
851
|
+
{ [_h]: ["GET", "/streamgroups/{Identifier}", 200] },
|
|
1014
852
|
() => GetStreamGroupInput,
|
|
1015
853
|
() => GetStreamGroupOutput,
|
|
1016
854
|
];
|
|
@@ -1018,9 +856,7 @@ var GetStreamSession = [
|
|
|
1018
856
|
9,
|
|
1019
857
|
n0,
|
|
1020
858
|
_GSS,
|
|
1021
|
-
{
|
|
1022
|
-
[_h]: ["GET", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 200],
|
|
1023
|
-
},
|
|
859
|
+
{ [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 200] },
|
|
1024
860
|
() => GetStreamSessionInput,
|
|
1025
861
|
() => GetStreamSessionOutput,
|
|
1026
862
|
];
|
|
@@ -1028,9 +864,7 @@ var ListApplications = [
|
|
|
1028
864
|
9,
|
|
1029
865
|
n0,
|
|
1030
866
|
_LA,
|
|
1031
|
-
{
|
|
1032
|
-
[_h]: ["GET", "/applications", 200],
|
|
1033
|
-
},
|
|
867
|
+
{ [_h]: ["GET", "/applications", 200] },
|
|
1034
868
|
() => ListApplicationsInput,
|
|
1035
869
|
() => ListApplicationsOutput,
|
|
1036
870
|
];
|
|
@@ -1038,9 +872,7 @@ var ListStreamGroups = [
|
|
|
1038
872
|
9,
|
|
1039
873
|
n0,
|
|
1040
874
|
_LSG,
|
|
1041
|
-
{
|
|
1042
|
-
[_h]: ["GET", "/streamgroups", 200],
|
|
1043
|
-
},
|
|
875
|
+
{ [_h]: ["GET", "/streamgroups", 200] },
|
|
1044
876
|
() => ListStreamGroupsInput,
|
|
1045
877
|
() => ListStreamGroupsOutput,
|
|
1046
878
|
];
|
|
@@ -1048,9 +880,7 @@ var ListStreamSessions = [
|
|
|
1048
880
|
9,
|
|
1049
881
|
n0,
|
|
1050
882
|
_LSS,
|
|
1051
|
-
{
|
|
1052
|
-
[_h]: ["GET", "/streamgroups/{Identifier}/streamsessions", 200],
|
|
1053
|
-
},
|
|
883
|
+
{ [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions", 200] },
|
|
1054
884
|
() => ListStreamSessionsInput,
|
|
1055
885
|
() => ListStreamSessionsOutput,
|
|
1056
886
|
];
|
|
@@ -1058,9 +888,7 @@ var ListStreamSessionsByAccount = [
|
|
|
1058
888
|
9,
|
|
1059
889
|
n0,
|
|
1060
890
|
_LSSBA,
|
|
1061
|
-
{
|
|
1062
|
-
[_h]: ["GET", "/streamsessions", 200],
|
|
1063
|
-
},
|
|
891
|
+
{ [_h]: ["GET", "/streamsessions", 200] },
|
|
1064
892
|
() => ListStreamSessionsByAccountInput,
|
|
1065
893
|
() => ListStreamSessionsByAccountOutput,
|
|
1066
894
|
];
|
|
@@ -1068,9 +896,7 @@ var ListTagsForResource = [
|
|
|
1068
896
|
9,
|
|
1069
897
|
n0,
|
|
1070
898
|
_LTFR,
|
|
1071
|
-
{
|
|
1072
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
1073
|
-
},
|
|
899
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
1074
900
|
() => ListTagsForResourceRequest,
|
|
1075
901
|
() => ListTagsForResourceResponse,
|
|
1076
902
|
];
|
|
@@ -1078,9 +904,7 @@ var RemoveStreamGroupLocations = [
|
|
|
1078
904
|
9,
|
|
1079
905
|
n0,
|
|
1080
906
|
_RSGL,
|
|
1081
|
-
{
|
|
1082
|
-
[_h]: ["DELETE", "/streamgroups/{Identifier}/locations", 204],
|
|
1083
|
-
},
|
|
907
|
+
{ [_h]: ["DELETE", "/streamgroups/{Identifier}/locations", 204] },
|
|
1084
908
|
() => RemoveStreamGroupLocationsInput,
|
|
1085
909
|
() => __Unit,
|
|
1086
910
|
];
|
|
@@ -1088,9 +912,7 @@ var StartStreamSession = [
|
|
|
1088
912
|
9,
|
|
1089
913
|
n0,
|
|
1090
914
|
_SSSt,
|
|
1091
|
-
{
|
|
1092
|
-
[_h]: ["POST", "/streamgroups/{Identifier}/streamsessions", 201],
|
|
1093
|
-
},
|
|
915
|
+
{ [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions", 201] },
|
|
1094
916
|
() => StartStreamSessionInput,
|
|
1095
917
|
() => StartStreamSessionOutput,
|
|
1096
918
|
];
|
|
@@ -1098,9 +920,7 @@ var TagResource = [
|
|
|
1098
920
|
9,
|
|
1099
921
|
n0,
|
|
1100
922
|
_TR,
|
|
1101
|
-
{
|
|
1102
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
1103
|
-
},
|
|
923
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
1104
924
|
() => TagResourceRequest,
|
|
1105
925
|
() => TagResourceResponse,
|
|
1106
926
|
];
|
|
@@ -1108,9 +928,7 @@ var TerminateStreamSession = [
|
|
|
1108
928
|
9,
|
|
1109
929
|
n0,
|
|
1110
930
|
_TSS,
|
|
1111
|
-
{
|
|
1112
|
-
[_h]: ["DELETE", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 204],
|
|
1113
|
-
},
|
|
931
|
+
{ [_h]: ["DELETE", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 204] },
|
|
1114
932
|
() => TerminateStreamSessionInput,
|
|
1115
933
|
() => __Unit,
|
|
1116
934
|
];
|
|
@@ -1118,9 +936,7 @@ var UntagResource = [
|
|
|
1118
936
|
9,
|
|
1119
937
|
n0,
|
|
1120
938
|
_UR,
|
|
1121
|
-
{
|
|
1122
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
1123
|
-
},
|
|
939
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
1124
940
|
() => UntagResourceRequest,
|
|
1125
941
|
() => UntagResourceResponse,
|
|
1126
942
|
];
|
|
@@ -1128,9 +944,7 @@ var UpdateApplication = [
|
|
|
1128
944
|
9,
|
|
1129
945
|
n0,
|
|
1130
946
|
_UA,
|
|
1131
|
-
{
|
|
1132
|
-
[_h]: ["PATCH", "/applications/{Identifier}", 200],
|
|
1133
|
-
},
|
|
947
|
+
{ [_h]: ["PATCH", "/applications/{Identifier}", 200] },
|
|
1134
948
|
() => UpdateApplicationInput,
|
|
1135
949
|
() => UpdateApplicationOutput,
|
|
1136
950
|
];
|
|
@@ -1138,9 +952,7 @@ var UpdateStreamGroup = [
|
|
|
1138
952
|
9,
|
|
1139
953
|
n0,
|
|
1140
954
|
_USG,
|
|
1141
|
-
{
|
|
1142
|
-
[_h]: ["PATCH", "/streamgroups/{Identifier}", 200],
|
|
1143
|
-
},
|
|
955
|
+
{ [_h]: ["PATCH", "/streamgroups/{Identifier}", 200] },
|
|
1144
956
|
() => UpdateStreamGroupInput,
|
|
1145
957
|
() => UpdateStreamGroupOutput,
|
|
1146
958
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultGameLiftStreamsHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|