@aws-sdk/client-kinesis 3.981.0 → 3.983.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/endpoint/endpointResolver.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +113 -78
- package/dist-es/commands/AddTagsToStreamCommand.js +1 -0
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +1 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DeleteStreamCommand.js +1 -0
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +1 -0
- package/dist-es/commands/DescribeStreamCommand.js +1 -0
- package/dist-es/commands/DescribeStreamConsumerCommand.js +1 -0
- package/dist-es/commands/DescribeStreamSummaryCommand.js +1 -0
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +1 -0
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +1 -0
- package/dist-es/commands/GetRecordsCommand.js +1 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
- package/dist-es/commands/GetShardIteratorCommand.js +1 -0
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +1 -0
- package/dist-es/commands/ListShardsCommand.js +1 -0
- package/dist-es/commands/ListStreamConsumersCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTagsForStreamCommand.js +1 -0
- package/dist-es/commands/MergeShardsCommand.js +1 -0
- package/dist-es/commands/PutRecordCommand.js +1 -0
- package/dist-es/commands/PutRecordsCommand.js +1 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
- package/dist-es/commands/RegisterStreamConsumerCommand.js +1 -0
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +1 -0
- package/dist-es/commands/SplitShardCommand.js +1 -0
- package/dist-es/commands/StartStreamEncryptionCommand.js +1 -0
- package/dist-es/commands/StopStreamEncryptionCommand.js +1 -0
- package/dist-es/commands/SubscribeToShardCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateMaxRecordSizeCommand.js +1 -0
- package/dist-es/commands/UpdateShardCountCommand.js +1 -0
- package/dist-es/commands/UpdateStreamModeCommand.js +1 -0
- package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +1 -0
- package/dist-es/endpoint/endpointResolver.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/schemas/schemas_0.js +79 -78
- package/dist-types/commands/AddTagsToStreamCommand.d.ts +1 -0
- package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +2 -0
- package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +1 -0
- package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +1 -0
- package/dist-types/commands/GetRecordsCommand.d.ts +1 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetShardIteratorCommand.d.ts +1 -0
- package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +1 -0
- package/dist-types/commands/ListShardsCommand.d.ts +1 -0
- package/dist-types/commands/ListStreamConsumersCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +1 -0
- package/dist-types/commands/MergeShardsCommand.d.ts +1 -0
- package/dist-types/commands/PutRecordCommand.d.ts +1 -0
- package/dist-types/commands/PutRecordsCommand.d.ts +1 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +1 -0
- package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +1 -0
- package/dist-types/commands/SplitShardCommand.d.ts +1 -0
- package/dist-types/commands/StartStreamEncryptionCommand.d.ts +1 -0
- package/dist-types/commands/StopStreamEncryptionCommand.d.ts +1 -0
- package/dist-types/commands/SubscribeToShardCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMaxRecordSizeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateShardCountCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStreamModeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStreamWarmThroughputCommand.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +177 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -480,9 +480,10 @@ const _SD = "StreamDescription";
|
|
|
480
480
|
const _SDS = "StreamDescriptionSummary";
|
|
481
481
|
const _SF = "ShardFilter";
|
|
482
482
|
const _SHK = "StartingHashKey";
|
|
483
|
-
const _SI = "
|
|
483
|
+
const _SI = "StreamId";
|
|
484
484
|
const _SIT = "ShardIteratorType";
|
|
485
|
-
const _SIh = "
|
|
485
|
+
const _SIh = "ShardId";
|
|
486
|
+
const _SIha = "ShardIterator";
|
|
486
487
|
const _SL = "ShardLimit";
|
|
487
488
|
const _SLM = "ShardLevelMetrics";
|
|
488
489
|
const _SLh = "ShardList";
|
|
@@ -560,12 +561,12 @@ var AccessDeniedException$ = [-3, n0, _ADE,
|
|
|
560
561
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
561
562
|
var AddTagsToStreamInput$ = [3, n0, _ATTSI,
|
|
562
563
|
0,
|
|
563
|
-
[_T, _SN, _SARN],
|
|
564
|
-
[128 | 0, 0, 0], 1
|
|
564
|
+
[_T, _SN, _SARN, _SI],
|
|
565
|
+
[128 | 0, 0, 0, 0], 1
|
|
565
566
|
];
|
|
566
567
|
var ChildShard$ = [3, n0, _CS,
|
|
567
568
|
0,
|
|
568
|
-
[
|
|
569
|
+
[_SIh, _PS, _HKR],
|
|
569
570
|
[0, 64 | 0, () => HashKeyRange$], 3
|
|
570
571
|
];
|
|
571
572
|
var Consumer$ = [3, n0, _C,
|
|
@@ -585,23 +586,23 @@ var CreateStreamInput$ = [3, n0, _CSI,
|
|
|
585
586
|
];
|
|
586
587
|
var DecreaseStreamRetentionPeriodInput$ = [3, n0, _DSRPI,
|
|
587
588
|
0,
|
|
588
|
-
[_RPH, _SN, _SARN],
|
|
589
|
-
[1, 0, 0], 1
|
|
589
|
+
[_RPH, _SN, _SARN, _SI],
|
|
590
|
+
[1, 0, 0, 0], 1
|
|
590
591
|
];
|
|
591
592
|
var DeleteResourcePolicyInput$ = [3, n0, _DRPI,
|
|
592
593
|
0,
|
|
593
|
-
[_RARN],
|
|
594
|
-
[0], 1
|
|
594
|
+
[_RARN, _SI],
|
|
595
|
+
[0, 0], 1
|
|
595
596
|
];
|
|
596
597
|
var DeleteStreamInput$ = [3, n0, _DSI,
|
|
597
598
|
0,
|
|
598
|
-
[_SN, _ECD, _SARN],
|
|
599
|
-
[0, 2, 0]
|
|
599
|
+
[_SN, _ECD, _SARN, _SI],
|
|
600
|
+
[0, 2, 0, 0]
|
|
600
601
|
];
|
|
601
602
|
var DeregisterStreamConsumerInput$ = [3, n0, _DSCI,
|
|
602
603
|
0,
|
|
603
|
-
[_SARN, _CN, _CARN],
|
|
604
|
-
[0, 0, 0]
|
|
604
|
+
[_SARN, _CN, _CARN, _SI],
|
|
605
|
+
[0, 0, 0, 0]
|
|
605
606
|
];
|
|
606
607
|
var DescribeAccountSettingsInput$ = [3, n0, _DASI,
|
|
607
608
|
0,
|
|
@@ -625,8 +626,8 @@ var DescribeLimitsOutput$ = [3, n0, _DLO,
|
|
|
625
626
|
];
|
|
626
627
|
var DescribeStreamConsumerInput$ = [3, n0, _DSCIe,
|
|
627
628
|
0,
|
|
628
|
-
[_SARN, _CN, _CARN],
|
|
629
|
-
[0, 0, 0]
|
|
629
|
+
[_SARN, _CN, _CARN, _SI],
|
|
630
|
+
[0, 0, 0, 0]
|
|
630
631
|
];
|
|
631
632
|
var DescribeStreamConsumerOutput$ = [3, n0, _DSCO,
|
|
632
633
|
0,
|
|
@@ -635,8 +636,8 @@ var DescribeStreamConsumerOutput$ = [3, n0, _DSCO,
|
|
|
635
636
|
];
|
|
636
637
|
var DescribeStreamInput$ = [3, n0, _DSIe,
|
|
637
638
|
0,
|
|
638
|
-
[_SN, _L, _ESSI, _SARN],
|
|
639
|
-
[0, 1, 0, 0]
|
|
639
|
+
[_SN, _L, _ESSI, _SARN, _SI],
|
|
640
|
+
[0, 1, 0, 0, 0]
|
|
640
641
|
];
|
|
641
642
|
var DescribeStreamOutput$ = [3, n0, _DSO,
|
|
642
643
|
0,
|
|
@@ -645,8 +646,8 @@ var DescribeStreamOutput$ = [3, n0, _DSO,
|
|
|
645
646
|
];
|
|
646
647
|
var DescribeStreamSummaryInput$ = [3, n0, _DSSI,
|
|
647
648
|
0,
|
|
648
|
-
[_SN, _SARN],
|
|
649
|
-
[0, 0]
|
|
649
|
+
[_SN, _SARN, _SI],
|
|
650
|
+
[0, 0, 0]
|
|
650
651
|
];
|
|
651
652
|
var DescribeStreamSummaryOutput$ = [3, n0, _DSSO,
|
|
652
653
|
0,
|
|
@@ -655,13 +656,13 @@ var DescribeStreamSummaryOutput$ = [3, n0, _DSSO,
|
|
|
655
656
|
];
|
|
656
657
|
var DisableEnhancedMonitoringInput$ = [3, n0, _DEMI,
|
|
657
658
|
0,
|
|
658
|
-
[_SLM, _SN, _SARN],
|
|
659
|
-
[64 | 0, 0, 0], 1
|
|
659
|
+
[_SLM, _SN, _SARN, _SI],
|
|
660
|
+
[64 | 0, 0, 0, 0], 1
|
|
660
661
|
];
|
|
661
662
|
var EnableEnhancedMonitoringInput$ = [3, n0, _EEMI,
|
|
662
663
|
0,
|
|
663
|
-
[_SLM, _SN, _SARN],
|
|
664
|
-
[64 | 0, 0, 0], 1
|
|
664
|
+
[_SLM, _SN, _SARN, _SI],
|
|
665
|
+
[64 | 0, 0, 0, 0], 1
|
|
665
666
|
];
|
|
666
667
|
var EnhancedMetrics$ = [3, n0, _EM,
|
|
667
668
|
0,
|
|
@@ -687,8 +688,8 @@ var ExpiredNextTokenException$ = [-3, n0, _ENTE,
|
|
|
687
688
|
schema.TypeRegistry.for(n0).registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
|
|
688
689
|
var GetRecordsInput$ = [3, n0, _GRI,
|
|
689
690
|
0,
|
|
690
|
-
[
|
|
691
|
-
[0, 1, 0], 1
|
|
691
|
+
[_SIha, _L, _SARN, _SI],
|
|
692
|
+
[0, 1, 0, 0], 1
|
|
692
693
|
];
|
|
693
694
|
var GetRecordsOutput$ = [3, n0, _GRO,
|
|
694
695
|
0,
|
|
@@ -697,8 +698,8 @@ var GetRecordsOutput$ = [3, n0, _GRO,
|
|
|
697
698
|
];
|
|
698
699
|
var GetResourcePolicyInput$ = [3, n0, _GRPI,
|
|
699
700
|
0,
|
|
700
|
-
[_RARN],
|
|
701
|
-
[0], 1
|
|
701
|
+
[_RARN, _SI],
|
|
702
|
+
[0, 0], 1
|
|
702
703
|
];
|
|
703
704
|
var GetResourcePolicyOutput$ = [3, n0, _GRPO,
|
|
704
705
|
0,
|
|
@@ -707,12 +708,12 @@ var GetResourcePolicyOutput$ = [3, n0, _GRPO,
|
|
|
707
708
|
];
|
|
708
709
|
var GetShardIteratorInput$ = [3, n0, _GSII,
|
|
709
710
|
0,
|
|
710
|
-
[
|
|
711
|
-
[0, 0, 0, 0, 4, 0], 2
|
|
711
|
+
[_SIh, _SIT, _SN, _SSN, _Ti, _SARN, _SI],
|
|
712
|
+
[0, 0, 0, 0, 4, 0, 0], 2
|
|
712
713
|
];
|
|
713
714
|
var GetShardIteratorOutput$ = [3, n0, _GSIO,
|
|
714
715
|
0,
|
|
715
|
-
[
|
|
716
|
+
[_SIha],
|
|
716
717
|
[0]
|
|
717
718
|
];
|
|
718
719
|
var HashKeyRange$ = [3, n0, _HKR,
|
|
@@ -722,8 +723,8 @@ var HashKeyRange$ = [3, n0, _HKR,
|
|
|
722
723
|
];
|
|
723
724
|
var IncreaseStreamRetentionPeriodInput$ = [3, n0, _ISRPI,
|
|
724
725
|
0,
|
|
725
|
-
[_RPH, _SN, _SARN],
|
|
726
|
-
[1, 0, 0], 1
|
|
726
|
+
[_RPH, _SN, _SARN, _SI],
|
|
727
|
+
[1, 0, 0, 0], 1
|
|
727
728
|
];
|
|
728
729
|
var InternalFailureException$ = [-3, n0, _IFE,
|
|
729
730
|
{ [_e]: _s },
|
|
@@ -781,8 +782,8 @@ var LimitExceededException$ = [-3, n0, _LEE,
|
|
|
781
782
|
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
782
783
|
var ListShardsInput$ = [3, n0, _LSI,
|
|
783
784
|
0,
|
|
784
|
-
[_SN, _NT, _ESSI, _MR, _SCT, _SF, _SARN],
|
|
785
|
-
[0, 0, 0, 1, 4, () => ShardFilter$, 0]
|
|
785
|
+
[_SN, _NT, _ESSI, _MR, _SCT, _SF, _SARN, _SI],
|
|
786
|
+
[0, 0, 0, 1, 4, () => ShardFilter$, 0, 0]
|
|
786
787
|
];
|
|
787
788
|
var ListShardsOutput$ = [3, n0, _LSO,
|
|
788
789
|
0,
|
|
@@ -791,8 +792,8 @@ var ListShardsOutput$ = [3, n0, _LSO,
|
|
|
791
792
|
];
|
|
792
793
|
var ListStreamConsumersInput$ = [3, n0, _LSCI,
|
|
793
794
|
0,
|
|
794
|
-
[_SARN, _NT, _MR, _SCT],
|
|
795
|
-
[0, 0, 1, 4], 1
|
|
795
|
+
[_SARN, _NT, _MR, _SCT, _SI],
|
|
796
|
+
[0, 0, 1, 4, 0], 1
|
|
796
797
|
];
|
|
797
798
|
var ListStreamConsumersOutput$ = [3, n0, _LSCO,
|
|
798
799
|
0,
|
|
@@ -811,8 +812,8 @@ var ListStreamsOutput$ = [3, n0, _LSOi,
|
|
|
811
812
|
];
|
|
812
813
|
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
813
814
|
0,
|
|
814
|
-
[_RARN],
|
|
815
|
-
[0], 1
|
|
815
|
+
[_RARN, _SI],
|
|
816
|
+
[0, 0], 1
|
|
816
817
|
];
|
|
817
818
|
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
818
819
|
0,
|
|
@@ -821,8 +822,8 @@ var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
|
821
822
|
];
|
|
822
823
|
var ListTagsForStreamInput$ = [3, n0, _LTFSI,
|
|
823
824
|
0,
|
|
824
|
-
[_SN, _ESTK, _L, _SARN],
|
|
825
|
-
[0, 0, 1, 0]
|
|
825
|
+
[_SN, _ESTK, _L, _SARN, _SI],
|
|
826
|
+
[0, 0, 1, 0, 0]
|
|
826
827
|
];
|
|
827
828
|
var ListTagsForStreamOutput$ = [3, n0, _LTFSO,
|
|
828
829
|
0,
|
|
@@ -831,8 +832,8 @@ var ListTagsForStreamOutput$ = [3, n0, _LTFSO,
|
|
|
831
832
|
];
|
|
832
833
|
var MergeShardsInput$ = [3, n0, _MSI,
|
|
833
834
|
0,
|
|
834
|
-
[_STM, _ASTM, _SN, _SARN],
|
|
835
|
-
[0, 0, 0, 0], 2
|
|
835
|
+
[_STM, _ASTM, _SN, _SARN, _SI],
|
|
836
|
+
[0, 0, 0, 0, 0], 2
|
|
836
837
|
];
|
|
837
838
|
var MinimumThroughputBillingCommitmentInput$ = [3, n0, _MTBCI,
|
|
838
839
|
0,
|
|
@@ -852,18 +853,18 @@ var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
|
852
853
|
schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
853
854
|
var PutRecordInput$ = [3, n0, _PRI,
|
|
854
855
|
0,
|
|
855
|
-
[_D, _PK, _SN, _EHKx, _SNFO, _SARN],
|
|
856
|
-
[21, 0, 0, 0, 0, 0], 2
|
|
856
|
+
[_D, _PK, _SN, _EHKx, _SNFO, _SARN, _SI],
|
|
857
|
+
[21, 0, 0, 0, 0, 0, 0], 2
|
|
857
858
|
];
|
|
858
859
|
var PutRecordOutput$ = [3, n0, _PRO,
|
|
859
860
|
0,
|
|
860
|
-
[
|
|
861
|
+
[_SIh, _SNe, _ET],
|
|
861
862
|
[0, 0, 0], 2
|
|
862
863
|
];
|
|
863
864
|
var PutRecordsInput$ = [3, n0, _PRIu,
|
|
864
865
|
0,
|
|
865
|
-
[_R, _SN, _SARN],
|
|
866
|
-
[() => PutRecordsRequestEntryList, 0, 0], 1
|
|
866
|
+
[_R, _SN, _SARN, _SI],
|
|
867
|
+
[() => PutRecordsRequestEntryList, 0, 0, 0], 1
|
|
867
868
|
];
|
|
868
869
|
var PutRecordsOutput$ = [3, n0, _PROu,
|
|
869
870
|
0,
|
|
@@ -877,13 +878,13 @@ var PutRecordsRequestEntry$ = [3, n0, _PRRE,
|
|
|
877
878
|
];
|
|
878
879
|
var PutRecordsResultEntry$ = [3, n0, _PRREu,
|
|
879
880
|
0,
|
|
880
|
-
[_SNe,
|
|
881
|
+
[_SNe, _SIh, _EC, _EMr],
|
|
881
882
|
[0, 0, 0, 0]
|
|
882
883
|
];
|
|
883
884
|
var PutResourcePolicyInput$ = [3, n0, _PRPI,
|
|
884
885
|
0,
|
|
885
|
-
[_RARN, _P],
|
|
886
|
-
[0, 0], 2
|
|
886
|
+
[_RARN, _P, _SI],
|
|
887
|
+
[0, 0, 0], 2
|
|
887
888
|
];
|
|
888
889
|
var _Record$ = [3, n0, _Re,
|
|
889
890
|
0,
|
|
@@ -892,8 +893,8 @@ var _Record$ = [3, n0, _Re,
|
|
|
892
893
|
];
|
|
893
894
|
var RegisterStreamConsumerInput$ = [3, n0, _RSCI,
|
|
894
895
|
0,
|
|
895
|
-
[_SARN, _CN, _T],
|
|
896
|
-
[0, 0, 128 | 0], 2
|
|
896
|
+
[_SARN, _CN, _SI, _T],
|
|
897
|
+
[0, 0, 0, 128 | 0], 2
|
|
897
898
|
];
|
|
898
899
|
var RegisterStreamConsumerOutput$ = [3, n0, _RSCO,
|
|
899
900
|
0,
|
|
@@ -902,8 +903,8 @@ var RegisterStreamConsumerOutput$ = [3, n0, _RSCO,
|
|
|
902
903
|
];
|
|
903
904
|
var RemoveTagsFromStreamInput$ = [3, n0, _RTFSI,
|
|
904
905
|
0,
|
|
905
|
-
[_TK, _SN, _SARN],
|
|
906
|
-
[64 | 0, 0, 0], 1
|
|
906
|
+
[_TK, _SN, _SARN, _SI],
|
|
907
|
+
[64 | 0, 0, 0, 0], 1
|
|
907
908
|
];
|
|
908
909
|
var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
909
910
|
{ [_e]: _c },
|
|
@@ -924,18 +925,18 @@ var SequenceNumberRange$ = [3, n0, _SNR,
|
|
|
924
925
|
];
|
|
925
926
|
var Shard$ = [3, n0, _Sh,
|
|
926
927
|
0,
|
|
927
|
-
[
|
|
928
|
+
[_SIh, _HKR, _SNR, _PSI, _APSI],
|
|
928
929
|
[0, () => HashKeyRange$, () => SequenceNumberRange$, 0, 0], 3
|
|
929
930
|
];
|
|
930
931
|
var ShardFilter$ = [3, n0, _SF,
|
|
931
932
|
0,
|
|
932
|
-
[_Ty,
|
|
933
|
+
[_Ty, _SIh, _Ti],
|
|
933
934
|
[0, 0, 4], 1
|
|
934
935
|
];
|
|
935
936
|
var SplitShardInput$ = [3, n0, _SSI,
|
|
936
937
|
0,
|
|
937
|
-
[_STS, _NSHK, _SN, _SARN],
|
|
938
|
-
[0, 0, 0, 0], 2
|
|
938
|
+
[_STS, _NSHK, _SN, _SARN, _SI],
|
|
939
|
+
[0, 0, 0, 0, 0], 2
|
|
939
940
|
];
|
|
940
941
|
var StartingPosition$ = [3, n0, _SP,
|
|
941
942
|
0,
|
|
@@ -944,13 +945,13 @@ var StartingPosition$ = [3, n0, _SP,
|
|
|
944
945
|
];
|
|
945
946
|
var StartStreamEncryptionInput$ = [3, n0, _SSEI,
|
|
946
947
|
0,
|
|
947
|
-
[_ET, _KI, _SN, _SARN],
|
|
948
|
-
[0, 0, 0, 0], 2
|
|
948
|
+
[_ET, _KI, _SN, _SARN, _SI],
|
|
949
|
+
[0, 0, 0, 0, 0], 2
|
|
949
950
|
];
|
|
950
951
|
var StopStreamEncryptionInput$ = [3, n0, _SSEIt,
|
|
951
952
|
0,
|
|
952
|
-
[_ET, _KI, _SN, _SARN],
|
|
953
|
-
[0, 0, 0, 0], 2
|
|
953
|
+
[_ET, _KI, _SN, _SARN, _SI],
|
|
954
|
+
[0, 0, 0, 0, 0], 2
|
|
954
955
|
];
|
|
955
956
|
var StreamDescription$ = [3, n0, _SD,
|
|
956
957
|
0,
|
|
@@ -959,8 +960,8 @@ var StreamDescription$ = [3, n0, _SD,
|
|
|
959
960
|
];
|
|
960
961
|
var StreamDescriptionSummary$ = [3, n0, _SDS,
|
|
961
962
|
0,
|
|
962
|
-
[_SN, _SARN, _SSt, _RPH, _SCT, _EMn, _OSC, _SMD, _ET, _KI, _CC, _WT, _MRSIKB],
|
|
963
|
-
[0, 0, 0, 1, 4, () => EnhancedMonitoringList, 1, () => StreamModeDetails$, 0, 0, 1, () => WarmThroughputObject$, 1], 7
|
|
963
|
+
[_SN, _SARN, _SSt, _RPH, _SCT, _EMn, _OSC, _SI, _SMD, _ET, _KI, _CC, _WT, _MRSIKB],
|
|
964
|
+
[0, 0, 0, 1, 4, () => EnhancedMonitoringList, 1, 0, () => StreamModeDetails$, 0, 0, 1, () => WarmThroughputObject$, 1], 7
|
|
964
965
|
];
|
|
965
966
|
var StreamModeDetails$ = [3, n0, _SMD,
|
|
966
967
|
0,
|
|
@@ -979,8 +980,8 @@ var SubscribeToShardEvent$ = [3, n0, _STSE,
|
|
|
979
980
|
];
|
|
980
981
|
var SubscribeToShardInput$ = [3, n0, _STSI,
|
|
981
982
|
0,
|
|
982
|
-
[_CARN,
|
|
983
|
-
[0, 0, () => StartingPosition
|
|
983
|
+
[_CARN, _SIh, _SP, _SI],
|
|
984
|
+
[0, 0, () => StartingPosition$, 0], 3
|
|
984
985
|
];
|
|
985
986
|
var SubscribeToShardOutput$ = [3, n0, _STSO,
|
|
986
987
|
0,
|
|
@@ -994,13 +995,13 @@ var Tag$ = [3, n0, _Ta,
|
|
|
994
995
|
];
|
|
995
996
|
var TagResourceInput$ = [3, n0, _TRI,
|
|
996
997
|
0,
|
|
997
|
-
[_T, _RARN],
|
|
998
|
-
[128 | 0, 0], 2
|
|
998
|
+
[_T, _RARN, _SI],
|
|
999
|
+
[128 | 0, 0, 0], 2
|
|
999
1000
|
];
|
|
1000
1001
|
var UntagResourceInput$ = [3, n0, _URI,
|
|
1001
1002
|
0,
|
|
1002
|
-
[_TK, _RARN],
|
|
1003
|
-
[64 | 0, 0], 2
|
|
1003
|
+
[_TK, _RARN, _SI],
|
|
1004
|
+
[64 | 0, 0, 0], 2
|
|
1004
1005
|
];
|
|
1005
1006
|
var UpdateAccountSettingsInput$ = [3, n0, _UASI,
|
|
1006
1007
|
0,
|
|
@@ -1014,13 +1015,13 @@ var UpdateAccountSettingsOutput$ = [3, n0, _UASO,
|
|
|
1014
1015
|
];
|
|
1015
1016
|
var UpdateMaxRecordSizeInput$ = [3, n0, _UMRSI,
|
|
1016
1017
|
0,
|
|
1017
|
-
[_MRSIKB, _SARN],
|
|
1018
|
-
[1, 0], 1
|
|
1018
|
+
[_MRSIKB, _SARN, _SI],
|
|
1019
|
+
[1, 0, 0], 1
|
|
1019
1020
|
];
|
|
1020
1021
|
var UpdateShardCountInput$ = [3, n0, _USCI,
|
|
1021
1022
|
0,
|
|
1022
|
-
[_TSC, _ST, _SN, _SARN],
|
|
1023
|
-
[1, 0, 0, 0], 2
|
|
1023
|
+
[_TSC, _ST, _SN, _SARN, _SI],
|
|
1024
|
+
[1, 0, 0, 0, 0], 2
|
|
1024
1025
|
];
|
|
1025
1026
|
var UpdateShardCountOutput$ = [3, n0, _USCO,
|
|
1026
1027
|
0,
|
|
@@ -1029,13 +1030,13 @@ var UpdateShardCountOutput$ = [3, n0, _USCO,
|
|
|
1029
1030
|
];
|
|
1030
1031
|
var UpdateStreamModeInput$ = [3, n0, _USMI,
|
|
1031
1032
|
0,
|
|
1032
|
-
[_SARN, _SMD, _WTMB],
|
|
1033
|
-
[0, () => StreamModeDetails$, 1], 2
|
|
1033
|
+
[_SARN, _SMD, _SI, _WTMB],
|
|
1034
|
+
[0, () => StreamModeDetails$, 0, 1], 2
|
|
1034
1035
|
];
|
|
1035
1036
|
var UpdateStreamWarmThroughputInput$ = [3, n0, _USWTI,
|
|
1036
1037
|
0,
|
|
1037
|
-
[_WTMB, _SARN, _SN],
|
|
1038
|
-
[1, 0, 0], 1
|
|
1038
|
+
[_WTMB, _SARN, _SN, _SI],
|
|
1039
|
+
[1, 0, 0, 0], 1
|
|
1039
1040
|
];
|
|
1040
1041
|
var UpdateStreamWarmThroughputOutput$ = [3, n0, _USWTO,
|
|
1041
1042
|
0,
|
|
@@ -1211,6 +1212,7 @@ class AddTagsToStreamCommand extends smithyClient.Command
|
|
|
1211
1212
|
.ep({
|
|
1212
1213
|
...commonParams,
|
|
1213
1214
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1215
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1214
1216
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1215
1217
|
})
|
|
1216
1218
|
.m(function (Command, cs, config, o) {
|
|
@@ -1239,6 +1241,7 @@ class DecreaseStreamRetentionPeriodCommand extends smithyClient.Command
|
|
|
1239
1241
|
.ep({
|
|
1240
1242
|
...commonParams,
|
|
1241
1243
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1244
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1242
1245
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1243
1246
|
})
|
|
1244
1247
|
.m(function (Command, cs, config, o) {
|
|
@@ -1256,6 +1259,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
1256
1259
|
...commonParams,
|
|
1257
1260
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1258
1261
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
1262
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1259
1263
|
})
|
|
1260
1264
|
.m(function (Command, cs, config, o) {
|
|
1261
1265
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -1271,6 +1275,7 @@ class DeleteStreamCommand extends smithyClient.Command
|
|
|
1271
1275
|
.ep({
|
|
1272
1276
|
...commonParams,
|
|
1273
1277
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1278
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1274
1279
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1275
1280
|
})
|
|
1276
1281
|
.m(function (Command, cs, config, o) {
|
|
@@ -1287,6 +1292,7 @@ class DeregisterStreamConsumerCommand extends smithyClient.Command
|
|
|
1287
1292
|
.ep({
|
|
1288
1293
|
...commonParams,
|
|
1289
1294
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1295
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1290
1296
|
ConsumerARN: { type: "contextParams", name: "ConsumerARN" },
|
|
1291
1297
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1292
1298
|
})
|
|
@@ -1328,6 +1334,7 @@ class DescribeStreamCommand extends smithyClient.Command
|
|
|
1328
1334
|
.ep({
|
|
1329
1335
|
...commonParams,
|
|
1330
1336
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1337
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1331
1338
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1332
1339
|
})
|
|
1333
1340
|
.m(function (Command, cs, config, o) {
|
|
@@ -1344,6 +1351,7 @@ class DescribeStreamConsumerCommand extends smithyClient.Command
|
|
|
1344
1351
|
.ep({
|
|
1345
1352
|
...commonParams,
|
|
1346
1353
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1354
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1347
1355
|
ConsumerARN: { type: "contextParams", name: "ConsumerARN" },
|
|
1348
1356
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1349
1357
|
})
|
|
@@ -1361,6 +1369,7 @@ class DescribeStreamSummaryCommand extends smithyClient.Command
|
|
|
1361
1369
|
.ep({
|
|
1362
1370
|
...commonParams,
|
|
1363
1371
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1372
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1364
1373
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1365
1374
|
})
|
|
1366
1375
|
.m(function (Command, cs, config, o) {
|
|
@@ -1377,6 +1386,7 @@ class DisableEnhancedMonitoringCommand extends smithyClient.Command
|
|
|
1377
1386
|
.ep({
|
|
1378
1387
|
...commonParams,
|
|
1379
1388
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1389
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1380
1390
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1381
1391
|
})
|
|
1382
1392
|
.m(function (Command, cs, config, o) {
|
|
@@ -1393,6 +1403,7 @@ class EnableEnhancedMonitoringCommand extends smithyClient.Command
|
|
|
1393
1403
|
.ep({
|
|
1394
1404
|
...commonParams,
|
|
1395
1405
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1406
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1396
1407
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1397
1408
|
})
|
|
1398
1409
|
.m(function (Command, cs, config, o) {
|
|
@@ -1409,6 +1420,7 @@ class GetRecordsCommand extends smithyClient.Command
|
|
|
1409
1420
|
.ep({
|
|
1410
1421
|
...commonParams,
|
|
1411
1422
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
1423
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1412
1424
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1413
1425
|
})
|
|
1414
1426
|
.m(function (Command, cs, config, o) {
|
|
@@ -1426,6 +1438,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
1426
1438
|
...commonParams,
|
|
1427
1439
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1428
1440
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
1441
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1429
1442
|
})
|
|
1430
1443
|
.m(function (Command, cs, config, o) {
|
|
1431
1444
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -1441,6 +1454,7 @@ class GetShardIteratorCommand extends smithyClient.Command
|
|
|
1441
1454
|
.ep({
|
|
1442
1455
|
...commonParams,
|
|
1443
1456
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
1457
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1444
1458
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1445
1459
|
})
|
|
1446
1460
|
.m(function (Command, cs, config, o) {
|
|
@@ -1457,6 +1471,7 @@ class IncreaseStreamRetentionPeriodCommand extends smithyClient.Command
|
|
|
1457
1471
|
.ep({
|
|
1458
1472
|
...commonParams,
|
|
1459
1473
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1474
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1460
1475
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1461
1476
|
})
|
|
1462
1477
|
.m(function (Command, cs, config, o) {
|
|
@@ -1473,6 +1488,7 @@ class ListShardsCommand extends smithyClient.Command
|
|
|
1473
1488
|
.ep({
|
|
1474
1489
|
...commonParams,
|
|
1475
1490
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1491
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1476
1492
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1477
1493
|
})
|
|
1478
1494
|
.m(function (Command, cs, config, o) {
|
|
@@ -1489,6 +1505,7 @@ class ListStreamConsumersCommand extends smithyClient.Command
|
|
|
1489
1505
|
.ep({
|
|
1490
1506
|
...commonParams,
|
|
1491
1507
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1508
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1492
1509
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1493
1510
|
})
|
|
1494
1511
|
.m(function (Command, cs, config, o) {
|
|
@@ -1518,6 +1535,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1518
1535
|
...commonParams,
|
|
1519
1536
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1520
1537
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
1538
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1521
1539
|
})
|
|
1522
1540
|
.m(function (Command, cs, config, o) {
|
|
1523
1541
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -1533,6 +1551,7 @@ class ListTagsForStreamCommand extends smithyClient.Command
|
|
|
1533
1551
|
.ep({
|
|
1534
1552
|
...commonParams,
|
|
1535
1553
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1554
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1536
1555
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1537
1556
|
})
|
|
1538
1557
|
.m(function (Command, cs, config, o) {
|
|
@@ -1549,6 +1568,7 @@ class MergeShardsCommand extends smithyClient.Command
|
|
|
1549
1568
|
.ep({
|
|
1550
1569
|
...commonParams,
|
|
1551
1570
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1571
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1552
1572
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1553
1573
|
})
|
|
1554
1574
|
.m(function (Command, cs, config, o) {
|
|
@@ -1565,6 +1585,7 @@ class PutRecordCommand extends smithyClient.Command
|
|
|
1565
1585
|
.ep({
|
|
1566
1586
|
...commonParams,
|
|
1567
1587
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
1588
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1568
1589
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1569
1590
|
})
|
|
1570
1591
|
.m(function (Command, cs, config, o) {
|
|
@@ -1581,6 +1602,7 @@ class PutRecordsCommand extends smithyClient.Command
|
|
|
1581
1602
|
.ep({
|
|
1582
1603
|
...commonParams,
|
|
1583
1604
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
1605
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1584
1606
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1585
1607
|
})
|
|
1586
1608
|
.m(function (Command, cs, config, o) {
|
|
@@ -1598,6 +1620,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1598
1620
|
...commonParams,
|
|
1599
1621
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1600
1622
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
1623
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1601
1624
|
})
|
|
1602
1625
|
.m(function (Command, cs, config, o) {
|
|
1603
1626
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -1613,6 +1636,7 @@ class RegisterStreamConsumerCommand extends smithyClient.Command
|
|
|
1613
1636
|
.ep({
|
|
1614
1637
|
...commonParams,
|
|
1615
1638
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1639
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1616
1640
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1617
1641
|
})
|
|
1618
1642
|
.m(function (Command, cs, config, o) {
|
|
@@ -1629,6 +1653,7 @@ class RemoveTagsFromStreamCommand extends smithyClient.Command
|
|
|
1629
1653
|
.ep({
|
|
1630
1654
|
...commonParams,
|
|
1631
1655
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1656
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1632
1657
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1633
1658
|
})
|
|
1634
1659
|
.m(function (Command, cs, config, o) {
|
|
@@ -1645,6 +1670,7 @@ class SplitShardCommand extends smithyClient.Command
|
|
|
1645
1670
|
.ep({
|
|
1646
1671
|
...commonParams,
|
|
1647
1672
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1673
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1648
1674
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1649
1675
|
})
|
|
1650
1676
|
.m(function (Command, cs, config, o) {
|
|
@@ -1661,6 +1687,7 @@ class StartStreamEncryptionCommand extends smithyClient.Command
|
|
|
1661
1687
|
.ep({
|
|
1662
1688
|
...commonParams,
|
|
1663
1689
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1690
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1664
1691
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1665
1692
|
})
|
|
1666
1693
|
.m(function (Command, cs, config, o) {
|
|
@@ -1677,6 +1704,7 @@ class StopStreamEncryptionCommand extends smithyClient.Command
|
|
|
1677
1704
|
.ep({
|
|
1678
1705
|
...commonParams,
|
|
1679
1706
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1707
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1680
1708
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1681
1709
|
})
|
|
1682
1710
|
.m(function (Command, cs, config, o) {
|
|
@@ -1693,6 +1721,7 @@ class SubscribeToShardCommand extends smithyClient.Command
|
|
|
1693
1721
|
.ep({
|
|
1694
1722
|
...commonParams,
|
|
1695
1723
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
1724
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1696
1725
|
ConsumerARN: { type: "contextParams", name: "ConsumerARN" },
|
|
1697
1726
|
})
|
|
1698
1727
|
.m(function (Command, cs, config, o) {
|
|
@@ -1714,6 +1743,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1714
1743
|
...commonParams,
|
|
1715
1744
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1716
1745
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
1746
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1717
1747
|
})
|
|
1718
1748
|
.m(function (Command, cs, config, o) {
|
|
1719
1749
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -1730,6 +1760,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1730
1760
|
...commonParams,
|
|
1731
1761
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1732
1762
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
1763
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1733
1764
|
})
|
|
1734
1765
|
.m(function (Command, cs, config, o) {
|
|
1735
1766
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -1757,6 +1788,7 @@ class UpdateMaxRecordSizeCommand extends smithyClient.Command
|
|
|
1757
1788
|
.ep({
|
|
1758
1789
|
...commonParams,
|
|
1759
1790
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1791
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1760
1792
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1761
1793
|
})
|
|
1762
1794
|
.m(function (Command, cs, config, o) {
|
|
@@ -1773,6 +1805,7 @@ class UpdateShardCountCommand extends smithyClient.Command
|
|
|
1773
1805
|
.ep({
|
|
1774
1806
|
...commonParams,
|
|
1775
1807
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1808
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1776
1809
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1777
1810
|
})
|
|
1778
1811
|
.m(function (Command, cs, config, o) {
|
|
@@ -1789,6 +1822,7 @@ class UpdateStreamModeCommand extends smithyClient.Command
|
|
|
1789
1822
|
.ep({
|
|
1790
1823
|
...commonParams,
|
|
1791
1824
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1825
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1792
1826
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1793
1827
|
})
|
|
1794
1828
|
.m(function (Command, cs, config, o) {
|
|
@@ -1805,6 +1839,7 @@ class UpdateStreamWarmThroughputCommand extends smithyClient.Command
|
|
|
1805
1839
|
.ep({
|
|
1806
1840
|
...commonParams,
|
|
1807
1841
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
1842
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
1808
1843
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
1809
1844
|
})
|
|
1810
1845
|
.m(function (Command, cs, config, o) {
|
|
@@ -8,6 +8,7 @@ export class AddTagsToStreamCommand extends $Command
|
|
|
8
8
|
.ep({
|
|
9
9
|
...commonParams,
|
|
10
10
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
11
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
11
12
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
12
13
|
})
|
|
13
14
|
.m(function (Command, cs, config, o) {
|
|
@@ -8,6 +8,7 @@ export class DecreaseStreamRetentionPeriodCommand extends $Command
|
|
|
8
8
|
.ep({
|
|
9
9
|
...commonParams,
|
|
10
10
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
11
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
11
12
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
12
13
|
})
|
|
13
14
|
.m(function (Command, cs, config, o) {
|
|
@@ -9,6 +9,7 @@ export class DeleteResourcePolicyCommand extends $Command
|
|
|
9
9
|
...commonParams,
|
|
10
10
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
11
11
|
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
12
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
12
13
|
})
|
|
13
14
|
.m(function (Command, cs, config, o) {
|
|
14
15
|
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
@@ -8,6 +8,7 @@ export class DeleteStreamCommand extends $Command
|
|
|
8
8
|
.ep({
|
|
9
9
|
...commonParams,
|
|
10
10
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
11
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
11
12
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
12
13
|
})
|
|
13
14
|
.m(function (Command, cs, config, o) {
|
|
@@ -8,6 +8,7 @@ export class DeregisterStreamConsumerCommand extends $Command
|
|
|
8
8
|
.ep({
|
|
9
9
|
...commonParams,
|
|
10
10
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
11
|
+
StreamId: { type: "contextParams", name: "StreamId" },
|
|
11
12
|
ConsumerARN: { type: "contextParams", name: "ConsumerARN" },
|
|
12
13
|
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
13
14
|
})
|