@aws-sdk/client-kinesis 3.297.0 → 3.298.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/commands/AddTagsToStreamCommand.js +2 -3
- package/dist-cjs/commands/CreateStreamCommand.js +2 -3
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-cjs/commands/DeleteStreamCommand.js +2 -3
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +2 -3
- package/dist-cjs/commands/DescribeLimitsCommand.js +2 -3
- package/dist-cjs/commands/DescribeStreamCommand.js +2 -3
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -3
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -3
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -3
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -3
- package/dist-cjs/commands/GetRecordsCommand.js +2 -3
- package/dist-cjs/commands/GetShardIteratorCommand.js +2 -3
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-cjs/commands/ListShardsCommand.js +2 -3
- package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -3
- package/dist-cjs/commands/ListStreamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -3
- package/dist-cjs/commands/MergeShardsCommand.js +2 -3
- package/dist-cjs/commands/PutRecordCommand.js +2 -3
- package/dist-cjs/commands/PutRecordsCommand.js +2 -3
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +2 -3
- package/dist-cjs/commands/SplitShardCommand.js +2 -3
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +2 -3
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +2 -3
- package/dist-cjs/commands/SubscribeToShardCommand.js +1 -1
- package/dist-cjs/commands/UpdateShardCountCommand.js +2 -3
- package/dist-cjs/commands/UpdateStreamModeCommand.js +2 -3
- package/dist-cjs/models/models_0.js +2 -251
- package/dist-es/commands/AddTagsToStreamCommand.js +2 -3
- package/dist-es/commands/CreateStreamCommand.js +2 -3
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-es/commands/DeleteStreamCommand.js +2 -3
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -3
- package/dist-es/commands/DescribeLimitsCommand.js +2 -3
- package/dist-es/commands/DescribeStreamCommand.js +2 -3
- package/dist-es/commands/DescribeStreamConsumerCommand.js +2 -3
- package/dist-es/commands/DescribeStreamSummaryCommand.js +2 -3
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +2 -3
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +2 -3
- package/dist-es/commands/GetRecordsCommand.js +2 -3
- package/dist-es/commands/GetShardIteratorCommand.js +2 -3
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-es/commands/ListShardsCommand.js +2 -3
- package/dist-es/commands/ListStreamConsumersCommand.js +2 -3
- package/dist-es/commands/ListStreamsCommand.js +2 -3
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -3
- package/dist-es/commands/MergeShardsCommand.js +2 -3
- package/dist-es/commands/PutRecordCommand.js +2 -3
- package/dist-es/commands/PutRecordsCommand.js +2 -3
- package/dist-es/commands/RegisterStreamConsumerCommand.js +2 -3
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -3
- package/dist-es/commands/SplitShardCommand.js +2 -3
- package/dist-es/commands/StartStreamEncryptionCommand.js +2 -3
- package/dist-es/commands/StopStreamEncryptionCommand.js +2 -3
- package/dist-es/commands/SubscribeToShardCommand.js +2 -2
- package/dist-es/commands/UpdateShardCountCommand.js +2 -3
- package/dist-es/commands/UpdateStreamModeCommand.js +2 -3
- package/dist-es/models/models_0.js +1 -187
- package/dist-types/models/models_0.d.ts +0 -248
- package/dist-types/ts3.4/models/models_0.d.ts +0 -172
- package/package.json +4 -3
|
@@ -670,181 +670,9 @@ export interface UpdateStreamModeInput {
|
|
|
670
670
|
StreamARN: string | undefined;
|
|
671
671
|
StreamModeDetails: StreamModeDetails | undefined;
|
|
672
672
|
}
|
|
673
|
-
export declare const AddTagsToStreamInputFilterSensitiveLog: (
|
|
674
|
-
obj: AddTagsToStreamInput
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const HashKeyRangeFilterSensitiveLog: (obj: HashKeyRange) => any;
|
|
677
|
-
export declare const ChildShardFilterSensitiveLog: (obj: ChildShard) => any;
|
|
678
|
-
export declare const ConsumerFilterSensitiveLog: (obj: Consumer) => any;
|
|
679
|
-
export declare const ConsumerDescriptionFilterSensitiveLog: (
|
|
680
|
-
obj: ConsumerDescription
|
|
681
|
-
) => any;
|
|
682
|
-
export declare const StreamModeDetailsFilterSensitiveLog: (
|
|
683
|
-
obj: StreamModeDetails
|
|
684
|
-
) => any;
|
|
685
|
-
export declare const CreateStreamInputFilterSensitiveLog: (
|
|
686
|
-
obj: CreateStreamInput
|
|
687
|
-
) => any;
|
|
688
|
-
export declare const DecreaseStreamRetentionPeriodInputFilterSensitiveLog: (
|
|
689
|
-
obj: DecreaseStreamRetentionPeriodInput
|
|
690
|
-
) => any;
|
|
691
|
-
export declare const DeleteStreamInputFilterSensitiveLog: (
|
|
692
|
-
obj: DeleteStreamInput
|
|
693
|
-
) => any;
|
|
694
|
-
export declare const DeregisterStreamConsumerInputFilterSensitiveLog: (
|
|
695
|
-
obj: DeregisterStreamConsumerInput
|
|
696
|
-
) => any;
|
|
697
|
-
export declare const DescribeLimitsInputFilterSensitiveLog: (
|
|
698
|
-
obj: DescribeLimitsInput
|
|
699
|
-
) => any;
|
|
700
|
-
export declare const DescribeLimitsOutputFilterSensitiveLog: (
|
|
701
|
-
obj: DescribeLimitsOutput
|
|
702
|
-
) => any;
|
|
703
|
-
export declare const DescribeStreamInputFilterSensitiveLog: (
|
|
704
|
-
obj: DescribeStreamInput
|
|
705
|
-
) => any;
|
|
706
|
-
export declare const EnhancedMetricsFilterSensitiveLog: (
|
|
707
|
-
obj: EnhancedMetrics
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const SequenceNumberRangeFilterSensitiveLog: (
|
|
710
|
-
obj: SequenceNumberRange
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const ShardFilterSensitiveLog: (obj: Shard) => any;
|
|
713
|
-
export declare const StreamDescriptionFilterSensitiveLog: (
|
|
714
|
-
obj: StreamDescription
|
|
715
|
-
) => any;
|
|
716
|
-
export declare const DescribeStreamOutputFilterSensitiveLog: (
|
|
717
|
-
obj: DescribeStreamOutput
|
|
718
|
-
) => any;
|
|
719
|
-
export declare const DescribeStreamConsumerInputFilterSensitiveLog: (
|
|
720
|
-
obj: DescribeStreamConsumerInput
|
|
721
|
-
) => any;
|
|
722
|
-
export declare const DescribeStreamConsumerOutputFilterSensitiveLog: (
|
|
723
|
-
obj: DescribeStreamConsumerOutput
|
|
724
|
-
) => any;
|
|
725
|
-
export declare const DescribeStreamSummaryInputFilterSensitiveLog: (
|
|
726
|
-
obj: DescribeStreamSummaryInput
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const StreamDescriptionSummaryFilterSensitiveLog: (
|
|
729
|
-
obj: StreamDescriptionSummary
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const DescribeStreamSummaryOutputFilterSensitiveLog: (
|
|
732
|
-
obj: DescribeStreamSummaryOutput
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const DisableEnhancedMonitoringInputFilterSensitiveLog: (
|
|
735
|
-
obj: DisableEnhancedMonitoringInput
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const EnhancedMonitoringOutputFilterSensitiveLog: (
|
|
738
|
-
obj: EnhancedMonitoringOutput
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const EnableEnhancedMonitoringInputFilterSensitiveLog: (
|
|
741
|
-
obj: EnableEnhancedMonitoringInput
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const GetRecordsInputFilterSensitiveLog: (
|
|
744
|
-
obj: GetRecordsInput
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
747
|
-
export declare const GetRecordsOutputFilterSensitiveLog: (
|
|
748
|
-
obj: GetRecordsOutput
|
|
749
|
-
) => any;
|
|
750
|
-
export declare const GetShardIteratorInputFilterSensitiveLog: (
|
|
751
|
-
obj: GetShardIteratorInput
|
|
752
|
-
) => any;
|
|
753
|
-
export declare const GetShardIteratorOutputFilterSensitiveLog: (
|
|
754
|
-
obj: GetShardIteratorOutput
|
|
755
|
-
) => any;
|
|
756
|
-
export declare const IncreaseStreamRetentionPeriodInputFilterSensitiveLog: (
|
|
757
|
-
obj: IncreaseStreamRetentionPeriodInput
|
|
758
|
-
) => any;
|
|
759
|
-
export declare const ShardFilterFilterSensitiveLog: (obj: ShardFilter) => any;
|
|
760
|
-
export declare const ListShardsInputFilterSensitiveLog: (
|
|
761
|
-
obj: ListShardsInput
|
|
762
|
-
) => any;
|
|
763
|
-
export declare const ListShardsOutputFilterSensitiveLog: (
|
|
764
|
-
obj: ListShardsOutput
|
|
765
|
-
) => any;
|
|
766
|
-
export declare const ListStreamConsumersInputFilterSensitiveLog: (
|
|
767
|
-
obj: ListStreamConsumersInput
|
|
768
|
-
) => any;
|
|
769
|
-
export declare const ListStreamConsumersOutputFilterSensitiveLog: (
|
|
770
|
-
obj: ListStreamConsumersOutput
|
|
771
|
-
) => any;
|
|
772
|
-
export declare const ListStreamsInputFilterSensitiveLog: (
|
|
773
|
-
obj: ListStreamsInput
|
|
774
|
-
) => any;
|
|
775
|
-
export declare const StreamSummaryFilterSensitiveLog: (
|
|
776
|
-
obj: StreamSummary
|
|
777
|
-
) => any;
|
|
778
|
-
export declare const ListStreamsOutputFilterSensitiveLog: (
|
|
779
|
-
obj: ListStreamsOutput
|
|
780
|
-
) => any;
|
|
781
|
-
export declare const ListTagsForStreamInputFilterSensitiveLog: (
|
|
782
|
-
obj: ListTagsForStreamInput
|
|
783
|
-
) => any;
|
|
784
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
785
|
-
export declare const ListTagsForStreamOutputFilterSensitiveLog: (
|
|
786
|
-
obj: ListTagsForStreamOutput
|
|
787
|
-
) => any;
|
|
788
|
-
export declare const MergeShardsInputFilterSensitiveLog: (
|
|
789
|
-
obj: MergeShardsInput
|
|
790
|
-
) => any;
|
|
791
|
-
export declare const PutRecordInputFilterSensitiveLog: (
|
|
792
|
-
obj: PutRecordInput
|
|
793
|
-
) => any;
|
|
794
|
-
export declare const PutRecordOutputFilterSensitiveLog: (
|
|
795
|
-
obj: PutRecordOutput
|
|
796
|
-
) => any;
|
|
797
|
-
export declare const PutRecordsRequestEntryFilterSensitiveLog: (
|
|
798
|
-
obj: PutRecordsRequestEntry
|
|
799
|
-
) => any;
|
|
800
|
-
export declare const PutRecordsInputFilterSensitiveLog: (
|
|
801
|
-
obj: PutRecordsInput
|
|
802
|
-
) => any;
|
|
803
|
-
export declare const PutRecordsResultEntryFilterSensitiveLog: (
|
|
804
|
-
obj: PutRecordsResultEntry
|
|
805
|
-
) => any;
|
|
806
|
-
export declare const PutRecordsOutputFilterSensitiveLog: (
|
|
807
|
-
obj: PutRecordsOutput
|
|
808
|
-
) => any;
|
|
809
|
-
export declare const RegisterStreamConsumerInputFilterSensitiveLog: (
|
|
810
|
-
obj: RegisterStreamConsumerInput
|
|
811
|
-
) => any;
|
|
812
|
-
export declare const RegisterStreamConsumerOutputFilterSensitiveLog: (
|
|
813
|
-
obj: RegisterStreamConsumerOutput
|
|
814
|
-
) => any;
|
|
815
|
-
export declare const RemoveTagsFromStreamInputFilterSensitiveLog: (
|
|
816
|
-
obj: RemoveTagsFromStreamInput
|
|
817
|
-
) => any;
|
|
818
|
-
export declare const SplitShardInputFilterSensitiveLog: (
|
|
819
|
-
obj: SplitShardInput
|
|
820
|
-
) => any;
|
|
821
|
-
export declare const StartStreamEncryptionInputFilterSensitiveLog: (
|
|
822
|
-
obj: StartStreamEncryptionInput
|
|
823
|
-
) => any;
|
|
824
|
-
export declare const StopStreamEncryptionInputFilterSensitiveLog: (
|
|
825
|
-
obj: StopStreamEncryptionInput
|
|
826
|
-
) => any;
|
|
827
|
-
export declare const StartingPositionFilterSensitiveLog: (
|
|
828
|
-
obj: StartingPosition
|
|
829
|
-
) => any;
|
|
830
|
-
export declare const SubscribeToShardInputFilterSensitiveLog: (
|
|
831
|
-
obj: SubscribeToShardInput
|
|
832
|
-
) => any;
|
|
833
|
-
export declare const SubscribeToShardEventFilterSensitiveLog: (
|
|
834
|
-
obj: SubscribeToShardEvent
|
|
835
|
-
) => any;
|
|
836
673
|
export declare const SubscribeToShardEventStreamFilterSensitiveLog: (
|
|
837
674
|
obj: SubscribeToShardEventStream
|
|
838
675
|
) => any;
|
|
839
676
|
export declare const SubscribeToShardOutputFilterSensitiveLog: (
|
|
840
677
|
obj: SubscribeToShardOutput
|
|
841
678
|
) => any;
|
|
842
|
-
export declare const UpdateShardCountInputFilterSensitiveLog: (
|
|
843
|
-
obj: UpdateShardCountInput
|
|
844
|
-
) => any;
|
|
845
|
-
export declare const UpdateShardCountOutputFilterSensitiveLog: (
|
|
846
|
-
obj: UpdateShardCountOutput
|
|
847
|
-
) => any;
|
|
848
|
-
export declare const UpdateStreamModeInputFilterSensitiveLog: (
|
|
849
|
-
obj: UpdateStreamModeInput
|
|
850
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo kinesis"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/eventstream-serde-browser": "3.296.0",
|
|
27
28
|
"@aws-sdk/eventstream-serde-config-resolver": "3.296.0",
|
|
28
29
|
"@aws-sdk/eventstream-serde-node": "3.296.0",
|